@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Inter;
  src: url("../font/Inter_Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Inter;
  src: url("../font/Inter_SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Inter;
  src: url("../font/Inter_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);
  }
}
div.menu {
  background: transparent;
  position: relative;
  width: 100%;
  min-height: 90px;
}
div.menu img {
  max-width: 100px;
  margin: 40px 0;
  display: block;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: white;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 33px 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 0 0 auto;
  user-select: none;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #974995;
  margin-bottom: 6px;
  border-radius: 2px;
  width: 28px;
  height: 3px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: var(--Violeta, #974995);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 300% */
  letter-spacing: 1.4px;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: var(--Violeta, #974995);
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  zoom: 1.1;
}

div.menu .hamburger.is-active ._layer {
  background: #974995;
}

@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 80px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
  }
  div.menu img {
    max-width: 140px;
    top: 5px;
    margin: 15px;
    margin: 0 auto;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu {
    padding: 10px;
    display: block;
    position: relative;
  }
  div.menu img {
    max-width: 60px;
    margin: 0;
  }
  div.menu .hamburger {
    padding: 7px 0;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1420px;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: var(--Negro, #282828);
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 106.667% */
}

.banner p {
  color: var(--Negro, #282828);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 12px 35px;
  border-radius: 8px;
  background: var(--Amarillo, #F5D306);
  color: var(--Negro, #282828);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  color: var(--Negro, #282828);
  background: var(--Amarillo, #F5D306);
  opacity: 0.6;
}

h6 {
  color: var(--Violeta, #974995);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 300% */
  letter-spacing: 1.4px;
}

h2 {
  color: var(--Negro, #282828);
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 109.091% */
}

h3 {
  color: var(--Negro, #282828);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

h4 {
  color: var(--Violeta, #974995);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

p {
  color: var(--Negro, #282828);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.hiddenT {
  display: none;
}

.bg1 {
  background-image: url(../imagenes/FondoHeaderNosotros.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM, .hiddenM {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: normal;
  }
  h2 {
    font-size: 28px;
    line-height: normal;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .bg1 {
    background-image: url(../imagenes/movil/FondoHeaderNosotros.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  br {
    display: none;
  }
}
section.banner {
  padding: 50px 15px 100px;
}
section.banner .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.banner h1 span {
  position: relative;
}
section.banner h1 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../imagenes/linea.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section.banner p {
  text-align: left;
  margin: 40px 0;
  max-width: 80%;
}
section.banner video {
  padding: 0 15%;
}

@media screen and (max-width: 767px) {
  section.banner {
    padding: 10px 15px 100px;
  }
  section.banner video {
    padding: 0;
    margin-bottom: 20px;
  }
  section.banner p {
    margin: 20px 0 40px;
    max-width: 100%;
  }
}
section.nosotros {
  padding: 200px 15px;
}
section.nosotros h2 {
  margin-bottom: 30px;
}
section.nosotros p {
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 100px 15px;
  }
}
section.beneficios {
  padding: 100px 15px;
}
section.beneficios h6 {
  text-align: left;
}
section.beneficios h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.beneficios .contCard {
  max-width: 1080px;
  margin: 60px auto;
}
section.beneficios .cardbene {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid var(--LILA, #C39CC2);
  background: #F9F3F9;
  padding: 40px;
  margin: 0 10px 40px;
}
section.beneficios .cardbene img {
  height: 50px;
  width: auto;
}
section.beneficios .cardbene p {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.beneficios .cardbene {
    min-height: 270px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 70px 15px;
  }
  section.beneficios .row.contCard .col-md-6 {
    padding: 0;
    margin: 0;
  }
  section.beneficios .cardbene {
    min-height: auto;
    padding: 15px 25px;
    margin: 0 0 40px;
  }
  section.beneficios .cardbene h4 {
    color: var(--Violeta, #974995);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
  section.beneficios .cardbene p {
    font-size: 16px;
    line-height: 20px; /* 125% */
  }
}
section.esencia {
  background-image: url(../imagenes/Group1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 15px;
}
section.esencia h6 {
  color: #F5D306;
}
section.esencia h2 {
  color: white;
  margin-bottom: 30px;
}
section.esencia p {
  color: white;
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  section.esencia {
    padding: 110px 15px;
  }
  section.esencia p {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  section.esencia {
    background-image: url(../imagenes/movil/Group1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 320px 15px 380px;
  }
}
section.form {
  background-image: url(../imagenes/FondoVideoContacto.png);
  background-size: 65%;
  background-position: left;
  background-repeat: no-repeat;
}
section.form h6 {
  text-align: left;
}
section.form h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.form h2 span {
  position: relative;
}
section.form h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../imagenes/linea.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section.form p {
  text-align: left;
  max-width: 530px;
  margin: 0;
}
section.form video {
  max-width: auto;
  height: 700px;
  margin: 0 auto;
  display: block;
}
section.form .contForm {
  padding: 0 5%;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 580px;
  margin: 0 0 0;
}
section.form form fieldset {
  max-width: 600px;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #974995;
  padding: 10px 0;
  border-radius: 0;
  color: #060707;
  font-family: Inter;
  font-size: 15.528px;
  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: #060707;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #060707;
}
section.form input.hs-button.primary.large {
  border: none;
  margin: 0;
  text-align: center;
}
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;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  section.form {
    background-size: 150%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 15px;
  }
  section.form h2 {
    font-size: 35px;
  }
  section.form video {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    display: block;
  }
}
section.propuesta {
  background-image: url(../imagenes/FondoPasos.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 15px;
}
section.propuesta .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.propuesta h6 {
  text-align: left;
}
section.propuesta h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.propuesta p {
  text-align: left;
  max-width: 600px;
  margin: 0;
}
section.propuesta .list {
  padding: 0 50px;
}
section.propuesta .list li {
  text-decoration: none;
  list-style: none;
  color: var(--Violeta, #974995);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
}
section.propuesta .list li span {
  min-width: 60px;
  text-align: center;
}
section.propuesta .list li p {
  font-size: 17px;
}

@media screen and (max-width: 992px) {
  section.propuesta .list {
    padding: 30px 10px;
  }
  section.propuesta .list ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.propuesta {
    background-image: url(../imagenes/movil/FondoPasos2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 15px;
  }
  section.propuesta h2 {
    font-size: 30px;
  }
  section.propuesta .list {
    padding: 0;
  }
}
section.galeria {
  padding: 200px 15px;
  /* 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.galeria h2 {
  text-align: left;
}
section.galeria .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 12%;
}
section.galeria .swiper-button-prev,
section.galeria .swiper-button-next {
  width: 35px; /* Tamaño del botón */
  height: 35px; /* Tamaño del botón */
  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.galeria .swiper-button-prev {
  right: 120px; /* Ajusta este valor para la separación del borde derecho */
  left: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-next {
  right: 70px; /* Ajusta este valor para la separación con la flecha 'next' */
  left: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-prev:after,
section.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 */
}
section.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.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 */
}
section.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.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 */
}
section.galeria .swiper.mySwiper2 {
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  section.galeria .cont {
    padding: 0 1.5%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 80px 15px;
    /* Ajustes específicos para la flecha de 'next' */
  }
  section.galeria h2 {
    margin-bottom: 60px;
    font-size: 30px;
  }
  section.galeria .swiper-button-prev {
    right: 70px; /* Ajusta este valor para la separación del borde derecho */
    left: auto; /* Anulamos 'left' por defecto */
  }
  section.galeria .swiper-button-next {
    right: 30px; /* Ajusta este valor para la separación con la flecha 'next' */
    left: auto; /* Anulamos 'left' por defecto */
  }
}
section.proposito {
  background-image: url(../imagenes/Group2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 15px;
}
section.proposito h6 {
  color: #F5D306;
}
section.proposito h2 {
  color: white;
  margin-bottom: 30px;
}
section.proposito p {
  color: white;
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  section.proposito {
    padding: 130px 15px;
  }
  section.proposito p {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  section.proposito {
    background-image: url(../imagenes/movil/Group2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 320px 15px 380px;
  }
}
section.video {
  padding: 150px 15px;
}
section.video h2 {
  margin-bottom: 70px;
}
section.video iframe {
  padding: 0 !important;
  width: 850px;
  height: 480px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 100px 15px;
  }
  section.video h2 {
    font-size: 30px;
  }
  section.video .contVideo {
    padding: 0;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
}
section.pasos {
  background-image: url(../imagenes/FondoPasos2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 15px;
}
section.pasos h2 {
  margin-bottom: 70px;
}
section.pasos .cardPasos {
  border-radius: 15px;
  border: 1px solid var(--LILA, #C39CC2);
  background: #FFF;
  display: flex;
  width: 552px;
  height: 160px;
  padding: 0px 40px;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  margin: 0 auto;
}
section.pasos .cardPasos .col-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
section.pasos .cardPasos span.number {
  color: var(--Violeta, #974995);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
section.pasos .cardPasos h4 {
  text-align: left;
  text-transform: uppercase;
}
section.pasos .cardPasos p {
  text-align: left;
}
section.pasos .swiper.mySwiper3 {
  padding-bottom: 60px;
}
section.pasos .swiper-pagination-bullet {
  background: #974995;
  opacity: 1;
}
section.pasos .swiper-pagination-bullet-active {
  background: #F5D306;
  width: 10px;
  height: 10px;
}
section.pasos .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
section.pasos .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  section.pasos {
    background-image: url(../imagenes/FondoPasos2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 15px;
  }
  section.pasos .cardPasos {
    width: 100%;
    height: 200px;
    padding: 0px 30px;
  }
  section.pasos .cardPasos p {
    line-height: 20px;
  }
}
section.preguntas {
  padding: 200px 15px;
}
section.preguntas .acordeom .itens {
  padding: 30px 40px;
  margin: 0 0 20px;
  border-radius: 15px;
  border: 1px solid var(--LILA, #C39CC2);
  background: var(--Lila-claro, #F9F3F9);
  position: relative;
}
section.preguntas .acordeom .itens .control {
  position: absolute;
  right: 7%;
  cursor: pointer;
  top: 30px;
}
section.preguntas .acordeom .itens .control span {
  position: absolute;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  background: #000;
  border: none;
}
section.preguntas .acordeom .itens .control .close {
  display: none;
}
section.preguntas .acordeom .itens p {
  text-align: left;
  max-width: 90%;
  color: #000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: 0;
}
section.preguntas .acordeom .itens.active p {
  max-height: 200px;
  opacity: 1;
  margin: 15px 0;
}
section.preguntas .acordeom .itens.active .control .open {
  display: none;
}
section.preguntas .acordeom .itens.active .control .close {
  display: block;
}
section.preguntas .acordeom h3 {
  text-align: left;
  max-width: 85%;
  margin-bottom: 0;
  cursor: pointer;
}
section.preguntas .acordeom hr {
  margin: 30px 0 30px;
}
section.preguntas .cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}
section.preguntas h2 {
  text-align: left;
}
section.preguntas .itens.active h3 {
  color: #974995;
}
section.preguntas .acordeom .itens.active .control span {
  background: #974995;
}

@media screen and (max-width: 992px) {
  section.preguntas h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 60px 15px;
  }
  section.preguntas h2 {
    font-size: 30px;
  }
  section.preguntas .acordeom .itens {
    padding: 30px 20px;
    margin: 0 0 20px;
    border-radius: 15px;
    border: 1px solid var(--LILA, #C39CC2);
    background: var(--Lila-claro, #F9F3F9);
    position: relative;
  }
  section.preguntas .acordeom .itens .control {
    position: absolute;
    right: 42px;
    cursor: pointer;
    top: 30px;
  }
  section.preguntas .acordeom .itens .control p {
    line-height: 20px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/FondoFooter.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 15px;
}
.bannerFooter h2 {
  color: white;
}
.bannerFooter p {
  color: white;
  text-align: left;
  max-width: 400px;
}

footer p {
  color: var(--Negro, #282828);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .bannerFooter {
    background-image: url(../imagenes/movil/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 15px;
  }
  .bannerFooter h2 {
    text-align: left;
  }
  .bannerFooter p {
    text-align: left;
    margin: 20px 0 35px;
  }
  .bannerFooter .btn, .bannerFooter .btnbr, .bannerFooter input.hs-button.primary.large {
    display: block;
    border: none;
  }
}/*# sourceMappingURL=styles.css.map */