@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../../../fonts/monserrat-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.btn {
  background-color: #0F144F;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}

.bk {
  background-size: cover;
  background-position: center top 0px;
  position: relative;
  padding: 2rem 0;
  color: #F7F7F7;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1rem 0;
}
.navbar .img-logo {
  max-width: 224px !important;
}
@media (max-width: 767.98px) {
  .navbar .borde-responsive {
    border: none !important;
  }
}
.navbar .tam-icon {
  min-width: 200px;
}
.navbar .navbar-toggler {
  background-color: #0F144F;
  border-radius: 4px;
  transform: scale(1.2);
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  background-color: rgba(15, 20, 79, 0.95) !important;
  backdrop-filter: blur(10px);
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: white;
  font-weight: 500;
  font-size: 22px;
  padding: 1rem 0;
  text-transform: none;
  transition: color 0.3s ease;
}
.navbar .nav-link:hover {
  color: #1C32AA;
}
.navbar .nav-link-boton {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link-boton:hover {
  color: #5c0ee3;
}
.navbar .lang-switcher-container {
  padding: 0 0 2rem;
  margin-top: 0.5rem;
}
.navbar .lang-switcher-container .lang-switcher-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item {
  margin: 0;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link:hover {
  background-color: rgba(92, 14, 227, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #5c0ee3;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang {
  background-color: #431797;
  color: white;
  font-weight: 600;
  border-color: rgb(229.5, 229.5, 229.5);
  cursor: default;
}
.navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link.active-lang:hover {
  background-color: #9966ff;
  border-color: rgb(57.1810344828, 19.6293103448, 128.8706896552);
  color: white;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    background-color: transparent !important;
    backdrop-filter: none;
    padding: 0;
    margin-top: 0;
  }
  .navbar .lang-switcher-container {
    margin-top: 0;
    padding: 0;
    align-content: center;
  }
  .navbar .lang-switcher-container .lang-switcher-nav {
    gap: 0.5rem;
  }
  .navbar .lang-switcher-container .lang-switcher-nav .lang-item .lang-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
  }
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 1.5rem;
  overflow: hidden;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-wrap .logo-foot {
  max-width: 200px;
  height: auto;
}

.footer-direccion p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-weight: 400;
}

.footer-derechos p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 2rem 2.5rem;
  }
  .site-footer .footer-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    text-align: left;
  }
  .footer-logo-wrap {
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }
  .footer-direccion {
    text-align: center;
  }
  .footer-derechos {
    text-align: right;
  }
}
.bk-01-fondo {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bk-01-fondo {
    min-height: 673px;
  }
}

.bk-01 {
  position: relative;
  background-size: cover;
  background-position: center top 0px;
  overflow: hidden;
  margin-top: 0;
}
.bk-01 .texto-banner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: center;
  max-width: 100%;
  margin-top: -260px;
}
.bk-01 .titulo {
  font-weight: 800;
  line-height: 1.4;
  color: white;
  font-size: 56px;
  margin-top: 284px;
}
.bk-01 .separador-linea {
  width: 80px;
  height: 3px;
  background-color: white;
  margin: 1.5rem auto;
}
.bk-01 .subtitulo {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: white;
  font-size: 26px;
}
.bk-01 .subtitulo-dos {
  font-size: 26px;
  margin-top: 0rem;
  color: white;
  margin-bottom: 3rem;
  white-space: normal;
}
@media (min-width: 992px) {
  .bk-01 .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .bk-01 .texto-banner {
    margin-top: 0;
    width: 100%;
  }
  .bk-01 .titulo {
    font-weight: 800;
    font-size: 114px;
    line-height: 1.3;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  .bk-01 .subtitulo {
    font-size: 42px;
    margin-top: 0rem;
    margin-bottom: 1rem;
    white-space: normal;
  }
  .bk-01 .subtitulo-dos {
    font-size: 36px;
    margin-top: 0rem;
    margin-bottom: 2rem;
    white-space: normal;
  }
  .bk-01 .btn {
    padding: 0rem 1rem;
    font-size: 34px;
    font-weight: 600;
  }
}

.bk-02 {
  position: relative;
  padding: 3rem 0;
  min-height: 550px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bk-02 .fondo-imagen {
  position: absolute;
  top: 1rem;
  left: 2rem;
  right: 2rem;
  bottom: 1rem;
  background-image: url("../images/seccion2/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  transform: translateZ(0);
}
.bk-02 .contenido-seccion {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.bk-02 .titulo-seccion {
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0.5rem;
}
.bk-02 .subtitulo-seccion {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.bk-02 .texto-principal {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.bk-02 .texto-secundario {
  text-align: left;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .bk-02 {
    min-height: 700px;
    padding: 11rem 0;
    display: block;
  }
  .bk-02 .fondo-imagen {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1400px;
    right: auto;
    background-position: center;
  }
  .bk-02 .contenido-seccion {
    margin-top: -130px;
    margin-left: -18px;
    max-width: 1200px;
  }
  .bk-02 .titulo-seccion {
    font-size: 42px;
  }
  .bk-02 .subtitulo-seccion {
    font-size: 44px;
    margin-bottom: -36px;
  }
  .bk-02 .texto-principal {
    font-size: 40px;
  }
  .bk-02 .texto-secundario {
    font-size: 40px;
  }
}

.bk-03 {
  padding: 2rem 0;
  background-image: url("../images/seccion3/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-03 .titulo-seccion {
  font-weight: 800;
  font-size: 48px;
  color: #0F144F;
  margin-bottom: 3rem;
}
.bk-03 .card-custom {
  background: #cfcfcf;
  border-radius: 20px;
  padding: 2.5rem 1.5rem 1rem;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  max-width: 520px;
  margin: 80px auto 0;
  transition: transform 0.3s ease;
}
.bk-03 .card-custom:hover {
  transform: translateY(-5px);
}
.bk-03 .card-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.bk-03 .card-icon img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.bk-03 .card-titulo {
  font-weight: 700;
  font-size: 32px;
  color: #0F144F;
  margin-top: 14px;
}
.bk-03 .card-texto {
  font-weight: 400;
  font-size: 40px;
  color: #0F144F;
  line-height: 1.1;
  margin-bottom: 0;
}
.bk-03 .texto-inferior {
  font-weight: 400;
  font-size: 32px;
  color: #0F144F;
  text-align: left;
}
@media (min-width: 992px) {
  .bk-03 .titulo-seccion {
    font-size: 38px;
  }
  .bk-03 .card-titulo {
    margin-top: 0 px;
  }
  .bk-03 .card-custom {
    padding: 4.5rem 2.5rem 3rem;
  }
}

.bk-04 {
  padding: 6rem 0;
  background-color: #0F144F;
}
.bk-04 .encabezado-seccion {
  margin-bottom: 4rem;
}
.bk-04 .titulo-seccion {
  font-weight: 800;
  font-size: 38px;
  color: white;
  margin-bottom: 1rem;
}
.bk-04 .subtitulo-seccion {
  font-size: 38px;
  color: white;
  font-weight: 600;
}
.bk-04 .cuadrante-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.bk-04 .cuadrante {
  padding: 3rem 2.5rem;
  border: 1px solid rgb(255, 255, 255);
  transition: background-color 0.3s ease;
}
.bk-04 .cuadrante:hover {
  background-color: rgba(15, 20, 79, 0.03);
}
.bk-04 .cuadrante.cuadrante-1 {
  border-top: none;
  border-left: none;
}
.bk-04 .cuadrante.cuadrante-2 {
  border-top: none;
  border-right: none;
}
.bk-04 .cuadrante.cuadrante-3 {
  border-bottom: none;
  border-left: none;
}
.bk-04 .cuadrante.cuadrante-4 {
  border-bottom: none;
  border-right: none;
}
.bk-04 .cuadrante-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.bk-04 .cuadrante-titulo {
  font-weight: 700;
  font-size: 22px;
  color: white;
  margin-bottom: 0.3rem;
}
.bk-04 .cuadrante-subtitulo {
  font-size: 22px;
  color: white;
  font-weight: 400;
  margin-bottom: 12px;
}
.bk-04 .cuadrante-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.bk-04 .cuadrante-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bk-04 .cuadrante-item:last-child {
  border-bottom: none;
}
.bk-04 .item-label {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.bk-04 .item-valor {
  color: white;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bk-04 .cuadrante-grid {
    grid-template-columns: 1fr;
  }
  .bk-04 .cuadrante {
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .bk-04 .cuadrante:last-child {
    border-bottom: none;
  }
}
.bk-05 {
  padding: 6rem 0;
  background-color: #fff;
}
.bk-05 .encabezado-bk05 {
  margin-bottom: 3.5rem;
}
.bk-05 .titulo-bk05 {
  font-weight: 800;
  font-size: 42px;
  color: #0F144F;
  margin-bottom: 0.5rem;
  text-align: left;
}
.bk-05 .subtitulo-bk05 {
  font-size: 18px;
  color: #0F144F;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.bk-05 .info-card {
  padding: 2rem;
  background: transparent;
  height: 100%;
}
.bk-05 .info-titulo {
  font-weight: 100;
  font-size: 30px;
  color: #0F144F;
  margin-bottom: 0.4rem;
  text-align: left;
}
.bk-05 .info-subtitulo {
  font-size: 30px;
  font-weight: 600;
  color: #0F144F;
  text-align: left;
  margin-bottom: 1rem;
}
.bk-05 .info-linea {
  width: 26%;
  height: 3px;
  background-color: #0F144F;
  margin-bottom: 1.2rem;
}
.bk-05 .info-texto {
  font-size: 16px;
  color: #0F144F;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bk-05 .titulo-bk05 {
    font-size: 46px;
  }
  .bk-05 .subtitulo-bk05 {
    font-size: 38px;
  }
}

.bk-06 {
  padding: 6rem 0;
  background-color: #0F144F;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-06 .bk06-izquierda {
  padding-right: 3rem;
  padding-top: 1rem;
}
.bk-06 .bk06-titulo {
  font-weight: 800;
  font-size: 34px;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
.bk-06 .bk06-subtitulo {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.bk-06 .bk06-derecha {
  display: flex;
  flex-direction: column;
}
.bk-06 .bk06-item {
  padding: 1.5rem 0;
}
.bk-06 .bk06-item-texto {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
}
.bk-06 .bk06-linea {
  width: 84%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bk-06 .bk06-izquierda {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .bk-06 {
    background-image: url("../images/seccion6/fondo.png");
  }
  .bk-06 .bk06-titulo {
    font-size: 36px;
    text-align: left;
    color: #0F144F;
  }
  .bk-06 .bk06-subtitulo {
    font-size: 32PX;
    margin-top: -20px;
    text-align: left;
    color: #0F144F;
  }
  .bk-06 .bk06-item-texto {
    text-align: left;
  }
  .bk-06 .bk06-linea {
    margin: 0;
  }
  .bk-06 .bk06-izquierda {
    position: sticky;
    top: 2rem;
  }
  .bk-06 .bk06-derecha {
    padding-left: 4rem;
  }
}

.bk-07 {
  padding: 6rem 0;
  background-color: #fff;
}
.bk-07 .faq-encabezado {
  margin-bottom: 3.5rem;
}
.bk-07 .faq-etiqueta {
  font-size: 14px;
  font-weight: 600;
  color: #0F144F;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}
.bk-07 .faq-titulo {
  font-weight: 800;
  font-size: 42px;
  color: #0F144F;
  margin-bottom: 1rem;
}
.bk-07 .faq-subtitulo {
  font-size: 36px;
  color: #0F144F;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto;
}
.bk-07 .faq-accordion {
  max-width: 820px;
  margin: 0 auto;
}
.bk-07 .faq-item {
  background: #fff;
  border: 1px solid rgba(15, 20, 79, 0.12) !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(15, 20, 79, 0.05);
  transition: box-shadow 0.3s ease;
}
.bk-07 .faq-item:hover {
  box-shadow: 0 8px 24px rgba(15, 20, 79, 0.1);
}
.bk-07 .faq-item:first-child {
  border-top: 1px solid rgba(15, 20, 79, 0.12) !important;
}
.bk-07 .faq-btn {
  background: #cfcfcf;
  color: #0F144F;
  font-size: 18px;
  font-weight: 600;
  padding: 1.4rem 1.5rem;
  box-shadow: none;
  border-radius: 12px;
}
.bk-07 .faq-btn:not(.collapsed) {
  background: #fff;
  color: #0F144F;
  box-shadow: none;
  border-radius: 12px 12px 0 0;
}
.bk-07 .faq-btn::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(70%) saturate(800%) hue-rotate(200deg);
}
.bk-07 .faq-btn:focus {
  box-shadow: none;
}
.bk-07 .faq-respuesta {
  font-size: 16px;
  color: #555;
  font-weight: 600;
  line-height: 1.8;
  padding: 0 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .bk-07 .faq-titulo {
    font-size: 40px;
  }
}

.bk-08 {
  display: block;
  overflow: hidden;
}
.bk-08 .bk08-contenido {
  padding: 5rem 1rem;
}
.bk-08 .bk08-texto {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .bk-08 {
    min-height: 70vh;
  }
  .bk-08 .bk08-texto {
    font-size: 44px;
  }
}

.bk-09 {
  background-color: #000;
  padding: 0;
  overflow: hidden;
}
.bk-09 .bk09-columna {
  padding: 5rem 3rem;
}
.bk-09 .bk09-izquierda {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.bk-09 .bk09-divisor {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.bk-09 .bk09-titulo {
  font-weight: 100;
  font-size: 32px;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: left;
}
.bk-09 .bk09-texto {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 100;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bk-09 .bk09-izquierda {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .bk-09 .bk09-columna {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .bk-09 .bk09-titulo {
    font-size: 32px;
  }
  .bk-09 .bk09-texto {
    font-size: 16px;
  }
  .bk-09 .bk09-columna {
    padding: 6rem 4rem;
  }
}

/*# sourceMappingURL=main.css.map */
