@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Knockout HTF94-UltmtSumo";
  src: url("../font/Knockout-HTF94-UltmtSumo.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Knockout HTF49-Liteweight";
  src: url("../font/Knockout-HTF49-Liteweight.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Knockout HTF48-Featherweight";
  src: url("../font/Knockout-HTF48-Featherweight.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../font/Gotham-Medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Bold.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Source Bold";
  src: url("../font/Gotham-Bold.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Black Bass";
  src: url("../font/BlackBassDemo.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
hr.line {
    max-width:40%;
    display:block;
    margin:20px auto;
}
/* Header  */
.swiper-pagination-bullet {
    background-color:#FFF;
}
.menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
}
.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 {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Knockout HTF49-Liteweight";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  padding: 30px 25px !important;
}
.menu li.nav-item:hover a, .menu li.nav-item.active a {

}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.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: #18988B;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 30px !important;
}

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenD {
    display: block;
  }
  .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: 5px 0;
  }
  li.nav-item a {
    text-align: center;
  }
  .menu a.nav-link {
    margin: 3px 10px;
    padding: 10px !important;
    color: var(--Blanco, #F8F7F7);
    text-align: center;
    font-family: "Knockout HTF49-Liteweight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  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%;
    border: 2px solid white;
    margin: 0 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 24px;
    /* color: var(--Blanco, #F8F7F7); */
    text-align: center;
    font-family: "Knockout HTF49-Liteweight";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.037px;
    border-radius: 55.657px;
    background: var(--Fucsia, #D41367);
    padding: 10px 20px;
    border: 0;
  }
  div#navbarSupportedContent {
    background: #000;
    color: white;
  }
  .logom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 10px;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .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: 40px !important;
    width: 300px;
  }
  .flecha {
    display: block;
  }
  .flecha img {
    max-width: 50px;
  }
  div#navbarSupportedContent {
    background: #000;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

figure img {
  width: 100%;
}

section {
  padding: 140px 0;
  text-align: center;
}

h1 {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Knockout HTF94-UltmtSumo";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px;
}

h2 {
  color: var(--Negro, #231F20);
  font-family: "Knockout HTF94-UltmtSumo";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 100% */
}

h2.title-banners {
  color: var(--Verde-agua, #18988B);
  text-align: center;
  font-family: "Black Bass";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

p {
  color: #000;
  font-family: "Gotham Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

button, input.hs-button.primary.large {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Knockout HTF49-Liteweight";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.037px;
  border-radius: 55.657px;
  background: var(--Fucsia, #D41367);
  padding: 10px 20px;
  border:none;
}

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%;
}

@media screen and (max-width: 767px) {
  button, input.hs-button.primary.large {
    padding: 10px 15px;
  }
}
section.banner {
  background-image: url("../imagenes/Header.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0 240px;
}
section.banner img {
  max-width: 150px;
}
section.banner p {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Gotham Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  max-width: 550px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  section.banner {
    background-image: url("../imagenes/movil/Header.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 240px;
  }
  section.banner h1 {
    font-size: 35px;
    line-height: 38px;
  }
  section.banner h2.title-banners {
    font-size: 15px;
  }
  section.banner p {
    font-size: 18px;
  }
  section.banner img {
    max-width: 80px;
  }
}
section.bienvenido {
  padding: 0 0 20px;
  text-align: left;
}
section.bienvenido h2 {
  margin-bottom: 30px;
  margin-top: 70px;
}
section.bienvenido p {
  font-size: 16px;
}
section.bienvenido figure img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  section.bienvenido h2, section.bienvenido p {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  section.bienvenido h2 {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  section.bienvenido h2, section.bienvenido p {
    padding: 0 30px;
  }
}
section.numeros {
  padding-top: 0;
}
section.numeros .row1 {
  position: relative;
}
section.numeros .row1::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 1px;
  height: 80%;
  background: var(--Azul, #323E48);
}
section.numeros .cont-numeros {
  border-top: 1px solid #323E48;
  border-bottom: 1px solid #323E48;
}
section.numeros .cont-numeros h3 {
  color: var(--Negro, #231F20);
  text-align: center;
  font-family: "Knockout HTF94-UltmtSumo";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  text-transform: uppercase;
}
section.numeros .cont-numeros h4 {
  color: var(--Verde-agua, #18988B);
  text-align: center;
  font-family: "Black Bass";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.numeros .cont-numeros h5 {
  color: var(--Negro, #231F20);
  text-align: center;
  font-family: "Knockout HTF49-Liteweight";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 100% */
  text-transform: uppercase;
}
section.numeros .cont-numeros .col-br1, section.numeros .cont-numeros .col-br2 {
  padding: 60px 0;
  position: relative;
}
section.numeros .cont-numeros .col-br1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: var(--Azul, #323E48);
}
section.numeros .cont-numeros .col-br-l .number {
  color: var(--Negro, #231F20);
  text-align: right;
  font-family: "Knockout HTF49-Liteweight";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px; /* 100% */
}
section.numeros .cont-numeros .col-br-l h5 {
  text-align: left;
  padding: 10px 65px 0 0;
}
section.numeros .cont-numeros .col-br-l .row {
  padding: 25px 0;
}
section.numeros .cont-numeros .col-br-l .row.brBr {
  border-top: 1px solid #323E48;
  border-bottom: 1px solid #323E48;
}

.hiddenDD {
  display: none;
}

@media screen and (max-width: 992px) {
  section.numeros .cont-numeros .col-br1, section.numeros .cont-numeros .col-br2 {
    padding: 30px 0;
    position: relative;
  }
  section.numeros .row1::after {
    display: none;
  }
  section.numeros .cont-numeros .col-br-l .row {
    padding: 25px 0;
    border-top: 1px solid #000;
  }
  section.numeros .cont-numeros .col-br1::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.numeros .cont-numeros .col-br-l .number {
    color: var(--Negro, #231F20);
    text-align: right;
    font-family: "Knockout HTF49-Liteweight";
    font-size: 50px;
  }
  section.numeros .cont-numeros h5 {
    font-size: 20px;
    line-height: 27px;
    padding: 12px 0 !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenDD {
    display: block;
    padding: 0 !important;
  }
  section.numeros .cont-numeros .col-br-l .hiddenDD h5 {
    text-align: center;
  }
  section.numeros {
    padding: 20px 0;
  }
}
section.form {
  background-image: url(../imagenes/Contacto.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 230px;
}
section.form h2 {
  color: white;
  text-align: left;
  font-size: 50px;
  line-height: 60px;
  padding-top: 80px;
}
section.form p {
  color: var(--Blanco, #F8F7F7);
  font-family: "Knockout HTF49-Liteweight";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 100% */
  text-transform: uppercase;
  text-align: left;
}
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;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  padding: 5px 10px 15px;
  font-family: "Gotham Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.form form ::-moz-placeholder {
  color: white;
}
section.form form ::placeholder {
  color: white;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: white;
  font-size: 12px;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: white;
  font-size: 12px;
}
section.form form input.hs-button.primary.large {
  border: none;
  margin-top: 30px;
  max-width: 230px;
  text-transform:uppercase;
}
section.form form .actions {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.form .container {
    max-width: 530px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-image: url(../imagenes/movil/Contacto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 230px;
  }
  section.form h2 {
    color: white;
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    padding-top: 80px;
  }
  section.form P {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px; /* 100% */
  }
  section.form .container {
    padding: 0 10%;
  }
}
section.ruta {
  padding: 0;
  margin: 0;
}
section.ruta h2 {
  text-align: left;
  font-family: "Knockout HTF94-UltmtSumo";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 100% */
  margin-bottom: 20px;
  padding-top: 200px;
}
section.ruta p {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.ruta h2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.ruta .container {
    padding: 0 30px;
  }
  section.ruta h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
  }
  section.ruta p {
    font-size: 16px;
  }
}
.video {
  padding: 70px 0 0 0;
}
.video h2 {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 40px;
}
.video h2::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 10%;
  width: 50px;
  height: 50px;
  background-image: url("../imagenes/Vector1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.video h2::before {
  content: "";
  position: absolute;
  right: -20%;
  top: 10%;
  width: 50px;
  height: 50px;
  background-image: url("../imagenes/Vector2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.video .cont-video {
  margin: 0 auto;
  max-width: 800px;
  z-index: 9;
}
.video .cont-video iframe {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 450px;
  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 .contVideo {
    max-width: 100%;
  }
  .video .contVideo iframe {
    max-width: 100% !important;
    display:block;
    margin:20px auto;
  }
  section.video h2 {
    color: var(--Negro, #231F20);
    font-family: "Knockout HTF94-UltmtSumo";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
  }
}
.bgPasos {
  background-image: url("../imagenes/PasosGaleria.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 500px;
}

section.pasos {
  padding: 0;
  color: white;
}
section.pasos h2 {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Knockout HTF94-UltmtSumo";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 60px;
}
section.pasos h5 {
  text-align: left;
  color: var(--Blanco, #F8F7F7);
  font-family: "Knockout HTF48-Featherweight";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
section.pasos p {
  text-align: left;
  color: var(--Blanco, #F8F7F7);
  font-family: "Gotham Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  padding-right: 40px;
}
section.pasos .number {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Knockout HTF49-Liteweight";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
}
section.pasos .row.pasosInt .col-md-6.col-lg-6 {
  padding: 30px 0 !important;
}
section.pasos .int1 {
  position: relative;
}
section.pasos .int1::after {
  content: "";
  width: 84%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 8%;
  background: white;
}
section.pasos .int1::before {
  content: "";
  width: 84%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 8%;
  background: white;
}

@media screen and (max-width: 767px) {
  .bgPasos {
    background-image: url("../imagenes/movil/PasosGaleria.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 500px;
  }
  .bgPasos h2 {
    font-size: 27px !important;
    line-height: 37px !important;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .bgPasos .number {
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
  }
  section.pasos h5 {
    font-size: 24px;
    font-weight: 500;
  }
  section.pasos .col-md-6.col-lg-6 {
    position: relative;
  }
  section.pasos .col-md-6.col-lg-6::before {
    content: "";
    width: 84%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 8%;
    background: white;
  }
  .bgPasos {
    padding-top: 300px;
  }
}
.galeria figure.template img {
  width: 40%;
  margin-top: 50px;
}
.galeria h2 {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Knockout HTF94-UltmtSumo";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 80% */
  text-transform: uppercase;
  margin-top: 60px;
}
.galeria h3 {
  color: var(--Amarillo, #FD0);
  text-align: center;
  font-family: "Black Bass";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.galeria .swiper figure img {
  width: 100%;
}
.galeria .swiper {
  padding: 0 0 30px 0;
  color: white;
}
.galeria .swiper-button-next, .galeria .swiper-button-prev {
  color: white;
}
.galeria .swiper-button-next:after, .galeria .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .galeria h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .galeria h3 {
    color: var(--Amarillo, #FD0);
    text-align: center;
    font-family: "Black Bass";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
  }
}
section.bannerFooter {
  background-image: url(../imagenes/Fondofooter.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 10px;
  margin-top: -270px;
}
section.bannerFooter figure img {
  max-width: 200px;
  margin: 180px 0 50px;
}
section.bannerFooter h2 {
  color: white;
  text-align: center;
  font-family: "Knockout HTF49-Liteweight";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
}
section.bannerFooter P {
  color: var(--Blanco, #F8F7F7);
  text-align: center;
  font-family: "Gotham Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  section.bannerFooter {
    background-image: url(../imagenes/movil/footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 10px;
    margin-top: -150px;
  }
  section.bannerFooter P.copy {
    font-family: "Gotham Medium";
    font-size: 12px;
    line-height: 18px;
    margin: 40px 0 20px;
  }
  section.bannerFooter h2 {
    font-size: 27px;
    line-height: 33px;
  }
  section.bannerFooter figure img {
    max-width: 200px;
    margin: 70px 0 50px;
  }
}/*# sourceMappingURL=styles.css.map */