/* Font  */
@font-face {
  font-family: Barlow;
  src: url("../font/Barlow-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Barlow;
  src: url("../font/Barlow-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Barlow;
  src: url("../font/Barlow-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Didot LT Std";
  src: url("../font/didot-lt-std-bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* latin */
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: var(--principal, #025B67);
  min-height: 90px;
}
div.menu img {
  max-width: 260px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 27px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #025B67;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 0;
  height: 30px;
  width: 30px;
  padding: 33px 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 0 0 auto;
  user-select: none;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #fff;
  margin-bottom: 4px;
  border-radius: 2px;
  width: 28px;
  height: 4px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  text-align: center;
  font-family: Barlow;
  font-size: 1.5rem;
  line-height: 3em;
  height: 3em;
  color: #fff;
  text-transform: none;
  font-weight: bold;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #fff;
  zoom: 1.1;
}

@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
  }
  div.menu img {
    max-width: 150px;
    top: 25px;
  }
  div.menu .hamburger {
    padding: 10px 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.4rem;
    line-height: 3em;
    height: 2.5em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  color: var(--principal, #025B67);
  font-family: "Barlow Condensed";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 106.061% */
}

.banner p {
  color: var(--principal, #025B67);
  font-family: "Didot LT Std";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  color: var(--principal, #025B67);
  font-family: "Didot LT Std";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: var(--secundario, #AB1640);
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  color: var(--secundario, #AB1640);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

h5 {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

p {
  color: #020202;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 29px;
  background: var(--secundario, #EF7E88);
  color: #FFF;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hiddenDL {
  display: none;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px; /* 106.667% */
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
}
section.banner {
  background-image: url(../imagenes/foto-header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
}
section.banner p {
  text-align: left;
  margin-top: 40px;
}
section.banner img {
  width: 120px;
  display: block;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 15px 400px;
  }
  section.banner .btnbr {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  section.banner p {
    text-align: left;
    margin-top: 20px;
  }
  section.banner img {
    width: 80px;
    margin-bottom: 30px;
  }
}
section.nosotros {
  max-width: 70%;
  margin: 0 auto;
  padding: 200px 0 150px;
  position: relative;
}
section.nosotros::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/sello.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: -13%;
  width: 160px;
  height: 160px;
}
section.nosotros h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    max-width: 100%;
    padding: 150px 15px 60px;
    position: relative;
  }
  section.nosotros::before {
    content: "";
    top: -8%;
    width: 120px;
    height: 120px;
  }
  section.nosotros h2 {
    margin-bottom: 20px;
  }
}
section.beneficios {
  background-image: url(../imagenes/back-beneficios.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
}
section.beneficios h2 {
  text-align: center;
}
section.beneficios figure img.mise {
  max-width: 340px;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}
section.beneficios .cardBene {
  padding: 0 20px;
}
section.beneficios .cardBene img {
  height: 85px;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
section.beneficios .cardBene h4 {
  text-align: center;
}
section.beneficios .cardBene p {
  text-align: center;
  color: var(--principal, #025B67);
}

@media screen and (max-width: 992px) {
  .cardBene {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px;
  }
  section.beneficios h2 {
    text-align: center;
  }
  section.beneficios figure img.mise {
    max-width: 80%;
    margin-bottom: 40px;
  }
  section.beneficios .swiper.mySwiper {
    cursor: pointer;
    padding-bottom: 40px;
  }
  section.beneficios .swiper.mySwiper .swiper-pagination-bullet-active {
    background: #EF7E88;
  }
}
section.form {
  max-width: 80%;
  margin: 0 auto;
}
section.form .bgform {
  background-image: url(../imagenes/foto-form.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 450px 40px 40px;
  margin-right: -80px;
}
section.form .bgform h2 {
  color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 105.263% */
}
section.form .bgform figure img {
  width: 120px;
}
section.form form {
  background: var(--principal, #025B67);
  background-image: url(../imagenes/Group.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 500px;
  padding: 30px 10px 40px 40px;
  margin: 45px 0 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: #FFF;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form input.hs-button.primary.large {
  color: #FFF;
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 211.111% */
  text-transform: uppercase;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form input.hs-button.primary.large {
  margin: 25px 0;
  display: block;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}
section.form input.hs-button.primary.large {
  margin: 20px auto !important;
  display: block !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  section.form {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    max-width: 100%;
    padding: 80px 15px;
  }
  section.form .bgform {
    background-image: url(../imagenes/movil/form.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px 60px;
    margin-right: initial;
    margin-bottom: -40px;
  }
  section.form .bgform h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 106.667% */
  }
  section.form .bgform h2 br {
    display: none;
  }
  section.form .bgform figure img {
    width: 80px;
  }
  section.form form {
    padding: 10px 0px 30px 25px;
    margin: 45px 0 0;
    max-width: 94%;
    margin: 0 auto;
  }
}
section.marcas {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
section.marcas::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/sellogris.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 25%;
  top: 40%;
  width: 200px;
  height: 200px;
}
section.marcas h2 {
  text-align: center;
  margin-bottom: 60px;
}
section.marcas .cardMarcas {
  padding: 0 10%;
  text-align: center;
}
section.marcas .cardMarcas figure img {
  width: 15px;
}

@media screen and (max-width: 992px) {
  section.marcas .cardMarcas {
    padding: 0 5%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.marcas::before {
    left: 1%;
    top: 50%;
    width: 150px;
    height: 150px;
  }
}
section.galeria h2 {
  text-align: center;
  margin-bottom: 20px;
}
section.galeria figure img.mise {
  max-width: 240px;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
section.galeria .dos {
  padding-top: 30px;
}
section.galeria .swiper.mySwiper2 {
  cursor: pointer;
  padding-bottom: 40px;
}
section.galeria .swiper.mySwiper2 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #EF7E88;
}

section.datos {
  background-image: url(../imagenes/backVerde.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}
section.datos .row {
  max-width: 900px;
  margin: 0 auto;
}
section.datos .row img {
  max-width: 258px;
}
section.datos .row .cont {
  padding-left: 40px;
}
section.datos .row h2 {
  color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px; /* 103.448% */
  text-transform: uppercase;
}
section.datos .row figure img.mise {
  max-width: 94px;
}
section.datos .row p {
  color: white;
  text-align: left;
}

@media screen and (max-width: 767px) {
  section.datos {
    padding: 200px 15px;
  }
  section.datos .row {
    max-width: 100%;
    margin: 0 auto;
  }
  section.datos .row img {
    max-width: 170px;
    margin: 0 auto;
    display: block;
  }
  section.datos .row .cont {
    padding-left: 0px;
  }
  section.datos .row h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 103.448% */
    margin: 30px 0 20px;
  }
  section.datos .row figure img.mise {
    max-width: 94px;
    margin: 0;
  }
  section.datos .row p {
    color: white;
    text-align: left;
  }
}
section.video {
  padding: 150px 0;
}
section.video h2 {
  text-align: center;
  margin-bottom: 15px;
}
section.video figure img {
  max-width: 340px;
  display: block;
  margin: 0 auto 40px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 767px) {
  section.video {
    padding: 50px 15px;
  }
  section.video iframe {
    height: 300px;
  }
}
section.pasos {
  background-image: url(../imagenes/foto-pasos.png);
  background-size: 700px;
  background-position: bottom right;
  background-repeat: no-repeat;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0 250px;
}
section.pasos h2 {
  color: var(--principal, #025B67);
  font-family: "Didot LT Std";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.pasos img {
  max-width: 300px;
  margin: 0;
  margin-bottom: 60px;
}
section.pasos .cardPasos {
  min-height: 155px;
  padding-right: 65px;
}
section.pasos .cardPasos h4 {
  text-align: left;
}
section.pasos .cardPasos p {
  text-align: left;
  color: #025B67;
}

@media screen and (max-width: 992px) {
  section.pasos {
    background-image: url(../imagenes/foto-pasos.png);
    background-size: 470px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    background-size: 300px;
    background-position: 100% 93%;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 100px 15px 250px;
  }
  section.pasos h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  section.pasos h2 br {
    display: none;
  }
  section.pasos img {
    width: 90%;
  }
  section.pasos .cardPasos {
    min-height: auto;
    padding-right: 10%;
    margin-bottom: 60px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/back-beneficios.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 150px;
  position: relative;
}
.bannerFooter::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/sello.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 5%;
  top: -12%;
  width: 200px;
  height: 200px;
}
.bannerFooter .row {
  display: block;
}
.bannerFooter h2 {
  text-align: center;
}
.bannerFooter img {
  max-width: 340px;
  margin: 0 auto;
  display: block;
}
.bannerFooter p {
  text-align: center;
  margin: 30px auto 40px;
  max-width: 700px;
  display: block;
}
.bannerFooter .btnbr {
  margin: 0 auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border: none;
}

footer {
  padding: 60px 10%;
}
footer img {
  width: 270px;
}
footer p {
  color: var(--principal, #025B67);
  text-align: right;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 150px 15px 150px;
    position: relative;
  }
  .bannerFooter::before {
    left: 1%;
    top: -7%;
    width: 120px;
    height: 120px;
  }
  .bannerFooter img {
    max-width: 90%;
  }
  .bannerFooter .btnbr {
    font-size: 16px;
  }
  footer {
    padding: 60px 10%;
  }
  footer img {
    width: 170px;
    margin: 10px auto;
    display: block;
  }
  footer p {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */