@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico-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-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;
}
/* Variables de Sass */
a {
  text-decoration: none;
}

/* Header  */
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: #fff !important;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  color: #FE0200;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px !important;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu img.logoH {
  max-width: 115px;
}
.menu .logoH {
  transition: transform 0.3s ease;
}
.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: #FE0200;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

button.navbar-toggler img {
  max-width: 100%;
  width: 44px;
}

.banner {
  text-align: center;
  color: white;
  padding: 10px 0;
}
.banner .container {
  background-image: url(../img/Header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  max-width: 1450px;
  border-radius: 30px;
  padding: 300px 0 120px;
}
.banner h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 17.4px rgba(0, 0, 0, 0.7);
  font-family: Roboto;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 30px;
}
.banner button {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #FE0200;
  padding: 15px 30px;
  border: 0;
  border-radius: 25px;
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

section.menu {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .banner h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .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: 1px white solid;
    padding: 5px 0;
  }
  li.nav-item.active a {
    text-align: left;
    padding: 15px 0 !important;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li button {
    display: block;
    background: #000;
    color: #FFD900;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 70.082px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  button.navbar-toggler {
    display: none;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu img.logoH {
    max-width: 160px;
    margin: 0 auto;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: block;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner h1 span {
    font-size: 30px;
    line-height: 35px;
  }
  .banner .franjaYellow {
    max-width: 77%;
    padding: 5px;
    font-size: 21px;
    line-height: 25px;
  }
  .banner p {
    font-size: 20px;
  }
  .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;
  }
  .banner {
    text-align: center;
    color: white;
    padding: 10px 0;
    margin-top: -20px;
    z-index: 9;
    position: relative;
  }
  .banner .container {
    background-image: url(../img/movile/header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 120px 15px 120px;
  }
  .banner .container h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 200px;
  }
  .banner .container .banner button {
    font-size: 22px;
  }
}
h2 {
  color: #FE0200;
  font-family: Pacifico;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  text-align: center;
}

p.subTitle {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 180% */
  text-align: center;
  margin-bottom: 60px;
}

p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 159.091% */
}

section {
  padding: 100px 0 60px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  p {
    font-size: 18px;
    line-height: 24px; /* 159.091% */
    text-align: left;
  }
  p.subTitle {
    font-size: 22px;
    line-height: 25px; /* 180% */
  }
}
section.somos {
  max-width: 1200px;
  margin: 0 auto;
}
section.somos p {
  margin: 0 !important;
  padding: 11px 30px;
}
section.somos p b {
  color: #FE0200;
}
section.somos p.subTitle {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  section.somos p {
    margin: 0 !important;
    padding: 11px 30px;
  }
  section.somos p.subTitle {
    margin-bottom: 10px !important;
  }
}
.Beneficios .card {
  background-color: #FE0200;
  border-radius: 25px;
  text-align: center;
  color: white;
  padding: 30px 20px;
  min-height: 412px;
}
.Beneficios .card figure img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.Beneficios .card h3 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px; /* 140% */
  margin: 20px 0;
}
.Beneficios .card p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .Beneficios .card {
    margin: 35px auto;
    max-width: 450px;
  }
}
@media screen and (max-width: 992px) {
  .mobile {
    display: block;
  }
  .destok {
    display: none;
  }
}
.form .bgForm {
  background-image: url(../img/imgform.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 200px 60px;
  position: relative;
}
.form .bgForm::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 3%;
  width: 100px;
  height: 50px;
  background-image: url(../img/logoWhite.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form .bgForm h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 55px; /* 117.833% */
  text-align: left;
}
.form button, .form input, .form optgroup, .form select, .form textarea {
  color: #949494;
  font-family: "Open Sans";
  font-size: 20.954px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-bottom: 1px solid;
  padding: 10px;
  border-radius: 0;
}
.form form {
  max-width: 90%;
  margin: 30px auto;
}
.form form input, .form form .hs-input.hs-fieldtype-intl-phone, .form form select, .form form textarea {
  width: 100% !important;
}
.form form fieldset.form-columns-1, .form form fieldset.form-columns-2 {
  max-width: 100% !important;
}
.form form input.hs-button.primary.large {
  border-radius: 30px;
  background: #E42528;
  width: 170px !important;
  padding: 10px 10px;
  margin: 22px auto;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .form .bgForm {
    padding: 200px 20px;
    position: relative;
  }
  .form .bgForm h2 {
    font-size: 30px;
    line-height: 45px; /* 117.833% */
  }
}
@media screen and (max-width: 767px) {
  .form .bgForm {
    background-image: url(../img/movile/backform.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 150px 20px 60px;
    position: relative;
  }
  .form .bgForm::before {
    content: "";
    position: absolute;
    top: 7%;
    right: 35%;
    width: 30%;
    height: 90px;
    background-image: url(../img/logoWhite.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .form .bgForm h2 {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
  }
}
section.galeria figure img {
  width: 100%;
}
section.galeria span.swiper-pagination-bullet {
  background: #FE0200;
  padding: 8px;
}
section.galeria .swiper-wrapper {
  margin: 0 0 50px 0 !important;
}

span.swiper-pagination-bullet {
  background: #FE0200;
  padding: 8px;
}

.swiper-pagination-bullet-active {
  background: #FE0200 !important;
  padding: 8px !important;
}

.sueno {
  color: white;
}
.sueno .bgSueno {
  background-color: #FE0200;
  background-image: url(../img/fotoSueno.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 60px;
  border-radius: 25px;
}
.sueno .bgSueno h2 {
  color: #FFF;
  font-family: Pacifico;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 90% */
}
.sueno .bgSueno p {
  margin: 5px;
  color: #FFF;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 180% */
  margin-bottom: 60px;
}
.sueno .bgSueno h5 {
  color: #FFF;
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
.sueno .bgSueno .col-lg-5 p {
  color: rgba(255, 255, 255, 0.5960784314);
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
}
.sueno .bgSueno .row.brd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.452);
  margin: 28px 0;
}
.sueno .bgSueno .number {
  color: #FFF;
  font-family: "Roboto";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}

@media screen and (min-width: 992px) {
  .sueno .bgSueno .row.brd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.452);
    margin: 28px 0;
    min-height: 256px;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .sueno .bgSueno {
    background-color: #FE0200;
    background-image: url(../img/movile/fotoSueno.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sueno .bgSueno h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .sueno .ddd .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.452);
    margin: 28px 0;
  }
}
@media screen and (max-width: 992px) {
  .sueno .bgSueno h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .sueno .bgSueno p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sueno .bgSueno {
    padding: 60px 30px;
  }
  .sueno .bgSueno .col-md-3 {
    max-width: 20%;
  }
  .sueno .bgSueno .col-md-9 {
    max-width: 80%;
  }
  .sueno .bgSueno .number {
    font-size: 25px;
    line-height: 35px;
  }
  .sueno .bgSueno h5 {
    font-size: 18px;
  }
  .sueno .bgSueno P {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.preguntas h3 {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  top: -10px;
  position: relative;
}
.preguntas .acordeon p {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  transition: all linear 0.3s;
  height: 0;
  overflow: hidden;
}
.preguntas .numberAcor {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preguntas .intDos {
  display: none;
}
.preguntas .row.acordeon {
  border-bottom: 1px solid #FE0200;
  padding: 20px 0;
  max-width: 950px;
  margin: 3px auto 40px;
}
.preguntas .interuptor {
  text-align: right;
}
.preguntas .row.acordeon.open p {
  height: 110px;
}
.preguntas .row.acordeon.open .interuptor .intUno {
  display: none;
}
.preguntas .row.acordeon.open .interuptor .intDos {
  display: block;
}

@media screen and (max-width: 767px) {
  .desHiden {
    display: none;
  }
  .acordeon .col-md-8 {
    width: 87%;
  }
  .acordeon .col-md-1 {
    width: 13%;
  }
  .preguntas h3 {
    font-size: 22px;
    margin-top: 10px;
    line-height: 32px;
  }
  .preguntas .row.acordeon.open p {
    height: 110px;
  }
  .preguntas .acordeon p {
    font-size: 17px;
  }
}
.unite {
  text-align: center;
}
.unite h3 {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 54px; /* 180% */
}
.unite p {
  color: #FE0200;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 140% */
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.unite button {
  border-radius: 30px;
  background: #E42528;
  padding: 14px 40px;
  margin: 40px auto;
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border:none;
}

@media screen and (max-width: 767px) {
  .unite h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .unite p {
    font-size: 18px;
    line-height: 26px;
    margin: 14px auto;
  }
  .unite button {
    font-size: 16px;
  }
}
.footer {
  background-color: #FE0200;
  padding-top: 60px;
}
.footer p {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding: 27px 60px;
}

@media screen and (max-width: 767px) {
  .footer {
    background-color: #FE0200;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer .col-md-8 {
    max-width: 85%;
  }
  .footer .col-md-4 {
    max-width: 15%;
  }
  .footer img {
    width: 80px;
  }
  .footer p {
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 4px 70px;
  }
}/*# sourceMappingURL=styles.css.map */