@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Crawley;
  src: url("../font/Crawley_Demo.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu {
  position: relative;
  width: 100%;
  top: 0;
  padding: 0px;
  background-color: #002337;
  z-index: 999999;
}
.menu img {
  width: 90%;
  padding: 20px 0;
}
.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 {
  text-align: center;
  padding: 30px 25px !important;
  color: var(--gris-clarito, #E6E8EA);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.menu .btn {
  margin: 19px 18px !important;
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
}
.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: #002337;
  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 button.btn {
  margin: 19px 8px 0;
  padding: 7px 25px;
}
.menu li.nav-item {
  position: relative;
}

button.navbar-toggler {
  border: none;
}

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

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu button.navbar-toggler {
    text-align: center;
  }
  .menu img {
    width: 90%;
    padding: 0px 0;
  }
  .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-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  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: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  div#navbarSupportedContent {
    background: #F2EDDF;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 110px;
  }
  .menu button.btn {
    display: none;
  }
  .menu li.nav-item a {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: #002337;
    border: 0;
    border-radius: 10px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 90px;
  }
  .menu button img {
    width: 90%;
    padding: 0px 0;
    margin-top: -10px;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .navbar-nav {
    padding: 0;
    padding-bottom: 40px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  color: var(--dorado, #B2853B);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  display: block;
  position: relative;
  display: block;
  z-index: 5;
  margin-top: 220px;
}
h1 span {
  color: #FFF;
  font-family: Crawley;
  font-size: 77px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  position: relative;
  z-index: -1;
  text-transform: lowercase;
}

.banner p {
  color: var(--gris-clarito, #E6E8EA);
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  text-align: left;
  margin: 30px 0;
}

h2 {
  color: var(--gris-clarito, #E6E8EA);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: var(--gris-clarito, #E6E8EA);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5 {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6 {
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.64px;
}

p {
  color: var(--gris-clarito, #E6E8EA);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 10px;
  background: #B2853B;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 13px; /* 461.538% */
  border: none;
}

.hiddenDL {
  display: none;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 21px;
    margin: 0;
  }
  h1 span {
    font-size: 60px;
  }
  .hiddenDL {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  h1 {
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    margin-top: 30px;
  }
  h1 span {
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
  }
  .banner p {
    font-size: 15px;
  }
  h6 {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.2px;
  }
  h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  h4 {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  }
  .hiddenM {
    display: none;
  }
}
section.banner {
  background-image: url(../imagenes/banners.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 28, 41, 0.4666666667);
}
section.banner img {
  max-width: 90%;
  margin: 0;
}

section.banner > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  section.banner::before {
    height: 105%;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px;
    position: relative;
  }
}
section.nosotros {
  background: var(--azul, #002337);
  text-align: center;
  padding: 200px 0;
  z-index: 2;
  position: relative;
}
section.nosotros h6 {
  color: var(--dorado, #B2853B);
}
section.nosotros p {
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 150px 0 100px;
  }
}
section.tresDatos {
  padding: 100px 0 200px;
  background: var(--azul, #002337);
  text-align: center;
  background-image: url(../imagenes/fondo-datos.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1200px;
}
section.tresDatos h4 {
  color: #C38F27;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
section.tresDatos p {
  color: var(--gris-clarito, #E6E8EA);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
}
section.tresDatos h3 {
  color: var(--gris-clarito, #E6E8EA);
  text-align: center;
  font-family: Crawley;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
}
section.tresDatos hr {
  color: white;
  margin: 30px;
  opacity: 1;
}
section.tresDatos .col-md-4.medio {
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
}
section.tresDatos .col-md-4 {
  padding-top: 15px;
}

@media screen and (max-width: 992px) {
  section.tresDatos h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.tresDatos {
    background-image: url(../imagenes/fondo-datos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
  }
  section.tresDatos hr {
    display: none;
  }
  section.tresDatos h3 {
    margin-top: 40px;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */
  }
  section.tresDatos .col-md-4 {
    position: relative;
    padding: 30px 0 12px;
  }
  section.tresDatos .col-md-4:after {
    content: "";
    width: 80%;
    height: 1px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 10%;
  }
}
.trama {
  width: 100%;
  height: 30px;
  background-image: url("../imagenes/trama.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

section.beneficios {
  background: var(--dorado, #B2853B);
  color: white;
  text-align: left;
}
section.beneficios h6, section.beneficios h2 {
  color: var(--gris-clarito, #E6E8EA);
  text-align: left;
}
section.beneficios h2 {
  margin-bottom: 60px;
}
section.beneficios img {
  max-width: 85%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 10px;
  }
  section.beneficios .cont2 {
    padding-left: 30px;
  }
  section.beneficios img {
    max-width: 100%;
    margin: 40px auto 0;
    display: block;
  }
}
section.form {
  background: var(--azul, #002337);
  background-image: url(../imagenes/fondo-datos.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1200px;
  padding-top: 180px;
}
section.form .row {
  max-width: 1000px;
  margin: 0 auto;
}
section.form h2 {
  color: var(--dorado, #B2853B);
  font-family: Montserrat;
  font-size: 29px;
  font-style: normal;
  font-weight: 800;
  line-height: 36.043px; /* 124.285% */
  text-transform: uppercase;
  text-align: left;
  margin-top: 150px;
}
section.form h2 span {
  color: #FFF;
  font-family: Crawley;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.043px; /* 54.61% */
  text-transform: lowercase;
}
section.form p {
  max-width: 350px;
  margin: 0;
  margin-top: 30px;
}
section.form form {
  max-width: 450px;
  margin: 0 auto;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: var(--gris-clarito, #E6E8EA);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form input.hs-button.primary.large {
  margin: 15px 0;
  display: block;
}
section.form .hs_submit.hs-submit {
  max-width: 74%;
}

@media screen and (max-width: 992px) {
  section.form {
    padding: 100px;
  }
  section.form p {
    text-align: center;
    margin: 20px auto;
  }
  section.form h2 {
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 100px 15px;
  }
  section.form h2 {
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 180.213% */
  }
  section.form h2 span {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.043px; /* 78.354% */
    text-align: left;
  }
  section.form p {
    text-align: left;
    margin: 20px 0;
  }
}
section.galeria {
  background: var(--azul, #002337);
  text-align: left;
}
section.galeria h6, section.galeria h2, section.galeria p {
  text-align: left;
  color: var(--gris-clarito, #E6E8EA);
}
section.galeria h6 {
  color: #B2853B;
}
section.galeria p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  section.galeria {
    padding: 100px 15px;
  }
  section.galeria br {
    display: none;
  }
  section.galeria .swiper.mySwiper {
    padding-bottom: 30px;
  }
  section.galeria .swiper.mySwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  section.galeria .swiper.mySwiper .swiper-pagination-bullet- {
    background: #B2853B;
  }
  section.galeria .swiper.mySwiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #B2853B;
  }
}
section.datos {
  background: var(--azul, #002337);
  padding-bottom: 200px;
}
section.datos h6 {
  color: var(--dorado, #B2853B);
  text-align: center;
}
section.datos h2 {
  color: var(--gris-clarito, #E6E8EA);
  text-align: center;
  font-family: Crawley;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
section.datos .col-md-3 {
  border-right: 1px solid white;
  padding-top: 20px;
}
section.datos .col-md-3.ultiimo {
  border: none;
}
section.datos p {
  color: var(--gris-clarito, #E6E8EA);
  text-align: center;
}

@media screen and (max-width: 767px) {
  section.datos {
    padding: 100px 0;
  }
  section.datos p {
    padding: 10px;
  }
  section.datos h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
  }
  section.datos .col-md-3 {
    border-right: 0;
    border-bottom: 1px solid white;
    max-width: 70%;
    margin: 0 auto;
  }
  section.datos .col-md-3.ultimo {
    border: 0;
  }
}
section.pasos {
  background-image: url("../imagenes/fondo-pasos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.pasos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 28, 41, 0.4666666667);
}
section.pasos h6 {
  text-align: left;
  color: var(--gris-clarito, #E6E8EA);
}
section.pasos h2 {
  color: var(--gris-clarito, #E6E8EA);
  text-align: left;
  margin-bottom: 60px;
}
section.pasos h4 {
  margin: 0;
}
section.pasos .cardPasos {
  min-height: 150px;
  padding: 0 35px;
}
section.pasos .pasosItems {
  padding-left: 8.33%;
}

section.pasos > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  section.pasos .cardPasos {
    min-height: 180px;
    padding: 0 5px;
  }
  section.pasos .pasosItems {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    background-image: url("../imagenes/movil/pasos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px;
  }
  section.pasos .row.pasosItems {
    padding-left: 30px;
  }
  section.pasos .cardPasos {
    min-height: auto;
    padding: 0 5px 30px;
  }
}
section.video {
  background: var(--azul, #002337);
  padding: 150px 0;
}
section.video p {
  text-align: center;
  margin-bottom: 40px;
}
section.video iframe {
  margin: 0 auto;
  display: block;
  width: 900px;
  height: 510px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 510px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 100px 15px;
  }
  section.video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 250px;
  }
}
section.preguntas {
  background: var(--azul, #002337);
}
section.preguntas h6 {
  margin-top: 100px;
  color: var(--dorado, #B2853B);
  text-align: left;
}
section.preguntas h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.preguntas .col-md-6.cont {
  padding-right: 10%;
}
section.preguntas hr {
  color: var(--gris-clarito, #E6E8EA);
  padding: 10px;
  position: relative;
  top: 10px;
}

@media screen and (max-width: 992px) {
  section.preguntas h6 {
    margin: 0;
  }
  section.preguntas .col-md-6.cont {
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 70px 15px;
  }
  section.preguntas h6 {
    margin-bottom: 10px;
  }
  section.preguntas img {
    margin: 30px 0;
    width: 100%;
  }
}
.bannerFooter {
  background: var(--azul, #002337);
}
.bannerFooter h2 {
  text-align: left;
}
.bannerFooter img {
  max-width: 235px;
  margin: 10px 0 0 50%;
  display: block;
}

.tramaF {
  width: 100%;
  height: 30px;
  background-image: url("../imagenes/trama.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

footer {
  background: var(--dorado, #B2853B);
  color: white;
  text-align: center;
}
footer p {
  color: var(--gris-clarito, #E6E8EA);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.043px;
  padding: 15px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .bannerFooter img {
    max-width: 200px;
    margin: 10px 0 0 35%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 70px 15px;
  }
  .bannerFooter img {
    max-width: 200px;
    margin: 10px 0 0 35%;
    display: block;
    max-width: 170px;
    margin: 0 0 40px;
  }
}/*# sourceMappingURL=styles.css.map */