@charset "UTF-8";
@font-face {
  font-family: "Poppins-Regular";
  src: url(".../src/fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(".../src/fonts/Poppins-Bold.ttf");
}
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.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: "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: 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: black;
  z-index: 1;
}
.navbar .img-logo {
  max-width: 225px !important;
}
@media (max-width: 767.98px) {
  .navbar .borde-responsive {
    border: none !important;
  }
}
.navbar .btn-head {
  background-color: #2910ff;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}
.navbar .btn-head:hover, .navbar .btn-head:focus {
  background-color: #9966ff;
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.navbar .btn-login {
  background-color: #2910ff;
  color: white;
  padding: 0.2rem 1.2rem;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}
.navbar .btn-login:hover, .navbar .btn-login:focus {
  background-color: #9966ff;
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.navbar .tam-icon {
  min-width: 200px;
}
.navbar .navbar-toggler {
  border: none !important;
  background-image: linear-gradient(to right, #cd6afb, #2910ff) !important;
  outline: none !important;
  box-shadow: none !important;
  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: transparent !important;
  padding-top: 1.2rem;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .nav-link {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-transform: none;
}
.navbar .nav-link:hover {
  color: #5c0ee3;
}
.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 {
    padding-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: 40px 20px;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.footer-about {
  order: 1;
}

.footer-links {
  order: 2;
}

.footer-contact {
  order: 3;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.footer-column h4 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column li {
  margin-bottom: 10px;
}
.footer-column a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-column a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-about .footer-logo {
  margin-bottom: 20px;
  justify-content: center;
}
.footer-about p {
  line-height: 1.6;
  color: #ccc;
}

.footer-contact {
  list-style: none;
  padding: 0;
}
.footer-contact li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact li i {
  margin-right: 10px;
}
.footer-contact li a {
  color: #ccc;
  text-decoration: none;
}

/* Estilos para enlaces legales */
.legal-links {
  margin-top: 15px;
  text-align: center;
}
.legal-links small {
  color: #666;
  font-size: 0.85rem;
}
.legal-links .legal-link {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.legal-links:hover {
  color: #2980b9;
  text-decoration: underline;
}

@media (min-width: 993px) {
  .site-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    gap: 0px;
    align-items: flex-start;
    text-align: left;
  }
  .footer-about,
  .footer-links,
  .footer-contact {
    order: 0;
    text-align: left;
  }
  .footer-about {
    margin-bottom: 20px;
  }
  .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
    margin-left: 40px;
  }
  .footer-contact li {
    justify-content: flex-start;
  }
}
.bk-01 {
  background-color: black;
}
.bk-01 .fondo-01 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -16px;
  margin-bottom: -15px;
  background: url("../images/seccion1/banner1.jpg") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-01 .contenido-banner {
  text-align: left;
  max-width: 64%;
  margin-top: 84px;
}
.bk-01 .contenido-banner p {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -66px;
}
@media (min-width: 768px) {
  .bk-01 .fondo-01 {
    aspect-ratio: 16/9;
    margin-top: -84px;
    margin-bottom: -82px;
    padding-left: 10%;
  }
  .bk-01 .contenido-banner {
    margin-top: 152px;
  }
  .bk-01 .contenido-banner p {
    font-size: 3.5rem;
    margin-top: -72px;
  }
  .bk-01 .boton-banner {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

.bk-02 {
  position: relative;
  padding: 1rem 0;
  background-color: black;
  overflow: visible;
  font-family: "Work Sans", sans-serif;
  color: black;
}
.bk-02 .btn {
  background-color: #2910ff;
  color: white;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.bk-02 .btn:hover, .bk-02 .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.bk-02 .titulo-seccion {
  font-weight: 100;
  font-size: 38px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bk-02 .texto-degradado {
  background-image: linear-gradient(to right, #cd6afb, #2910ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bk-02 .subtitulo-seccion {
  font-weight: 100;
  font-size: 16px;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .bk-02 {
    padding: 5rem 0;
  }
  .bk-02 .titulo-seccion,
  .bk-02 .subtitulo-seccion,
  .bk-02 .btn-container {
    text-align: center;
  }
  .bk-02 .btn-container {
    margin-bottom: 5rem;
  }
  .bk-02 .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: "Work Sans", sans-serif;
  }
  .bk-02 .btn:hover, .bk-02 .btn:focus {
    box-shadow: 0 2px 12px rgb(255, 255, 255);
    text-decoration: none;
    color: white;
  }
  .bk-02 .titulo-seccion {
    font-weight: 100;
    font-size: 50px;
    color: white;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-02 .subtitulo-seccion {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bk-03 {
  background-color: black;
}
.bk-03 .texto-degradado {
  background-image: linear-gradient(to right, #cd6afb, #2910ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 34px;
  text-align: center;
}
.bk-03 .subtitulo {
  font-size: 22px;
  color: white;
}
@media (min-width: 768px) {
  .bk-03 {
    background-position: center top 0px;
    padding: 2rem 0;
  }
  .bk-03 .texto-degradado {
    font-size: 38px;
  }
  .bk-03 .subtitulo {
    font-size: 28px;
    color: white;
  }
}

.bk-04 {
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 50%, #9966ff 100%);
}
.bk-04 .subtitulo {
  font-size: 36px;
  color: white;
}
@media (min-width: 768px) {
  .bk-04 {
    background-position: center top 0px;
    padding: 1rem;
  }
}

.bk-05 {
  background-color: black;
  padding-top: 2rem;
}
.bk-05 .btn {
  background-color: #2910ff;
  color: white;
  padding: 0.2rem 0.3rem;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.bk-05 .btn:hover, .bk-05 .btn:focus {
  box-shadow: 0 2px 12px rgb(67, 23, 151);
  text-decoration: none;
  color: white;
}
.bk-05 .fondo-seccion-rec {
  background-color: white;
  border-radius: 12px;
}
.bk-05 .icono-tam {
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.bk-05 .contenedor-rectangulos .row {
  flex-wrap: wrap;
  gap: 2rem;
}
.bk-05 .contenedor-rectangulos .rectangulo {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 2rem;
  max-height: 592px;
  min-height: 592px;
  max-width: 306px;
  min-width: 306px;
  display: flex;
  flex-direction: column;
}
.bk-05 .contenedor-rectangulos .rectangulo p:has(> .btn) {
  margin-top: auto;
}
.bk-05 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 700;
  font-size: 22px;
  color: black;
}
.bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 100;
  font-size: 24px;
  color: #7cb7eb;
}
.bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-dos {
  font-weight: 100;
  font-size: 14px;
  color: black;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-tres {
  font-weight: 600;
  font-size: 15px;
  color: black;
  margin-bottom: 0;
  text-align: left;
  margin-left: 40px;
  width: 66%;
}
@media (min-width: 768px) {
  .bk-05 .titulo-seccion,
  .bk-05 .subtitulo-seccion,
  .bk-05 .btn-container {
    text-align: center;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 22px;
    margin-bottom: 0rem;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
    font-weight: 100;
    font-size: 24px;
    color: #7cb7eb;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-dos {
    font-weight: 100;
    font-size: 14px;
    color: black;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-05 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo-tres {
    font-weight: 600;
    font-size: 15px;
    color: black;
    margin-bottom: 0;
    text-align: left;
    margin-left: 40px;
    width: 66%;
  }
}

.bk-06 {
  background-color: black;
}
.bk-06 .fondo-06 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -14px;
  margin-bottom: -15px;
  background: url("../images/seccion4/banner2.jpg") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-06 .contenido-banner {
  text-align: left;
  margin-top: 32px;
}
.bk-06 .contenido-banner p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -63px;
}
.bk-06 .btn {
  background-color: #2910ff;
  color: white;
  margin-top: 59px;
  padding: 0.1rem 1rem;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.bk-06 .btn:hover, .bk-06 .btn:focus {
  box-shadow: 0 2px 12px rgb(67, 23, 151);
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .bk-06 .fondo-06 {
    aspect-ratio: 16/9;
    margin-top: -82px;
    margin-bottom: -82px;
    padding-left: 10%;
  }
  .bk-06 .btn {
    background-color: #2910ff;
    color: white;
    padding: 0.2rem 1.3rem;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    margin-top: 64px;
  }
  .bk-06 .btn:hover, .bk-06 .btn:focus {
    box-shadow: 0 2px 12px rgb(255, 255, 255);
    text-decoration: none;
    color: white;
  }
  .bk-06 .contenido-banner {
    text-align: left;
    margin-top: 74px;
  }
  .bk-06 .contenido-banner p {
    font-size: 3.5rem;
    margin-top: -68px;
  }
  .bk-06 .boton-banner {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

.bk-07 {
  background-color: black;
}
.bk-07 .fondo-07 {
  width: 100%;
  aspect-ratio: 6/3;
  margin-bottom: -56px;
  margin-top: -34px;
  background-image: url("../images/seccion5/banner3.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bk-07 .contenido-banner {
  margin-top: 54px;
  color: white;
}
.bk-07 .contenido-banner h1 {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.bk-07 .contenido-banner p {
  font-size: 13px;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bk-07 .btn {
  background-color: #2910ff;
  color: white;
  margin-top: -80px;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.bk-07 .btn:hover, .bk-07 .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.bk-07 .boton-container {
  text-align: right;
}
@media (min-width: 768px) {
  .bk-07 .fondo-07 {
    aspect-ratio: 16/9;
    margin-top: -239px;
    margin-bottom: -158px;
  }
  .bk-07 .contenido-banner {
    padding: 60px;
    color: white;
  }
  .bk-07 .contenido-banner h1 {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: left;
  }
  .bk-07 .contenido-banner p {
    font-size: 32px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .bk-07 .btn {
    background-color: #2910ff;
    color: white;
    margin-top: 26px;
    padding: 0.4rem 0.5rem;
    border-radius: 20px;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    font-family: "Work Sans", sans-serif;
  }
  .bk-07 .btn:hover, .bk-07 .btn:focus {
    box-shadow: 0 2px 12px rgb(255, 255, 255);
    text-decoration: none;
    color: white;
  }
}

.bk-08 {
  background-color: black;
}
.bk-08 .fondo-08 {
  width: 100%;
  aspect-ratio: 2/1;
  background: url("../images/seccion8/explosion.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-08 .contenido-banner {
  text-align: left;
  max-width: 64%;
  color: white;
}
.bk-08 h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}
.bk-08 .sub-text {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bk-08 .fondo-08 {
    aspect-ratio: 16/9;
    margin-top: -84px;
    margin-bottom: -82px;
  }
  .bk-08 .contenido-banner {
    max-width: 50%;
    padding-left: 5%;
  }
  .bk-08 h1 {
    font-size: 64px;
  }
  .bk-08 .sub-text {
    font-size: 26px;
  }
}

.bk-09 {
  background-color: white;
}
.bk-09 .titulo {
  font-size: 30px;
  color: black;
}
.bk-09 .subtitulo {
  font-size: 22px;
  color: black;
}
@media (min-width: 768px) {
  .bk-09 {
    background-position: center top 0px;
    padding: 1rem;
  }
  .bk-09 .titulo {
    font-size: 36px;
  }
  .bk-09 .subtitulo {
    font-size: 26px;
  }
}

.bk-10 {
  background-color: white;
  font-family: sans-serif;
}
.bk-10 .icono-tam {
  max-width: 64px;
  margin-right: 16px;
}
.bk-10 .separador-blanco {
  border: none;
  border-top: 3px solid white;
  opacity: 1;
  margin: 2rem 0;
}
.bk-10 .icono-numero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: #cd6afb;
  color: #4b0082;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 50%;
}
.bk-10 .btn {
  background-color: #431797;
  color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}
.bk-10 .btn:hover, .bk-10 .btn:focus {
  background-color: #9966ff;
  box-shadow: 0 2px 12px rgb(128, 126, 126);
  text-decoration: none;
  color: white;
}
.bk-10 .titulo-sec {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: black;
}
.bk-10 .titulo-mor {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #431797;
}
.bk-10 .col-lg-6 p > strong {
  font-size: 1.2rem;
  color: #333;
  display: block;
  margin-bottom: 0.75rem;
}
.bk-10 .texto {
  font-size: 24px;
  max-width: 80%;
  color: #333;
  display: block;
  margin-bottom: 0.75rem;
}
.bk-10 .texto-dos {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 0.75rem;
}
.bk-10 .contenido-derecha {
  background: linear-gradient(to right, #a432dd, #431797);
  color: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.bk-10 .h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  color: white;
}
.bk-10 .col-lg-6 p {
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .bk-10 .icono-tam {
    max-width: 64px;
    margin-right: 16px;
  }
  .bk-10 .btn {
    background-color: #431797;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
  }
  .bk-10 .btn:hover, .bk-10 .btn:focus {
    background-color: #9966ff;
    box-shadow: 0 2px 12px rgb(128, 126, 126);
    text-decoration: none;
    color: white;
  }
  .bk-10 .titulo-sec {
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: black;
  }
  .bk-10 .titulo-mor {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #431797;
  }
  .bk-10 .col-lg-6 p > strong {
    font-size: 1.2rem;
    color: #333;
    display: block;
    margin-bottom: 0.75rem;
  }
  .bk-10 .texto {
    font-size: 24px;
    max-width: 80%;
    color: #333;
    display: block;
    margin-bottom: 0.75rem;
  }
  .bk-10 .texto-dos {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 0.75rem;
  }
  .bk-10 .contenido-derecha {
    background: linear-gradient(to right, #ae39e9, #431797);
    color: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  .bk-10 .h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    color: white;
  }
  .bk-10 .col-lg-6 p {
    margin-bottom: 0.6rem;
  }
}

.bk-11 {
  position: relative;
  padding: 1rem 0;
  background-color: black;
  overflow: visible;
  font-family: "Work Sans", sans-serif;
  color: black;
}
.bk-11 .titulo-seccion {
  font-weight: 100;
  font-size: 44px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bk-11 .texto-degradado {
  background-image: linear-gradient(to right, #cd6afb, #2910ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bk-11 .subtitulo-seccion {
  font-weight: 100;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .bk-11 {
    padding: 5rem 0;
  }
  .bk-11 .titulo-seccion,
  .bk-11 .subtitulo-seccion,
  .bk-11 .btn-container {
    text-align: center;
  }
  .bk-11 .btn-container {
    margin-bottom: 5rem;
  }
  .bk-11 .titulo-seccion {
    font-weight: 100;
    font-size: 50px;
    color: white;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-11 .subtitulo-seccion {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bk-12 {
  background-color: white;
  font-family: sans-serif;
}
.bk-12 .icono-tam {
  max-width: 64px;
  margin-right: 16px;
}
.bk-12 .separador-blanco {
  border: none;
  border-top: 3px solid white;
  opacity: 1;
  margin: 2rem 0;
}
.bk-12 .icono-numero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: #cd6afb;
  color: #4b0082;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 50%;
}
.bk-12 .btn {
  background-color: #431797;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
}
.bk-12 .btn:hover, .bk-12 .btn:focus {
  background-color: #9966ff;
  box-shadow: 0 2px 12px rgb(128, 126, 126);
  text-decoration: none;
  color: white;
}
.bk-12 .titulo-sec {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: black;
}
.bk-12 .titulo-mor {
  text-align: center;
  font-size: 26px;
  margin-top: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #431797;
}
.bk-12 .col-lg-6 p > strong {
  font-size: 1.2rem;
  color: #333;
  display: block;
  margin-bottom: 0.75rem;
}
.bk-12 .texto {
  font-size: 24px;
  max-width: 80%;
  color: #333;
  display: block;
  margin-bottom: 0.75rem;
}
.bk-12 .texto-dos {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 0.75rem;
}
.bk-12 .contenido-derecha {
  background: linear-gradient(to right, #a432dd, #431797);
  color: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.bk-12 .h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  color: white;
}
.bk-12 .col-lg-6 p {
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .bk-12 .icono-tam {
    max-width: 64px;
    margin-right: 16px;
  }
  .bk-12 .btn {
    background-color: #431797;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
  }
  .bk-12 .btn:hover, .bk-12 .btn:focus {
    background-color: #9966ff;
    box-shadow: 0 2px 12px rgb(128, 126, 126);
    text-decoration: none;
    color: white;
  }
  .bk-12 .titulo-sec {
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: black;
  }
  .bk-12 .titulo-mor {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #431797;
  }
  .bk-12 .col-lg-6 p > strong {
    font-size: 1.2rem;
    color: #333;
    display: block;
    margin-bottom: 0.75rem;
  }
  .bk-12 .texto {
    font-size: 24px;
    max-width: 80%;
    color: #333;
    display: block;
    margin-bottom: 0.75rem;
  }
  .bk-12 .texto-dos {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 0.75rem;
  }
  .bk-12 .contenido-derecha {
    background: linear-gradient(to right, #ae39e9, #431797);
    color: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  .bk-12 .h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    color: white;
  }
  .bk-12 .col-lg-6 p {
    margin-bottom: 0.6rem;
  }
}

.bk-13 {
  background-color: black;
}
.bk-13 .fondo-06 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -14px;
  margin-bottom: -15px;
  background: url("../images/seccion12/codigo.jpg") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-13 .contenido-banner {
  text-align: left;
  margin-top: 74px;
}
.bk-13 .contenido-banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: -66px;
}
.bk-13 .btn {
  background-color: #2910ff;
  color: white;
  padding: 0.1rem 1rem;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.bk-13 .btn:hover, .bk-13 .btn:focus {
  box-shadow: 0 2px 12px rgb(67, 23, 151);
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .bk-13 .fondo-06 {
    aspect-ratio: 16/9;
    margin-top: -92px;
    margin-bottom: -92px;
    padding-left: 10%;
  }
  .bk-13 .btn {
    background-color: #2910ff;
    color: white;
    padding: 0.2rem 1.3rem;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    margin-top: 64px;
  }
  .bk-13 .btn:hover, .bk-13 .btn:focus {
    box-shadow: 0 2px 12px rgb(67, 23, 151);
    text-decoration: none;
    color: white;
  }
  .bk-13 .contenido-banner p {
    font-size: 3.5rem;
    margin-top: -68px;
  }
  .bk-13 .boton-banner {
    padding: 12px 28px;
    font-size: 1rem;
  }
}

.bk-14 {
  background-color: black;
}
.bk-14 .fondo-14 {
  width: 100%;
  aspect-ratio: 2/1;
  background: url("../images/seccion14/reunion.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-14 .contenido-banner {
  text-align: left;
  max-width: 64%;
  color: white;
}
.bk-14 h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}
.bk-14 .sub-text {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bk-14 .contenido-banner {
    max-width: 50%;
    padding-left: 5%;
  }
  .bk-14 h1 {
    font-size: 64px;
    margin-top: -210px;
  }
  .bk-14 .sub-text {
    font-size: 26px;
  }
}

.bk-15 {
  position: relative;
  padding: 1rem 0;
  background-color: black;
  overflow: visible;
  font-family: "Work Sans", sans-serif;
  color: black;
}
.bk-15 .btn {
  background-color: #2910ff;
  color: white;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.bk-15 .btn:hover, .bk-15 .btn:focus {
  box-shadow: 0 2px 12px rgb(255, 255, 255);
  text-decoration: none;
  color: white;
}
.bk-15 .titulo-seccion {
  font-weight: 100;
  font-size: 38px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bk-15 .texto-degradado {
  background-image: linear-gradient(to right, #cd6afb, #2910ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 100;
  font-size: 38px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bk-15 .subtitulo-seccion {
  font-weight: 100;
  font-size: 16px;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .bk-15 {
    padding: 2rem 0;
  }
  .bk-15 .titulo-seccion,
  .bk-15 .subtitulo-seccion,
  .bk-15 .btn-container {
    text-align: center;
  }
  .bk-15 .btn-container {
    margin-bottom: 5rem;
  }
  .bk-15 .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: "Work Sans", sans-serif;
  }
  .bk-15 .btn:hover, .bk-15 .btn:focus {
    box-shadow: 0 2px 12px rgb(255, 255, 255);
    text-decoration: none;
    color: white;
  }
  .bk-15 .texto-degradado {
    background-image: linear-gradient(to right, #cd6afb, #2910ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 100;
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .bk-15 .subtitulo-seccion {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bk-16 {
  font-family: "Work Sans", sans-serif;
}
.bk-16 h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: black;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.bk-16 h3 {
  color: black;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.bk-16 ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: black;
}
.bk-16 ul i.fa-circle-check {
  color: #431797;
  margin-right: 0.75rem;
}
.bk-16 .icono-texto {
  border: 1px solid #ddd;
  border-radius: 0.375rem;
  padding: 1rem;
  height: 100%;
  background-color: white;
}
.bk-16 .icono-texto i {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}
.bk-16 .icono-texto p {
  font-size: 20px;
  margin: 0;
  color: #555;
}
.bk-16 img {
  max-width: 70px;
}
.bk-16 .icon-tam {
  max-width: 38px;
}
.bk-16 .btn {
  background-color: #431797;
  color: white;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 100;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  border: none;
  border-radius: 50px;
}
.bk-16 .btn img {
  max-width: 18px;
}
.bk-16 .btn:hover, .bk-16 .btn:focus {
  background-color: #321172;
  color: white;
  box-shadow: 0 4px 12px rgba(67, 23, 151, 0.3);
}
@media (min-width: 768px) {
  .bk-16 img {
    max-width: 80px;
  }
  .bk-16 h2 {
    font-size: 40px;
    font-weight: 800;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bk-16 h3 {
    font-size: 24px;
  }
  .bk-16 ul li {
    font-size: 20px;
  }
  .bk-16 .btn {
    font-size: 26px;
    border-radius: 10px;
    padding: 0.4rem 1.5rem;
  }
  .bk-16 .btn img {
    max-width: 20px;
  }
}

.bk-17 {
  background-color: black;
}
.bk-17 .fondo-17 {
  width: 100%;
  aspect-ratio: 2/1;
  background: url("../images/seccion17/fondo.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.bk-17 .contenido-banner {
  text-align: left;
  max-width: 64%;
  color: white;
}
.bk-17 h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}
.bk-17 .sub-text {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bk-17 .contenido-banner {
    max-width: 50%;
    padding-left: 5%;
  }
  .bk-17 h1 {
    font-size: 64px;
    margin-top: -210px;
  }
  .bk-17 .sub-text {
    font-size: 26px;
  }
}

.bk-18 {
  background-color: white;
}
.bk-18 h3 {
  font-size: 40px;
}
.bk-18 h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
}
.bk-18 .icono-numero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: #c66eef;
  color: #4b0082;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 50%;
}
.bk-18 .gradient-container {
  background: linear-gradient(135deg, #4a18a5 0%, #a035d2 100%);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.bk-18 .gradient-container h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.bk-18 .gradient-container p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-bottom: 0;
}
.bk-18 .gradient-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(67, 23, 151, 0.25);
}
.bk-18 .gradient-container-derecha {
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 100%);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.bk-18 .gradient-container-derecha h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.bk-18 .gradient-container-derecha p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  margin-bottom: 0;
}
.bk-18 .gradient-container-derecha:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(67, 23, 151, 0.25);
}
@media (min-width: 992px) {
  .bk-18 h3 {
    font-size: 48px;
    font-weight: 800;
  }
  .bk-18 h2 {
    font-size: 36px;
    font-weight: 800;
  }
  .bk-18 .gradient-container h4 {
    font-size: 24px;
  }
  .bk-18 .gradient-container p {
    font-size: 1rem;
  }
}

.bk-19 {
  padding: 3rem;
  background-color: black;
}
.bk-19 .btn {
  background-color: #431797;
  color: white;
  padding: 0.5rem 2rem;
  font-size: 22px;
  font-weight: 100;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  border: none;
}
.bk-19 .btn:hover, .bk-19 .btn:focus {
  background-color: #321172;
  color: white;
  box-shadow: 0 4px 12px rgb(238, 238, 240);
}

.bk-20 {
  /* --- Contenedor Principal y Progreso --- */
  /* --- Estilos de los Pasos del Formulario --- */
  /* --- Arreglo para el Slider de Rango --- */
  /* --- Grid de Funcionalidades --- */
  /* --- Botones de Navegación --- */
  /* --- Tarjetas de Resultados --- */
}
.bk-20 .cotizador-container-avanzado {
  max-width: 750px;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  font-family: sans-serif;
  color: #333;
  overflow: hidden;
}
.bk-20 .progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.bk-20 .progress-step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 3px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.bk-20 .progress-step.active {
  background-color: #6f42c1;
  border-color: #6f42c1;
  color: white;
}
.bk-20 .progress-line {
  flex-grow: 1;
  height: 3px;
  background-color: #e9ecef;
}
.bk-20 .form-step {
  display: none;
}
.bk-20 .form-step.active {
  display: block;
}
.bk-20 .step-title {
  color: #1e2a53;
  margin-bottom: 20px;
}
.bk-20 .step-subtitle {
  margin-top: -15px;
  margin-bottom: 25px;
  color: #6c757d;
}
.bk-20 .form-group {
  margin-bottom: 25px;
}
.bk-20 .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.bk-20 input[type=text], .bk-20 input[type=email], .bk-20 select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
}
.bk-20 .form-group input[type=range] {
  position: relative;
  z-index: 2;
  padding: 0;
}
.bk-20 .range-labels {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6c757d;
}
.bk-20 .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.bk-20 .features-grid fieldset {
  border: 1px solid #e0e0e0;
  padding: 15px 15px 5px 15px;
  border-radius: 8px;
}
.bk-20 .features-grid legend {
  font-weight: bold;
  padding: 0 10px;
  color: #6f42c1;
}
.bk-20 .features-grid label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.bk-20 .features-grid input[type=checkbox] {
  margin-right: 10px;
}
.bk-20 .navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.bk-20 .btn-next, .bk-20 .btn-prev, .bk-20 #generar-estimacion-btn, .bk-20 .cta-final {
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.bk-20 .btn-prev {
  background-color: #e9ecef;
  color: #333;
}
.bk-20 .btn-next, .bk-20 #generar-estimacion-btn {
  background-color: #6f42c1;
  color: white;
}
.bk-20 .btn-next:hover, .bk-20 #generar-estimacion-btn:hover {
  background-color: #5a379b;
}
.bk-20 .resultados-wrapper {
  text-align: center;
}
.bk-20 .resultados-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  background-color: #f3f0f9;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.bk-20 .resultado-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.bk-20 .resultado-icon {
  font-size: 24px;
}
.bk-20 .resultado-valor {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #1e2a53;
  margin: 5px 0;
}
.bk-20 .resultado-label {
  font-size: 14px;
  color: #6c757d;
}
.bk-20 .cta-final {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 12px 30px;
  margin-top: 15px;
  border-radius: 8px;
}
.bk-20 .cta-final:hover {
  background-color: #218838;
}

.bk-21 .icono-tam {
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.bk-21 .modulos-section {
  background-color: black;
  padding: 60px 20px;
  font-family: sans-serif;
  /* Vista detallada */
  /* Menú lateral izquierdo */
  /* Contenido derecho */
  /* Media queries para responsividad */
}
.bk-21 .modulos-section .modulos-container {
  max-width: 1200px;
  margin: 0 auto;
}
.bk-21 .modulos-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.bk-21 .modulos-section .section-header h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: white;
}
.bk-21 .modulos-section .section-header p {
  font-size: 24px;
  color: white;
}
.bk-21 .modulos-section #modulos-grid-inicial {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.bk-21 .modulos-section #modulos-grid-inicial .modulo-grid-item {
  background: linear-gradient(135deg, #cd6afb 0%, #2910ff 100%);
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #334155;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.bk-21 .modulos-section #modulos-grid-inicial .modulo-grid-item h3 {
  font-size: 1.5rem;
  margin: 0;
  color: white;
}
.bk-21 .modulos-section #modulos-grid-inicial .modulo-grid-item:hover {
  transform: translateY(-5px);
  background-color: #334155;
}
.bk-21 .modulos-section #modulos-vista-detallada {
  display: flex;
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 100%);
  border-radius: 10px;
  overflow: hidden;
  min-height: 700px; /* Altura mínima */
}
.bk-21 .modulos-section #modulos-menu-lateral {
  background-color: #431797;
  padding: 20px;
  width: 250px;
  border-right: 1px solid #334155;
  display: flex;
  flex-direction: column;
}
.bk-21 .modulos-section #modulos-menu-lateral ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.bk-21 .modulos-section #modulos-menu-lateral ul li {
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  color: white;
}
.bk-21 .modulos-section #modulos-menu-lateral ul li:hover {
  background-color: #9966ff;
}
.bk-21 .modulos-section #modulos-menu-lateral ul li.active {
  background-color: #cd6afb;
  color: white;
  font-weight: bold;
}
.bk-21 .modulos-section #modulos-menu-lateral .btn-volver {
  background: none;
  border: 1px solid #94a3b8;
  color: #94a3b8;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.bk-21 .modulos-section #modulos-menu-lateral .btn-volver:hover {
  background-color: #334155;
  color: #e2e8f0;
}
.bk-21 .modulos-section #modulos-contenido {
  padding: 40px;
  width: 100%;
}
.bk-21 .modulos-section #modulos-contenido .modulo-info {
  display: none; /* Oculto por defecto */
}
.bk-21 .modulos-section #modulos-contenido .modulo-info.active {
  display: block; /* Solo el activo se muestra */
}
.bk-21 .modulos-section #modulos-contenido h3 {
  font-size: 2rem;
  color: white;
}
.bk-21 .modulos-section #modulos-contenido .subtitulo-modulo {
  color: white;
  font-size: 22px;
  margin-top: -12px;
  margin-bottom: 20px;
}
.bk-21 .modulos-section #modulos-contenido .descripcion-modulo {
  color: white;
  font-size: 18px;
}
.bk-21 .modulos-section #modulos-contenido h4 {
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 3px solid #34d399;
  padding-left: 10px;
  color: white;
}
.bk-21 .modulos-section #modulos-contenido ul {
  list-style: none;
  padding-left: 0;
  columns: 2; /* Divide las listas en 2 columnas */
  gap: 20px;
}
.bk-21 .modulos-section #modulos-contenido ul li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  color: white;
}
.bk-21 .modulos-section #modulos-contenido ul li::before {
  content: "✓";
  color: #cd6afb;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.bk-21 .modulos-section #modulos-contenido .benefits-list li::before {
  background-color: rgba(52, 211, 153, 0.2);
  color: #cd6afb;
  content: "•";
  font-size: 1.5rem;
  line-height: 1rem;
  padding: 2px 7px;
  border-radius: 50%;
}
.bk-21 .modulos-section #modulos-contenido .modulo-actions {
  margin-top: 40px;
}
.bk-21 .modulos-section #modulos-contenido .modulo-actions .btn {
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.bk-21 .modulos-section #modulos-contenido .modulo-actions .btn-primary {
  background-color: #2910ff;
  color: white;
}
.bk-21 .modulos-section #modulos-contenido .modulo-actions .btn-secondary {
  background-color: #9966ff;
  border: 1px solid #94a3b8;
  color: #e2e8f0;
}
@media (max-width: 900px) {
  .bk-21 .modulos-section #modulos-vista-detallada {
    flex-direction: column;
  }
  .bk-21 .modulos-section #modulos-menu-lateral {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #334155;
  }
  .bk-21 .modulos-section #modulos-menu-lateral ul {
    display: flex;
    overflow-x: auto; /* Scroll horizontal en móvil */
    padding-bottom: 10px;
  }
  .bk-21 .modulos-section #modulos-menu-lateral ul li {
    flex: 0 0 auto; /* Evita que los ítems se encojan */
  }
}
@media (max-width: 600px) {
  .bk-21 .modulos-section #modulos-contenido ul {
    columns: 1; /* Una sola columna en pantallas pequeñas */
  }
}

.bk-22 {
  background-color: black;
}
.bk-22 .fondo-22 {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: -16px;
  margin-bottom: -15px;
  background: url("../images/seccion22/computadoras.png") no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
@media (min-width: 768px) {
  .bk-22 .fondo-22 {
    aspect-ratio: 16/9;
    margin-top: -84px;
    margin-bottom: -82px;
    padding-left: 10%;
  }
}

.bk-23 {
  background-color: black;
}
.bk-23 .texto-degradado {
  background-image: linear-gradient(to right, #cd6afb, #2910ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 34px;
  text-align: center;
}
.bk-23 .subtitulo {
  font-size: 22px;
  color: white;
  text-align: center;
  margin-bottom: 1px;
}
.bk-23 .btn {
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 100%);
  color: white;
  padding: 0.1rem 2rem;
  border-radius: 16px;
  margin-top: 24px;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
@media (min-width: 768px) {
  .bk-23 {
    background-position: center top 0px;
    padding: 2rem 0;
  }
  .bk-23 .texto-degradado {
    font-size: 38px;
  }
  .bk-23 .subtitulo {
    font-size: 24px;
    color: white;
  }
  .bk-23 .btn {
    padding: 0.1rem 6rem;
    font-size: 28px;
  }
}

.bk-24 {
  background-color: black;
  padding-top: 2rem;
}
.bk-24 .fondo-seccion-rec {
  background-color: white;
  border-radius: 12px;
}
.bk-24 .icono-tam {
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
}
.bk-24 .contenedor-rectangulos .row {
  flex-wrap: wrap;
  gap: 2rem;
}
.bk-24 .contenedor-rectangulos .rectangulo {
  background-color: white;
  padding-top: 2rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 2rem;
  max-width: 306px;
  min-width: 306px;
  display: flex;
  flex-direction: column;
}
.bk-24 .contenedor-rectangulos .rectangulo p:has(> .btn) {
  margin-top: auto;
}
.bk-24 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
  font-weight: 700;
  font-size: 22px;
  color: black;
}
.bk-24 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
  font-weight: 100;
  font-size: 20px;
  color: black;
}
@media (min-width: 768px) {
  .bk-24 .titulo-seccion,
  .bk-24 .subtitulo-seccion,
  .bk-24 .btn-container {
    text-align: center;
  }
  .bk-24 .contenedor-rectangulos .rectangulo .titulo-rectangulo {
    font-size: 22px;
    margin-bottom: 0rem;
  }
  .bk-24 .contenedor-rectangulos .rectangulo .subtitulo-rectangulo {
    font-weight: 100;
    font-size: 20px;
    color: black;
  }
}

.bk-25 {
  background-color: black;
}
.bk-25 .banner-promo {
  background: linear-gradient(90deg, #8e44ad 0%, #341f97 100%);
  border-radius: 12px;
  padding: 48px 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.bk-25 .titulo-seccion {
  color: white;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0 0 12px 0;
}
.bk-25 .subtitulo-seccion {
  color: white;
  opacity: 0.9;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.bk-25 .btn-promo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: white;
  color: #4a235a;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.bk-25 .btn-promo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.bk-25 .btn-promo .icono-btn {
  width: 20px;
  height: 20px;
  stroke: #4a235a;
}
@media (min-width: 768px) {
  .bk-25 .titulo-seccion {
    font-size: 2rem;
  }
  .bk-25 .subtitulo-seccion {
    font-size: 1.125rem;
  }
}

.bk-26 {
  color: black;
  width: 100%;
  aspect-ratio: 4042/1779;
  background-color: black;
  /* Estilo para los mensajes de error de validación */
  /* Spinner para el botón de "Enviando..." */
}
.bk-26 .card-seccion-8 {
  width: 775px;
  max-width: 100%;
  /* Altura para Escritorio */
  min-height: 650px;
  background-image: url("../images/seccion26/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* --- Ajustes para Pantallas más Pequeñas --- */
  /* Para Tablets */
  /* Para Móviles */
}
@media (max-width: 992px) {
  .bk-26 .card-seccion-8 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .bk-26 .card-seccion-8 {
    min-height: 350px;
    width: 100%;
  }
}
.bk-26 .form-control {
  border: 1px solid black;
}
.bk-26 .fc6 {
  border: 1px solid black;
  height: 90 px;
}
.bk-26 .form-08 {
  margin-top: 100px;
}
.bk-26 .buton-form-08 {
  background: linear-gradient(135deg, #a035d2 0%, #4a18a5 100%);
  color: #fff;
  height: 48px;
  width: 160px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.bk-26 .buton-form-08:hover {
  background-color: #132132, 10%;
}
.bk-26 .wpcf7-response-output {
  color: white;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .bk-26 .form-08 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .bk-26 .form-08 {
    margin-top: 30px;
  }
  .bk-26 .buton-form-08 {
    display: block;
    margin: 0 auto;
  }
}
.bk-26 .wpcf7-form-control:focus {
  border-color: #0d6efd; /* Color azul de Bootstrap */
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bk-26 .wpcf7-not-valid-tip {
  color: #dc3545; /* Color rojo de Bootstrap */
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.bk-26 .wpcf7-submit.is-submitting::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

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