@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Blinker;
  src: url("../font/Blinker-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Blinker;
  src: url("../font/Blinker-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Rebel;
  src: url("../font/Rebel.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background: #471151;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: #FBBD00;
  font-family: Blinker;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 103.448% */
}
h1 span {
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #471151;
  font-family: Rebel;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

h2 {
  color: #FFF;
  text-align: center;
  font-family: Blinker;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: #FFF;
  text-align: center;
  font-family: Blinker;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
}

p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

button, .btn-br, a.btn-default {
  margin: 0;
  display: block;
  background-color: #FBBD00;
  border-radius: 5px;
  color: #471151;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

a {
  text-decoration: none;
}

.hiddenT {
  display: block;
}

.hiddenD {
  display: none;
}

.hiddenD1 {
  display: none;
}

/*.hiddenM{ display: block;}*/
.menu a.btn-default.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenD1 {
    display: flex;
  }
  .hiddenT {
    display: none;
  }
  .menu a.btn-default.hiddenD {
    display: block;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
  br {
    display: none;
  }
}
/* Menu  */
.menu {
  padding: 0;
  width: 100%;
  top: 0px;
  left: 0;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.menu img {
  height: auto;
  width: 180px;
}
.menu div#navbarSupportedContent {
  padding: 23px 0;
}
.menu a.btn-default {
  display: block;
  margin: 25px 0;
  border-radius: 25px;
  background-color: #471151;
  width: -moz-max-content;
  width: max-content;
  color: #060707;
  text-align: center;
  font-family: Apercu;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
  padding: 6px 23px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 10px 20px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  width: 100%;
  display: block;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 33px 0 0px;
}
.menu a.nav-link {
  padding: 0 23px !important;
  text-align: left;
  color: #FFF;
  font-family: Blinker;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu a.nav-link:hover {
  color: #FBBD00;
}
.menu button {
  width: 150px !important;
  color: #FFF;
  text-align: center;
  font-family: Canaro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 20px 3px;
  margin: 0 22px;
  border-radius: 5px;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 120px;
}
.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: #471151;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 30px !important;
}

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

li.nav-item {
  position: relative;
}

li.nav-item.active:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu img {
    height: auto;
    width: 130px;
  }
  a.btn-default.hiddenD {
    max-width: 60%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 312.5% */
    text-transform: uppercase;
    border-radius: 0px;
    background: transparent;
  }
  div#navbarSupportedContent {
    background: #471151;
    border: 1px solid rgba(225, 225, 225, 0.31);
  }
  div#navbarSupportedContent a.nav-link {
    font-size: 19px;
    text-align: center;
    border-bottom: 0px solid transparent;
    padding-left: 3px !important;
    padding: 12px !important;
  }
  .navbar {
    justify-content: flex-end;
  }
  .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: 15px 40px;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 80%;
  }
  li.nav-item.active:first-child {
    border-top: 0px white solid;
    padding-top: 30px;
  }
  button.navbar-toggler {
    padding: 8px 24px;
    border-radius: 10px;
    float: right;
    margin: 25px 0;
    text-align: right;
    color: #1D1D1B;
    font-family: Garet;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  button.navbar-toggler span {
    border-left: 1px solid #000;
    padding: 0 10px;
  }
  .menu figure.burger {
    margin: 0;
    padding: 10px;
    max-width: 50px;
  }
  button.navbar-toggler {
    text-align: right;
    float: right;
    position: relative;
    width: 50px !important;
    padding: 0;
    margin: 28px 0 20px;
  }
  .menu li a button {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .menu .navbar-expand-lg .navbar-nav {
    padding: 0 0 0px;
  }
  .menu figure img {
    max-width: 300px;
    width: 86%;
    height: auto;
  }
  .menu figure img.logo {
    width: auto !important;
    max-width: 80px;
    height: auto;
    margin: 10px 0;
  }
  .menu li.nav-item {
    width: 100%;
  }
  .menu .navbar-nav li.nav-item.active:first-child {
    border: none;
  }
  .btn-default.hiddenD {
    max-width: 80%;
    padding: 10px;
    margin: 30px auto;
  }
  li.nav-item {
    padding: 10px 0;
  }
  a.btn-default.hiddenD {
    max-width: 75%;
    display: block;
    margin: 20px auto 40px;
  }
  .menu button.navbar-toggler {
    float: right;
    padding: 17px 0px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 6px 0;
    font-family: Canaro;
  }
  .menu li a button {
    width: 85% !important;
    margin: 0 auto;
    padding: 9px 20px 6px;
  }
  li.nav-item:after {
    display: none;
  }
}
/* Menu  */
.banner {
  background-image: url("../imagenes/back-header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner figure img {
  max-width: 90%;
}
.banner h1 {
  line-height: 40px;
  margin: 0;
  margin-top: 200px;
}
.banner p {
  margin: 30px 0;
  text-align: left;
}
.banner button.btn-br {
  background-color: #FBBD00;
}

@media screen and (max-width: 992px) {
  .banner h1 {
    margin: 0;
    margin-top: 0px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .banner h1 span {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
  }
  .banner p {
    margin: 6px 0 30px;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .banner figure img {
    max-width: 100%;
  }
  .banner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner h1 span {
    font-size: 36px;
    line-height: 28px;
  }
  .banner p {
    font-size: 15px;
  }
  .banner button.btn.btn-br {
    font-size: 13px;
  }
}
.nosotros .row {
  max-width: 1000px;
  margin: 0 auto;
}
.nosotros .row p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .nosotros {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nosotros h2 {
    font-size: 22px;
  }
  .nosotros p {
    font-size: 15px;
  }
}
.razones {
  padding: 70px 0;
  background-image: url(../imagenes/back-beneficios.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.razones .eclipse {
  background-image: url(../imagenes/verde.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 30px;
  min-height: 240px;
}
.razones .eclipse.eclipse2 {
  background-image: url(../imagenes/naranja.png);
}
.razones .eclipse.eclipse3 {
  background-image: url(../imagenes/amarillo.png);
}
.razones .eclipse.eclipse4 {
  background-image: url(../imagenes/rosa.png);
}
.razones .eclipse p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.razones img {
  max-width: 280px;
  text-align: right;
  float: right;
  margin: 20px 0;
}

@media screen and (max-width: 992px) {
  .eclipse {
    margin: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .razones img {
    max-width: 130px;
    text-align: right;
    float: right;
    margin: 20px 0;
  }
  .swiper-button-next, .swiper-button-prev {
    color: #471151;
    background-color: #FBBD00;
    border-radius: 50px;
    height: 35px;
    width: 35px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #471151 !important;
  }
  .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 490px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .razones .eclipse {
    max-width: 320px;
  }
  .razones .eclipse p {
    font-size: 14px;
  }
}
section.form {
  background-color: #7CD4B6;
}
section.form h2, section.form h3 {
  text-align: center;
}
section.form h2 {
  color: #471151;
  text-align: center;
  font-family: Blinker;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 126.667% */
}
section.form h3 {
  color: #471151;
  text-align: center;
  font-family: Blinker;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 126.667% */
  text-transform: uppercase;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.form h3::after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #471151;
  position: absolute;
  margin: 18px;
}
section.form h3::before {
  content: "";
  left: -145px;
  width: 120px;
  height: 1px;
  background-color: #471151;
  position: absolute;
  margin: 18px;
}
section.form img {
  max-width: 90%;
}
section.form form {
  padding: 0 70px;
  max-width: 740px;
  margin: 0 auto;
}
section.form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
section.form form button, section.form form input, section.form form optgroup, section.form form select, section.form form textarea {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #471151;
  padding: 10px 10px 10px;
  border-radius: 0;
  color: #471151;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form form ::-moz-placeholder {
  color: #471151;
}
section.form form ::placeholder {
  color: #471151;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #471151;
  font-size: 12px;
}
section.form form option {
  color: #471151;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #1D1D1B;
  font-size: 12px;
}
section.form form input.hs-button.primary.large {
  border: none;
  margin-top: 30px;
  max-width: 230px;
}
section.form form input.hs-button.primary.large {
  width: 180px;
  margin: 20px 0;
  display: block;
  padding: 0px 40px;
  border-radius: 10px;
  background: #471151;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 36.043px;
}

@media screen and (max-width: 992px) {
  section.form h2 {
    font-size: 30px;
  }
  section.form h3 {
    font-size: 26px;
  }
  section.form form {
    padding: 0px 5px;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.form input.hs-button.primary.large {
    margin: 30px auto !important;
  }
  section.form h2 {
    font-size: 17px;
    line-height: 25px;
  }
  section.form h2 br {
    display: none;
  }
  section.form h2 span {
    display: block;
  }
  section.form form {
    padding: 0px 5px;
    max-width: 750px;
    margin: 0 auto;
  }
  section.form h2::after {
    bottom: -22%;
    left: -5%;
    width: 120px;
    height: 120px;
  }
  section.form h3 {
    font-size: 22px;
    margin-top: -5px;
  }
  section.form img {
    max-width: 100%;
  }
}
.galeria {
  padding: 150px 0;
}
.galeria h2 {
  color: #FBBD00;
  font-family: Blinker;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 105.556% */
  text-align: left;
  margin-bottom: 60px;
}
.galeria h2 span {
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #471151;
  font-family: Rebel;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 65.517% */
}
.galeria .swiper.mySwiper {
  padding-bottom: 30px;
}
.galeria .swiper.mySwiper .swiper-pagination-bullet-active {
  background: #471151;
}

@media screen and (max-width: 992px) {
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #ED6B06;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    left: 20px !important;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    color: #ED6B06;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    right: 20px !important;
  }
  .galeria .swiper.mySwiper {
    padding-bottom: 30px;
    padding: 20px;
    overflow: hidden;
  }
  .galeria {
    padding: 100px 0;
  }
  .galeria h2 {
    font-size: 30px;
  }
  .galeria h2 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .galeria h2 {
    font-size: 22px;
    line-height: 18px;
  }
  .galeria h2 span {
    display: block;
    font-size: 34px;
    line-height: 38px;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    right: 20px !important;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
  }
  .swiper-button-prev {
    position: absolute;
    top: 95%;
    left: 35%;
  }
  .swiper-button-next {
    position: absolute;
    top: 95%;
    right: 35%;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    right: 14px !important;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    left: 15px !important;
  }
  div.swiper-wrapper {
    padding-bottom: 40px !important;
  }
}
.datoClave {
  padding: 200px 0;
  background-image: url("../imagenes/back-dato.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.datoClave::after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../imagenes/logo-dato.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: 0;
  bottom: 5%;
  right: 5%;
}
.datoClave h2 {
  color: #FFF;
  font-family: Blinker;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  text-align: left;
}
.datoClave h2 span {
  color: #FBBD00;
}
.datoClave p {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .datoClave h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .datoClave {
    padding: 120px 15px;
    background-image: url("../imagenes/movil/back-dato.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .datoClave::after {
    width: 75px;
    height: 40px;
    background-image: url(../imagenes/logo-dato.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: 0;
    bottom: 5%;
    right: 5%;
  }
  .datoClave h2 {
    font-size: 22px;
    line-height: 24px; /* 100% */
    margin-bottom: 30px;
  }
  .datoClave h2 span {
    display: block;
  }
  .datoClave p {
    font-size: 15px;
    line-height: 22px;
  }
}
section#pasos {
  max-width: 1050px;
  margin: 0 auto;
}
section#pasos h2 {
  margin-bottom: 60px;
}
section#pasos .col-md-6 {
  padding: 0 40px;
}
section#pasos .col-md-6 .row {
  margin: 0;
  min-height: 160px;
}
section#pasos h4, section#pasos p {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section#pasos .col-md-6 {
    padding: 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .pasos h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .pasos h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
  }
  .pasos p {
    font-size: 15px;
  }
  section#pasos .col-md-6 .row {
    margin: 0;
    min-height: 160px;
    min-height: auto;
    margin-bottom: 30px;
  }
}
section.video {
  background-image: url("../imagenes/back-video.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.video h2 {
  color: #FBBD00;
  font-family: Blinker;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px; /* 122.222% */
  letter-spacing: 3.6px;
  margin-bottom: 20px;
  margin-top: 200px;
}
section.video h2 span {
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #471151;
  font-family: Rebel;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 0; /* 110% */
  letter-spacing: 4px;
}
section.video h2, section.video p {
  text-align: left;
}
section.video .contVideo {
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
section.video .contVideo iframe {
  height: 400px;
}

@media screen and (max-width: 992px) {
  section.video h2 {
    font-size: 27px;
    margin-top: 130px;
  }
  section.video h2 span {
    font-size: 30px;
  }
  section.video p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  section.video h2 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px; /* 183.333% */
    letter-spacing: 2.4px;
  }
  section.video h2 span {
    display: block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #471151;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 107.143% */
    letter-spacing: 2.8px;
  }
}
.preguntas {
  background-color: #7CD4B6;
  /* Estilos personalizados */
  /* Estilos para los signos + y - */
}
.preguntas img {
  width: 90%;
}
.preguntas h2 {
  text-align: center;
}
.preguntas .accordion-item {
  background: transparent;
  box-shadow: none;
  border: 0;
}
.preguntas .accordion-item h2 {
  border: 0;
}
.preguntas .accordion-item {
  border-bottom: 1px solid #000 !important;
  display: block;
  position: relative;
  display: block;
}
.preguntas .accordion-item.ultimo {
  border-bottom: 0 !important;
}
.preguntas .container.mt-5 {
  max-width: 1000px;
}
.preguntas .container.mt-5 button.accordion-button {
  font-size: 18px;
  line-height: 44px;
  text-transform: none;
  color: #1D1D1B;
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
  box-shadow: none;
}
.preguntas .accordion-body {
  background: transparent;
  padding: 2px 20px 35px;
  color: #1D1D1B;
  font-family: Garet;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.preguntas .accordion-button::after {
  position: absolute;
  right: 5rem;
  top: 40%;
  transform: translateY(-50%);
  content: "+";
  font-size: 1.5rem;
  color: #333;
  transition: transform 0.2s ease-in-out;
  background-image: none !important; /* Elimina la flecha original */
  color: #1D1D1B;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 1px 9px;
  line-height: 28px;
}
.preguntas .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: translateY(-50%) rotate(0);
  font-size: 35px;
  top: 38px;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 0 8px;
  line-height: 28px;
  color: #1D1D1B;
}
.preguntas button.accordion-button.collapsed {
  border-radius: 0 !important;
}
.preguntas .accordion-item {
  background: transparent;
  box-shadow: none;
}
.preguntas h4 {
  color: #471151;
  font-family: Blinker;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}
.preguntas p {
  color: #471151;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-left: 21px;
  height: 0;
  overflow: hidden;
}
.preguntas .item {
  min-height: 100px;
  padding: 35px 0 10px !important;
  border-bottom: 1px solid;
  margin-left: 40px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.preguntas .item.cinco {
  border: none;
}
.preguntas .item .iconNega {
  display: none;
}
.preguntas .item .iconPlus, .preguntas .item .iconNega {
  line-height: 43px;
}
.preguntas .item.open {
  transition: all 0.3s linear;
}
.preguntas .item.open h4 {
  margin-bottom: 5px;
}
.preguntas .item.open p {
  height: auto;
  overflow: hidden;
  margin: 18px 0;
}
.preguntas .item.open .iconPlus {
  display: none;
}
.preguntas .item.open .iconNega {
  display: block;
}
.preguntas .item i.fas.fa-chevron-up, .preguntas .item i.fas.fa-chevron-down {
  background: #471151;
  color: white;
  padding: 8px 8px 7px;
  border-radius: 50px;
}

@media screen and (max-width: 992px) {
  .preguntas {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .preguntas {
    padding-left: 15px;
    padding-right: 15px;
  }
  .preguntas img {
    width: 100%;
  }
  .preguntas .item {
    min-height: 100px;
    padding: 35px 0 10px !important;
    border-bottom: 1px solid;
    margin-left: 0px;
  }
  .preguntas h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
  }
  .preguntas p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
  }
}
.bannerFooter {
  background-image: url(../imagenes/back-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
}
.bannerFooter img {
  width: 250px;
  margin: 40px auto 40px;
  display: block;
}
.bannerFooter a.btn-default {
  margin: 0;
}
.bannerFooter h2 {
  color: #FBBD00;
  font-family: Blinker;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 105% */
  text-align: left;
}
.bannerFooter h2 span.colorW {
  color: #FFF;
}
.bannerFooter h2 span.cursiva {
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #471151;
  font-family: Rebel;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bannerFooter p {
  max-width: 550px;
  text-align: left;
  margin-bottom: 30px;
}
.bannerFooter .btnBr {
  background-color: #FBBD00;
  color: #471151;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

footer {
  border-top: 1px solid white;
  padding: 25px 0 10px;
  max-width: 90%;
  margin: 0 auto;
}
footer p.copy {
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
footer p.copy b {
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .bannerFooter h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .bannerFooter h2 span.cursiva {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 80px 15px;
  }
  .bannerFooter img {
    max-width: 140px;
    margin: 0;
  }
  .bannerFooter h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 100% */
  }
  .bannerFooter h2 span {
    display: block;
  }
  .bannerFooter h2 span.cursiva {
    font-size: 34px;
    font-weight: 400;
  }
  .bannerFooter p {
    font-size: 15px;
  }
  .bannerFooter .bannerFooter .btnBr {
    font-size: 12px;
  }
  footer p.copy {
    font-size: 11px;
  }
}/*# sourceMappingURL=styles.css.map */