@charset "UTF-8";
@font-face {
  font-family: "Monserrat";
  src: url("../../fonts/monserrat-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Monserrat";
  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: "Monserrat", sans-serif;
  overflow-x: hidden;
  background-color: #090b2d;
}

.btn {
  background-color: #2910ff;
  color: white;
  padding: 0.4rem 0.5rem;
  border-radius: 20px;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  font-family: "Monserrat", 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: white;
}

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: relative;
  z-index: 100;
  padding: 1rem 0;
}
.navbar .img-logo {
  max-width: 208px !important;
}
@media (max-width: 767.98px) {
  .navbar .borde-responsive {
    border: none !important;
  }
}
.navbar .tam-icon {
  min-width: 200px;
}
.navbar .navbar-toggler {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-collapse {
  background-color: #090b2d;
  padding: 1.5rem;
  border-radius: 15px;
  margin-top: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.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: #5EB9C9;
}
.navbar .nav-link.btn-abrir-cuenta {
  background-color: #5EB9C9;
  color: #0d324d;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 1rem;
  display: inline-block;
  transition: all 0.3s ease;
}
.navbar .nav-link.btn-abrir-cuenta:hover {
  background-color: white;
  color: #0d324d;
  transform: translateY(-3px);
}
@media (min-width: 992px) {
  .navbar .nav-link.btn-abrir-cuenta {
    margin-top: 0;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
  }
}
.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: #5EB9C9;
}
.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 {
    padding: 0;
    background-color: transparent !important;
    margin-top: 0;
    box-shadow: none;
  }
  .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: #090b2d;
  color: white;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .site-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-logo .logo-foot {
  max-width: 150px;
  height: auto;
}
@media (min-width: 992px) {
  .footer-logo .logo-foot {
    max-width: 180px;
  }
}

.footer-botones {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer-botones {
    flex-direction: row;
    gap: 20px;
  }
}
.footer-botones .btn-footer {
  background-color: transparent;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-botones .btn-footer:hover {
  color: #5EB9C9;
  transform: translateY(-2px);
}
@media (min-width: 992px) {
  .footer-botones .btn-footer {
    padding: 10px 25px;
  }
}

.footer-copy p {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .footer-copy p {
    font-size: 18px;
  }
}

#inicio section {
  position: relative;
  height: auto;
  padding: 6rem 0;
  overflow: hidden;
  margin-top: 0;
}
#inicio section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
@media (min-width: 992px) {
  #inicio section {
    height: 100vh;
    min-height: 600px;
    padding: 0;
  }
  #inicio section::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.7) 100%);
  }
}
#inicio .bk-01 {
  position: relative;
  z-index: 10;
}
#inicio .container {
  position: relative;
  z-index: 10;
}
#inicio .texto-banner {
  color: white;
  text-align: center;
}
#inicio .texto-banner .titulo-seccion {
  font-size: 20px;
  font-weight: 800;
  color: white;
  margin-top: 105px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
#inicio .texto-banner .descripcion-seccion {
  font-size: 17px;
  color: #5EB9C9;
  font-weight: 100;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#inicio .texto-banner .descripcion-seccion-dos {
  font-size: 15px;
  color: white;
  line-height: 1.5;
  font-weight: 100;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #inicio .texto-banner {
    text-align: left;
  }
  #inicio .texto-banner .titulo-seccion {
    font-size: 44px;
  }
  #inicio .texto-banner .descripcion-seccion {
    font-size: 24px;
  }
  #inicio .texto-banner .descripcion-seccion-dos {
    font-size: 24px;
  }
}
#inicio .botones-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #inicio .botones-container {
    justify-content: flex-start;
    flex-direction: row;
    gap: 1.5rem;
  }
}
#inicio .btn {
  background: #5EB9C9;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(85, 13, 188, 0.3);
  text-align: center;
}
#inicio .btn:hover {
  background-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(160, 53, 210, 0.5);
  color: white;
}
@media (min-width: 992px) {
  #inicio .btn {
    font-size: 22px;
  }
}
#inicio .btn-dos {
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 4px solid #5EB9C9;
  color: white;
  text-decoration: none;
  text-align: center;
}
#inicio .btn-dos:hover {
  background-color: #5EB9C9;
  color: white;
  transform: translateY(-3px);
}
@media (min-width: 992px) {
  #inicio .btn-dos {
    font-size: 22px;
  }
}

.bk-02 {
  position: relative;
  padding: 5rem 0;
  background-image: url("../images/seccion2/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
}
.bk-02 .container {
  position: relative;
  z-index: 2;
}
.bk-02 .linea-decorativa {
  width: 100px;
  height: 6px;
  background-color: #5EB9C9;
  margin: 0 1.5rem auto;
}
.bk-02 .titulo-seccion {
  font-size: 34px;
  font-weight: 800;
  color: black;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.bk-02 .descripcion-seccion {
  font-size: 20px;
  width: 100%;
  color: black;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .bk-02 {
    padding: 8rem 0;
    min-height: 600px;
    text-align: left;
  }
  .bk-02::before {
    background: transparent;
  }
  .bk-02 .linea-decorativa {
    margin: 0 0 2rem 0;
  }
  .bk-02 .titulo-seccion {
    font-size: 46px;
    color: black;
  }
  .bk-02 .descripcion-seccion {
    font-size: 28px;
    width: 64%;
    color: black;
  }
}

.bk-03 {
  background-color: #0d324d;
  padding: 4rem 0;
}
.bk-03 .header-seccion {
  margin-bottom: 3rem;
  text-align: center;
}
.bk-03 .header-seccion .titulo-seccion {
  font-size: 32px;
  font-weight: 800;
  color: white;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.bk-03 .header-seccion .subtitulo-seccion {
  font-size: 22px;
  color: white;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.bk-03 .header-seccion .texto-chico {
  font-size: 20px;
  color: white;
  max-width: 100%;
  margin: 2rem auto 0;
}
.bk-03 .item-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: transparent;
  padding: 1.5rem;
  border-radius: 15px;
  border: 2px solid #5EB9C9;
  height: 100%;
  transition: all 0.3s ease;
}
.bk-03 .item-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.bk-03 .item-grid .icono-item {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-03 .item-grid .icono-item img {
  width: 100%;
  height: auto;
}
.bk-03 .item-grid .texto-item {
  font-size: 18px;
  font-weight: 100;
  color: white;
  line-height: 1.2;
}
.bk-03 .final-texto {
  text-align: center;
  margin-top: 3rem;
}
.bk-03 .final-texto p {
  font-size: 20px;
  color: white;
}
@media (min-width: 992px) {
  .bk-03 {
    padding: 6rem 0;
  }
  .bk-03 .header-seccion {
    margin-bottom: 4rem;
    text-align: left;
  }
  .bk-03 .header-seccion .titulo-seccion {
    font-size: 46px;
  }
  .bk-03 .header-seccion .subtitulo-seccion {
    font-size: 28px;
    margin-top: 34px;
  }
  .bk-03 .header-seccion .texto-chico {
    font-size: 28px;
    max-width: 700px;
    margin: 34px 0 0;
  }
  .bk-03 .item-grid {
    flex-direction: row;
    text-align: left;
    padding: 2rem;
  }
  .bk-03 .item-grid .icono-item {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .bk-03 .item-grid .texto-item {
    font-size: 20px;
  }
  .bk-03 .final-texto {
    text-align: left;
  }
  .bk-03 .final-texto p {
    font-size: 28px;
  }
}

.bk-04 {
  position: relative;
  padding: 5rem 0;
  background-image: url("../images/seccion4/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.bk-04 .container {
  position: relative;
  z-index: 2;
}
.bk-04 .titulo-seccion {
  font-size: 32px;
  font-weight: 800;
  color: black;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.bk-04 .card-servicio {
  background: transparent;
  border: 2px solid #5EB9C9;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.bk-04 .card-servicio:hover {
  transform: translateY(-10px);
  background-color: rgba(94, 185, 201, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.bk-04 .card-servicio .card-texto {
  text-align: center;
}
.bk-04 .card-servicio .card-texto .card-header-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bk-04 .card-servicio .card-texto .card-header-icon .icono-card {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-04 .card-servicio .card-texto .card-header-icon .icono-card img {
  width: 100%;
  height: auto;
}
.bk-04 .card-servicio .card-texto .card-header-icon .card-titulo {
  font-size: 24px;
  font-weight: 800;
  color: black;
  margin-bottom: 1.5rem;
}
.bk-04 .card-servicio .card-texto .card-descripcion {
  font-size: 18px;
  color: black;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0;
}
.bk-04 .card-servicio .card-texto .tags-divisas {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}
.bk-04 .card-servicio .card-texto .tags-divisas .tag-divisa {
  background-color: rgba(94, 185, 201, 0.15);
  color: #5EB9C9;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
}
.bk-04 .card-servicio .card-texto .puntos {
  font-size: 16px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .bk-04 {
    padding: 8rem 0;
    min-height: 600px;
  }
  .bk-04 .titulo-seccion {
    font-size: 46px;
    margin-bottom: 0;
  }
  .bk-04 .card-servicio {
    padding: 3rem 2rem;
  }
  .bk-04 .card-servicio .card-texto {
    text-align: left;
  }
  .bk-04 .card-servicio .card-texto .card-header-icon {
    align-items: flex-start;
    margin-top: -28px;
  }
  .bk-04 .card-servicio .card-texto .card-header-icon .icono-card {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
  .bk-04 .card-servicio .card-texto .card-header-icon .card-titulo {
    font-size: 28px;
    text-align: left;
  }
  .bk-04 .card-servicio .card-texto .card-descripcion {
    font-size: 22px;
  }
  .bk-04 .card-servicio .card-texto .tags-divisas {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .bk-04 .card-servicio .card-texto .tags-divisas .tag-divisa {
    font-size: 16px;
    padding: 6px 16px;
  }
  .bk-04 .card-servicio .card-texto .puntos {
    font-size: 20px;
    margin-top: 18px;
  }
}

.bk-05 {
  padding: 4rem 0;
  background-color: #0d324d;
}
.bk-05 .encabezado-bk05 {
  margin-bottom: 2.5rem;
  text-align: center;
}
.bk-05 .info-linea-uno {
  width: 60px;
  height: 3px;
  background-color: #5EB9C9;
  margin: 0 auto 1rem auto;
}
.bk-05 .subtitulo-bk05 {
  font-size: 24px;
  color: white;
  font-weight: 600;
}
.bk-05 .info-card {
  padding: 1.5rem;
  background: transparent;
  text-align: center;
}
.bk-05 .info-subtitulo {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}
.bk-05 .info-linea {
  width: 40px;
  height: 3px;
  background-color: white;
  margin: 0 auto 1.2rem auto;
}
.bk-05 .info-texto {
  font-size: 17px;
  color: white;
  font-weight: 100;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .bk-05 {
    padding: 6rem 0;
  }
  .bk-05 .encabezado-bk05 {
    text-align: left;
    margin-bottom: 3.5rem;
  }
  .bk-05 .info-linea-uno {
    width: 12%;
    margin: 0 0 1.2rem 0;
  }
  .bk-05 .subtitulo-bk05 {
    font-size: 58px;
  }
  .bk-05 .info-card {
    padding: 2rem;
    text-align: left;
  }
  .bk-05 .info-subtitulo {
    font-size: 30px;
  }
  .bk-05 .info-linea {
    width: 26%;
    margin: 0 0 1.2rem 0;
  }
  .bk-05 .info-texto {
    font-size: 20px;
    text-align: left;
  }
}

.bk-06 {
  padding: 4rem 0;
  background-color: white;
}
.bk-06 .text-center {
  text-align: center !important;
}
.bk-06 .titulo-seccion-principal {
  font-size: 32px;
  font-weight: 800;
  color: black;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.bk-06 .texto-principal {
  font-size: 20px;
  width: 100%;
  color: black;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.bk-06 .card-tecnologia {
  background: transparent;
  border: 2px solid #5EB9C9;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bk-06 .card-tecnologia:hover {
  transform: translateY(-5px);
  background-color: rgba(94, 185, 201, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.bk-06 .card-tecnologia .icono-card {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-06 .card-tecnologia .icono-card img {
  width: 100%;
  height: auto;
}
.bk-06 .card-tecnologia .titulo-card {
  font-size: 24px;
  font-weight: 600;
  color: black;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.bk-06 .card-tecnologia .texto-card {
  font-size: 17px;
  line-height: 1.6;
  color: black;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .bk-06 {
    padding: 6rem 0;
  }
  .bk-06 .text-center {
    text-align: left !important;
  }
  .bk-06 .titulo-seccion-principal {
    font-size: 46px;
    margin-bottom: 2rem;
  }
  .bk-06 .texto-principal {
    font-size: 44px;
    width: 80%;
  }
  .bk-06 .card-tecnologia {
    padding: 1rem;
    text-align: left;
    align-items: flex-start;
  }
  .bk-06 .card-tecnologia .icono-card {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-bottom: 0;
  }
  .bk-06 .card-tecnologia .titulo-card {
    font-size: 32px;
    color: black;
  }
  .bk-06 .card-tecnologia .texto-card {
    font-size: 20px;
    color: black;
  }
}

.bk-07 {
  padding: 4rem 0;
  background-color: #0d324d;
}
.bk-07 .seccion-encabezado {
  margin-bottom: 4rem;
  text-align: center;
}
.bk-07 .seccion-encabezado .linea-superior {
  width: 60px;
  height: 4px;
  background-color: #5EB9C9;
  margin: 0 auto 1.5rem auto;
}
.bk-07 .seccion-encabezado .titulo-seccion {
  font-size: 32px;
  font-weight: 800;
  color: white;
  margin: 0;
  text-transform: uppercase;
}
.bk-07 .timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.bk-07 .timeline .linea-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 2px;
  background-color: #5EB9C9;
  z-index: 1;
}
.bk-07 .timeline .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.bk-07 .timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.bk-07 .timeline .timeline-item.izquierda {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.bk-07 .timeline .timeline-item.derecha {
  flex-direction: row;
  justify-content: flex-start;
}
.bk-07 .timeline .timeline-item .timeline-espaciador {
  display: none;
}
.bk-07 .timeline .timeline-item .timeline-circulo {
  width: 60px;
  height: 60px;
  background-color: rgb(48.4744186047, 130.1627906977, 144.5255813953);
  border: 2px solid #5EB9C9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: 800;
  z-index: 3;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(94, 185, 201, 0.3);
  margin: 0 1.5rem 0 0;
}
.bk-07 .timeline .timeline-item.izquierda .timeline-circulo {
  margin: 0 1.5rem 0 0;
}
.bk-07 .timeline .timeline-item .timeline-contenido {
  width: calc(100% - 85px);
  background-color: transparent;
  padding: 1.5rem;
  border: 2px solid #5EB9C9;
  border-radius: 15px;
  text-align: left !important;
}
.bk-07 .timeline .timeline-item .timeline-contenido p:first-child {
  color: #5EB9C9;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.bk-07 .timeline .timeline-item .timeline-contenido .timeline-titulo {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}
.bk-07 .timeline .timeline-item .timeline-contenido .timeline-texto {
  font-size: 17px;
  color: white;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 992px) {
  .bk-07 {
    padding: 6rem 0;
  }
  .bk-07 .seccion-encabezado {
    text-align: left;
    margin-bottom: 6rem;
  }
  .bk-07 .seccion-encabezado .linea-superior {
    width: 70px;
    margin: 0 0 1.5rem 0;
  }
  .bk-07 .seccion-encabezado .titulo-seccion {
    font-size: 46px;
  }
  .bk-07 .timeline {
    max-width: 1100px;
  }
  .bk-07 .timeline .linea-vertical {
    left: 50%;
    transform: translateX(-50%);
  }
  .bk-07 .timeline .timeline-item {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    margin-bottom: 4rem;
  }
  .bk-07 .timeline .timeline-item .timeline-espaciador {
    display: block;
    width: calc(50% - 80px);
  }
  .bk-07 .timeline .timeline-item .timeline-circulo {
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: 0 40px !important;
  }
  .bk-07 .timeline .timeline-item .timeline-contenido {
    width: calc(50% - 80px);
    padding: 1.5rem 3rem;
  }
  .bk-07 .timeline .timeline-item .timeline-contenido p:first-child {
    font-size: 26px;
  }
  .bk-07 .timeline .timeline-item .timeline-contenido .timeline-titulo {
    font-size: 28px;
  }
  .bk-07 .timeline .timeline-item .timeline-contenido .timeline-texto {
    font-size: 20px;
  }
  .bk-07 .timeline .timeline-item.izquierda .timeline-contenido {
    text-align: left;
  }
  .bk-07 .timeline .timeline-item.derecha .timeline-contenido {
    text-align: right;
  }
}

.bk-08 {
  position: relative;
  padding: 5rem 0;
  background-image: url("../images/seccion8/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.bk-08 .container {
  position: relative;
  z-index: 2;
}
.bk-08 .seccion-encabezado {
  margin-bottom: 3rem;
  text-align: center;
}
.bk-08 .seccion-encabezado .linea-superior {
  width: 60px;
  height: 4px;
  background-color: #5EB9C9;
  margin: 0 auto 1.5rem auto;
}
.bk-08 .seccion-encabezado .titulo-seccion {
  font-size: 32px;
  font-weight: 800;
  color: black;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.bk-08 .seccion-encabezado .texto-seccion {
  font-size: 20px;
  color: black;
  font-weight: 300;
}
.bk-08 .contacto-titulo {
  font-size: 26px;
  font-weight: 700;
  color: black;
  margin-bottom: 1.5rem;
}
.bk-08 .formulario-contenedor .wpcf7-form-control {
  width: 100%;
  background: transparent;
  border: 3px solid #5EB9C9;
  border-radius: 8px;
  padding: 12px;
  color: black;
  font-size: 18px;
  margin-bottom: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.bk-08 .formulario-contenedor .wpcf7-form-control::placeholder {
  color: black;
  font-size: 18px;
  font-weight: 500;
}
.bk-08 .formulario-contenedor .wpcf7-submit {
  width: auto !important;
  display: block;
  margin: 1.5rem auto 0;
  background-color: #5EB9C9;
  color: #0d324d;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.bk-08 .info-contacto-derecha {
  margin-top: 2rem;
  text-align: center;
}
.bk-08 .info-contacto-derecha .contacto-texto {
  font-size: 18px;
  color: black;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.bk-08 .info-contacto-derecha .btn-contacto {
  background-color: #5EB9C9;
  color: black;
  padding: 0.8rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
.bk-08 .info-contacto-derecha .btn-contacto:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: rgb(74.9046511628, 176.6976744186, 194.5953488372);
}
.bk-08 .info-contacto-derecha .correo-contacto {
  justify-content: center;
}
.bk-08 .info-contacto-derecha .correo-contacto p {
  font-size: 20px;
  color: black;
  margin: 0;
}
@media (min-width: 992px) {
  .bk-08 {
    padding: 8rem 0;
    min-height: 500px;
  }
  .bk-08 .seccion-encabezado {
    margin-bottom: 4rem;
  }
  .bk-08 .seccion-encabezado .titulo-seccion {
    font-size: 46px;
  }
  .bk-08 .seccion-encabezado .texto-seccion {
    font-size: 30px;
  }
  .bk-08 .info-contacto-derecha {
    margin-top: 0;
    text-align: center;
  }
  .bk-08 .info-contacto-derecha .contacto-texto {
    font-size: 28px;
    margin-bottom: 3rem;
  }
  .bk-08 .info-contacto-derecha .btn-contacto {
    font-size: 22px;
    padding: 1rem 3rem;
  }
  .bk-08 .info-contacto-derecha .correo-contacto p {
    font-size: 28px;
  }
}

.bk-09 {
  padding: 4rem 0;
  background-color: #090b2d;
  color: white;
}
.bk-09 .contenido-centralizo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.bk-09 .contenido-centralizo .titulo-principal {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.bk-09 .contenido-centralizo .texto-principal {
  font-size: 18px;
  font-weight: 100;
  color: #e0e0e0;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.bk-09 .contenido-centralizo .subtitulo-secundario {
  font-size: 26px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}
.bk-09 .contenido-centralizo .texto-chico {
  font-size: 18px;
  font-weight: 400;
  color: #cccccc;
  margin-bottom: 0.5rem;
}
.bk-09 .contenido-centralizo .texto-correo {
  font-size: 20px;
  font-weight: 400;
  color: #5EB9C9;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .bk-09 {
    padding: 6rem 0;
  }
  .bk-09 .contenido-centralizo {
    max-width: 800px;
    padding: 0;
  }
  .bk-09 .contenido-centralizo .titulo-principal {
    font-size: 44px;
  }
  .bk-09 .contenido-centralizo .texto-principal {
    font-size: 22px;
  }
  .bk-09 .contenido-centralizo .subtitulo-secundario {
    font-size: 32px;
  }
  .bk-09 .contenido-centralizo .texto-chico {
    font-size: 26px;
  }
  .bk-09 .contenido-centralizo .texto-correo {
    font-size: 26px;
  }
}

.pagina-legal {
  padding: 2rem;
  min-height: 80vh;
  background-color: #090b2d;
  color: white;
}
.pagina-legal .contenedor-legal {
  max-width: 1000px;
  margin: 0 auto;
}
.pagina-legal .contenedor-legal .titulo-legal {
  font-size: 38px;
  font-weight: 800;
  color: white;
  margin-bottom: 3rem;
  text-transform: uppercase;
  text-align: center;
}
.pagina-legal .contenedor-legal .texto-legal {
  font-size: 20px;
  line-height: 1.8;
  color: #e0e0e0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .pagina-legal .titulo-legal {
    font-size: 46px;
    text-align: center;
  }
  .pagina-legal .contenedor-legal {
    margin: 0 auto;
  }
}

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