@charset "UTF-8";
/* Font  */
@font-face {
  font-family: AktivGrotesk-Black;
  src: url("../font/AktivGroteskBlack.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: AktivGrotesk-Bold;
  src: url("../font/AktivGroteskBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "BentonSans Book";
  src: url("../font/BentonSansBook.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "BentonSans Regular";
  src: url("../font/BentonSansRegular.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "BentonSans Black";
  src: url("../font/BentonSansBlack.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "BentonSans Bold";
  src: url("../font/BentonSansBold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  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;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: #191919;
  font-family: AktivGrotesk-Black;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 116.667% */
}

.banner p {
  color: #191919;
  font-family: "BentonSans Book";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}

h2 {
  color: #191919;
  font-family: AktivGrotesk-Black;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 44px;
}
h2.one {
  font-size: 46px;
  line-height: 54px; /* 117.391% */
}

h4 {
  color: #FFF;
  font-family: "BentonSans Black";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p {
  color: #191919;
  font-family: "BentonSans Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
p b {
  font-family: "BentonSans Bold";
}

button, a.btn-default {
  margin: 0 auto;
  display: block;
  width: 275px;
  padding: 10px 40px;
  border-radius: 50px;
  background: var(--Gradiente-Rosa, linear-gradient(90deg, #FF79BD 0%, #FF2A89 100%));
  color: #FFF;
  font-family: AktivGrotesk-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
button svg, a.btn-default svg {
  margin: 0 10px;
}

a {
  text-decoration: none;
}

.hiddenT {
  display: block;
}

.hiddenD {
  display: none;
}

.hiddenD1 {
  display: none;
}

.hiddenM {
  display: flex;
}

.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;
  }
  h1 {
    font-size: 39px;
    font-weight: 400;
    line-height: 50px;
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 20px;
    line-height: 30px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h2.one {
    font-size: 38px;
    line-height: 45px; /* 117.391% */
  }
}
@media screen and (max-width: 767px) {
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 31px;
    font-weight: 400;
    line-height: 35px; /* 111.765% */
  }
  .banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h2.one {
    font-size: 30px;
    line-height: 36px; /* 117.391% */
  }
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* 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: 36px auto;
  width: 100%;
  text-align: center;
}
.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: right;
}
.menu a.nav-link {
  padding: 0 23px !important;
  color: #191919;
  text-align: center;
  font-family: AktivGrotesk-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  color: #FF2A89;
}
.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: #FF2A89;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

.menu li button {
  display: none;
}

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: 140px;
  }
  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-image: url(../imagenes/movil/bg-menu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  div#navbarSupportedContent a.nav-link {
    font-size: 19px;
    padding: 12px !important;
    padding-left: 20px !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;
  }
  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: 100%;
    color: #FFF;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #E41770;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
  }
  .menu ul li.nav-item {
    border-top: 0px white solid;
    padding-top: 30px;
    border-bottom: 1px solid #191919;
  }
  .menu ul li.nav-item a.nav-link {
    text-align: left;
  }
  .menu ul li.nav-item.ultimo {
    border-bottom: 0;
  }
  .menu ul {
    max-width: 70% !important;
    margin: 0 auto !important;
  }
  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;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  button.navbar-toggler span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu ul {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
  .menu figure img {
    max-width: 300px;
    width: 86%;
    height: auto;
  }
  .menu figure img.logo {
    width: auto !important;
    max-width: 100px;
    height: auto;
    margin: 10px 0;
  }
  .menu a.nav-link {
    padding: 20px 20px !important;
    color: #1B1B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 115% */
    text-transform: capitalize;
  }
  .menu li.nav-item {
    width: 100%;
  }
  .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: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 13px 0;
  }
  .menu div#navbarSupportedContent a.nav-link {
    font-size: 14px;
    padding-left: 3px !important;
    padding: 20px !important;
    text-transform: uppercase;
    padding: 7px !important;
  }
  li.nav-item:after {
    display: none;
  }
  .menu a.btn-default {
    font-size: 14px;
  }
}
/* Menu  */
.banner {
  background-image: url("../imagenes/header.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 150px;
  margin-top: -25px;
}
.banner p {
  margin: 15px 0;
}
.banner button, .banner a.btn-default {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner {
    background-image: url("../imagenes/movil/back-header.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 440px 0 60px;
    margin-top: -10px;
  }
  .banner button, .banner a.btn-default {
    font-size: 16px;
    font-weight: 400;
  }
}
.bg1 {
  background-image: url(../imagenes/nosotrosBeneficios.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.nosotros {
  padding: 150px 0;
}

@media screen and (max-width: 992px) {
  .nosotros {
    padding: 150px 0 100px;
  }
  .nosotros h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg1 {
    background-image: url(../imagenes/movil/back-nosotros-beneficios.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .nosotros h2 {
    margin-bottom: 20px;
  }
}
.razones {
  padding-bottom: 150px;
}
.razones h2 {
  text-align: center;
  margin-bottom: 40px;
}
.razones .card3 {
  background: linear-gradient(180deg, #FF79BD -7.63%, #ff338f 109.43%);
  min-height: 215px;
  padding: 35px 30px;
  text-align: left;
  color: white;
}
.razones .card3 h3 {
  color: #FFF;
  font-family: "BentonSans Black";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.razones .card3 p {
  color: #FFF;
  font-family: "BentonSans Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

@media screen and (max-width: 992px) {
  .razones h2 {
    padding: 0 80px;
  }
  .razones .card3 {
    margin: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .razones {
    padding: 30px 0 100px;
  }
  .razones h2 {
    padding: 0;
  }
  .razones .card3 {
    margin: 0;
    min-height: 240px;
  }
  .razones .swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 0 0 60px;
  }
}
section.form {
  background-image: url("../imagenes/form.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
section.form .container {
  background-color: #fff;
  padding: 0;
  margin: 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
section.form .container .col-md-6 {
  padding: 40px;
}
section.form .container .contform {
  background: #BFE813;
}
section.form .container h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}
section.form .container p {
  line-height: 24px;
  margin: 20px 0;
}
section.form .container img {
  max-width: 123px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
section.form fieldset {
  max-width: 600px !important;
}
section.form form {
  padding: 0 50px;
  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 #1D1D1B;
  padding: 10px 10px 10px;
  color: #191919;
  font-family: "BentonSans Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form form ::-moz-placeholder {
  color: #1D1D1B;
}
section.form form ::placeholder {
  color: #1D1D1B;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #1D1D1B;
  font-size: 12px;
}
section.form form option {
  color: #1D1D1B;
}
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 {
  text-align: center;
  width: 70%;
  max-width: 600px;
  padding: 10px;
  margin: 20px auto;
  display: block;
  padding: 10px 40px;
  border: 0;
  border-radius: 50px;
  background: #FFF;
  color: #191919;
  font-family: AktivGrotesk-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  section.form .container h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
  section.form form {
    padding: 0 10px;
    max-width: 740px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-image: url("../imagenes/movil/foto-form.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.form .container {
    background: transparent;
    padding: 0 10px;
  }
  section.form .container .col-md-6 {
    position: relative;
    background-color: #fff;
  }
  section.form .container .contform {
    background: #BFE813;
  }
  section.form .container .col-md-6 {
    padding: 30px;
  }
  section.form .container h2 {
    font-size: 30px;
    line-height: 34px;
  }
  section.form .container p {
    line-height: 22px;
    margin: 10px 0 80px;
  }
  section.form .container img {
    max-width: 65px;
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}
.galeria {
  padding: 200px 0 150px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%);
}
.galeria h2 {
  text-align: center;
  margin-bottom: 50px;
}
.galeria .swiper-slide {
  animation: linear all 0.3s !important;
  zoom: 0.96;
  opacity: 0.5;
}
.galeria .swiper-slide.swiper-slide-active {
  zoom: 1.15;
  top: -25px;
  animation: linear all 0.3s !important;
  opacity: 1;
}
.galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 40px 0;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 95%;
  font-size: 10px;
  width: 60px;
  height: 36px;
  padding: 8px;
  border: 2px solid #ff2A89;
  border-radius: 20px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 45%;
}

.swiper-button-next {
  right: 45%;
}

@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: 43.5%;
  }
  .swiper-button-next {
    right: 43.5%;
  }
}
@media screen and (max-width: 992px) {
  .swiper-button-prev {
    left: 42%;
  }
  .swiper-button-next {
    right: 42%;
  }
  .galeria .swiper-slide {
    animation: linearall 0.3s !important;
    zoom: 0.98;
    opacity: 0.5;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 95%;
    font-size: 10px;
    width: 45px;
    height: 29px;
    padding: 6px;
    border: 1px solid #ff2A89;
    border-radius: 20px;
  }
  .swiper-button-prev {
    left: 40%;
  }
  .swiper-button-next {
    right: 40%;
  }
  .galeria {
    padding: 150px 0;
  }
  .galeria h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 30px 0 30px 0;
  }
  .galeria .swiper-slide.swiper-slide-active {
    zoom: 1.1;
    top: -9px;
    animation: linearall 0.3s !important;
    opacity: 1;
  }
}
@media screen and (max-width: 520px) {
  .swiper-button-prev {
    left: 38%;
  }
  .swiper-button-next {
    right: 38%;
  }
}
@media screen and (max-width: 430px) {
  .swiper-button-prev {
    left: 35%;
  }
  .swiper-button-next {
    right: 35%;
  }
}
.datoClave {
  padding: 80px 0;
  background-image: url("../imagenes/back-una.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.datoClave p {
  font-size: 16px;
  margin-top: 30px;
}
.datoClave p b {
  color: #191919;
  font-family: "BentonSans Bold";
  font-style: normal;
}

@media screen and (max-width: 992px) {
  .datoClave {
    padding: 80px 0;
    background-image: url(../imagenes/back-una.jpg);
    background-position: 63% 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .datoClave {
    padding: 70px 0 350px;
    background-image: url("../imagenes/movil/back-una.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .datoClave p {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
    margin-top: 20px;
  }
}
.bg2 {
  background-image: url("../imagenes/pasosVideo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#pasos {
  padding: 150px 0 100px;
  max-width: 1000px;
  margin: 0 auto;
}
section#pasos h2 {
  text-align: center;
  margin-bottom: 40px;
}
section#pasos .card-facil {
  background: linear-gradient(180deg, #FF79BD -7.63%, #FF2A89 109.43%);
  margin: 30px;
  padding: 30px;
  min-height: 200px;
}
section#pasos .card-facil hr {
  border-color: #FFF;
}
section#pasos .card-facil P {
  color: #FFF;
  font-family: "BentonSans Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

@media screen and (max-width: 992px) {
  section#pasos .card-facil {
    margin: 25px 5px;
    padding: 30px;
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .bg2 {
    background-image: url("../imagenes/movil/pasos.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section#pasos .col-md-6 {
    margin-bottom: -24px;
  }
  section#pasos h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  section#pasos h4 {
    font-size: 16px;
  }
  section#pasos .card-facil {
    margin: 25px 5px;
    padding: 30px;
    min-height: 250px;
    min-height: auto;
  }
}
section.video {
  text-align: center;
}
section.video h2 {
  margin-bottom: 40px;
}
section.video .contVideo {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
section.video .contVideo iframe {
  height: 400px;
}

@media screen and (max-width: 767px) {
  section.video {
    padding: 50px 0 100px;
  }
  section.video .contVideo iframe {
    height: 240px;
  }
}
.preguntas {
  background-image: url(../imagenes/faq.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Estilos personalizados */
  /* Estilos para los signos + y - */
}
.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 #FF2A89 !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 {
  text-transform: none;
  background-color: transparent;
  background: none;
  box-shadow: none;
  color: #191919;
  font-family: "BentonSans Black";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 39px;
}
.preguntas .accordion-body {
  background: transparent;
  padding: 2px 20px 35px;
  color: #191919;
  font-family: "BentonSans Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  max-width: 75%;
}
.preguntas .accordion-button::after {
  position: absolute;
  right: 5rem;
  content: "+";
  transform: translateY(-50%) rotate(0);
  font-size: 25px;
  top: 25px;
  background: transparent;
  width: 50px;
  height: 34px;
  border-radius: 50px;
  padding: 2px 17px;
  line-height: 28px;
  color: #FF2A89;
  border: 1px solid #FF2A89;
  border-radius: 30px;
}
.preguntas .accordion-button:not(.collapsed)::after {
  content: "-";
  position: absolute;
  right: 5rem;
  transform: translateY(-50%) rotate(0);
  font-size: 35px;
  top: 25px;
  background: transparent;
  width: 50px;
  height: 34px;
  border-radius: 50px;
  padding: 1px 19px;
  line-height: 28px;
  color: #FF2A89;
  border: 1px solid #FF2A89;
  border-radius: 30px;
}
.preguntas button.accordion-button.collapsed {
  border-radius: 0 !important;
}
.preguntas .accordion-item {
  background: transparent;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .preguntas {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .preguntas {
    background-image: url(../imagenes/movil/back-faq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container.mt-5 {
    margin: 0;
    padding: 0;
  }
  .preguntas .container.mt-5 button.accordion-button {
    font-size: 18px;
    line-height: 24px;
    padding-right: 9% !important;
    padding-top: 30px;
  }
  .preguntas .accordion-body {
    padding: 2px 20px 35px;
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
  .preguntas .accordion-button:not(.collapsed)::after, .preguntas .accordion-button::after {
    transform: translateY(-50%) rotate(0);
    top: 48px;
    right: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 0 8px;
    line-height: 23px;
    font-weight: 100;
  }
  .preguntas .accordion-button::after {
    transform: translateY(-50%) rotate(0);
    right: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 0 8px;
    line-height: 27px;
    font-weight: 100;
    font-size: 20px;
  }
}
.divi {
  background-color: #f4f4f4;
  height: 80px;
}

.bannerFooter {
  background-color: #F6F6F6;
  background-image: url(../imagenes/footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerFooter img {
  width: 250px;
  margin: 40px auto 40px;
  display: block;
}
.bannerFooter a.btn-default {
  margin: 0;
}
.bannerFooter h2 {
  text-align: left;
  position: relative;
}
.bannerFooter h2::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 110px;
  height: 110px;
  background: url(../imagenes/Ellipse.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.bannerFooter p {
  max-width: 550px;
  text-align: left;
  margin: 20px 0;
}
.bannerFooter button, .bannerFooter a.btn-default {
  margin: 0;
  display: block;
  width: 300px;
  padding: 15px 40px;
  border-radius: 50px;
  background: var(--Gradiente-Rosa, linear-gradient(90deg, #FF79BD 0%, #FF2A89 100%));
  color: #FFF;
  font-family: AktivGrotesk-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer {
  margin: 0;
  background: #f4f4f4;
  padding: 25px 0 10px;
  margin: 0;
}
footer p.copy {
  color: #000;
  text-align: center;
  font-size: 16px;
}
footer p.copy b {
  font-family: "BentonSans Black";
}

@media screen and (max-width: 992px) {
  .bannerFooter img {
    display: block;
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter img {
    width: 150px;
    margin: 40px auto 40px;
    display: block;
  }
  .bannerFooter {
    padding-top: 300px;
    padding-bottom: 50px;
  }
  .bannerFooter {
    background-color: #F6F6F6;
    background-image: url(../imagenes/movil/back-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bannerFooter p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 20px;
  }
  .bannerFooter button, .bannerFooter a.btn-default {
    font-size: 16px;
  }
  footer p.copy {
    font-size: 12px;
  }
  footer p.copy b {
    font-family: "BentonSans Black";
  }
}/*# sourceMappingURL=styles.css.map */