@charset "UTF-8";
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0px;
  background-color: transparent;
  z-index: 999999;
}
.menu img {
  width: 130px !important;
  padding: 20px 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  margin: 0 auto;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  text-align: center;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 15px;
}
.menu .btn, .menu .btrmenu {
  margin: 0% 18px !important;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 29px;
  background: var(--amarillo, #D9AA00);
  padding: 5px 30px;
  position: relative;
  display: block;
  margin: -5px 0 0 15px !important;
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #AB1015;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.menu button.btn {
  margin: 19px 8px 0;
  padding: 7px 25px;
}
.menu li.nav-item {
  position: relative;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 75px !important;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  ul.navbar-nav.mr-auto {
    background: #AB1015;
  }
  .menu button.navbar-toggler {
    text-align: center;
  }
  .menu img {
    width: 90%;
    padding: 0px 0;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  li.nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  li.nav-item a {
    text-align: center;
  }
  .menu a.nav-link {
    margin: 3px 10px;
    padding: 10px !important;
    color: var(--Blanco, #F8F7F7);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  li.nav-item.active:first-child {
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  div#navbarSupportedContent {
    background: #F2EDDF;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 110px;
  }
  .menu button.btn {
    display: none;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 15px;
    border-bottom: 0;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto !important;
  }
  .menu li.nav-item a.btnbr {
    display: block !important;
    margin: 20px auto 0;
    width: 80% !important;
    padding: 8px 20px;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: url(../imagenes/movil/menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #8a8a8a;
    border-radius: 2px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 125px;
  }
  .menu button img {
    width: 90%;
    padding: 0px 0;
    margin-top: -10px;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 100px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .navbar-nav {
    padding: 0;
    padding-bottom: 40px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

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

a {
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1420px;
}

h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 124% */
}

.banner p {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
}

h2 {
  color: var(--negro, #1D1D1D);
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  color: var(--negro, #1D1D1D);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}

h6 {
  color: var(--rojo, #AB1015);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

p {
  color: var(--negro, #1D1D1D);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

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

.hiddenDL {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  h1 {
    font-size: 45px;
    line-height: 55px; /* 124% */
  }
  .banner p {
    font-size: 20px;
    line-height: 28px; /* 145.455% */
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  .btnbr {
    font-size: 13px;
    font-weight: 700;
  }
  h2 {
    font-size: 26px;
    line-height: 34px; /* 130.769% */
  }
}
section.banner {
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 400px 15px 250px;
}
section.banner p {
  margin: 20px 0 40px;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 300px 15px 200px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.jpg);
    padding: 400px 15px 250px;
  }
  section.banner p {
    margin: 20px 0 40px;
  }
}
section.nosotros {
  padding: 400px 0 200px;
}
section.nosotros .container {
  max-width: 950px;
}
section.nosotros h6 {
  margin-bottom: 30px;
}
section.nosotros p {
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 250px 15px 150px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 200px 15px 50px;
  }
  section.nosotros h6 {
    margin-bottom: 15px;
  }
  section.nosotros p {
    margin-top: 20px;
  }
}
section.beneficios {
  background-image: url(../imagenes/foto-beneficios.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
section.beneficios .container {
  max-width: 1150px;
}
section.beneficios h4 {
  margin: 0;
}
section.beneficios .cardbene {
  border-radius: 20px;
  border: 3px solid var(--rojo, #AB1015);
  background: #FFF;
  padding: 30px 30px;
  margin-bottom: 200px;
}
section.beneficios .cardbene.dos {
  margin-top: 100px;
}
section.beneficios .cardbene p {
  font-size: 15px;
  line-height: 20px;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding: 100px 15px 0;
    background-size: 100%;
  }
  section.beneficios h4 {
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    background-image: url(../imagenes/foto-beneficios.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 100px 15px 220px;
    margin-bottom: 100px;
  }
  section.beneficios .cardbene p {
    margin: 0;
  }
  section.beneficios .cardbene {
    margin-bottom: 20px;
  }
  section.beneficios .cardbene.dos {
    margin-top: 0;
  }
}
section.form {
  padding: 150px 15px;
  background-color: #A80A0F;
  margin: 0 auto;
  max-width: 92%;
}
section.form h6 {
  color: var(--amarillo, #D9AA00);
}
section.form h2 {
  color: white;
}
section.form .cont {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 0 10%;
  padding-bottom: 100px;
}
section.form form {
  max-width: 500px;
  margin: 0 auto;
}
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: Poppins;
  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 .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;
  border-radius: 55.657px;
  background: var(--Amarillo, #D9AA00);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 211.111% */
  text-transform: uppercase;
  padding: 10px 50px;
}
section.form .hs_submit.hs-submit {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}

@media screen and (max-width: 992px) {
  section.form .cont {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.form .bgform {
    width: 100%;
    margin: 0;
  }
  section.form section.form button, section.form section.form input, section.form section.form optgroup, section.form section.form select, section.form section.form textarea {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  section.form::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: 3%;
    width: 160px;
    height: 170px;
  }
  section.form .cont {
    padding: 0;
    padding-bottom: 30px;
  }
  section.form h2 {
    margin: 0;
  }
}
.galeria {
  padding: 200px 15px;
}
.galeria img.estrellas {
  max-width: 90px;
  margin: 0 auto;
  display: block;
}
.galeria h2 {
  color: #1D1D1D;
  margin-bottom: 60px;
}
.galeria .swiper-pagination-bullet-active {
  background: #000;
}
.galeria .swiper-slide {
  animation: linear all 0.3s !important;
  zoom: 0.96;
  opacity: 1;
}
.galeria .swiper-slide.swiper-slide-active {
  zoom: 1.15;
  top: -25px;
  animation: linear all 0.3s !important;
  opacity: 1;
}
.galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 40px 0;
}
.galeria .swiper-button-prev, .galeria .swiper-button-next {
  position: absolute;
  top: 95%;
  font-size: 10px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 45px;
  background-color: transparent;
}
.galeria .swiper-button-prev::after, .galeria .swiper-button-next::after {
  display: none;
}
.galeria .swiper-button-prev {
  left: 46%;
}
.galeria .swiper-button-next {
  right: 46%;
}

@media screen and (max-width: 992px) {
  .galeria .swiper-button-prev {
    left: 43%;
  }
  .galeria .swiper-button-next {
    right: 43%;
  }
}
.galeria {
  padding: 200px 15px 150px;
}

@media screen and (max-width: 767px) {
  .galeria {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 15px 100px;
    position: relative;
    z-index: 1;
  }
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 95%;
    font-size: 10px;
    width: 45px;
    height: 29px;
    padding: 6px;
    border-radius: 20px;
  }
  .swiper-button-prev {
    left: 40%;
  }
  .swiper-button-next {
    right: 40%;
  }
  .galeria {
    padding: 150px 0 60px;
  }
  .galeria h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 30px 0 30px 0;
  }
  .galeria .swiper-slide {
    padding: 10px;
  }
  .galeria .swiper-slide.swiper-slide-active {
    zoom: 1;
    top: 0;
    animation: linearall 0.3s !important;
    opacity: 1;
    padding: 0;
  }
  .galeria .row.cont {
    padding: 0 20px;
  }
  .galeria .swiper-slide {
    animation: linear all 0.3s !important;
    zoom: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 520px) {
  .galeria .swiper-button-prev {
    left: 40%;
  }
  .galeria .swiper-button-next {
    right: 40%;
  }
}
@media screen and (max-width: 400px) {
  .galeria .swiper-button-prev {
    left: 38%;
  }
  .galeria .swiper-button-next {
    right: 38%;
  }
}
section.diferencial .cont {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  padding: 3% 6%;
}
section.diferencial .cont p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 992px) {
  section.diferencial .cont {
    padding: 0% 3%;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    padding: 100px 20px;
  }
  section.diferencial figure img {
    margin-bottom: 20px;
  }
  section.diferencial h6, section.diferencial h2 {
    margin-bottom: 20px;
  }
}
section.video {
  padding: 150px 15px;
  text-align: center;
}
section.video h2 {
  padding-bottom: 50px;
}
section.video iframe {
  margin: 0 auto;
  display: block;
  width: 90%;
  height: 900px;
  border-radius: 3px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 510px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 60px 0;
  }
  section.video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 250px;
    padding: 1px;
  }
  .row.contVideo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}
section.pasos .container {
  max-width: 1250px;
}
section.pasos h6 {
  text-align: center;
}
section.pasos h2 {
  text-align: center;
  margin-bottom: 100px;
}
section.pasos .cardpasos {
  margin-bottom: 40px;
  padding: 0 70px;
}
section.pasos .cardpasos figure img {
  height: 50px;
  width: auto;
}
section.pasos .cardpasos h4 {
  line-height: 20px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  section.pasos .cardpasos {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px;
  }
}
section.preguntas .col-md-5 {
  padding: 0px 5%;
}
section.preguntas video {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
section.preguntas .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.preguntas .cardPregintas {
  border-radius: 20px;
  border: 2px solid var(--rojo, #AB1015);
  padding: 23px 40px;
  margin: 33px 0 0;
  max-width: 650px;
}
section.preguntas .cardPregintas h4, section.preguntas .cardPregintas p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 50px 15px;
  }
  section.preguntas h6 {
    margin-top: 60px;
  }
  section.preguntas h4 {
    font-size: 15px;
    line-height: 24px;
  }
  section.preguntas p {
    font-size: 15px;
    line-height: 23px; /* 153.333% */
  }
  section.preguntas .cont {
    display: block;
  }
  section.preguntas section.preguntas .cardPregintas {
    padding: 10px 20px;
    margin: 33px 0 0;
    max-width: 650px;
  }
  section.preguntas .cardPregintas {
    border-radius: 20px;
    border: 2px solid var(--rojo, #AB1015);
    padding: 23px 40px;
    margin: 10px 0 0;
    max-width: 650px;
    min-height: 220px;
  }
  .swiper.mySwiper2 {
    padding-bottom: 40px;
  }
  .swiper-pagination-bullet-active {
    background: #000;
  }
}
.bannerFooter {
  padding: 200px 15px 100px;
}
.bannerFooter img {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

footer {
  background: #000;
  margin-bottom: 30px;
}
footer p {
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 992px) {
  .bannerFooter img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 150px 15px 100px;
  }
  .bannerFooter img {
    max-width: 170px;
    margin: 0 0 40px;
  }
  .bannerFooter p {
    margin-bottom: 40px;
  }
  footer {
    background: #000;
    margin-bottom: 30px;
  }
  footer p {
    font-family: Poppins;
    font-size: 11px;
    line-height: normal;
  }
}/*# sourceMappingURL=styles.css.map */