@charset "UTF-8";
/* Font  */
@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-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Barlow;
  src: url("../font/Poppins-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: absolute;
  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(--Gris, #555);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.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: #111;
  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: #F1F1F1;
    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;
    background: var(--Amarillo, #FD0);
    color: var(--Negro, #111);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
  }
}
@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;
  }
}
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: var(--Negro, #111);
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 112.5% */
}
h1 span {
  color: var(--Azul-oscuro, #01357E);
}

.banner p {
  color: var(--Gris, #555);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}

h2.blue {
  color: var(--Azul-oscuro, #01357E);
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 107.692% */
}

h2 {
  color: var(--Negro, #111);
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 112.5% */
}
h2 span {
  color: #01357E;
}

h3 {
  color: var(--Negro, #111);
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}

p {
  color: var(--Gris, #555);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 50px;
  background: var(--Amarillo, #FD0);
  color: var(--Negro, #111);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  h1 {
    font-size: 45px;
    line-height: 50px; /* 112.5% */
  }
  .banner p {
    font-size: 18px;
    line-height: 24px; /* 120% */
    max-width: 80%;
    margin: 0 auto;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 35px;
    line-height: 40px;
  }
  h2.blue {
    font-size: 45px;
    line-height: 48px;
  }
  .hiddenS {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-family: Poppins;
    font-size: 40px;
    line-height: 45px; /* 115% */
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 18px;
    line-height: 24px;
    max-width: 90%;
    margin: 0 auto;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
section.banner {
  background-image: url(../imagenes/header.png);
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 200px 15px 300px;
}
section.banner .container {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
section.banner .container p {
  padding: 20px 0;
}
section.banner .container a {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 10px 20px;
}

@media screen and (max-width: 992px) {
  section.banner {
    background-color: #FFF;
    background-image: url(../imagenes/header.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.png);
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 350px 0 150px;
  }
}
section.nosotros {
  background-color: #F1F1F1;
}
section.nosotros h2 {
  text-align: left;
  margin-top: 100px;
}
section.nosotros p {
  text-align: left;
  max-width: 85%;
  margin: 0;
}
section.nosotros figure img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  section.nosotros h2.blue {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros p {
    text-align: left;
    max-width: 100%;
    margin: 30px 0;
  }
}
section.beneficios {
  background-color: #F1F1F1;
  position: relative;
}
section.beneficios .container {
  z-index: 9;
  position: relative;
}
section.beneficios .line {
  background-color: #FD0;
  height: 3px;
  width: 40px;
  margin: 20px auto;
}
section.beneficios .cardContet {
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}
section.beneficios .cardbene {
  border-radius: 25px;
  background: var(--Violeta, #2D2E87);
  max-width: 320px;
  display: flex;
  transform: rotate(-3.603deg);
  padding: 40px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  position: relative;
  color: white;
}
section.beneficios .cardbene p {
  color: white;
}
section.beneficios .cardbene.dos {
  margin-top: 200px;
  background: var(--Rojo, #D51317);
  transform: rotate(4.714deg);
  z-index: 1;
}
section.beneficios .cardbene.tres {
  background: var(--Amarillo, #FD0);
  transform: rotate(1.178deg);
  color: #111;
}
section.beneficios .cardbene.tres p {
  color: #111;
}
section.beneficios .cardbene.cuatro {
  margin-top: 100px;
  background: var(--Azul, #11519B);
  transform: rotate(-3.6deg);
}

@media screen and (max-width: 992px) {
  section.beneficios .cardbene {
    max-width: 120%;
    width: 120%;
    padding: 30px 15px;
    gap: 50px;
  }
  section.beneficios .cardbene p {
    font-size: 13px;
    line-height: 18pxpx;
  }
  section.beneficios .cardbene h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    background-color: #F1F1F1;
  }
  section.beneficios .cardbene {
    margin-top: 40px;
    max-width: 300px;
    transform: rotate(-3.603deg);
    gap: 70px;
  }
  section.beneficios .cardbene.dos {
    margin-top: 80px;
  }
  section.beneficios .cardbene.cuatro {
    margin-top: 80px;
  }
  section.beneficios .swiper-slide {
    padding: 0 0 20px;
  }
}
section.form {
  background-image: url(../imagenes/Fondo-onda-Razone+Contacto.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: -450px;
  padding-top: 650px;
}
section.form form {
  margin-top: 60px;
}
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 #555;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Gris, #555);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
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: #555;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #555;
}
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 auto;
  display: block;
  border-radius: 5px;
  padding: 10px 70px;
  border-radius: 50px;
  background: var(--Amarillo, #FD0);
}
section.form .hs_submit.hs-submit {
  max-width: 74%;
  margin: 28px auto;
}

@media screen and (max-width: 767px) {
  section.form {
    background-image: url(../imagenes/movil/Razones+Contacto.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-top: -250px;
    padding-top: 350px;
  }
}
.galeria {
  background-color: #F1F1F1;
}
.galeria .line {
  background-color: #FD0;
  height: 3px;
  width: 40px;
  margin: 20px auto;
  margin-bottom: 70px;
}
.galeria .swiper-slide {
  cursor: pointer;
}

section.datos {
  background-image: url(../imagenes/colchom.png);
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
  background-color: #F1F1F1;
}
section.datos h2 {
  text-align: left;
  margin-bottom: 40px;
}
section.datos p {
  text-align: left;
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  section.datos {
    background-image: url(../imagenes/colchom.png);
    background-size: 80%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 50px 15px 200px;
    background-color: #F1F1F1;
  }
  section.datos h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
  }
  section.datos p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%; /* 150% */
  }
}
.video {
  background-image: url(../imagenes/Fondo-onda-Video.png);
  background-color: #F1F1F1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 150px 15px;
}
.video .line {
  background-color: #FD0;
  height: 3px;
  width: 40px;
  margin: 20px auto;
  margin-bottom: 70px;
}
.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 h3 {
    font-size: 27px;
    line-height: 34px;
  }
  .video .contVideo {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
}
section.pasos {
  background-image: url(../imagenes/pasos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 300px 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: */
}
section.pasos .row {
  width: 80% !important;
  margin: 0 auto;
}
section.pasos h2 {
  color: var(--Blanco-1, #FFF);
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 107.692% */
  text-align: left;
  margin-top: 120px;
}
section.pasos .cardpasos {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 20px;
  background: var(--Blanco-1, #FFF);
}
section.pasos .cardpasos img {
  width: 50px;
}
section.pasos .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% */
}
section.pasos .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;
}
section.pasos .cardpasos p {
  color: var(--Negro, #111);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
section.pasos .swiper-button-prev,
section.pasos .swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  background-color: #ffc107; /* Color de fondo, similar al de tu imagen (amarillo) */
  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 */
}
section.pasos .swiper-button-prev {
  right: 60px; /* Ajusta este valor para la separación con la flecha 'next' */
  left: auto; /* Anulamos 'left' por defecto */
}
section.pasos .swiper-button-next {
  right: 10px; /* Ajusta este valor para la separación del borde derecho */
  left: auto; /* Anulamos 'left' por defecto */
}
section.pasos .swiper-button-prev:after,
section.pasos .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 */
}
section.pasos .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.pasos .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 */
}
section.pasos .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.pasos .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 */
}
section.pasos .swiper.mySwiper2 {
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  section.pasos h2 {
    font-size: 35px;
    line-height: 45px;
  }
  section.pasos .row {
    width: 100% !important;
    margin: 0 auto;
  }
  section.pasos .cardpasos {
    min-height: 402px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    background-image: url(../imagenes/movil/pasos.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
  section.pasos .row {
    width: 100% !important;
    margin: 0 auto;
  }
  section.pasos h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
section.faqs {
  position: relative;
  /* Estilo para el ícono de la flecha */
  /* Estilo para el ícono de la flecha en la imagen (parece ser una flecha hacia arriba/abajo) */
  /* Si quieres el ícono de la imagen, puedes usar Font Awesome o un SVG personalizado */
}
section.faqs .card {
  background: transparent;
}
section.faqs .card::after {
  position: relative;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 98%;
  height: 1px;
  background-color: white;
}
section.faqs .card-body {
  padding: 0 4px 35px;
  color: var(--Blanco, #FFF);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
section.faqs button.btn.btn-link.btn-block.text-left.accordion-button {
  background: transparent;
  box-shadow: none;
}
section.faqs button.btn.btn-link.btn-block.text-left.accordion-button {
  color: var(--Blanco, #FFF);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0;
}
section.faqs .card-header {
  padding: 15px 0;
}
section.faqs .accordion-container {
  width: 100%;
  max-width: 900px; /* Ancho máximo para el acordeón */
  border-radius: 12px; /* Bordes redondeados para el contenedor */
  overflow: hidden; /* Asegura que los bordes redondeados se apliquen bien */
  margin: 0 auto 60px;
}
section.faqs .accordion-item {
  border: none; /* Elimina los bordes por defecto de los items */
  margin-bottom: 10px; /* Espacio entre los items del acordeón */
  border-radius: 12px; /* Bordes redondeados para cada item */
  border-radius: 20px;
  background: var(--Blanco-2, #F1F1F1);
  padding: 15px 5px;
}
section.faqs .accordion-button {
  color: #01357E; /* Color de texto del botón */
  font-weight: bold;
  border-radius: 12px; /* Bordes redondeados para el botón */
  padding: 18px 20px; /* Relleno del botón */
  text-align: left;
  transition: background-color 0.3s ease;
  display: flex; /* Usar flexbox para alinear contenido y flecha */
  justify-content: space-between; /* Espacio entre el texto y la flecha */
  align-items: center; /* Centrar verticalmente */
  background: #f1f1f1;
  padding-bottom: 0;
  box-shadow: none;
}
section.faqs .accordion-button.collapsed {
  padding: 18px 20px; /* Relleno del botón */
}
section.faqs .accordion-button:not(.collapsed) {
  color: #01357E; /* Color de texto azul cuando está abierto */
  border-radius: 12px 12px 0 0; /* Solo esquinas superiores redondeadas cuando está abierto */
}
section.faqs .accordion-button:focus {
  box-shadow: none; /* Elimina el foco por defecto */
  border-color: transparent; /* Elimina el borde de foco */
}
section.faqs button.accordion-button {
  color: var(--Azul-oscuro, #01357E);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
section.faqs .accordion-body {
  padding: 20px;
  border-radius: 0 0 12px 12px; /* Bordes redondeados inferiores */
  color: var(--Negro, #111);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
section.faqs .accordion-button::after {
  background-image: url(../imagenes/Flecha-inactiva-AZ.png);
  transform: rotate(0deg); /* Estado inicial */
  transition: transform 0.2s ease-in-out;
}
section.faqs .accordion-button:not(.collapsed)::after {
  background-image: url(../imagenes/Flecha-inactiva-AZ.png);
  transform: rotate(180deg); /* Gira 180 grados cuando está abierto */
}
section.faqs .accordion-button .custom-arrow {
  font-size: 1.2rem;
  color: #0d6efd; /* Color azul similar al de la imagen */
  transition: transform 0.2s ease-in-out;
}
section.faqs .accordion-button.collapsed .custom-arrow {
  transform: rotate(0deg);
}
section.faqs .accordion-button:not(.collapsed) .custom-arrow {
  transform: rotate(180deg); /* Gira 180 grados cuando está abierto */
}
section.faqs .accordion-item h2 {
  color: var(--Azul-oscuro, #01357E) !important;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

section.faqs .line {
  position: relative;
  background-color: #FD0;
  height: 3px;
  width: 40px;
  margin: 20px auto;
  margin-bottom: 70px;
}

section.faqs .accordion-body {
  padding: 5px 20px 20px;
  border-radius: 0 0 12px 12px;
  color: #555;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  h3 br {
    display: none;
  }
  section.faqs button.accordion-button {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
section.footer {
  background-color: #F1F1F1;
  padding-bottom: 10px;
}
section.footer img {
  width: 50.007px;
  height: 50.001px;
  flex-shrink: 0;
  aspect-ratio: 50.01/50;
}
section.footer h2 {
  color: var(--Azul-oscuro, #01357E);
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 107.692% */
  text-align: left;
}
section.footer .text {
  padding: 70px 10%;
}
section.footer p {
  color: var(--Gris, #555);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 100%;
}
section.footer .btn, section.footer .btnbr, section.footer input.hs-button.primary.large {
  padding: 5px 13px;
}
section.footer p.copy {
  text-align: center;
  padding-top: 90px;
}

@media screen and (max-width: 992px) {
  section.footer h2 {
    font-size: 25px;
    line-height: 35px;
  }
  section.footer .text {
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  section.footer h2 {
    font-size: 32px;
    line-height: 38px; /* 107.692% */
  }
  section.footer h2 br {
    display: none;
  }
  section.footer .text {
    padding: 20px 15px;
  }
  section.footer p {
    margin-bottom: 40px;
  }
  section.footer .btn, section.footer .btnbr, section.footer input.hs-button.primary.large {
    padding: 5px 13px;
    margin: 0 auto;
    display: block;
  }
  section.footer p.copy {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}/*# sourceMappingURL=styles.css.map */