@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Canaro;
  src: url("../font/CANARO-EXTRALIGHT.OTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Canaro;
  src: url("../font/CANARO-REGULAR.OTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Canaro;
  src: url("../font/CANARO-SEMIBOLD.OTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Canaro;
  src: url("../font/CANARO-BOLD.OTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Canaro;
  src: url("../font/CANARO-BLACK.OTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 900;
  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: var(--Violeta-claro, #812884);
  font-family: Canaro;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px; /* 105.769% */
}

.banner p {
  color: var(--Violeta, #44286F);
  text-align: justify;
  font-family: Canaro;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
  margin: 30px 0;
}

h6 {
  text-align: center;
  font-family: Canaro;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 152.941% */
}

h2 {
  text-align: center;
  font-family: Canaro;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 94.828% */
}

h3 {
  color: #FFF;
  font-family: Canaro;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 100% */
}

h4 {
  color: #FFF;
  font-family: Canaro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
}

p {
  text-align: justify;
  font-family: Canaro;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
}

button, a.btn-default {
  text-align: center;
  margin: 0;
  display: block;
  width: 300px;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 12px;
  border: none;
  background: var(--Rosa, #F74C60);
  color: #FFF;
  text-align: center;
  font-family: Canaro;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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;
  }
  h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  .banner p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 135.294% */
  }
  h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 185.714% */
  }
  h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 135.294% */
  }
}
@media screen and (max-width: 767px) {
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  .banner p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 135.294% */
  }
}
/* 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: #812884;
  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: right;
}
.menu a.nav-link {
  padding: 0 23px !important;
  color: #522982;
  text-align: center;
  font-family: Canaro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
.menu a.nav-link:hover {
  color: #F74C60;
}
.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: #812884;
  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) {
  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: #fff;
    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: 17px 0;
  }
  .menu li a button {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .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 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: 10px 0px;
    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/header.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50%;
  margin: 60px 0;
}

@media screen and (max-width: 992px) {
  .banner {
    background-image: url(../imagenes/header.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
    margin: 10px 0;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    background-image: none;
    padding: 30px 10px 100px;
  }
}
.nosotros {
  background: var(--Violeta, #44286F);
  color: white;
  padding: 200px 0;
  text-align: center;
}
.nosotros h6 {
  margin-bottom: 40px;
}
.nosotros h2 {
  margin-bottom: 60px;
}
.nosotros p {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .nosotros {
    padding: 150px 0;
  }
  .nosotros h6 {
    margin-bottom: 30px;
  }
  .nosotros h2 {
    margin-bottom: 40px;
  }
  .nosotros p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .nosotros {
    padding: 100px 10px;
  }
}
.galeria {
  padding: 200px 0;
}
.galeria figure.logo img {
  width: 210px;
  margin-bottom: 100px;
  margin-top: 80px;
}
.galeria h2 {
  text-align: left;
  margin-bottom: 30px;
  color: var(--Violeta-claro, #812884);
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 94.828% */
}
.galeria P {
  color: #44286F;
  padding-right: 40px;
}
.galeria .swiper.mySwiper {
  padding-bottom: 30px;
}
.galeria .swiper.mySwiper .swiper-pagination-bullet-active {
  background: #F74C60;
  width: 50px;
  border-radius: 6px;
}
.galeria .swiper-slide img {
  opacity: 0.5;
  transition: all 0.5s ease;
  animation: all 0.5s ease;
  margin: 0;
  transform: scale(1, 0.9);
}
.galeria .swiper-slide.swiper-slide-active img {
  zoom: 1;
  opacity: 1;
  margin: 0;
  transform: scale(1, 1);
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 120px 0;
  }
  .galeria figure.logo img {
    width: 150px;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .galeria h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  .galeria P {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 135.294% */
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 100px 0;
  }
  .galeria figure.logo img {
    width: 120px;
  }
  .galeria h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  .galeria P {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 135.294% */
    margin-bottom: 30px;
  }
}
.franquicias {
  background-image: url("../imagenes/sofa.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 200px 0 60px;
}
.franquicias h6 {
  margin-bottom: 40px;
}
.franquicias h2 {
  margin-bottom: 60px;
}
.franquicias .cardbr {
  border-radius: 13px;
  background: var(--Rosa, #F74C60);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 90px 40px;
  margin: 40px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  animation: all 0.5s ease;
}
.franquicias .cardbr:hover {
  transform: scale(1.07); /* Escala al 110% en hover */
  background-color: #44286F;
}
.franquicias .cardbr p {
  text-align: center;
}
.franquicias .cardbr2 {
  margin-top: 150px;
  background: var(--Violeta-claro, #812884);
}
.franquicias p.fuente {
  text-align: center;
  margin: 100px 0 0;
  color: #FFF;
  text-align: center;
  font-family: Canaro;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

@media screen and (max-width: 992px) {
  .franquicias {
    padding: 100px 0 60px;
  }
  .franquicias h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 152% */
  }
  .franquicias .cardbr {
    padding: 90px 27px;
  }
}
@media screen and (max-width: 767px) {
  .franquicias {
    background-image: url("../imagenes/movil/sofa.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 100px 0 60px;
  }
  .franquicias h6 {
    margin-bottom: 30px;
  }
  .franquicias h2 {
    margin-bottom: 40px;
  }
  .franquicias .cardbr {
    max-width: 95%;
    padding: 30px;
    margin: 40px auto 15px;
  }
  .franquicias .cardbr h3 {
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 152% */
    margin: 0;
  }
  .franquicias .cardbr p {
    text-align: center;
  }
  .franquicias .cardbr2 {
    margin-top: 0px;
    max-width: 88%;
  }
  .franquicias p.fuente {
    margin-top: 40px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 26px; /* 200% */
  }
}
section.video {
  padding: 150px 0;
  text-align: center;
}
section.video h6 {
  margin-bottom: 40px;
}
section.video h2 {
  margin-bottom: 60px;
  color: var(--Violeta-claro, #812884);
}
section.video .contVideo {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
section.video .contVideo iframe {
  height: 550px;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  section.video {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 100px 0;
    text-align: center;
  }
  section.video h6 {
    margin-bottom: 20px;
  }
  section.video h2 {
    margin-bottom: 40px;
  }
  section.video .contVideo iframe {
    height: 240px;
    border-radius: 20px;
  }
}
section.form {
  padding: 200px 0;
  background-image: url("../imagenes/form.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 55%;
  color: white;
}
section.form h6, section.form h2 {
  text-align: left;
}
section.form h6 {
  margin-top: 120px;
  margin-bottom: 35px;
}
section.form h2 {
  font-size: 55px;
  margin-bottom: 50px;
}
section.form fieldset {
  max-width: 600px !important;
}
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 #1D1D1B;
  padding: 10px 10px 10px;
  border-radius: 0;
  color: #000;
  font-family: Canaro;
  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 {
  width: 95%;
  max-width: 600px;
  margin: 20px auto;
  display: block;
  padding: 10px 40px;
  border: 0;
  border-radius: 12px;
  background: var(--Rosa, #F74C60);
  color: #FFF;
  text-align: center;
  font-family: Canaro;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  section.form {
    background-position: left 90px;
    background-size: 76%;
    padding: 130px 0;
  }
  section.form h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  section.form p {
    width: 70%;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 100px 10px;
    background-image: url("../imagenes/movil/form.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  section.form h6 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  section.form h2 {
    margin-bottom: 25px;
  }
  section.form p {
    width: 80%;
    margin-bottom: 50px;
    text-align: left;
  }
  section.form form {
    padding: 40px 0;
  }
}
.beneficios h6 {
  margin-bottom: 40px;
}
.beneficios h2 {
  color: var(--Violeta-claro, #812884);
  margin-bottom: 80px;
}
.beneficios .cardbr {
  border-radius: 13px;
  background: #AA8CBC;
  padding: 80px 60px;
  margin: 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.beneficios .cardbr h3 {
  margin-bottom: 30px;
}
.beneficios .cardbr p {
  color: #FFF;
  font-family: Canaro;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 147.368% */
  text-align: left;
}
.beneficios .cardbr:hover {
  transform: scale(1.07); /* Escala al 110% en hover */
}
.beneficios .cardbr2 {
  background: #D79DC4;
}
.beneficios .cardbr2 img {
  width: 73.5px;
  height: 122.496px;
  display: block;
  position: relative;
  margin: 0 0 80px auto;
}
.beneficios .cardbr3 {
  background: var(--Violeta-claro, #812884);
}
.beneficios .cardbr3 img {
  width: 112px;
  height: 112px;
}
.beneficios .cardbr3 figure.iconL img {
  margin-bottom: 37px;
}
.beneficios .cardbr4 {
  background: var(--Rosa, #F74C60);
}

@media screen and (max-width: 992px) {
  .beneficios h6 {
    margin-bottom: 30px;
  }
  .beneficios h2 {
    margin-bottom: 60px;
  }
  .beneficios .cardbr {
    padding: 60px 30px;
  }
  .beneficios .cardbr h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 103.571% */
  }
  .beneficios .cardbr p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 140% */
    text-align: left;
  }
  .beneficios .cardbr.cardbr3 img {
    width: 112px;
    height: 112px;
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 767px) {
  .beneficios {
    padding: 20px 10px 100px;
  }
  .beneficios h6 {
    margin-bottom: 40px;
  }
  .beneficios .cardbr.cardbr2 img, .beneficios .cardbr.cardbr3 img {
    width: 67.5px;
    height: 110.496px;
    display: block;
    position: relative;
    margin: 0 0 60px auto;
  }
  .beneficios .cardbr.cardbr3 img {
    width: 89.395px;
    height: 81px;
    flex-shrink: 0;
  }
}
section#pasos {
  background-image: url("../imagenes/pasos.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 200px;
  color: white;
  position: relative;
}
section#pasos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 400px;
  height: 300px;
  background-image: url(../imagenes/Piedras.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section#pasos .row {
  max-width: 1100px;
  margin: 0 auto;
}
section#pasos .row .col-md-11 {
  padding-left: 30px;
}
section#pasos .row.list {
  margin: 40px 0 !important;
}
section#pasos h6 {
  margin-bottom: 60px;
}
section#pasos h2 {
  margin-bottom: 120px;
}
section#pasos span.number {
  color: var(--Rosa, #F74C60);
  font-family: Canaro;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 132.143% */
  text-transform: lowercase;
}
section#pasos p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  section#pasos {
    background-image: url("../imagenes/movil/curvo.png");
    padding: 200px 0 100px;
    color: white;
    position: relative;
  }
  section#pasos::before {
    content: "";
    top: -40px;
    right: 40px;
    width: 200px;
    height: 160px;
  }
  section#pasos h6 {
    margin-bottom: 30px;
  }
  section#pasos h2 {
    margin-bottom: 60px;
  }
  section#pasos p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 100%;
    text-align: left;
  }
  section#pasos span.number {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 132.143% */
  }
  section#pasos .row .col-md-11 {
    padding-left: 20px;
  }
}
.preguntas {
  background-image: url(../imagenes/preguntas.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
}
.preguntas h2, .preguntas h6 {
  text-align: left;
  color: white;
}
.preguntas h6 {
  margin-bottom: 40px;
  margin-top: 150px;
}
.preguntas .item {
  border-radius: 13px;
  background: var(--Violeta-claro, #812884);
  padding: 20px 50px;
  margin: 25px 0;
  color: white;
  cursor: pointer;
  transition: all 0.3s linear;
}
.preguntas .item h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 233.333% */
  margin-bottom: 0;
}
.preguntas .item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 100% */
  height: 0;
  overflow: hidden;
  margin: 0;
}
.preguntas .item .iconNega {
  display: none;
}
.preguntas .item .iconPlus, .preguntas .item .iconNega {
  line-height: 43px;
}
.preguntas .item.open {
  background: var(--Rosa, #F74C60);
}
.preguntas .item.open h4 {
  margin-bottom: 5px;
}
.preguntas .item.open p {
  height: auto;
  overflow: hidden;
  margin: 5px 0;
}
.preguntas .item.open .iconPlus {
  display: none;
}
.preguntas .item.open .iconNega {
  display: block;
}

@media screen and (max-width: 992px) {
  .preguntas {
    padding: 150px 0;
  }
  .preguntas h6 {
    margin: 0 0 30px;
    padding: 0;
  }
  .preguntas h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .preguntas {
    background-image: url(../imagenes/movil/piedras.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 10px;
  }
  .preguntas .item {
    padding: 30px 30px;
  }
  .preguntas .item h4 {
    color: #FFF;
    font-family: Canaro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    margin-bottom: 20px !important;
  }
  .preguntas .item p {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    height: auto !important;
    margin: 5px 0 !important;
  }
  .preguntas .item {
    padding: 30px 30px;
    min-height: 240px;
  }
  .swiper-slide.swiper-slide-active .item {
    background: var(--Rosa, #F74C60);
  }
}
.bannerFooter {
  padding: 150px 0 80px;
  text-align: center;
}
.bannerFooter h2 {
  color: var(--Violeta-claro, #812884);
  text-align: center;
  margin-bottom: 40px;
}
.bannerFooter p {
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.bannerFooter button.btnBr {
  margin: 40px auto 0;
}

footer p {
  text-align: center;
  color: var(--Violeta, #44286F);
  font-family: Canaro;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 100px 10px 80px;
    text-align: center;
  }
  .bannerFooter p {
    max-width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=styles.css.map */