@charset "UTF-8";
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Everett";
  src: url("../fonts/Everett-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: "Everett", sans-serif;
  overflow-x: hidden;
}

.btn {
  background-color: #FF0532;
  color: #ffffff;
  padding: 0.4rem 1.5rem;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 400;
  border: 2px solid #FF0532;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  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;
}

.custom-header {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 0;
  position: fixed; /* se queda fijo aunque bajes */
  top: 0;
  width: 100%;
  z-index: 1000; /* pegado arriba */
}
.custom-header .custom-logo img {
  max-height: 50px;
}
.custom-header .custom-link {
  color: #8F20BC;
  font-weight: 500;
  padding: 0.5rem 1rem;
  display: block;
  transition: color 0.3s ease;
  text-decoration: none;
}
.custom-header .custom-link.active {
  color: #8F20BC;
}
.custom-header .custom-link.active::after {
  content: "";
  display: block;
  height: 3px;
  transition: 0.6ms;
  width: 75%;
  background: #8F20BC;
  margin-top: 3px;
  border-radius: 2px;
}
.custom-header .custom-toggler {
  border: none;
}
@media (max-width: 767px) {
  .custom-header .navbar-collapse {
    padding: 1rem;
    background-color: transparent;
  }
  .custom-header .navbar-collapse .custom-link {
    padding: 0.5rem 0;
  }
  .custom-header .navbar-collapse .navbar-toggler-icon {
    background-color: #8F20BC;
  }
}

@media (max-width: 991.98px) {
  .custom-header {
    backdrop-filter: blur(5px);
  }
  .custom-toggler {
    background-color: #9d4edd;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .custom-toggler .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='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}
/* Contenedor verde superior */
/* --- Estilos para el Footer Moderno --- */
.site-footer {
  background-color: #141414;
  color: #f0f0f0;
  padding: 4rem 2rem 2rem 2rem;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-col h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  position: relative;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.horario-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  color: #a0a0a0;
}
.horario-item span:last-child {
  font-weight: 500;
  color: #f0f0f0;
}

.redes-iconos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding-top: 0.5rem;
}

.redes-iconos a {
  color: #f0f0f0;
  font-size: 1.3rem;
  background-color: #2a2a2a;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.redes-iconos a:hover {
  background-color: #fca311;
  color: #141414;
  transform: translateY(-3px);
}

.footer-direccion p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #a0a0a0;
}

.footer-copyright {
  text-align: start;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #2a2a2a;
  font-size: 0.85rem;
  color: #777;
}

@font-face {
  font-family: "Everett";
  src: url("../fonts/Everett-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
.bk-01 {
  display: flex;
  align-items: start;
  justify-content: center;
  min-height: 80vh;
  padding: 120px 1.5rem 2rem 1.5rem;
  box-sizing: border-box;
}
.bk-01 .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 10vh;
  gap: 1.5rem;
}
.bk-01 h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.bk-01 .parent {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.bk-01 .div2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.bk-01 .search-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.bk-01 .search-container .busqueda-personalizada {
  width: 100%;
  padding: 1rem 45px 1rem 1.5rem;
  border: 2px solid white;
  background-color: white;
  color: black;
  border-radius: 50px;
  font-size: 1.1rem;
}
.bk-01 .search-container .busqueda-personalizada::placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}
.bk-01 .search-container .busqueda-personalizada:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fca311;
}
.bk-01 .search-container .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  .bk-01 {
    justify-content: flex-start;
  }
  .bk-01 .hero-content {
    margin-top: 55vh;
    margin-left: 10vh;
    align-items: end;
    text-align: left;
    width: auto;
  }
  .bk-01 h1 {
    font-size: 5rem;
  }
  .bk-01 .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 8px;
  }
  .bk-01 .div1 {
    grid-column: 1/-1;
  }
  .bk-01 .div2 {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    gap: 7rem;
  }
  .bk-01 .search-container {
    width: 600px;
    max-width: none;
  }
}

.header-hero-background {
  background-image: url("../images/seccion1/fondo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 16/9;
}

.bk-02 {
  background-image: url("../images/seccion2/fondo.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.bk-02 .seccion-final {
  background-color: rgba(255, 255, 255, 0.5); /* color de fondo */
  color: #000000; /* color del texto */
  /* centra el texto */
  padding: 8px 20px; /* espacio interno */
  font-size: 18px; /* tamaño del texto */
}
.bk-02 .vector {
  background-image: url("../images/seccion2/vector.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  left: 0px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.bk-02 .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  top: 0px;
  left: 14px;
}
.bk-02 .icon-circle img {
  width: 26px;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.bk-02 .icono-custom {
  margin-right: 6px;
  margin-bottom: 3px;
}
.bk-02 .cards-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0rem 0 2rem;
}
.bk-02 .cards-header .cards-title {
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  max-width: 60%;
  font-size: 1.8rem;
  font-weight: lighter;
  color: rgb(8, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  margin-left: 0;
  text-align: left;
}
@media (max-width: 480px) {
  .bk-02 .cards-header .cards-title {
    max-width: 100%;
    font-size: 21px;
    margin-left: -10vh;
  }
}
.bk-02 .cards-header .search-container {
  position: relative;
  width: 70%;
  max-width: 500px;
  margin-right: 15px;
}
.bk-02 .cards-header .search-container .search-icon {
  color: rgba(133, 131, 131, 0.8);
}
.bk-02 .cards-header .search-container .busqueda-personalizada {
  width: 100%;
  padding: 5px 42px 10px 1.5rem;
  border: 2px solid white;
  background-color: white;
  color: rgb(99, 99, 99);
  border-radius: 50px;
  font-size: 1.1rem;
}
.bk-02 .cards-header .search-container .busqueda-personalizada::placeholder {
  color: rgba(133, 131, 131, 0.8);
  font-weight: 300;
}
.bk-02 .cards-header .search-container .busqueda-personalizada:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fca311;
}
@media (max-width: 480px) {
  .bk-02 .cards-header .search-container .busqueda-personalizada {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bk-02 .cards-header .search-container {
    margin-left: 35px;
    width: 83%;
  }
}
@media (max-width: 480px) {
  .bk-02 .cards-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3rem 0 4rem;
  }
}
.bk-02 .container {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  padding-bottom: 3rem;
  margin: 0 auto;
}
.bk-02 .container .contenedor-de-tarjetas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  grid-auto-rows: minmax(150px, auto);
  padding: 0rem 4rem;
}
.bk-02 .container .contenedor-de-tarjetas .oculto-por-expansion {
  display: none !important;
}
.bk-02 .container .contenedor-de-tarjetas .card-item {
  position: relative;
  height: clamp(150px, 30vw, 280px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: white;
  transition: transform 0.4s ease, box-shadow 0.4s ease, height 0.4s ease, opacity 0.4s ease;
  /* N: --- NUEVO: Clase para hacer desaparecer la tarjeta de abajo --- */
}
.bk-02 .container .contenedor-de-tarjetas .card-item:hover {
  transform: scale(1.03);
}
.bk-02 .container .contenedor-de-tarjetas .card-item.oculto {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.95);
  pointer-events: none;
  max-height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
.bk-02 .container .contenedor-de-tarjetas .card-item.expandido {
  grid-row: span 2;
  height: 447px;
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.bk-02 .container .contenedor-de-tarjetas .card-item.expandido .card-contenido .card-descripcion-oculta {
  max-height: 500px;
  padding: 1rem 1.5rem;
}
.bk-02 .container .contenedor-de-tarjetas .card-item.expandido .card-descripcion-oculta {
  max-height: 500px;
  padding: 1rem 1.5rem;
}
.bk-02 .container .contenedor-de-tarjetas .card-item.expandido .btn-cerrar {
  opacity: 1;
  pointer-events: all;
}
.bk-02 .container .contenedor-de-tarjetas .card-item.expandido .btn-mas-info {
  display: none;
}
.bk-02 .container .contenedor-de-tarjetas .card-item.expandido .btn-redirigir {
  display: inline-block;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-item.expandido .card-contenido {
  inset: 0; /* Atajo para: top: 0; right: 0; bottom: 0; left: 0; */
  height: 100%;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  padding: 2rem;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-imagen {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-titulo {
  position: absolute;
  z-index: 4;
  top: 43px;
  left: 0px;
  color: black;
  background: rgba(255, 255, 255, 0.5);
  font-size: x-large;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  max-width: 76%;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .icono {
  position: absolute;
  z-index: 4;
  top: 43px;
  right: 2rem;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido .card-descripcion-oculta {
  color: #000;
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  font-size: 1rem;
  /* 👇 elimina display:none */
  /* display: none;  */
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido .card-top-buttons {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 8px;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido .btn-mini {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 11px;
  padding: 0px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: center;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido .btn-mini:hover {
  filter: brightness(1.2);
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido .btn-mas-info {
  align-self: center;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  background: #000;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.3s ease;
  margin-bottom: 10px;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .card-contenido .btn-mas-info:hover {
  background: #0f1a2f;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .btn-cerrar {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .btn-cerrar:hover {
  transform: scale(1.1);
}
.bk-02 .container .contenedor-de-tarjetas .card-item .btn-redirigir {
  display: none;
  align-self: center;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  background: #3CBAFD;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.3s ease;
  margin-bottom: 10px;
}
.bk-02 .container .contenedor-de-tarjetas .card-item .btn-redirigir:hover {
  filter: brightness(1.2);
}
@media (max-width: 480px) {
  .bk-02 .container .contenedor-de-tarjetas .card-item {
    height: clamp(195px, 81vw, 350px);
  }
}

.bk-03 {
  position: relative;
  aspect-ratio: 16/9;
  background-image: url("../images/seccion3/fondo.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}
.bk-03 .container-titulo {
  position: absolute;
  left: 0;
  top: 19%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 2rem;
}
.bk-03 .container-titulo .cards-title {
  color: #000;
  font-size: 2rem;
  margin: 0;
}

.custom-container {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.custom-bottom-container {
  width: 1093px;
  height: auto;
  padding: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(217, 217, 217, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.search-area {
  display: flex;
  width: 85%;
  gap: 10px;
}

.search-container {
  position: relative;
  width: 600px;
}
.search-container .search-icon {
  color: rgba(133, 131, 131, 0.8);
}
.search-container .busqueda-personalizada {
  width: 100%;
  padding: 1rem 45px 1rem 1.5rem;
  border: 2px solid white;
  background-color: white;
  color: black;
  border-radius: 10px;
  font-size: 1.2rem;
}
.search-container .busqueda-personalizada::placeholder {
  color: rgba(133, 131, 131, 0.8);
  font-weight: 300;
}
.search-container .busqueda-personalizada:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #6311fc;
}
.search-container .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-buscar {
  padding: 1rem 4.5rem;
  border-radius: 10px;
  border: none;
  background: linear-gradient(45deg, #D936B9, #B150E6);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-buscar:hover {
  filter: brightness(1.2);
}

.features-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex-basis: 30%;
}
.feature-item i {
  font-size: 40px;
  color: #333;
}
.feature-item p {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.feature-item .texto-p {
  color: #7418dd;
  font-size: 25px;
}

@media (max-width: 480px) {
  .bk-03 {
    position: relative;
    aspect-ratio: 5/13;
  }
  .bk-03 .card-head {
    padding-top: 6rem;
    padding-right: 4rem;
  }
  .custom-container {
    bottom: 8px;
  }
  .bk-03 .cards-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(8, 0, 0);
    background: rgba(255, 255, 255, 0.5);
    margin-left: -18vh;
    width: 450px;
    height: 45px;
    text-align: center;
  }
  .custom-bottom-container {
    width: 364px;
    height: 702px;
    padding: 37px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(217, 217, 217, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .search-area {
    display: flex;
    width: 108%;
    gap: 10px;
  }
  .search-container .busqueda-personalizada {
    width: 93%;
    padding: 1rem 45px 1rem 1.5rem;
    border: 2px solid white;
    background-color: white;
    color: black;
    border-radius: 50px;
    font-size: 1.2rem;
    margin: 6px;
  }
  .btn-buscar {
    padding: 6px 32px;
    border-radius: 37px;
    border: none;
    background: linear-gradient(45deg, #D936B9, #B150E6);
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 84%;
    margin: 11px;
  }
  .features-row {
    display: flex;
    flex-direction: column; /* Esto apila los 3 items ('feature-item') verticalmente. */
    justify-content: space-around;
    width: 100%;
    gap: 20px; /* Añadido para dar espacio entre los tres items. */
  }
  .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-justify: center;
    /* 👇 ESTA ES LA CLAVE: Asegura la dirección horizontal para el ícono y el texto */
    flex-direction: row;
  }
  .feature-item p {
    font-size: 18px;
    color: #333;
    margin: 0;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
  }
}
.bk-04 {
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1a1a 100%);
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 80px 20px;
  overflow: hidden;
}
.bk-04::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 850px;
  background: url("../images/seccion4/item.png") center center/contain no-repeat;
  opacity: 0.08;
  z-index: 1;
}
.bk-04 .titulo {
  margin-left: 20px;
  text-align: start;
  margin-bottom: 4rem;
  z-index: 3;
  position: relative;
}
.bk-04 .titulo h2 {
  font-size: 2.8rem;
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.bk-04 .titulo p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
}
.bk-04 .main-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  max-width: 1400px;
  width: 100%;
  z-index: 3;
  position: relative;
}
.bk-04 .content-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 400px;
  transition: transform 0.3s ease;
}
.bk-04 .content-card:hover {
  transform: translateY(-10px);
}
.bk-04 .image-container {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  background-size: contain;
}
.bk-04 .image-container:hover {
  transform: scale(1.05);
}
.bk-04 .image-container .step-number {
  font-size: 4rem;
  font-weight: 900;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.bk-04 .step-1 {
  background-image: url("../images/seccion4/imagen1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px;
  background-size: contain;
}
.bk-04 .step-2 {
  background-image: url("../images/seccion4/imagen2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bk-04 .step-3 {
  background-image: url("../images/seccion4/imagen3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bk-04 .content-text {
  position: relative;
  isolation: isolate;
  padding: 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.bk-04 .content-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.781);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  border-radius: inherit;
}
.bk-04 .content-text:hover::after {
  transform: scaleX(1);
}
.bk-04 .content-text h3 {
  color: #BA36FF;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.bk-04 .content-text p {
  color: #BA36FF;
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .bk-04 .image-container {
    width: 320px;
    height: 320px;
  }
  .bk-04 .content-text h3 {
    font-size: 1.7rem;
  }
  .bk-04 .content-text p {
    font-size: 1.2rem;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .bk-04 .main-content {
    gap: 3rem;
  }
}
@media (max-width: 1199px) and (min-width: 901px) {
  .bk-04 {
    padding: 60px 20px;
  }
  .bk-04 .titulo {
    margin-bottom: 3rem;
  }
  .bk-04 .titulo h2 {
    font-size: 2.4rem;
  }
  .bk-04 .titulo p {
    font-size: 1.2rem;
  }
  .bk-04 .main-content {
    gap: 2.5rem;
  }
  .bk-04 .image-container {
    width: 240px;
    height: 240px;
  }
  .bk-04 .image-container .step-number {
    font-size: 3.5rem;
  }
  .bk-04 .content-text h3 {
    font-size: 1.4rem;
  }
  .bk-04 .content-text p {
    font-size: 1rem;
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  .bk-04 {
    padding: 50px 20px;
  }
  .bk-04::before {
    width: 600px;
    height: 450px;
  }
  .bk-04 .titulo {
    margin-bottom: 3rem;
  }
  .bk-04 .titulo h2 {
    font-size: 2.2rem;
  }
  .bk-04 .titulo p {
    font-size: 1.1rem;
  }
  .bk-04 .main-content {
    gap: 2rem;
  }
  .bk-04 .image-container {
    width: 200px;
    height: 200px;
  }
  .bk-04 .image-container .step-number {
    font-size: 3rem;
  }
  .bk-04 .content-text h3 {
    font-size: 1.3rem;
  }
  .bk-04 .content-text p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) and (min-width: 641px) {
  .bk-04 {
    padding: 40px 20px;
  }
  .bk-04::before {
    width: 400px;
    height: 300px;
    opacity: 0.05;
  }
  .bk-04 .titulo {
    margin-bottom: 2.5rem;
  }
  .bk-04 .titulo h2 {
    font-size: 2rem;
  }
  .bk-04 .titulo p {
    font-size: 1rem;
  }
  .bk-04 .main-content {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  .bk-04 .content-card {
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 2rem;
  }
  .bk-04 .content-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .bk-04 .image-container {
    width: 180px;
    height: 180px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .bk-04 .image-container .step-number {
    font-size: 2.5rem;
  }
  .bk-04 .content-text {
    flex: 1;
  }
  .bk-04 .content-text h3 {
    font-size: 1.4rem;
  }
  .bk-04 .content-text p {
    font-size: 1rem;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .bk-04 {
    padding: 40px 15px;
  }
  .bk-04::before {
    width: 300px;
    height: 200px;
    opacity: 0.04;
  }
  .bk-04 .titulo {
    margin-bottom: 2rem;
  }
  .bk-04 .titulo h2 {
    font-size: 1.8rem;
  }
  .bk-04 .titulo p {
    font-size: 0.95rem;
  }
  .bk-04 .main-content {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .bk-04 .content-card {
    max-width: 400px;
    flex-direction: column;
    text-align: center;
  }
  .bk-04 .image-container {
    width: 160px;
    height: 160px;
    margin-bottom: 1.5rem;
  }
  .bk-04 .image-container .step-number {
    font-size: 2.2rem;
  }
  .bk-04 .content-text {
    padding: 1rem;
  }
  .bk-04 .content-text h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .bk-04 .content-text p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .bk-04 {
    padding: 30px 15px;
    min-height: 100vh;
  }
  .bk-04::before {
    display: none;
  }
  .bk-04 .titulo {
    margin-bottom: 1.5rem;
  }
  .bk-04 .titulo h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .bk-04 .titulo p {
    font-size: 0.85rem;
  }
  .bk-04 .main-content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .bk-04 .content-card {
    max-width: 280px;
    width: 100%;
  }
  .bk-04 .image-container {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  .bk-04 .image-container .step-number {
    font-size: 1.8rem;
  }
  .bk-04 .content-text {
    padding: 0.8rem;
  }
  .bk-04 .content-text h3 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  .bk-04 .content-text p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

.bk-05 {
  background-image: url("../images/seccion5/fondo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
}
.bk-05 .cards-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(8, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  margin-left: -5vh;
  width: 450px;
  height: 45px;
  text-align: center;
}
.bk-05 .card-head {
  padding-top: 6rem;
  padding-right: 69rem;
  padding-bottom: 50px;
}
.bk-05 .tarjeta-principal {
  width: clamp(320px, 75vw, 907px);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  display: flex;
  flex-direction: column;
}
.bk-05 .tarjeta-header {
  background-color: #000;
  color: white;
  padding: 1rem;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.bk-05 .tarjeta-header h2 {
  margin: 0;
  font-size: 1.5rem;
}
.bk-05 .tarjeta-cuerpo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0rem;
  align-items: stretch;
}
.bk-05 .info-item {
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.8) 90%, #79747E 100%);
  color: white;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  box-sizing: border-box;
}
.bk-05 .item-a {
  width: 42%;
}
.bk-05 .item-b {
  width: 48%;
}
.bk-05 .item-c {
  width: 52%;
}
.bk-05 .info-icono {
  font-size: 20px;
  color: #ffffff;
  flex-shrink: 0;
  background: #B150E5;
  border-radius: 50%;
  width: 41px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-05 .info-texto p {
  margin: 0;
  line-height: 1.6;
  text-align: left;
  font-size: 20px;
}
.bk-05 .tarjeta-footer {
  text-align: center;
  padding: 0 1.5rem 2rem 1.5rem;
}
.bk-05 .btn-accion {
  display: inline-block;
  background-color: #B150E5;
  color: #ffffff;
  padding: 1rem 4.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.bk-05 .btn-accion:hover {
  filter: brightness(1.1);
}
.bk-05 .modelo {
  background-image: url("../images/seccion5/modelo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  width: 37%;
  height: 125vh;
  top: 19vh;
  left: 127vh;
  background-size: contain;
}

@media (max-width: 1200px) {
  .bk-05 .modelo {
    top: 12vh;
    left: 99vh;
  }
}
@media (max-width: 480px) {
  .bk-05 {
    aspect-ratio: 2/6;
  }
  .bk-05 .card-head {
    padding-right: 8rem;
  }
  .bk-05 .tarjeta-principal {
    width: clamp(320px, 94vw, 907px);
    height: 90vh;
  }
  .bk-05 .item-a {
    width: 80%;
  }
  .bk-05 .item-b {
    width: 80%;
  }
  .bk-05 .item-c {
    width: 91%;
  }
  .bk-05 .modelo {
    z-index: 2;
    width: 76%;
    height: 53vh;
    top: 79vh;
    left: 10vh;
  }
  .bk-05 .btn-accion {
    position: relative;
    top: 38vh;
    z-index: 5;
    padding: 1.8rem 4.5rem;
  }
  .bk-05 .cards-title {
    margin-left: -2vh;
    width: 359px;
  }
}
.bk-06 {
  background-image: url("../images/seccion6/fondo.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
}
.bk-06 .cards-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(8, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  margin-left: -5vh;
  width: 450px;
  height: 45px;
  text-align: center;
}
.bk-06 .card-head {
  padding-top: 6rem;
  padding-right: 69rem;
  padding-bottom: 50px;
}
.bk-06 .bg-gallery-section {
  padding: 60px 0;
  position: relative;
}
.bk-06 .bg-gallery-section .gallery-title {
  position: static;
  left: 0;
  top: 0;
  margin-left: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  margin-bottom: 32px;
  text-align: center;
}
.bk-06 .bg-gallery-section .gallery-container {
  background: rgba(255, 255, 255, 0.877);
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  padding: 18px 12px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  /* Rectangular, slim style */
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bk-06 .bg-gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 0;
  position: relative;
  z-index: 1;
  /* Make grid slim */
  /* height: 120px; */
  align-items: center;
}
.bk-06 .bg-gallery-section .gallery-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}
.bk-06 .bg-gallery-section .gallery-grid img:hover {
  transform: scale(1.04);
}
.bk-06 .bg-gallery-section .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bk-06 .bg-gallery-section .modal.active {
  display: flex;
}
.bk-06 .bg-gallery-section .modal-img {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}
.bk-06 .bg-gallery-section .modal-controls {
  margin-top: 18px;
  display: flex;
  gap: 24px;
  justify-content: center;
}
.bk-06 .bg-gallery-section .modal-controls button {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
}
.bk-06 .bg-gallery-section .modal-controls button:hover {
  background: #eee;
}
.bk-06 .bg-gallery-section .modal-close {
  position: absolute;
  top: 32px;
  right: 48px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 10001;
}
@media (max-width: 1199px) and (min-width: 769px) {
  .bk-06 .card-head {
    padding-right: 45rem;
  }
  .bk-06 .cards-title {
    width: 380px;
    margin-left: -4vh;
  }
  .bk-06 .bg-gallery-section .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
  }
  .bk-06 .bg-gallery-section .gallery-grid img {
    height: 140px;
  }
  .bk-06 .bg-gallery-section .gallery-container {
    padding: 16px 10px;
    max-width: 800px;
  }
  .bk-06 .bg-gallery-section .gallery-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .bk-06 .card-head {
    padding-right: 25rem;
  }
  .bk-06 .cards-title {
    width: 350px;
    margin-left: -3vh;
    font-size: 1.6rem;
  }
  .bk-06 .bg-gallery-section .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
  }
  .bk-06 .bg-gallery-section .gallery-grid img {
    height: 120px;
  }
  .bk-06 .bg-gallery-section .gallery-container {
    padding: 14px 8px;
    max-width: 700px;
  }
  .bk-06 .bg-gallery-section .gallery-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) and (min-width: 481px) {
  .bk-06 .card-head {
    padding-right: 18rem;
  }
  .bk-06 .cards-title {
    font-size: 1.5rem;
    width: 320px;
    margin-left: -6vh;
    height: 40px;
  }
  .bk-06 .bg-gallery-section .gallery-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .bk-06 .bg-gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
  .bk-06 .bg-gallery-section .gallery-grid img {
    height: 100px;
  }
  .bk-06 .bg-gallery-section .gallery-container {
    padding: 12px 6px;
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .bk-06 .card-head {
    padding-right: 15rem;
  }
  .bk-06 .bg-gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    height: 117vh;
  }
  .bk-06 .bg-gallery-section .gallery-container {
    padding: 0px 15px;
    height: 124vh;
  }
  .bk-06 .bg-gallery-section .gallery-grid img {
    height: 200px;
  }
  .bk-06 .cards-title {
    margin-left: -8vh;
    width: 359px;
  }
}
.bk-07 {
  background-image: url("../images/seccion7/fondo.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 14/9;
  z-index: 1;
}
.bk-07 .card-head {
  padding-top: 3rem;
  padding-right: 69rem;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .bk-07 .card-head {
    padding-right: 23rem;
  }
}
.bk-07 .cards-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(8, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  margin-left: -5vh;
  width: 450px;
  height: 45px;
  text-align: center;
}
@media (max-width: 480px) {
  .bk-07 .cards-title {
    margin-left: -8vh;
    width: 359px;
  }
}
.bk-07 .texto1 {
  background: rgba(255, 255, 255, 0.5);
  min-width: 100vh;
}
.bk-07 .texto1 .texto-titulo {
  margin-left: 57px;
  margin-right: 57px;
  padding: 20px 0;
}
.bk-07 .texto1 .texto-titulo .texto-p {
  font-size: 24px;
  text-align: start;
  margin: 0;
}
@media (max-width: 480px) {
  .bk-07 .texto1 {
    min-width: 46vh;
  }
}
.bk-07 .registro-card {
  background: #ECE6F0;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 32px;
  max-width: 838px;
  height: 67vh;
  margin: 92px auto 40px auto;
  position: relative;
}
.bk-07 .registro-card__icono-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #741eb9;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-07 .registro-card__icono {
  font-size: 32px;
  color: #333;
  width: 43px;
}
.bk-07 .registro-card__titulo {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 24px;
}
.bk-07 .registro-card__contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 45px;
}
.bk-07 .registro-card__columna {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.bk-07 .registro-card__columna:first-child .registro-card__input:last-of-type {
  margin-top: auto;
}
.bk-07 .registro-card__formulario {
  width: 100%;
}
.bk-07 .registro-card__input {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.bk-07 .registro-card__input--grande {
  font-size: 1.2rem;
  padding: 45px 22px;
}
.bk-07 .registro-card__boton {
  display: inline-block;
  background-color: #B150E5;
  color: #ffffff;
  padding: 1rem 4.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  border: none !important;
  margin-top: auto;
}
.bk-07 .registro-card__boton:hover {
  filter: brightness(1.2);
}
@media (max-width: 480px) {
  .bk-07 .registro-card__boton {
    margin-top: 0rem;
  }
}
@media (max-width: 480px) {
  .bk-07 {
    aspect-ratio: 5/14;
  }
}

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