@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "DM Serif Display";
  src: url("../font/DMSerifText-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../font/JosefinSans-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Lato;
  src: url("../font/Lato-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Lato;
  src: url("../font/Lato-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Lato;
  src: url("../font/Lato-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu {
  position: relative;
  width: 100%;
  top: 0;
  padding: 0px;
  background-color: rgba(0, 99, 63, 0);
}
.menu img {
  width: 90%;
  padding: 20px 0;
}
.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;
  padding: 30px 25px !important;
  color: var(--negro, #434343);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.menu .btn {
  margin: 19px 18px !important;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--Beige, #E5DFD0);
}
.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: #434343;
  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: center;
  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: 30px !important;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu img {
    width: 90%;
    padding: 0px 0;
  }
  .hiddenD {
    display: block;
  }
  .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, #555);
    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: 150px;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid;
    padding: 20px !important;
    border: navajowhite;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: #fff;
    border: 0;
    border-radius: 1px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
  }
  .menu .btn {
    margin: 0 auto !important;
  }
  .menu button.btn {
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
}
@media screen and (max-width: 767px) {
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 130px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-content: center;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: #FFF;
  font-family: "DM Serif Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 137.5% */
}
h1 span {
  font-size: 30px;
  line-height: 33px;
}

.banner p {
  color: #FFF;
  font-family: Lato;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  font-family: Lato;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: var(--negro, #434343);
  font-family: "DM Serif Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
}

h3 {
  color: var(--negro, #434343);
  font-family: "DM Serif Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
}

h4 {
  color: var(--negro, #434343);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
}

p {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 80px;
  background: #F2C575;
  color: #FFF;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 22px;
    line-height: 33px; /* 137.5% */
  }
  h1 span {
    font-size: 25px;
    line-height: 30px;
  }
  .banner p {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px; /* 130% */
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
section.banner {
  background-image: url(../imagenes/back-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
section.banner h1 {
  margin-top: 160px;
  padding-left: 40px;
}
section.banner p {
  margin: 20px 0 40px;
  padding-left: 40px;
  max-width: 90%;
}
section.banner .btnbr {
  margin-left: 40px;
  padding: 10px 30px;
}
section.banner .btnbr svg {
  margin: -4px 5px 0;
}

@media screen and (max-width: 992px) {
  section.banner h1 {
    margin-top: 0;
    padding-left: 20px;
  }
  section.banner p {
    margin: 20px 0 40px;
    padding-left: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/back-header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
  }
  section.banner h1 {
    margin-top: 40px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  section.banner h1 span {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  section.banner p {
    margin-top: 0;
  }
  section.banner .btnbr {
    margin-left: 20px;
    font-size: 12px;
  }
}
section.nosotros {
  max-width: 1000px;
  margin: 100px auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    margin: 0;
    padding: 120px 15px 0;
  }
}
section.beneficios {
  padding: 60px 0;
}
section.beneficios img {
  height: 48px;
  width: auto;
  margin: 0 auto 60px;
  display: block;
}
section.beneficios h4 {
  text-align: center;
}
section.beneficios p {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .beneficios {
    padding-top: 0;
  }
  .beneficios figure img {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 40px 15px;
  }
  section.beneficios img {
    height: 48px;
    width: auto;
    margin: 100px auto 40px;
    display: block;
  }
}
section.form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0;
}
section.form figure img {
  z-index: 1;
  position: relative;
}
section.form .bgform {
  margin-top: 15px;
  background: #F2F6F5;
  padding: 40px 50px 20px;
  margin-left: -30px;
  z-index: 0;
  position: relative;
}
section.form form fieldset {
  max-width: 600px;
  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 #434343;
  padding: 10px 0;
  border-radius: 0;
  color: var(--negro, #434343);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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: #434343;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #434343;
}
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: 0;
  display: block;
  padding: 10px 70px;
  color: #FFF;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 80px;
  background: #F2C575;
}
section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

@media screen and (max-width: 992px) {
  section.form .bgform {
    margin: 0 auto;
    margin-top: -20px;
    background: #F2F6F5;
    padding: 40px 50px 20px;
    z-index: 0;
    position: relative;
    max-width: 96%;
  }
}
.galeria {
  background: #F3E6E0;
  padding: 100px 0;
  /* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
  Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
  /* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
  /* Ajustes específicos para la flecha de 'prev' */
  /* Ajustes específicos para la flecha de 'next' */
  /* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
  /* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
}
.galeria .row {
  margin: 0 auto;
}
.galeria h3 {
  margin-top: 200px;
  padding-left: 60px;
}
.galeria .cardpasos {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  background: var(--Blanco-1, #FFF);
}
.galeria .cardpasos img {
  width: 50px;
}
.galeria .cardpasos span.number {
  color: var(--Azul-oscuro, #01357E);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.619px; /* 208.096% */
}
.galeria .cardpasos h4 {
  color: var(--Azul-oscuro, #01357E);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
}
.galeria .cardpasos p {
  color: var(--Negro, #111);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.galeria .swiper-button-prev,
.galeria .swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  border-radius: 10%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}
.galeria .swiper-button-prev {
  left: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-next {
  left: 60px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-prev:after,
.galeria .swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}
.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.galeria .swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.galeria .swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
.galeria .swiper.mySwiper2 {
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .galeria h3 {
    margin-top: 60px;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 80px 0;
    margin-bottom: 60px;
  }
}
section.datos {
  background-image: url(../imagenes/back.-dato.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 350px 0 150px;
}
section.datos h2 {
  color: #000;
  font-family: "DM Serif Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
section.datos p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  section.datos {
    background-image: url(../imagenes/movil/bacl-dato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 300px 15px 100px;
  }
  section.datos h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
  }
  section.datos p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    margin-top: 30px;
  }
}
.video h2 {
  text-align: center;
  margin-bottom: 40px;
}
.video .contVideo {
  width: 100%;
  position: relative;
  max-width: 70%;
  margin: 0 auto;
}
.video .contVideo iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 767px) {
  .video .contVideo {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .video .contVideo iframe {
    width: 100%;
    height: 350px;
  }
}
section.pasos {
  background: #F3E6E0;
}
section.pasos h2 {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}
section.pasos .cardPasos {
  margin: 50px 0;
}
section.pasos .cardPasos h4 {
  font-weight: 700;
}
section.pasos .cardPasos p {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px;
  }
  section.pasos h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 110% */
    max-width: 90%;
  }
  section.pasos .cardPasos {
    display: block;
    position: relative;
    margin: 0 0 40px;
  }
  section.pasos .cardPasos h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
  }
  section.pasos .cardPasos p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
}
section.faqs {
  max-width: 1200px;
  margin: 0 auto;
}
section.faqs .col-md-6 {
  padding: 0;
}
section.faqs .bgPreguntas {
  background: #F2F6F5;
  padding: 80px;
  margin: 7% 0;
}
section.faqs .bgPreguntas .cardpreguntas {
  padding: 0px 20px;
}
section.faqs .bgPreguntas h4 {
  font-size: 18px;
}
section.faqs .bgPreguntas p {
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  section.faqs .bgPreguntas {
    background: #F2F6F5;
    padding: 80px;
    margin: 7% auto 0;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  section.faqs .bgPreguntas {
    background: #F2F6F5;
    padding: 40px 10px;
    margin: 5% auto 0;
    width: 96%;
  }
  section.faqs .bgPreguntas h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
  }
  section.faqs .bgPreguntas p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
  }
}
section.footer {
  max-width: 1000px;
  margin: 0 auto;
}
section.footer figure img {
  width: 190px;
}
section.footer .btnbr {
  margin-left: 40px;
  padding: 10px 30px;
  margin: 0;
}

footer {
  background: #B3D1D8;
}
footer p.copy {
  text-align: center;
  padding: 10px 0;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

@media screen and (max-width: 767px) {
  section.footer {
    padding-top: 0;
  }
  section.footer h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0;
  }
  section.footer figure img {
    width: 127px;
  }
  section.footer .btnbr {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }
  footer p.copy {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
  }
}/*# sourceMappingURL=styles.css.map */