@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
/* Header  */
html body {
  font-family: Barlow;
}

/* Header  */
.menu {
  background: #59358C !important;
  padding: 2px;
  position: absolute;
  top: 15px;
  left: 1%;
  width: 98%;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: #59358C !important;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.menu a.nav-link {
  color: #FFF;
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px; /* 180% */
  text-transform: uppercase;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.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: #59358C;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

ul.navbar-nav.mr-auto {
  background-color: #59358C;
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

@media screen and (max-width: 992px) {
  .menu {
    background: transparent !important;
  }
  .menu .navbar {
    display: flex;
    align-items: center;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    flex-direction: row-reverse;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler {
    border-radius: 0;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light button.navbar-toggler span {
    color: white;
    width: 28px;
  }
  .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 !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 {
    background-color: #59358C;
  }
  .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 svg {
    width: 25px;
  }
}
p {
  color: #FFF;
  font-family: Barlow;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 16px;
  }
}
.bannerPrincipal {
  background-image: url(../img/Header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0 50px;
}
.bannerPrincipal figure img {
  max-width: 100%;
}
.bannerPrincipal h1 {
  background-color: #59358C;
  color: #FFF;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  padding: 0 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.bannerPrincipal h2 {
  color: #59358C;
  font-family: Barlow;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 90px; /* 90.625% */
  text-transform: uppercase;
  margin-top: -25px;
}
.bannerPrincipal h2 span {
  color: #FFF;
  font-size: 55px;
  line-height: 70px; /* 161.111% */
}
.bannerPrincipal p {
  text-transform: uppercase;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .bannerPrincipal h1 {
    font-size: 35px;
  }
  .bannerPrincipal h2 span {
    font-size: 50px;
    margin-top: 25px;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .bannerPrincipal figure img {
    max-width: 250px;
    width: 100%;
  }
  .bannerPrincipal h1 {
    font-size: 28px;
  }
  .bannerPrincipal h2 {
    font-size: 75px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .bannerPrincipal h2 span {
    font-size: 35px;
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .bannerPrincipal {
    background-image: url(../img/movile/FondoHeader.jpg);
    padding-bottom: 100px;
  }
  .bannerPrincipal figure img {
    max-width: 200px;
    width: 100%;
  }
  .bannerPrincipal h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .bannerPrincipal h2 {
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .bannerPrincipal h2 span {
    font-size: 32px;
    margin-top: 15px;
  }
}
.historia {
  padding: 150px 0;
}
.historia figure img {
  max-width: 100%;
}
.historia h2 {
  color: #00A5DF;
  font-family: Barlow;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.608%; /* 76.573px */
  margin-top: 40px;
}
.historia p {
  color: #000;
  font-style: normal;
  line-height: normal;
  max-width: 560px;
}

@media screen and (max-width: 1200px) {
  .historia h2 {
    font-size: 35px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .historia h2 {
    font-size: 28px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .historia h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.actitude {
  background: #DDF6FF;
  padding: 100px 0;
  text-align: center;
}
.actitude h2 {
  background-color: #59358C;
  color: #FFF;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  padding: 0 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.actitude h3 {
  color: #00A5DF;
  font-family: Barlow;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}
.actitude img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .actitude h2, .actitude h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.form {
  padding: 100px 0;
}
.form .bdm {
  border: 12px solid #59358C;
  padding: 60px;
}
.form h2 {
  color: #59358C;
  font-family: Barlow;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  margin-top: 100px;
}
.form h2::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 4px;
  background-color: #F07E26;
  bottom: -20px;
  left: 0;
}
.form p {
  color: #000;
  max-width: 500px;
  font-style: normal;
}
.form button, .form input, .form optgroup, .form select, .form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  color: #949494;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px;
  width: 100% !important;
}
.form input.hs-button.primary.large {
  background-color: #59358C;
  color: #FFF;
  text-align: center;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  border-radius: 30px;
}
.form fieldset {
  max-width: 100% !important;
}
.form fieldset.form-columns-1 .hs-input.hs-fieldtype-intl-phone {
  width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .form h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .form h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .form .bdm {
    border: 10px solid #59358C;
    padding: 10px 10px 20px;
    margin: 5px;
  }
  .form h2 {
    font-size: 32px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .form button, .form input, .form optgroup, .form select, .form textarea {
    font-size: 14px;
  }
}
.acompano {
  padding: 100px 0;
  background-image: url(../img/FondoRazones.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.acompano .list h2 {
  color: #FFF;
  font-family: Barlow;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px; /* 32.353px */
  text-transform: uppercase;
  margin: 0;
}
.acompano .list p {
  font-style: normal;
}
.acompano .list .row {
  border-top: 3px solid #59358C;
  padding: 20px 0;
}
.acompano .list .row.ult {
  border-bottom: 3px solid #59358C;
}
.acompano h2 {
  margin-top: 200px;
  color: #59358C;
  font-family: Barlow;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 76.573px */
  margin-bottom: 30px;
}
.acompano p {
  font-style: normal;
  max-width: 500px;
}

@media screen and (max-width: 1200px) {
  .acompano h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .acompano p {
    font-style: normal;
    max-width: 420px;
  }
  .acompano .list h2 {
    color: #FFF;
    font-family: Barlow;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .acompano h2 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 50px;
  }
  .acompano p {
    max-width: 600px;
    margin-bottom: 30px;
  }
  .acompano .list h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .acompano .list .row {
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .acompano {
    background-image: url(../img/movile/FondoRazones.jpg);
  }
  .acompano h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .acompano .list h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .acompano .list .row {
    padding: 5px 0;
  }
}
.video {
  padding: 100px 0;
  background-color: #59358C;
  text-align: center;
  color: white;
}
.video h2 {
  text-align: center;
  font-family: Barlow;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 76.573px */
  margin-bottom: 20px;
}
.video h2 b.bgAzul {
  color: #00A5DF;
}
.video iframe {
  width: 80%;
  height: 550px;
}

@media screen and (max-width: 992px) {
  .video h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .video iframe {
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .video h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .video iframe {
    width: 90%;
    height: 240px;
  }
}
.pasos {
  background-image: url(../img/PuntosFondo.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.pasos h2 {
  color: #59358C;
  font-family: Barlow;
  font-size: 60px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
}
.pasos .row.tar {
  margin: 20px 0 0;
  padding: 0 5%;
}
.pasos .row.tar img {
  max-width: 100%;
}
.pasos .row.tar .cardPasos {
  background-color: #59358C;
  border: 3px solid #FFF;
  padding: 5px !important;
}
.pasos .row.tar .cardPasos .row {
  border: 3px solid white;
  padding: 50px 40px;
  margin: 0;
  min-height: 202px;
}
.pasos .row.tar .cardPasos .row figure {
  margin: 0;
}
.pasos .row.tar .cardPasos .row .col-md-9 {
  display: table;
}
.pasos .row.tar .cardPasos .row .col-md-9 p {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
}

@media screen and (max-width: 1200px) {
  .pasos .row.tar .cardPasos .row {
    padding: 20px 40px;
  }
  .pasos .row.tar img {
    max-width: 100%;
    height: 52px;
    width: auto;
    margin: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  .pasos h2 {
    font-size: 40px;
  }
  .pasos .row.tar {
    margin: 0;
  }
  .pasos .row.tar img {
    margin: 30px 0;
  }
  .pasos .row.tar .cardPasos .row {
    min-height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .pasos {
    background-image: url(../img/movile/puntos.png);
  }
  .pasos .row.tar {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .pasos .row.tar .col-md-12.col-lg-6 {
    margin: 0;
    padding: 0;
  }
  .pasos .row.tar .cardPasos .row {
    min-height: 155px;
    padding: 0 20px 0;
    display: inline-flex;
  }
  .pasos .row.tar .cardPasos .row .col-xs-3.col-md-3 {
    max-width: 25%;
  }
  .pasos .row.tar .cardPasos .row .col-xs-9.col-md-9 {
    max-width: 75%;
  }
  .pasos .row.tar img {
    margin: 48px 0;
  }
  .pasos h2 {
    font-size: 32px;
  }
}
.galeria {
  padding: 100px 0;
  background-image: url(../img/FondoGaleria.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.galeria figure img {
  max-width: 100%;
}
.galeria h2 {
  background-color: #59358C;
  color: #FFF;
  font-family: Barlow;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  padding: 0 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: left;
  margin-top: 100px;
  text-transform: uppercase;
}
.galeria h3 {
  color: #00A5DF;
  font-family: Barlow;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}

.movi {
  display: none;
}

@media screen and (max-width: 992px) {
  .galeria h2 {
    font-size: 35px;
    font-style: normal;
    margin: 0;
  }
  .galeria h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .galeria h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dest {
    display: none;
  }
  .movi {
    display: block;
  }
  .galeria {
    background-image: url(../img/movile/FondoGaleria.png);
  }
  .galeria .dest {
    display: none;
  }
  .galeria .movi {
    display: block;
  }
  .galeria h2 {
    font-size: 24px;
  }
  .galeria h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .galeria h3 br {
    display: none;
  }
}
.footer {
  background-color: #59358C;
  padding: 100px 0 10px;
}
.footer img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.footer h2 {
  color: #fff;
  font-family: Barlow;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.footer h2 b {
  color: #00A5DF;
}
.footer p {
  font-style: normal;
  margin-top: 30px;
}
.footer p.copy {
  margin-top: 80px;
  text-align: center;
}
.footer button {
  color: #FFF;
  text-align: center;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
  background: #00a1db;
  padding: 10px 40px;
  border-radius: 30px;
}

@media screen and (max-width: 1200px) {
  .footer button {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer h2 {
    font-size: 29px;
  }
  .footer button {
    font-size: 18px;
    padding: 4px 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer a {
    text-decoration: none;
  }
  .footer h2 {
    font-size: 26px;
  }
  .footer img {
    max-width: 220px;
    margin: 35px auto 0;
    display: block;
  }
  .footer button {
    font-size: 18px;
    padding: 4px 15px;
    margin: 0 auto;
    display: block;
  }
  .footer p.copy {
    margin-top: 30px;
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */