/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  background: #fff;
  color: #333333;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  margin-top: -12px;
}

body.thanks {
  position: absolute;
  height: 100%;
  background-image: url("../img/thank-you-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
body.thanks h1 {
  font-size: 45px;
  line-height: 55px;
}
body.thanks p {
  font-size: 20px;
  line-height: 24px;
}

section#thankyou {
  position: relative;
  color: white;
  padding-top: 80px;
}
section#thankyou a {
  background-color: #A3C731;
  color: white;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 14.5px 58px;
}

a:hover,
a:active,
a:focus {
  color: #009ef1;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 20px !important;
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #009df0;
  color: #fff;
}

.ocultar {
  display: none;
}

.formulario-container {
  max-width: 560px;
  margin: 0 auto;
}

img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 100px !important;
}

img.btn-whatsapp:hover {
  border-radius: 100px !important;
  box-shadow: 0px 0px 15px 0px rgb(7, 94, 84);
  transition-duration: 1s;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(img/pic-hero.png) top center fixed;
  background-size: cover;
}
#hero .hero-logo {
  margin: 20px;
}
#hero .hero-logo img {
  max-width: 100%;
}
#hero .hero-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#hero h2 {
  color: #999;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}
#hero .rotating > .animated {
  display: inline-block;
}
#hero .actions a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}
#hero .btn-get-started {
  background: #009df0;
  border: 2px solid #009df0;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services:hover {
  background: #009df0;
  border: 2px solid #009df0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (min-width: 991.98px) {
  header nav li {
    padding-left: 26px;
    padding-right: 26px;
  }
}
header nav a {
  color: #333333 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
header nav a.colaborador {
  background-color: #A3C731;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  header nav a.colaborador {
    padding-left: 10px !important;
    margin-top: 10px;
  }
}
header .navbar {
  padding: 30px 0 15px 0;
  margin-bottom: 0;
}
header .logo img {
  padding: 0;
  max-height: 60px;
}
@media (max-width: 991.98px) {
  header .logo img {
    max-height: 70px;
  }
}

.hero {
  width: 100%;
  background-image: url(/img/pic-hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}
@media (min-width: 992px) {
  .hero {
    padding: 40px 0;
  }
}
.hero h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
}
.hero p {
  font-size: 20px;
  line-height: 24px;
  padding: 18px 0;
}
.hero a {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #96d235;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 6px;
}
.hero a:hover {
  color: white;
}
.hero img {
  position: relative;
  right: 3%;
}
@media (max-width: 991.98px) {
  .hero img {
    display: none;
  }
}
.hero .first-column {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}

.nav-link {
  font-size: 15px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #009df0;
}
.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}
.nav-menu ul li:first-child {
  border-top: 0;
}
.nav-menu ul li:hover {
  background: #f6f6f6;
}
.nav-menu ul li a {
  color: #333;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}
#mobile-nav-toggle i {
  color: #fff;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #009df0;
}
#mobile-nav ul .menu-item-active {
  color: #009df0;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #009df0;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: #333333;
  padding: 40px 0;
  color: #fff;
}
#about img {
  width: 48px;
  height: auto;
}
#about h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
  height: 100%;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  #about h2 {
    text-align: center;
    display: block;
  }
}
#about span {
  color: #A3C731;
}
#about .cards {
  padding: 0 4px;
}
@media (max-width: 991.98px) {
  #about .cards {
    padding: 10px 0;
  }
}
#about .cards p {
  margin: 0 !important;
}
#about .flex-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px;
}

p {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  p {
    font-size: 14px;
  }
}

.cards {
  margin: 0 auto;
  padding: 5px;
}

#funciones {
  padding: 80px 0;
}

#soluciones {
  background-color: #F3F3F3;
  padding: 80px 0;
}
#soluciones .imagen {
  display: flex;
  align-items: center;
  height: 100%;
}
#soluciones .list {
  display: flex;
  align-items: start;
}
#soluciones .list img {
  width: 24px;
  margin-right: 10px;
}

#beneficios {
  background-color: #A3C731;
  padding: 80px 0;
  color: #fff;
}
#beneficios .beneficios-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

section#cambio {
  padding: 53px;
  background-color: #009df0;
  color: white;
}
section#cambio h3 {
  font-size: 40px;
  font-weight: 800;
}
section#cambio p {
  color: white;
  font-size: 20px;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  section#cambio p {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
section#cambio a {
  background-color: #A3C731;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 6px;
  font-size: 16px;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#services .service-item {
  margin-bottom: 20px;
}
#services .service-icon {
  float: left;
  background: #009df0;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #009df0;
}
#services .service-icon i {
  color: #fff;
  font-size: 24px;
}
#services .service-item:hover .service-icon {
  background: #fff;
}
#services .service-item:hover .service-icon i {
  color: #009df0;
}
#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#services .service-title a {
  color: #111;
}
#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  padding: 80px 0 40px 0;
}
#subscribe h2 {
  color: #009df0;
  font-size: 40px;
  font-weight: 700;
}
#subscribe h2 span {
  color: #A3C731;
}
#subscribe p {
  font-size: 20px;
  padding-bottom: 60px;
}
#subscribe img {
  width: 80px;
}
#subscribe .subscribe-text {
  color: #fff;
}
#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}
#subscribe .subscribe-btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#subscribe .subscribe-btn:hover {
  background: #009df0;
  border: 2px solid #009df0;
}
#subscribe .circle {
  background-color: #009df0;
  border-radius: 50%;
  width: 120px;
  padding: 20px;
  margin: 0 auto;
}

.circle.last-child {
  padding: 20px 20px 20px 26px !important;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}
#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}
#portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}
#portfolio .portfolio-item .details span {
  display: block;
  color: #333333;
  font-size: 13px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}
#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}
#portfolio .portfolio-item:hover .details h4 {
  transform: translate3d(0, 0, 0);
}
#portfolio .portfolio-item:hover .details span {
  transform: translate3d(0, 0, 0);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}
#testimonials .profile {
  text-align: center;
}
#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}
#testimonials .profile .pic img {
  max-width: 100%;
}
#testimonials .profile h4 {
  font-weight: 700;
  color: #009df0;
  margin-bottom: 5px;
  text-align: center;
}
#testimonials .profile span {
  color: #333333;
}
#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}
#testimonials .shadow-effect {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 991.98px) {
  #testimonials .shadow-effect {
    height: 440px;
  }
}
@media (max-width: 991.98px) {
  #testimonials .shadow-effect {
    height: 458px;
  }
}
#testimonials .shadow-effect p,
#testimonials .shadow-effect h1 {
  text-align: center;
}
#testimonials .imgDiv {
  border-radius: 50%;
  width: calc(6rem + 4vmin);
  height: calc(6rem + 4vmin);
  position: relative;
  box-shadow: 5px -3px rgb(79, 143, 226);
  background-size: cover;
  margin-bottom: calc(0.7rem + 0.5vmin);
  margin: 0 auto;
}
#testimonials .imgDiv.edith {
  background-image: url(https://s3.amazonaws.com/comercial.smartboleta.com/img/scrool/Edith_Huaytan.jpg);
}
#testimonials .imgDiv.guadalupe {
  background-image: url(https://s3.amazonaws.com/comercial.smartboleta.com/img/scrool/cantol.png);
}
#testimonials .imgDiv.jose {
  background-image: url(https://s3.amazonaws.com/comercial.smartboleta.com/img/scrool/Exportadora.png);
}
#testimonials .imgDiv::after {
  content: "''";
  font-size: calc(2rem + 2vmin);
  font-family: sans-serif;
  line-height: 150%;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgb(79, 143, 226);
  position: absolute;
  top: 10%;
  left: -10%;
  width: calc(2rem + 2vmin);
  height: calc(2rem + 2vmin);
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  color: gray;
}
#team .member .social a:hover {
  color: #009df0;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #009df0;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

section#formulario {
  background-color: #F3F3F3;
  margin-top: -24px;
}
section#formulario h2 {
  font-size: 30px;
  font-weight: 800;
}
section#formulario label,
section#formulario .formulario-text {
  color: #333333;
}
section#formulario label span,
section#formulario .formulario-text span {
  color: red;
}
section#formulario .btn-green {
  background-color: #A3C731;
  border: none;
  color: white;
  font-weight: 600;
  padding: 17px 0;
  border-radius: 6px;
}
section#formulario a {
  color: white;
}
section#formulario .formulario-background {
  background-image: url(../img/form-digital.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
section#formulario .formulario-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (mix-width: 991.98px) {
  section#formulario .formulario-container {
    padding: 100px 0;
  }
}

.modal-footer a {
  color: white !important;
  margin: 0 auto;
  display: inline-block;
  background-color: #009df0;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.modal img {
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  color: #333333;
  margin: 30px auto;
  text-align: center;
}/*# sourceMappingURL=style.css.map */