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

h1 {
  color: #EDA71A;
  font-family: "Cocogoose Pro";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 136.364% */
  text-transform: uppercase;
}

h2 {
  color: #FFF;
  font-family: "Cocogoose Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 153.333% */
  text-transform: uppercase;
}
h2 span {
  color: #EDA71A;
}

h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 144% */
}

button {
  background-color: white;
  border-radius: 34px;
  padding: 5px 30px;
  color: #000;
  text-align: center;
  font-family: "Roboto Black";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px; /* 162.5% */
  text-transform: uppercase;
}

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

.bgDatosForm {
  background-image: url("../imagenes/back-datosForm.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bgVideoGaleriaFooter {
  background-image: url("../imagenes/back-video-pasos-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  p {
    font-size: 19px;
  }
  .bgDatosForm {
    background-image: url("../imagenes/movil/formulario.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 15px;
  }
}
/* Variables de Sass */
/* Menu  */
.menu {
  padding: 0;
  background: #000 !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: center;
}
.menu a.nav-link {
  padding: 10px 20px !important;
  text-align: left;
  color: #DBD7CF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.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: #EDA71A;
  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) {
  .menu figure img {
    max-width: 300px;
    width: 100%;
  }
  .menu a.nav-link {
    padding: 20px 20px !important;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 115% */
  }
  .menu li.nav-item {
    width: 100%;
  }
  .menu .navbar-nav li.nav-item.active:first-child {
    border: none;
  }
}
/* Menu  */
/* General secciones   */
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;
}

/* End General secciones   */
/* Banners   */
.banner {
  background-image: url("../imagenes/header.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 250px;
}
.banner h1 {
  text-align: left;
}
.banner p {
  text-align: left;
  color: #fff;
  max-width: 60%;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
.banner a {
  text-decoration: none;
}
.banner a button {
  color: #000;
  background: #ffffff;
  padding: 10px 40px;
  border: 0;
  display: block;
  text-align: center;
  margin: 25px 0;
}
.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 {
    font-size: 22px;
    max-width: 100%;
  }
}
/* End Banners   */
/* Sobre nosotros   */
.bienvenido {
  text-align: center;
  position: relative;
}
.bienvenido::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/timon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 60px;
  right: 0;
  width: 150px;
  height: 300px;
}
.bienvenido h2 {
  margin-top: 40px;
}
.bienvenido p {
  max-width: 850px;
  margin: 0 auto;
}
.bienvenido .container {
  padding: 0 100px;
}

@media screen and (max-width: 992px) {
  .bienvenido .container {
    padding: 0 20px;
  }
  .bienvenido h2 {
    margin-bottom: 40px;
    text-align: left;
  }
  .bienvenido h2 br {
    display: none;
  }
  .bienvenido p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .bienvenido {
    padding: 100px 0;
    text-align: left;
  }
  .bienvenido .container {
    padding: 0 20px;
  }
}
/* End Sobre nosotros   */
/* End Datos   */
.datos {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.datos::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 20%;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.datos::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 20%;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.datos h2 {
  margin: 110px 0;
}
.datos .datosItens {
  margin: 25px 0;
}

@media screen and (max-width: 992px) {
  .datos h2 {
    margin-bottom: 20px;
  }
  .datos h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .datos figure img {
    max-width: 300px;
    width: 100%;
    margin: 4px auto;
    display: block;
  }
}
/* End Datos   */
/*  form   */
body .form {
  padding: 100px 0;
  background-size: cover;
  position: relative;
}
body .form::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .form h2 {
  text-align: left;
  margin-top: 120px;
  max-width: 550px;
}
body .form p {
  max-width: 440px;
  text-align: left;
  margin-top: 20px;
}
body .form input, body .form select, body .form textarea {
  width: 100% !important;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding: 2px 15px;
  min-height: 35px;
  color: #fff;
  border-radius: 34px;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0.4px solid #FFF;
}
body .form input::-moz-placeholder, body .form select::-moz-placeholder, body .form textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}
body .form input::placeholder, body .form select::placeholder, body .form textarea::placeholder {
  color: #fff;
  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: #EDA71A;
  text-transform: uppercase;
  width: 98.5% !important;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 133.333% */
  padding: 10px;
  border: 0;
}
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;
  }
}
/*  End form   */
section.beneficios {
  text-align: center;
  padding: 100px 0 150px;
}
section.beneficios::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.beneficios .container {
  border-radius: 16px 17px 17px 17px;
  -moz-border-radius: 16px 17px 17px 17px;
  -webkit-border-radius: 16px 17px 17px 17px;
  border: 5px dashed #EDA71A;
  padding: 100px 20px;
  position: relative;
}
section.beneficios .container::after {
  position: absolute;
  content: "";
  bottom: -130px;
  left: 0;
  right: 0;
  width: 300px;
  height: 130px;
  margin: 0 auto;
  background-image: url(../imagenes/group.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.beneficios h2 {
  margin-bottom: 70px;
}
section.beneficios h4 {
  font-size: 20px;
  padding: 0 15px;
}

@media screen and (max-width: 992px) {
  section.beneficios .col-md-6.col-lg-3 {
    margin-bottom: 40px;
  }
  section.beneficios .col-md-6.col-lg-3 img {
    height: 40px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 10px;
  }
}
.video {
  max-width: 1200px;
  margin: 0 auto;
}
.video::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video h2 {
  margin-bottom: 40px;
}
.video .contVideo {
  margin: 0 auto;
  max-width: 100%;
  z-index: 9;
}
.video .contVideo iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  border-radius: 25px;
  z-index: 9;
}

@media screen and (max-width: 992px) {
  .video .cont-video {
    max-width: 650px;
  }
  .video .cont-video iframe {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 100px 10px;
  }
  .cont-video {
    max-width: 100%;
  }
  .cont-video iframe {
    width: 100%;
    height: 270px;
  }
}
.pasos2 {
  text-align: left;
}
.pasos2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pasos2 h2 {
  margin-bottom: 60px;
}
.pasos2 h5 {
  color: #FFF;
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 136.364% */
}
.pasos2 P {
  text-align: left;
  font-size: 22px;
}
.pasos2 .tretres {
  margin: 0 auto;
  padding: 30px 40px;
}

@media screen and (max-width: 992px) {
  .pasos2 .tretres {
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pasos2 {
    padding: 100px 10px;
  }
  .pasos2 figure img {
    max-width: 300px;
    width: 120%;
    margin: 0 auto;
    display: block;
  }
  .pasos2 .tretres {
    margin: 0 auto;
    padding: 30px 0;
  }
}
.galeria {
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}
.galeria::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  background-image: url(../imagenes/linea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.galeria h2 {
  margin-bottom: 70px;
  text-align: left;
  margin-top: 340px;
}
.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: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}
.accordion {
  --bs-accordion-border-color: transparent;
}

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

/* Footer  */
.bannerFooter {
  padding: 100px 0 100px;
}
.bannerFooter h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #EDA71A;
}
.bannerFooter p {
  color: #fff;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.bannerFooter a {
  text-decoration: none;
}
.bannerFooter button {
  border-radius: 15px;
  border: 2.803px solid #000;
  background: #fff;
  margin: 30px auto 0;
  display: block;
  padding: 5px 40px;
  color: #000;
  text-align: center;
  font-family: "Roboto Black";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px; /* 150% */
  text-transform: uppercase;
}

footer {
  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: #fff;
  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;
  }
  .bannerFooter img {
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
  }
}
@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;
    color: #EDA71A;
  }
  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 */