@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/Avenir-LT-Std-35-Light.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/Avenir-LT-Std-65-Medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/Avenir-LT-Std-85-Heavy.otf") 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 li.nav-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.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 .nav-item a.nav-link:hover {
  border-bottom: 1px solid #FFF;
}
.menu a.nav-link {
  text-align: center;
  padding: 10px 25px !important;
  color: #FFF;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  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: #F0869E;
  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;
}

.hiddenlogo {
  display: none !important;
}

@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: 100px;
  }
  .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: 72px;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 12px !important;
    border: navajowhite;
  }
}
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: "Avenir LT Std";
  font-size: 68px;
  font-style: normal;
  font-weight: 300;
  line-height: 62px;
}
h1 span {
  font-weight: 700;
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h2 {
  color: var(--Rosa, #F0869E);
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 113.953% */
}

h3 {
  color: #000;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: #000;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 26px;
  background: #FFF;
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #000;
  color: #FFF;
}

b {
  font-weight: 800;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2 {
    font-size: 40px;
    line-height: 45px; /* 113.953% */
  }
  h3 {
    color: #000;
    text-align: center;
    font-family: "Avenir LT Std";
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  h4 {
    color: #000;
    font-family: "Avenir LT Std";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .banner p {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  a.btnbr {
    font-size: 12px;
  }
  h2 {
    font-size: 27px;
    line-height: 29px; /* 113.953% */
  }
  p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  h4 {
    font-size: 20px;
    line-height: normal;
  }
}
/***** galeria *****/
/******** GALERIA ********/
.ppd-5 {
  padding-left: 10%;
}

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

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

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

@media screen and (max-width: 2000px) {
  /* Ajustes específicos para la flecha de 'prev' */
  .swiper-button-prev {
    left: 40px; /* 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: 90px; /* Ajusta este valor para la separación con la flecha 'next' */
    right: auto; /* Anulamos 'left' por defecto */
  }
}
@media screen and (max-width: 767px) {
  /* 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 {
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 15px 250px;
}
section.banner .row {
  display: block;
}
section.banner h1 {
  text-align: center;
}
section.banner h1 span {
  display: block;
}
section.banner p {
  text-align: center;
  max-width: 60%;
  margin: 40px auto 50px;
  display: block;
}
section.banner a.btnbr {
  margin: 0 auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 40px;
}
section.banner a.btnbr img {
  max-width: 31px;
  margin: 0px 5px 3px;
}

@media screen and (max-width: 992px) {
  section.banner h1 span {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.jpg);
    padding: 200px 15px 200px;
  }
  section.banner p {
    max-width: 100%;
    width: 100%;
  }
}
section.nosotros {
  background-color: var(--Gris-claro, #F9F5F5);
  padding: 300px 15px;
  position: relative;
}
section.nosotros p {
  max-width: 80%;
  margin: 40px auto;
}
section.nosotros::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Esmalte.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -35%;
  right: 15%;
  width: 228px;
  height: 450px;
  z-index: 1;
}
section.nosotros::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Hexágonos1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 10%;
  right: 5%;
  width: 236px;
  height: 276px;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 200px 15px 300px;
    position: relative;
  }
  section.nosotros p {
    max-width: 80%;
    margin: 40px auto;
  }
  section.nosotros::after {
    top: -25%;
    right: 15%;
    width: 180px;
    height: 350px;
  }
  section.nosotros::before {
    bottom: 10%;
    right: 5%;
    width: 180px;
    height: 200px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 180px 15px 200px;
  }
  section.nosotros p {
    max-width: 100%;
  }
  section.nosotros::after {
    top: -10%;
    right: 5%;
    width: 130px;
    height: 200px;
  }
  section.nosotros::before {
    bottom: 10%;
    right: 5%;
    width: 150px;
    height: 150px;
    z-index: 1;
  }
}
section.beneficios .cardbene {
  position: relative;
}
section.beneficios .cardbene::after {
  content: "";
  position: absolute;
  background-color: #010001;
  opacity: 0.2;
  top: 60%;
  right: -14px;
  width: 1px;
  height: 125px;
  z-index: 1;
}
section.beneficios .cardbene figure img {
  height: 140px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 60px;
  display: block;
}
section.beneficios .cardbene h4 {
  text-align: center;
}
section.beneficios .cardbene p {
  text-align: center;
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0 20px;
}
section.beneficios .cardbene.ultimo::after {
  content: none;
}
section.beneficios hr {
  display: none;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    position: relative;
    padding-top: 150px;
  }
  section.beneficios .col-md-6 {
    position: relative;
  }
  section.beneficios .cardbene {
    position: relative;
    margin-bottom: 40px;
    min-height: 500px;
  }
  section.beneficios .cardbene::after {
    content: none;
  }
  section.beneficios hr {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    height: 2px;
    width: 50%;
    background-color: #010001;
    opacity: 0.2;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding-bottom: 50px;
  }
  section.beneficios .ult {
    display: none;
  }
  section.beneficios .cardbene {
    min-height: 410px;
  }
  section.beneficios .cardbene figure img {
    height: 100px;
    width: auto;
  }
  section.beneficios .cardbene p {
    font-size: 18px;
  }
}
section.form .row {
  background-color: #F0869E;
  background-image: url(../imagenes/persona.png);
  background-size: 60%;
  background-position: -20% 0;
  background-repeat: no-repeat;
  border-radius: 2px;
}
section.form .row .contContacto {
  padding: 70px 100px 70px 30px;
}
section.form .row .contContacto img {
  width: 190px;
  height: 50px;
}
section.form .row .contContacto h2 {
  margin-top: 20px;
  color: white;
  text-align: left;
}
section.form .row .contContacto p {
  text-align: left;
  color: white;
  margin: 40px 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form input.hs-button.primary.large {
  margin: 0;
  display: block;
  border-radius: 5px;
  padding: 10px 70px;
  border-radius: 26px;
}
section.form .hs_submit.hs-submit {
  max-width: 74%;
  margin: 28px 0;
}

@media screen and (max-width: 992px) {
  section.form .row {
    background-image: url(../imagenes/movil/persona.png);
    background-size: 120%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border-radius: 2px;
  }
  section.form .row .contContacto {
    padding: 50px 30px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 0;
  }
  section.form .row {
    background-size: 100%;
  }
  section.form .row h2 {
    font-size: 24px;
    line-height: 29px;
  }
  section.form .row .otro {
    margin-left: 60%;
    width: 40svw;
    margin-bottom: 120px;
    padding: 100px 0;
  }
  section.form .row .contContacto p {
    margin-bottom: 0;
  }
  section.form .row .contContacto img {
    width: 120px;
    height: auto;
  }
}
.galeria {
  background-color: #000;
  color: white;
  padding: 150px 0 200px;
}
.galeria .cont {
  padding: 0 3% 0 10%;
}
.galeria .cont .figureI img {
  margin-top: 220px;
  width: 190px;
  height: 50px;
}
.galeria .cont h2 {
  color: white;
  text-align: left;
  font-weight: 400;
}
.galeria .uno {
  padding-top: 10%;
}
.galeria .swiper-slide {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 150px 0;
  }
  .galeria .cont {
    padding: 0 3%;
  }
  .galeria .cont .figureI img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 100px 0 100px;
  }
  .galeria .cont {
    padding: 0 3% 60px;
  }
  .galeria .cont .figureI img {
    margin-top: 0;
    width: 140px;
    height: auto;
  }
  .galeria .uno {
    padding-top: 6%;
  }
  .galeria .swiper-slide {
    cursor: pointer;
  }
}
section.datos {
  background-color: #000;
  padding: 100px 15px 200px;
}
section.datos h2 {
  text-align: center;
  color: #F0869E;
}
section.datos p {
  color: white;
  text-align: center;
  max-width: 55%;
  display: block;
  margin: 60px auto;
}

@media screen and (max-width: 992px) {
  section.datos {
    padding: 100px 15px 150px;
  }
  section.datos p {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 70px 15px 80px;
  }
}
.video {
  padding: 0;
  margin: 0;
}
.video iframe {
  max-width: 100%;
  width: 100%;
  height: 900px;
}

@media screen and (max-width: 992px) {
  .video iframe {
    max-width: 100%;
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .video iframe {
    max-width: 100%;
    width: 100%;
    height: 450px;
  }
}
section.pasos {
  position: relative;
  padding: 150px 15px;
}
section.pasos figure img {
  width: 190px;
  height: 50px;
}
section.pasos h2 {
  font-weight: 300;
  text-align: left;
}
section.pasos .spanPasos {
  padding-top: 220px;
}
section.pasos .cardPasos {
  margin-bottom: 60px;
  padding-left: 15%;
  min-height: 230px;
}
section.pasos h4 {
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 20px;
}
section.pasos p {
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}
section.pasos::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/hexágonos2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 10%;
  left: 5%;
  width: 236px;
  height: 276px;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  section.pasos .spanPasos {
    padding-top: 80px;
  }
  section.pasos::before {
    bottom: 2%;
    left: 5%;
    width: 180px;
    height: 180px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px 150px;
  }
  section.pasos figure img {
    width: 140px;
    height: auto;
  }
  section.pasos h2 {
    font-weight: 300;
    text-align: left;
  }
  section.pasos .spanPasos {
    padding-top: 60px;
  }
  section.pasos .cardPasos {
    margin-bottom: 90px;
    padding: 0 30px;
    min-height: auto;
  }
  section.pasos h4 {
    font-size: 20px;
  }
  section.pasos p {
    font-size: 18px;
  }
}
section.faqs {
  padding: 0;
}
section.faqs .bglist {
  padding: 100px 15px;
}
section.faqs .bglist h2 {
  color: #000;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.faqs .bglist p {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 30px 0;
}
section.faqs .bglist.dos {
  background: var(--Gris-claro, #F9F5F5);
}

@media screen and (max-width: 992px) {
  section.faqs .bglist {
    padding: 100px 30px 80px;
  }
  section.faqs .bglist h2 {
    font-size: 35px;
  }
  section.faqs .bglist p {
    font-size: 28px;
    line-height: 35px;
  }
  section.faqs .bglist.dos {
    background: var(--Gris-claro, #F9F5F5);
  }
}
@media screen and (max-width: 767px) {
  section.faqs {
    padding: 0 20px;
  }
  section.faqs .bglist {
    padding: 70px 30px 50px;
  }
  section.faqs .bglist h2 {
    font-size: 20px;
  }
  section.faqs .bglist p {
    font-size: 18px;
    line-height: 35px;
  }
  section.faqs .bglist.dos {
    background: var(--Gris-claro, #F9F5F5);
  }
}
section.footer {
  padding: 0;
}
section.footer .bgRosa {
  background-color: #F0869E;
  border-radius: 5px;
  padding: 100px;
}
section.footer .bgRosa h2 {
  color: white;
}
section.footer .bgRosa p {
  color: white;
  margin: 30px;
}
section.footer .bgRosa a.btnbr {
  margin: 0 auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 40px;
}
section.footer .bgRosa a.btnbr img {
  max-width: 31px;
  margin: 0px 5px 3px;
}

footer p.copy {
  padding: 40px 0 30px;
  text-align: center;
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 15px;
  font-style: normal;
  font-weight: 40;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  section.footer .bgRosa {
    display: block;
    background-color: #F0869E;
    border-radius: 5px;
    padding: 60px 20px;
    width: 100%;
  }
  section.footer .bgRosa h2 {
    font-size: 26px;
    line-height: 29px;
  }
  section.footer .bgRosa p {
    color: white;
    margin: 30px;
    width: 100%;
    margin: 30px auto;
  }
  footer p.copy {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */