@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
body {
  font-family: Montserrat;
}

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

h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

button, body .form input.hs-button.primary.large, li.nav-item.active {
  transition: transform 0.2s ease;
}

@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 24px;
  }
  .banner h1 br {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
}
/* Header  */
.menu {
  padding: 0;
  background: #fff !important;
}
.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 a.nav-link {
  padding: 10px 20px !important;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 150px;
}
.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: #000;
  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;
}

@media screen and (max-width: 992px) {
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .banner h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner h1 span {
    font-size: 55px;
  }
  .banner h3 {
    font-size: 25px;
  }
  .banner .franjaYellow {
    max-width: 78%;
    padding: 5px;
  }
  .banner p {
    font-size: 18px;
  }
  .banner .container {
    max-width: 94%;
  }
  .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.active {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  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: 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;
  }
}
@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .menu {
    padding: 10px;
  }
  .banner {
    padding: 46px 0 20px;
  }
  .banner .container-fluid {
    background-image: url(../imagenes/movil/header.jpg);
  }
  .banner hr {
    display: none;
  }
  .banner figure img {
    max-width: 100%;
    margin: 80px auto 0;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .banner .franjaYellow {
    max-width: 84%;
    padding: 5px;
    font-size: 15px;
    line-height: 25px;
  }
  .banner p {
    font-size: 18px;
    line-height: 25px;
  }
  .banner a button {
    font-family: "Open Sans";
    font-size: 18px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none !important;
    border: none !important;
    width: 90px !important;
  }
  button.navbar-toggler img {
    max-width: 50px !important;
    width: 42px;
  }
  .flecha {
    display: block;
  }
  .flecha img {
    max-width: 50px;
  }
  .nav-item {
    text-align: center !important;
    display: block;
    width: 100% !important;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
  margin-bottom: 70px;
}

swiper-slide img {
  display: block;
  width: 100%;
}

section {
  padding: 100px 0;
  position: relative;
}
section::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 20%;
  right: 10%;
  width: 15px;
  height: 120px;
}

.menu::after, section.banner::after, section.video::after {
  display: none;
}

@media screen and (max-width: 992px) {
  section::after {
    top: 22%;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  section::after {
    top: 53%;
    right: 3%;
    height: 80px;
  }
  section.pqe::after {
    top: 18%;
  }
}
.banner {
  background-image: url("../imagenes/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}
.banner .row {
  max-width: 1080px;
  margin: 0 auto;
}
.banner p {
  color: #fff;
  max-width: 60%;
  margin: 40px auto;
}
.banner a {
  text-decoration: none;
}
.banner a button {
  color: #000;
  background: #ffffff;
  padding: 10px 40px;
  border-radius: 3px;
  border: 0;
  margin: 0;
  margin: 33px auto;
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.banner figure {
  text-align: center;
}
.banner figure img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .banner {
    background-image: url("../imagenes/movil/header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner p {
    color: #fff;
    max-width: 100%;
    margin: 40px auto;
  }
}
.bienvenido {
  padding: 150px 0;
  text-align: left;
}
.bienvenido h2 {
  margin-top: 40px;
}
.bienvenido p {
  text-align: left;
}
.bienvenido .container {
  padding: 0 100px;
}

@media screen and (max-width: 992px) {
  .bienvenido h2 {
    margin-bottom: 40px;
  }
  .bienvenido h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bienvenido {
    padding: 100px 0;
    text-align: left;
  }
  .bienvenido .container {
    padding: 0 20px;
  }
}
.inspira {
  padding: 0px 0 150px;
}
.inspira h2 {
  text-align: center;
}
.inspira .cardIns {
  padding: 30px;
  text-align: center;
  margin: 5px;
  margin-top: 70px;
}
.inspira .cardIns h4 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
}

@media screen and (max-width: 992px) {
  .inspira h2 {
    font-size: 24px;
    padding: 0 15px !important;
  }
  .inspira figure img {
    max-width: 80px;
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
body .form {
  padding: 100px 0;
  background-image: url("../imagenes/form.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
body .form .container {
  padding: 0 100px;
}
body .form h2 {
  text-align: left;
  margin-top: 140px;
}
body .form p {
  max-width: 440px;
  text-align: left;
  margin-top: 20px;
}
body .form input, body .form select, body .form textarea {
  border-radius: 0;
  width: 100% !important;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 2px 15px;
  min-height: 35px;
  color: #000;
  font-family: Sen;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .form input::-moz-placeholder, body .form select::-moz-placeholder, body .form textarea::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}
body .form input::placeholder, body .form select::placeholder, body .form textarea::placeholder {
  color: #000;
  opacity: 0.8;
}
body .form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .form input.hs-button.primary.large {
  margin-top: 15px;
  min-width: 50%;
  float: left;
  background: #000;
  text-transform: uppercase;
  width: 98.5% !important;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  padding: 10px;
}
body .form form {
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  body .form .container {
    padding: 0;
  }
  body .form .container h2 {
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body .form {
    background-image: url("../imagenes/movil/form.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 20px;
  }
}
.pasos2 {
  position: relative;
  z-index: 0;
}
.pasos2 h2 {
  text-align: center;
}
.pasos2 .pasosInt {
  padding: 80px 0 0;
}
.pasos2 .pasosInt .row {
  margin: 20px 0;
}
.pasos2 .pasosInt h5 {
  color: #444;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 3px;
}
.pasos2 .pasosInt p {
  text-align: left;
  font-size: 16px;
}
.pasos2 .pasosInt .number {
  text-align: center;
  font-size: 18px;
  color: #444;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: lowercase;
}
.pasos2 .tretres:after {
  content: "";
  width: 77%;
  height: 1px;
  background: #97673F;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
}
.pasos2 .tretres {
  margin-bottom: 60px;
  position: relative;
}

.visible-xs {
  display: none;
}

@media screen and (max-width: 992px) {
  .pasos2 {
    padding: 100px 0;
  }
  .pasos2 .tretres:after {
    content: "";
    display: none;
  }
  .pasos2 .pasosInt .number {
    font-size: 26px;
  }
  .pasos2 .tretres {
    margin-bottom: 0px;
    position: relative;
  }
  .pasos2 .pasosInt {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .visible-lg {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .pasos2 .pasosInt .number {
    font-size: 35px;
  }
  .pasos2 {
    padding: 100px 0 40px;
  }
  .swiper-pagination-bullet-active {
    background: #54595F;
  }
}
.preguntas {
  padding: 0 0 100px;
}
.preguntas h2 {
  margin-bottom: 80px;
}
.preguntas h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.preguntas .acordeon p {
  height: 0;
  overflow: hidden;
  font-style: normal;
  text-align: left;
  margin: 0;
  transition: all linear 0.3s;
}
.preguntas .intDos {
  display: none;
}
.preguntas .row.acordeon {
  padding: 20px 0;
  max-width: 1050px;
  margin: 3px auto 16px;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.preguntas .interuptor {
  text-align: right;
}
.preguntas .row.acordeon.open p {
  height: 60px;
  margin-top: 25px;
  transition: all linear 0.3s;
  margin-top: 20px;
}
.preguntas .row.acordeon.open .interuptor .intUno {
  display: none;
}
.preguntas .row.acordeon.open .interuptor .intDos {
  display: block;
}

@media screen and (max-width: 767px) {
  .preguntas {
    padding: 0 0 20px;
  }
  .acordeon .col-md-8 {
    width: 87%;
  }
  .acordeon .col-md-1 {
    width: 13%;
  }
  .preguntas h3 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 28px;
  }
  .preguntas .row.acordeon.open p {
    height: 110px;
  }
  .preguntas .acordeon p {
    font-size: 17px;
  }
  .preguntas .col-md-10 {
    padding-right: 30px;
  }
  .preguntas h2 br {
    display: none;
  }
  .interuptor {
    position: absolute;
    top: 35px;
    right: 0;
  }
  .interuptor svg {
    width: 20px;
  }
}
.galeria {
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}
.galeria h2 {
  margin-bottom: 70px;
  text-align: center;
}
.galeria img {
  width: 100%;
}
.galeria .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0px;
}
.galeria .swiper-pagination-bullet-active {
  background: #54595F;
}

@media (min-width: 768px) {
  .galeria .col-md-3 {
    flex: 0 0 auto;
    width: 29%;
  }
}
@media screen and (max-width: 992px) {
  .galeria::after {
    top: 25%;
  }
}
.mySwiper.movil {
  display: none;
}

@media screen and (max-width: 767px) {
  .galeria h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.accordion {
  --bs-accordion-border-color: transparent;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 10px 0;
}

/* Estilos personalizados */
#contenedor-principal {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Footer  */
.bannerFooter {
  padding: 50px 0 100px;
}
.bannerFooter h2 {
  margin-bottom: 30px;
  text-align: center;
}
.bannerFooter p {
  color: #000;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.bannerFooter a {
  text-decoration: none;
}
.bannerFooter button {
  border-radius: 4px;
  border: 2.803px solid #000;
  background: #000;
  margin: 30px auto 0;
  display: block;
  padding: 5px 40px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

footer {
  background: #fff;
  padding: 20px 0 20px;
  color: #000000;
  position: relative;
  z-index: 0;
  text-align: center;
}
footer .container figure {
  margin: 0;
}
footer .container img {
  max-width: 100%;
  padding: 0px 0;
}
footer h2 {
  color: #fff;
  font-size: 25px;
}
footer p {
  color: #fff;
  text-align: left;
}
footer button {
  color: #FFF;
  background-color: #fff;
  text-align: center;
  border-radius: 25px;
  font-family: "DM Serif Display";
  padding: 10px 35px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
  margin: 0;
  display: block;
  border: none;
}
footer a {
  text-decoration: none;
}
footer p.copy {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
footer p.copy b {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  footer button {
    font-size: 16px;
  }
  footer p.copy {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    margin-top: 0;
    padding: 10px 0 10px;
    color: #000000;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  figure img {
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  footer button {
    font-size: 15px;
    border-radius: 28px;
    padding: 5px 10px;
    width: 100%;
  }
  footer p.copy {
    font-size: 12px;
  }
  footer h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
  }
  footer p {
    font-size: 15px !important;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0;
  }
  footer .container {
    border-radius: 25px;
    padding: 30px 20px 0px;
    max-width: 90%;
  }
  .bannerFooter button {
    font-size: 18px;
    padding: 5px 18px;
  }
  .bannerFooter {
    padding: 50px 0 30px;
  }
}/*# sourceMappingURL=styles.css.map */