/* Estilo de la mini cabecera */
body {
  font-family: 'Big Shoulders Display', sans-serif !important;
  overflow-x: hidden; /* Oculta scroll horizontal en toda la página */
}


.mini-header {
  display: none;
  background-color: #000; /* fondo negro si quieres */
  color: white;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header-hover-zone:hover .mini-header {
  display: flex;
}


#btnSubir {
      position: fixed;
      bottom: 40px;
      right: 30px;
      z-index: 99;
      font-size: 22px;
      border: none;
      outline: none;
      background-color: #001D41;
      color: white;
      cursor: pointer;
      padding: 12px 16px;
      border-radius: 50%;
      display: none;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
  }

  #btnSubir:hover {
      background-color: #0056b3;
  }

  #btnPreInscripcion {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 998;
  background-color: #000000; /* negro */
  color: #ffffff;
  border: 2px solid #C0C0C0; /* dorado */
  padding: 14px 20px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

#btnPreInscripcion:hover {
  background-color: #1a1a1a; /* negro más claro al pasar el mouse */
  border-color: #C0C0C0;     /* dorado más brillante */
  transform: scale(1.05);
}

.banner-responsive-alt {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(300px, 1000px);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  place-items: center; /* centrado completo del contenido */
  background: transparent;
}

.banner-responsive-alt video.videocentral {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 1000px;
  object-fit: cover; /* mejor que fill para evitar deformación */
  object-position: center;
  background: transparent;
}

.mini-header {
    background-color: #1c1c1c;
    color: #C0C0C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    font-size: 30px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: #103CAB; /* Dorado para resaltar el icono del teléfono */
    margin-left: 5px;
}

.pre-inscription .btn-pre-inscription {
    background-color: transparent;
    color: #fff;
    border: 2px solid #FFD700;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pre-inscription .btn-pre-inscription:hover {
    background-color: #FFD700;
    color: #333;
}

/* Estilo de la cabecera principal */
.cabecera {
    background-color: #1c1c1c;
}

/* Estilos generales del navbar */
.custom-navbar .nav-link {
    color: #FFD700 !important;
    transition: color 0.3s ease-in-out;
}

.custom-navbar .nav-link:hover {
    color: #C0C0C0 !important;
}

.navbar-brand {
    color: #FFD700;
}

.navbar-brand:hover {
    color: #C0C0C0;
}

/* Personalización del submenú */
.custom-dropdown {
    background-color: #333;
    border-radius: 5px;
    min-width: 200px;
}

.custom-dropdown .dropdown-item {
    color: white;
    padding: 10px 15px;
    transition: background 0.3s ease-in-out;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #FFD700;
    color: #000000;
}
/* Contenedor de imagen */
.image-container {
  position: relative;
  overflow: hidden;
}

/* Overlay más oscuro */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* Botón "Ver más" como enlace */
.btn-ver-mas {
  background-color: rgba(0, 29, 65, 0.9);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 30px;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Big Shoulders Display', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 3;
}
/*quienes somos */

/* Contenedor relativo para posicionar overlay */
.position-relative {
  position: relative;
}

/* Overlay texto oculto inicialmente */
.overlay-text {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.7);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1.7rem;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 1.6rem;
  overflow-y: auto;
}

/* Mostrar overlay al pasar mouse */
.position-relative:hover .overlay-text {
  opacity: 1;
}

/* Hover del botón */
.btn-ver-mas:hover {
  background-color: rgba(0, 29, 65, 1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
}

/* Hover effects */
.card-hover:hover .overlay {
  opacity: 1;
}

.card-hover:hover .hover-zoom {
  transform: scale(1.05);
}

/* Efecto adicional en el botón al hover de la card */
.card-hover:hover .btn-ver-mas {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/* Ajustes responsivos */
@media (max-width: 991px) {
    .custom-dropdown {
        background-color: transparent;
    }

    .custom-dropdown .dropdown-item {
        color: white;
        padding: 10px 15px;
    }

    .custom-dropdown .dropdown-item:hover {
        background-color: #FFD700;
        color: white;
    }
}

/*Fin Del Menu Veertical*/


.linea-dorada {
    width: 100%;
    height: 3px;
    background-color: #ffd700;
    padding: 1px;
}
.linea-no-dorada{
    width: 100%;
    height: 4px;
    background-color: #7edcec;  
}
body {
    background-color: #f3f3f3;
    color: #333;
}
/*Seccion Video Incial*/
.videocentral {
    display: block;
    width: 100%;
    height: calc(90vh - 70px); /* Ajusta el video para ocupar el resto de la pantalla */
    object-fit: fill;
}

/*Slider Carrusel */
.carousel-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    
}
.carousel-container::-webkit-scrollbar {
    display: none;
}
.carousel-inner {
    display: flex;
    gap: 10px;
    padding: 10px;
}
.category-container {
    flex: 0 0 auto;
    width: 200px;
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: filter 0.3s, transform 0.3s;
}
.category-container:hover {
    filter: brightness(1.2);
    transform: scale(1.05);
}

.slider-container {
    height: 400px;
    background-color: #f3f3f3;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.carousel-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
}
.btn-more {
    margin-top: 20px;
    border-radius: 25px;
    background-color: #1c1c1c;
    color: #fff;
    transition: background-color 0.3s ease;
}
.btn-more:hover {
    background-color: #343a40;
    color: #fff;
}

/*Mas Sobre Nosotros*/
.section-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-text {
    color: #555;
    margin-bottom: 40px;
}
.card-custom {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.card-custom:hover {
    transform: translateY(-10px);
}
.card-custom img {
    height: 200px;
    object-fit: cover;
    border-bottom: 5px solid #ffffff;
}
.card-custom .card-title {
    color: #000;
    font-weight: 600;
}
.btn-custom {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 30px;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #090dff;
    color: #f3f3f3;
}

/*Noticias y eventos*/
.fixed-image {
    width: 100%; /* Ajusta el ancho al 100% del contenedor */
    height: 200px; /* Establece una altura fija */
    object-fit: cover; /* Recorta la imagen para ajustarla sin deformarla */
    border-radius: 10px; /* Opcional: para bordes redondeados */
}

/*Footer*/
.card {
    border: none;
    box-shadow: 0 4px 6px rgba(221, 16, 16, 0.1);
    transition: transform 0.3s ease-in-out;
}
.card:hover {
    transform: scale(1.05);
}
footer {
    font-size: 14px;
    background-color: #001D41;
    color: white;
    text-align: center;
    padding: 15px 0;
}
.custom-footer {
    background-color: #001D41; /* Cambia este color a lo que prefieras */
    color: white;
}

@media (max-width: 768px) {
    .container-grid {
        grid-template-columns: 1fr;
    }
} 

/*Pagina Sobre Nosotros*/

/*Mas historia*/
    .morehistory{
        text-align: center;
    }
    /*Contenedores edificios*/
    .box-item {
        width: 100%;
        max-width: 375px;
        height: 667px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        background: white;
        display: flex;
        flex-direction: column;
    }
    .box-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box-content {
        padding: 15px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .box-title {
        margin-bottom: 2px; /* Reduce aún más el espacio debajo del título */
    }
    .box-text {
        margin-top: 2px; /* Hace que el texto quede más cerca del título */
        margin-bottom: 10px; /* Reduce el espacio antes del botón */
    }
    .box-content a {
        margin-top: auto; /* Mantiene el botón abajo */
    }
    

    /*Palabras de la Fundadora*/
    .founder-section {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        padding: 30px;
        text-align: center;
        max-width: 600px;
        margin: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .founder-image {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid white;
    }
    .founder-text {
        font-style: italic;
        font-size: 1.2rem;
    }
    .founder-name {
        font-weight: bold;
        margin-top: 10px;
    }
    .founder-role {
        color: gray;
    }
    
 /*Contenedor De los Administrativos*/
 .equipo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60vh;
    gap: 20px;
}
.equipo-container {
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
}
.equipo-img {
    width: 100%;
    height: 85vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.equipo-btn {
    margin-top: 10px;
    background-color: #000000;
    color: #f8f9fa;
    border-radius: 0;
    padding: 12px 30px;
    transition: background-color 0.3s ease;
}

/*Pagina Carreras*/
.nav__list {
    display: flex;
    justify-content: center;
    list-style-type: none;
  }
  
  .nav__item {
    margin: 0 20px;
  }
  
  .nav__link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .nav__link:hover {
    color: #f4a261;
  }
  
  /* Estilos de las secciones */
  /* Reset de márgenes y padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Estilos generales del body */
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
  }
  
  /* Estilos del header y navegación */
  .header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
  }
  
  .nav__list {
    display: flex;
    justify-content: center;
    list-style-type: none;
  }
  
  .nav__item {
    margin: 0 20px; 
  }
  
  .nav__link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .nav__link:hover {
    color: #f4a261;
  }
  
  /* Estilos de las secciones */
  .section {
    padding: 50px 20px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .section__title {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  
  .section__list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .section__item {
    margin: 10px 20px;
  }
  
  .section__link {
    display: block;
    padding: 15px 30px;
    background-color: #2a9d8f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    transition: background-color 0.3s;
  }
  
  .section__link:hover {
    background-color: #264653;
  }
  
  /* Estilos del footer */
  .footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  
  .footer__text {
    margin: 0;
  }

  /*Pagina de Admisiones*/
  .Admision-img {
    height: 350px;
    width: 1905px;
  }
  .contenedor-admision {
    text-align: center;
    color: #1c1c1c;
  }
  /*Algunas Carreras*/
  .carrera-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}
.carrera-card img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}
.carrera-info {
    padding: 15px;
}
.carrera-info h5 {
    color: #1c1c1c;
    font-weight: bold;
}
.text-carreras {
    color: #1c1c1c;
}
  /*Continuacion Admisiones*/
.section-title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
/*seccion Pagina Noticias*/
.news-card:hover {
    transform: scale(1.03);
    transition: 0.3s;
}
.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*Seccion De Eventos*/
/* Banner de Novedades */
.banner-novedades {
    background: url('../img/banner-novedades.jpg') center/cover no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Sección de Eventos en 2x2 */
.eventos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Ajusta según el ancho disponible */
    gap: 20px;
    padding: 20px;
}

.evento {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.evento img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.btn-detalles {
    background-color: #d4af37;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-detalles:hover {
    background-color: #b9952c;
}

.disponibilidad {
    font-size: 14px;
    font-weight: bold;
    color: #212529;
    margin-top: 10px;
}


/*Seccion nueva areas tarjetas*/
.scroll-row {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .area-card {
    min-width: 250px;
    max-width: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s, opacity 0.3s;
    cursor: pointer;
    flex-shrink: 0;
  }

  .area-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 15px;
  }

  .area-card:hover {
    opacity: 0.7;
    transform: scale(1.02);
  }

  .area-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0 0 15px 15px;
  }
  
/*Pagina Info-Carrera*/
 .info-carrera-card {
      background-color: white;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border-radius: 15px;
      overflow: hidden;
      margin-top: 30px;
    }

    .img-carrera {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-right: 1px solid #dee2e6;
    }

    .datos-carrera {
      padding: 2rem;
    }

    .titulo-carrera {
      font-size: 2rem;
      font-weight: bold;
      color: #212529;
    }

    .descripcion-carrera {
      font-size: 1.1rem;
      color: #555;
    }

    .dato-clave {
      margin-top: 1rem;
    }

    .seccion-info {
      margin-top: 3rem;
    }

    .seccion-info h4 {
      color: #343a40;
      margin-bottom: 1rem;
    }

    .btn-inscripcion {
      background-color: #198754;
      color: white;
    }

    .btn-inscripcion:hover {
      background-color: #146c43;
    }
    /*Pagina Info-Noticia*/
    .noticia-img {
      max-height: 400px;
      object-fit: cover;
      border-radius: 10px;
    }
    .noticia-contenido {
      padding: 2rem;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .noticia-footer {
      margin-top: 2rem;
      text-align: center;
    }
    .autor-fecha {
      font-size: 0.9rem;
      color: #6c757d;
    }
/*galeria inicio */
.gallery-grid-wrapper {
  height: 650px; /* Ajustado para 2 filas grandes */
  overflow: hidden;
  position: relative;
}

.gallery-grid {
  animation: scroll-grid 20s linear infinite;
  display: flex;
  flex-direction: column;
}

.gallery-grid:hover {
  animation-play-state: paused; /* Pausa el scroll al hover */
}

.gallery-row {
  display: flex;
  justify-content: space-between; /* 3 imágenes separadas */
  gap: 20px;
  margin-bottom: 20px;
}

.gallery-row img {
  width: 32%; /* 3 imágenes por fila sin pasarse */
  height: auto;
  max-height: 300px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra suave para mejor estética */
  transition: transform 0.3s ease;
}

.gallery-row img:hover {
  transform: scale(1.05); /* Zoom suave al pasar mouse */
}

/* Animación scroll vertical */
@keyframes scroll-grid {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
/info-instalaciones/
   .inst-container {
      padding: 70px 15px;
    }

    .inst-title {
      text-align: center;
      font-size: 3rem;
      font-weight: 700;
      color: #1e1e2f;
      margin-bottom: 10px;
      letter-spacing: 1px;
    }

    .inst-subtitle {
      text-align: center;
      font-size: 1.25rem;
      color: #6c757d;
      margin-bottom: 40px;
    }

    .inst-divider {
      width: 90px;
      height: 5px;
      background: linear-gradient(90deg, #0d6efd, #6610f2);
      margin: 0 auto 35px;
      border-radius: 10px;
    }

    .inst-img {
      object-fit: cover;
      height: 260px;
      width: 100%;
      border-radius: 18px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      cursor: pointer;
    }

    .inst-img:hover {
      transform: scale(1.04);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    }

    .inst-card-title {
      text-align: center;
      font-weight: 600;
      margin-top: 8px;
      font-size: 1rem;
      color: #343a40;
    }

    .modal-content-custom {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
    }

    .modal-img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .modal-title {
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .modal-desc {
      font-size: 1rem;
      color:#6c757d;
}
/Pagina Info-docente/
      .docente-card {
      background: white;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      display: flex;
      flex-direction: row;
      overflow: hidden;
      margin-bottom: 3rem;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .docente-card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    }

    .docente-img {
      width: 220px;
      object-fit: cover;
      height: auto;
    }

    .docente-info {
      padding: 2rem;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .docente-info h4 {
      font-weight: bold;
      color: #1e293b;
    }

    .docente-info p {
      margin-bottom: 0.6rem;
      color: #374151;
    }

    .docente-info i {
      color: #0d6efd;
      margin-right: 8px;
    }

    h2 {
      color: #0f172a;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .docente-card {
        flex-direction: column;
      }

      .docente-img {
        width: 100%;
        height: auto;
    }
 .banner-responsive-alt {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(300px, 1020px); /* Reducido de 1080px a 600px */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  place-items: stretch;
  background: transparent; /* Sin fondo negro */
}


.banner-responsive-alt video.videocentral {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: fill; /* Llena exactamente el contenedor sin líneas negras */
  object-position: center;
  background: transparent; /* Sin fondo negro en el video */
}
}

@media (max-width: 480px) {
  body {
    font-size: 12px; /* Reduce un poco la fuente general */
  }

  .mini-header {
    font-size: 11px !important;
    padding: 8px 10px !important;
  }

  #btnSubir, #btnPreInscripcion {
    bottom: 12px !important;
    right: 12px !important;
    font-size: 10px !important;
    padding: 0px 0px !important;
  }

  #btnPreInscripcion {
    font-size: 18px !important;
    padding: 12px 16px !important;
    border-radius: 30px !important;
  }

  .banner-responsive-alt {
    grid-template-rows: minmax(200px, 00px) !important;
  }

  .banner-responsive-alt video.videocentral {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .custom-navbar .nav-link {
    font-size: 14px !important;
    padding: 5px 8px !important;
  }

  .nav__list {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .nav__item {
    margin: 0 !important;
  }

  .nav__link {
    font-size: 16px !important;
  }

  .section {
    padding: 30px 10px !important;
  }

  .section__link {
    width: 100% !important;
    padding: 12px !important;
    font-size: 16px !important;
  }

  .equipo-section {
    flex-direction: column !important;
    height: auto !important;
    gap: 15px !important;
  }

  .equipo-container {
    width: 100% !important;
    height: auto !important;
  }

  .equipo-img {
    height: auto !important;
    max-height: 300px !important;
  }

  .carousel-container {
    padding: 5px !important;
  }

  .category-container {
    width: 150px !important;
    padding: 15px !important;
    font-size: 14px !important;
  }

  /* Ajuste general para botones */
  button, .btn-pre-inscription, .btn-custom, .btn-more, .btn-ver-mas {
    font-size: 14px !important;
    padding: 10px 15px !important;
  }
  
  /* Ajustes para textos en general */
  h2, h4, h5 {
    font-size: 1.2rem !important;
  }

  p, li, span {
    font-size: 0.9rem !important;
  }

  /* Footer */
  footer {
    font-size: 12px !important;
    padding: 10px 5px !important;
  }
}
