@charset "UTF-8";
@font-face {
  font-family: "Euclid Flex";
  font-style: normal;
  font-weight: 400;
  src: url(../font/EuclidFlexRegular.ttf) format("woff2");
}
@font-face {
  font-family: "Euclid Flex";
  font-style: normal;
  font-weight: 500;
  src: url(../font/EuclidFlexMedium.ttf) format("woff2");
}
@font-face {
  font-family: "Euclid Flex";
  font-style: normal;
  font-weight: 600;
  src: url(../font/EuclidFlexSemiBold.ttf) format("woff2");
}
@font-face {
  font-family: "Akzidenz-Grotesk BQ Light";
  font-style: normal;
  font-weight: 400;
  src: url(../font/AkzidenzGroteskBQ-Light.ttf) format("woff2");
}
@font-face {
  font-family: "AkzidenzGrotesk";
  font-style: normal;
  font-weight: 400;
  src: url(../font/AkzidenzGroteskBQ-Light.ttf) format("woff2");
}
/* 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: rgb(52, 102, 150);
  height: 90px;
  overflow: visible;
  z-index: 2;
}
.menu img {
  width: 90%;
  max-width: 360px;
  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(--Blanco, #FFF);
  font-family: "Euclid Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.menu .btn {
  margin: 19px 18px !important;
  text-align: center;
  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: #FFDC00;
  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;
}

img.logoH {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .menu a.nav-link {
    text-align: center;
    padding: 30px 9px !important;
    color: var(--Blanco, #FFF);
    font-family: "Euclid Flex";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 100px;
  }
  .menu img {
    width: 90%;
    max-width: 360px;
    padding: 20px 0;
    width: 120px;
    left: -17px;
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  img.logoH {
    display: block;
  }
  .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: 15px;
    border-bottom: 1px solid;
    padding: 7px !important;
    border: navajowhite;
    color: white;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: #346696;
    border: 1px solid white;
    border-radius: 1px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
    background: transparent;
    position: absolute;
    top: -27px;
  }
  .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% */
    color: #346696;
    font-family: "Euclid Flex";
  }
}
@media screen and (max-width: 767px) {
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 60%;
    margin: 0 0 0 auto;
    display: block;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 150px;
    padding-left: 10px;
  }
  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;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: #FFF;
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 119.231% */
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h2 {
  color: #FFDC00;
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 118.182% */
}
h2 span {
  font-weight: 600;
}

h4 {
  color: var(--Azul, #346696);
  font-family: "Euclid Flex";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  color: var(--Amarillo, #FFDC00);
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: #FFF;
  text-align: center;
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 9px;
  background: #FFDC00;
  color: #204970;
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 143.75% */
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  color: #FFDC00;
  background: #204970;
}

.hiddenDL {
  display: none;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.hiddenl {
  display: none;
}

.hiddemD2 {
  display: none;
}

/******** GALERIA ********/
.ppd-5 {
  padding-left: 10%;
}

.swiper {
  padding-bottom: 50px !important;
}

/* 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.) */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 24px;
  background-color: TRANSPARENT;
  border-radius: 50%; /* 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 */
}

/* Ajustes específicos para la flecha de 'prev' */
.swiper-button-prev {
  left: 38%; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}

/* Ajustes específicos para la flecha de 'next' */
.swiper-button-next {
  left: 52%; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}

/* 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 */
.swiper-button-prev:after,
.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 */
}

/* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
.swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.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 */
}

.swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.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 */
}

.hiddemD {
  display: none !important;
}

@media screen and (max-width: 2000px) {
  /* Ajustes específicos para la flecha de 'prev' */
  .swiper-button-prev {
    left: 46%; /* Ajusta este valor para la separación del borde derecho */
    right: auto; /* Anulamos 'left' por defecto */
  }
  /* Ajustes específicos para la flecha de 'next' */
  .swiper-button-next {
    left: 51%; /* Ajusta este valor para la separación con la flecha 'next' */
    right: auto; /* Anulamos 'left' por defecto */
  }
}
@media screen and (max-width: 1200px) {
  /* Ajustes específicos para la flecha de 'prev' */
  .swiper-button-prev {
    left: 46%; /* Ajusta este valor para la separación del borde derecho */
    right: auto; /* Anulamos 'left' por defecto */
  }
  /* Ajustes específicos para la flecha de 'next' */
  .swiper-button-next {
    left: 51%; /* Ajusta este valor para la separación con la flecha 'next' */
    right: auto; /* Anulamos 'left' por defecto */
  }
}
@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddemD, .hiddenD, section.preguntas .contAcordeon .acordeom.hiddemD {
    display: none;
  }
  .hiddemD2 {
    display: block;
  }
  .hiddemT {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  p {
    font-size: 18px;
    line-height: normal;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 22px;
    line-height: 25px;
  }
  /* Ajustes específicos para la flecha de 'prev' */
  .swiper-button-prev {
    left: 43%; /* Ajusta este valor para la separación del borde derecho */
    right: auto; /* Anulamos 'left' por defecto */
  }
  /* Ajustes específicos para la flecha de 'next' */
  .swiper-button-next {
    left: 52%; /* Ajusta este valor para la separación con la flecha 'next' */
    right: auto; /* Anulamos 'left' por defecto */
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddemD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: normal;
  }
  .banner p {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 143.75% */
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  span {
    display: block;
  }
  br {
    display: none;
  }
  p {
    font-size: 17px;
    line-height: 25px;
  }
  /* Ajustes específicos para la flecha de 'prev' */
  .swiper-button-prev {
    left: 38%; /* Ajusta este valor para la separación del borde derecho */
    right: auto; /* Anulamos 'left' por defecto */
  }
  /* Ajustes específicos para la flecha de 'next' */
  .swiper-button-next {
    left: 52%; /* Ajusta este valor para la separación con la flecha 'next' */
    right: auto; /* Anulamos 'left' por defecto */
  }
}
section.banner {
  padding: 250px 0 100px;
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.banner .row {
  display: block;
}
section.banner p {
  margin: 40px auto 60px;
  max-width: 900px;
}
section.banner a.btnbr {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 400px;
  text-transform: uppercase;
}
section.banner img {
  width: 30px;
  height: 50px;
  margin: 100px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  section.banner {
    padding: 230px 0 60px;
    background-image: url(../imagenes/movil/header.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
  }
  section.banner a.btnbr {
    width: -moz-max-content;
    width: max-content;
    max-width: 400px;
  }
  section.banner img {
    margin: 40px auto 0;
  }
}
section.nosotros {
  background-color: #346696;
  padding: 350px 0;
}
section.nosotros P {
  max-width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    background-color: #346696;
    padding: 200px 0 300px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 150px 15px;
  }
  section.nosotros p {
    margin-top: 40px;
  }
}
section.beneficios {
  padding: 0 15px 400px;
  position: relative;
}
section.beneficios::after {
  content: "";
  background-image: url(../imagenes/beneficiosabajo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15%;
  left: 5%;
  width: 550px;
  height: 700px;
  z-index: 1;
}
section.beneficios::before {
  content: "";
  background-image: url(../imagenes/mise1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100px;
  right: 10%;
  width: 270px;
  height: 280px;
  z-index: 1;
}
section.beneficios .imgtop img {
  width: 60%;
  margin: -200px -15px 170px auto;
  display: block;
}
section.beneficios h2 {
  color: #346696;
  font-weight: 600;
  margin-bottom: 150px;
}
section.beneficios .cardBene {
  max-width: 65%;
  margin: 0 auto 80px;
  display: block;
}
section.beneficios .cardBene img {
  max-width: 40px !important;
  height: 35px;
  width: 35px;
}
section.beneficios .cardBene h4 {
  text-transform: uppercase;
  margin-top: 3px;
}
section.beneficios .cardBene p {
  color: var(--Azul, #01397C);
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  margin: 30px 0;
}

@media screen and (max-width: 992px) {
  section.beneficios .imgtop img {
    width: 60%;
    margin: -80px -15px 170px auto;
    display: block;
  }
  section.beneficios .cardBene {
    max-width: 85%;
    margin: 0 auto 80px;
    display: block;
  }
  section.beneficios::after {
    bottom: -10%;
    width: 40%;
    height: 450px;
  }
  section.beneficios::before {
    background-size: contain;
    bottom: 100px;
    right: 4%;
    width: 200px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 0 15px 200px;
  }
  section.beneficios .imgtop img {
    width: 70%;
    margin: -73px -27px 160px auto;
    display: block;
  }
  section.beneficios .cardBene {
    max-width: 100%;
    margin: 0 auto 60px;
    display: block;
  }
  section.beneficios .cardBene p {
    font-size: 17px;
  }
  section.beneficios::after {
    bottom: -6%;
    width: 50%;
    height: 230px;
  }
  section.beneficios::before {
    background-size: contain;
    bottom: 100px;
    right: 10%;
    width: 100px;
    height: 160px;
  }
}
section.form {
  background-color: #346696;
  padding: 500px 15px 400px;
}
section.form h2 {
  color: var(--Azul, #346696);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 119.231% */
  text-align: left;
  padding-right: 20px;
}
section.form .row {
  background-image: url(../imagenes/ContenedorForm.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 860px;
  padding-top: 150px;
  position: relative;
  width: 1230px;
}
section.form .row::after {
  content: "";
  position: absolute;
  top: -110px;
  right: 10px;
  width: 240px;
  height: 390px;
  background-image: url(../imagenes/floresContacto.png);
  background-size: 100%;
  background-position: center;
  z-index: 1;
}
section.form .row .content {
  max-width: 570px;
}
section.form .row img {
  position: absolute;
  bottom: 6px;
  width: 48%;
  left: -2%;
}
section.form form {
  max-width: 700px;
  padding: 30px 50px 40px 0px;
  margin: 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #346696;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Azul, #346696);
  font-family: AkzidenzGrotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  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: #346696;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #346696;
}
section.form input.hs-button.primary.large {
  background-color: #346696;
  color: var(--Amarillo, #FFDC00);
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 143.75% */
  text-transform: uppercase;
  display: block;
}
section.form input.hs-button.primary.large:hover {
  color: #FFDC00;
  background: #204970;
}
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 0 !important;
  display: block !important;
  width: -moz-max-content !important;
  width: 60% !important;
  margin-top: 20px;
  text-align: center;
}
section.form fieldset {
  max-width: 650px;
}

@media screen and (max-width: 1440px) {
  section.form .row img {
    bottom: 12%;
    width: 46%;
    left: -2%;
  }
  section.form .row {
    width: 100%;
  }
  label {
    display: block;
    padding: 6px;
  }
}
@media screen and (max-width: 992px) {
  section.form {
    background-color: #346696;
    padding: 300px 15px;
  }
  section.form label {
    display: block;
    height: 6px;
  }
  section.form .row {
    min-height: 270px;
    padding-top: 50px;
    width: 100%;
    height: 480px;
  }
  section.form .row h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    padding-right: 20px;
  }
  section.form .row form {
    padding: 0px 50px 40px 0px;
  }
  section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
    padding: 7px 24px;
  }
  section.form .row::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    width: 100px;
    height: 140px;
    background-image: url(../imagenes/floresContacto.png);
    background-size: 100%;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding-bottom: 200px;
    padding: 200px 15px 150px;
  }
  section.form .contform {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.form .row h2 {
    font-size: 26px;
    line-height: 28px; /* 119.231% */
    padding-right: 0;
    padding: 0;
  }
  section.form .row {
    background-image: url(../imagenes/movil/Contenedor.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 800px;
    padding-top: 100px;
    position: relative;
    padding: 60px 20px 0;
    width: 330px;
  }
  section.form .row form {
    padding: 0;
  }
  section.form .row img {
    position: absolute;
    bottom: 6px;
    width: 68%;
    left: 0;
  }
  section.form label {
    display: block;
    height: 12px;
  }
}
section.datos {
  padding-top: 0;
}
section.datos .logoFBlanco img {
  width: 460px;
  margin: -10% auto 0;
  display: block;
  z-index: 1;
}
section.datos h2 {
  color: var(--Azul, #346696);
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 119.231% */
  margin-bottom: 120px;
}
section.datos .cardNumeros {
  background-image: url(../imagenes/Contenedor1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 290px;
  padding: 40px 12%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
section.datos .cardNumeros p {
  color: #FFF;
  text-align: center;
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
section.datos .cardNumeros.dos {
  background-image: url(../imagenes/Contenedor2.png);
}
section.datos .cardNumeros.tres {
  background-image: url(../imagenes/Contenedor3.png);
}
section.datos .linea {
  margin-top: 100px;
}
section.datos .linea img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  section.datos h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  section.datos .logoFBlanco img {
    width: 250px;
    margin: -10% auto 0;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  section.datos .logoFBlanco img {
    width: 170px;
    margin: -17% auto 0;
    display: block;
    z-index: 1;
  }
  section.datos h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 50px;
  }
  section.datos .cardNumeros p {
    font-size: 17px;
    line-height: normal;
  }
  section.datos .linea img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}
section.galeria {
  padding-bottom: 0;
}
section.galeria h2 {
  color: var(--Azul, #346696);
  font-family: "Euclid Flex";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 100px;
}
section.galeria .bgyellow {
  background-color: #FFDC00;
}
section.galeria .swiper.mySwiper2 {
  padding: 0;
  padding-bottom: 80px !important;
}

@media screen and (max-width: 992px) {
  section.galeria h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  section.galeria h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 40px;
  }
}
section.diferencial {
  background-color: #FFDC00;
  padding: 250px 0 250px;
}
section.diferencial h2 {
  color: var(--Azul, #346696);
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 78px; /* 118.182% */
}
section.diferencial p {
  color: var(--Azul, #346696);
  text-align: center;
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  section.diferencial {
    padding: 100px 15px;
  }
  section.diferencial h2 {
    font-size: 35px;
    line-height: 45px; /* 118.182% */
  }
  section.diferencial p {
    font-size: 20px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    padding: 100px 15px 150px;
  }
  section.diferencial h2 {
    font-size: 30px;
    line-height: normal; /* 118.182% */
  }
  section.diferencial p {
    font-size: 17px;
    line-height: normal;
    margin-top: 50px;
  }
}
section.video {
  background-color: #fff;
}
section.video .header-video {
  padding: 100px 0;
}
section.video h2 {
  color: var(--Azul, #346696);
  font-family: "Euclid Flex";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  text-transform: lowercase;
}
section.video iframe {
  padding: 0 !important;
  height: 850px;
}

@media screen and (max-width: 992px) {
  section.video h2 {
    font-size: 35px;
    line-height: 45px; /* 118.182% */
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 0 0 100px;
  }
  section.video .header-video {
    padding: 100px 15px;
  }
  section.video h2 {
    font-size: 30px;
    line-height: normal;
  }
  section.video h2 br {
    display: none;
  }
  section.video iframe {
    padding: 0 !important;
    height: 320px;
  }
}
section.pasos {
  position: relative;
  padding-bottom: 280px;
}
section.pasos::after {
  content: "";
  background-image: url(../imagenes/Copa.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 5%;
  width: 250px;
  height: 400px;
  z-index: 1;
}
section.pasos h2 {
  color: var(--Azul, #346696);
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 119.231% */
  margin-bottom: 100px;
}
section.pasos .cardPasos {
  max-width: 70%;
  margin: 0 auto 60px;
  display: block;
  min-height: 200px;
}
section.pasos img {
  width: 50px;
  text-align: center;
  float: right;
}
section.pasos h4 {
  color: var(--Azul, #346696);
  text-align: left;
  margin-top: 10px;
  text-transform: uppercase;
}
section.pasos p {
  color: var(--Azul, #01397C);
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 100px 15px;
  }
  section.pasos h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.pasos .cardPasos {
    max-width: 92%;
  }
  section.pasos .cardPasos h4 {
    margin-top: 0px;
  }
  section.pasos::after {
    background-size: contain;
    bottom: -20px;
    left: 5%;
    width: 120px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos h2 {
    font-size: 30px;
    line-height: normal;
  }
  section.pasos p {
    font-size: 17px;
    line-height: normal;
  }
  section.pasos .cardPasos {
    max-width: 100%;
    min-height: 120px;
    margin-bottom: 40px;
  }
}
section.preguntas {
  background-image: url(../imagenes/preguntas.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 250px;
  position: relative;
  z-index: 0;
}
section.preguntas .contAcordeon {
  background-image: url(../imagenes/pqr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 770px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
section.preguntas .contAcordeon .acordeom {
  max-width: 610px;
  margin: 0 auto;
  display: block;
}
section.preguntas h2 {
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 119.231% */
  margin-bottom: 100px;
}
section.preguntas .item {
  padding: 20px 0;
  cursor: pointer;
}
section.preguntas h6 {
  color: #FFF;
  font-family: "Euclid Flex";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
section.preguntas p {
  color: #FFF;
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
section.preguntas hr {
  width: 100%;
  height: 1.5px;
  border: 1.5px;
  background: var(--Amarillo, #FFDC00);
  max-width: 90%;
}
section.preguntas .iconminus, section.preguntas .iconPlus {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid;
  border-color: #FFDC00;
  padding: 0 3px;
  line-height: 14px;
}
section.preguntas .uno .iconPlus {
  display: none;
}
section.preguntas .acordeom {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  section.preguntas {
    padding: 100px 15px;
  }
  section.preguntas h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  section.preguntas .item {
    padding: 5px 0;
    cursor: pointer;
  }
  section.preguntas p {
    font-size: 17px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  section.preguntas {
    background-image: url(../imagenes/movil/preguntas.png);
    padding: 100px 15 100px;
    position: relative;
    z-index: 0;
  }
  section.preguntas .contAcordeon {
    background-image: url(../imagenes/movil/preguntasInterno.png);
    min-height: 1080px;
    padding: 50px 35px;
    width: 100%;
  }
  section.preguntas .contAcordeon h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 60px;
  }
  section.preguntas .contAcordeon .hiddenM {
    display: none;
  }
  section.preguntas .contAcordeon .acordeom {
    max-width: 100% !important;
    margin: 0 auto;
    /* Ajustes específicos para la flecha de 'next' */
  }
  section.preguntas .contAcordeon .acordeom h4 {
    color: #FFF;
    text-align: center;
    font-family: "Euclid Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
  }
  section.preguntas .contAcordeon .acordeom p {
    color: #FFF;
    text-align: center;
    font-family: "Akzidenz-Grotesk BQ Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  section.preguntas .contAcordeon .acordeom img {
    width: 60%;
    margin: 40px auto;
    display: block;
  }
  section.preguntas .contAcordeon .acordeom .swiper-button-prev {
    left: 30%; /* Ajusta este valor para la separación del borde derecho */
    right: auto; /* Anulamos 'left' por defecto */
  }
  section.preguntas .contAcordeon .acordeom .swiper-button-next {
    left: 55%; /* Ajusta este valor para la separación con la flecha 'next' */
    right: auto; /* Anulamos 'left' por defecto */
  }
}
.bannerFooter {
  background-color: #346696;
  padding-top: 0;
}
.bannerFooter .row {
  display: block;
}
.bannerFooter .logoFBlanco img {
  width: 460px;
  margin: 0 auto 0;
  display: block;
  z-index: 0;
  position: relative;
  margin-top: -12%;
}
.bannerFooter h2 {
  margin-top: -12%;
  color: #FFF;
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px; /* 119.231% */
  z-index: 2;
  position: relative;
}
.bannerFooter p {
  color: #FFF;
  text-align: center;
  font-family: "Akzidenz-Grotesk BQ Light";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 900px;
  margin: 30px auto 40px;
}
.bannerFooter a.btnbr {
  margin: 0 auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

footer {
  padding: 0;
  background: white;
}
footer p {
  margin: 0;
  color: var(--Marrn, #77160D);
  padding: 30px;
  color: var(--Azul, #346696);
  text-align: center;
  font-family: "Euclid Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

@media screen and (max-width: 992px) {
  .bannerFooter .logoFBlanco img {
    width: 260px;
    margin-top: -12%;
  }
  .bannerFooter h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .bannerFooter p {
    font-size: 24px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter h2 {
    font-size: 30px;
    line-height: normal;
  }
  .bannerFooter p {
    font-size: 16px;
    line-height: normal;
  }
  .bannerFooter .logoFBlanco img {
    width: 200px;
    margin-top: -19%;
  }
}/*# sourceMappingURL=styles.css.map */