        /* --- ESTILOS PERSONALIZADOS --- */

        /* Círculos numerados */
        .timeline-number {
            width: 70px;
            height: 70px;
            background-color: black;
            color: #00FF00;
            /* Verde brillante de la imagen */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            font-weight: bold;
            font-family: Arial, sans-serif;
            position: relative;
            z-index: 2;
            /* Para que esté sobre la línea */
        }

        /* Línea vertical conectora */
        .timeline-connector {
            position: absolute;
            left: 57px;
            /* Mitad de los 70px del círculo */
            top: 70px;
            /* Debajo del primer círculo */
            width: 2px;
            height: calc(100% - 70px);
            /* Ocupa el espacio hasta el segundo */
            background-color: black;
            z-index: 1;
        }

        /* Títulos de sección */
        .timeline-title {
            color: black;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 2.5rem;
        }

        /* Párrafo de descripción */
        .timeline-description {
            font-family: Arial, sans-serif;
            font-size: 22px;
            color: black;
        }

        /* Lista numerada secundaria */
        .nested-list {
            list-style-type: disc;
            padding-left: 1.5rem;
            font-family: Arial, sans-serif;
        }

        /* Botón personalizado verde */
        .btn-green-bright {
            background-color: #00FF00;
            color: black;
            border: 2px solid #00FF00;
            font-weight: bold;
            font-size: 1.2rem;
            text-transform: uppercase;
            padding: 10px 30px;
            transition: all 0.3s ease;
        }

        .btn-green-bright:hover {
            background-color: black;
            color: #00FF00;
        }

        /* Botón personalizado con borde */
        .btn-outline-custom {
            background-color: white;
            color: black;
            border: 2px solid black;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
            padding: 10px 30px;
            transition: all 0.3s ease;
        }

        .btn-outline-custom:hover {
            background-color: black;
            color: white;
        }

        /* --- ESTILOS PERSONALIZADOS --- */

        /* Variables de Color (según la imagen) */
        :root {
            --bg-dark: #222;
            /* Fondo oscuro principal */
            --bg-darker: #1a1a1a;
            /* Fondo aún más oscuro para el pie de página */
            --text-light: #f8f9fa;
            /* Texto claro principal */
            --primary-accent: #b4df9a;
            /* Verde pálido para tarjetas y textos resaltados */
            --btn-green: #8cc63f;
            /* Verde más brillante para botones */
            --btn-text-dark: #222;
            /* Texto oscuro para botones verdes */
        }

        body {
            font-family: Arial, sans-serif;
            /* Puedes usar una fuente más específica si la conoces */
            background-color: var(--bg-dark);
            color: var(--text-light);
        }

        /* Estilos Generales de Texto */
        h1,
        h2,
        h3,
        h4,
        .navbar-brand {
            font-weight: bold;
        }

        h1.display-4 {
            font-family: "Inconsolata", monospace;
            font-optical-sizing: auto;
            font-weight: 800;
            font-style: normal;
            font-variation-settings:
                "wdth" 100;
            font-size: 3.5rem;
        }


        .text-accent {
            color: #00ff00;
        }

        /* --- SECCIÓN HÉROE (Hero) --- */
        .hero-section {
            background-color: var(--bg-dark);
            /* Fondo oscuro general */
            color: var(--text-light);
            padding: 80px 0;
            position: relative;
        }

        /* Fondo de la imagen principal a la derecha */
        .hero-bg-image {
            background-image: url('../../images/slider/inicio.png');
            /* REEMPLAZAR */
            background-size: cover;
            background-position: center;
            /* opacity: 0.8;  Ajustar opacidad si es necesario */
        }

        /* --- BOTONES PERSONALIZADOS --- */
        .btn-custom {
            border-radius: 0;
            /* Botones cuadrados */
            text-transform: uppercase;
            font-weight: bold;
            padding: 10px 20px;
            display: inline-flex;
            align-items: center;
            border: 2px solid transparent;
        }

        /* Botón Contorneado (Outline) con Flecha */
        .btn-custom-outline {
            border-color: var(--text-light);
            color: var(--text-light);
            background-color: transparent;
        }

        .btn-custom-outline:hover {
            background-color: var(--text-light);
            color: var(--bg-dark);
        }

        /* Botón Relleno Verde con Flecha */
        .btn-custom-solid {
            background-color: #00ff00;
            color: var(--btn-text-dark);
        }

        .btn-custom-solid:hover {
            background-color: #fff;
            color: black;
        }

        /* Contenedor de la flecha separada */
        .btn-icon-wrapper {
            border-left: 2px solid currentcolor;
            padding-left: 10px;
            margin-left: 10px;
        }

        /* --- SECCIÓN EJES PRINCIPALES --- */
        .ejes-section {
            background-color: var(--bg-dark);
            padding: 60px 0;
        }

        .eje-card {
            background-color: var(--primary-accent);
            /* Verde pálido de fondo */
            color: var(--bg-dark);
            /* Texto oscuro */
            border-radius: 8px;
            /* Bordes redondeados sutiles */
            padding: 20px;
            height: 100%;
            /* Para que todas las tarjetas tengan la misma altura */
        }

        /* --- SECCIÓN PERFIL DEL EGRESADO --- */

        /* --- SECCIÓN HÉROE (Hero) --- */
        .perfil-section {
            background-color: var(--bg-dark);
            /* Fondo oscuro general */
            color: var(--text-light);
            padding: 80px 0;
            position: relative;
        }

        /* Fondo de la imagen principal a la derecha */
        .perfil-bg-image {
            background-image: url('../../images/imagen-perfil.png');
            /* REEMPLAZAR */
            background-size: cover;
            background-position: center;
            opacity: 0.8;
            /* Ajustar opacidad si es necesario */
        }


        /* --- SECCIÓN PLAN DE ESTUDIOS --- */
        .plan-estudios-section {
            background-color: #fff;
            /* Fondo blanco */
            color: #333;
            /* Texto oscuro */
            padding: 60px 0;
        }

        .año-col {
            background-color: #DFFFDF;
            /* Verde muy pálido para el fondo de columna */
            padding: 20px;
            border-radius: 8px;
            height: 100%;
        }

        /* --- SECCIÓN ADMISIÓN --- */
        .admision-section {
            background-color: var(--bg-darker);
            /* Fondo oscuro más intenso */
            color: var(--text-light);
            padding: 40px 0;
        }

        .fecha-convocatoria {
            font-size: 1.5rem;
            font-weight: bold;
        }

        /* --- SECCIÓN MAESTROS --- */
        .maestros-section {
            background-color: #000;
            padding: 60px 0;
        }

        .maestro-card {
            position: relative;
            background-color: #999;
            /* Fondo gris para el placeholder de imagen */
            height: 250px;
            /* Altura de la tarjeta */
            border-radius: 0;
            /* Cuadradas */
            overflow: hidden;
            border: 2px solid transparent;
            /* Contorno */
        }

        .maestro-card:hover {
            border-color: var(--btn-green);
        }

        .maestro-label {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background-color: var(--btn-green);
            color: var(--btn-text-dark);
            padding: 5px 10px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 0.8rem;
        }

        /* Estilo inicial: Transparente */
        .navbar {
            transition: all 0.4s ease-in-out;
            /* Animación suave para el cambio */
            padding: 1rem 2rem;
        }

        /* Clase que agregaremos con JavaScript al bajar */
        .navbar-scrolled {
            background-color: #000000 !important;
            /* Color al bajar (ej. Negro) */
            padding: 0.5rem 2rem;
            /* Se hace un poco más delgada */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }

        /* Sección Hero para notar el efecto */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                url('tu-imagen-de-fondo.jpg') no-repeat center center/cover;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .content-section {
            height: 1000px;
            /* Solo para dar scroll */
            padding-top: 50px;
            background-color: #111;
            color: #ccc;
        }

        /* --- BOTÓN 1: MÁS SOBRE EL PLAN (Estilo Split con borde) --- */
        .btn-split-custom {
            display: inline-flex;
            align-items: center;
            background-color: transparent;
            border: 2px solid #000;
            padding: 0;
            text-decoration: none;
            color: #000;
            font-weight: 800;
            font-family: sans-serif;
            transition: all 0.2s ease;
        }

        .btn-split-custom .btn-text {
            padding: 12px 25px;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .btn-split-custom .btn-icon {
            padding: 12px 15px;
            border-left: 2px solid #000;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .btn-split-custom:hover {
            background-color: #000;
            color: #fff;
        }

        /* --- BOTÓN 2: INSCRÍBETE (Verde Neón) --- */
        .btn-neon-custom {
            display: inline-flex;
            align-items: center;
            background-color: #00FF00;
            /* Verde neón exacto */
            color: #000;
            border: none;
            border-radius: 8px;
            /* Redondeado suave como en la imagen */
            padding: 12px 30px;
            font-weight: 800;
            text-decoration: none;
            font-family: sans-serif;
            font-size: 18px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .btn-neon-custom .btn-icon-neon {
            margin-left: 15px;
            font-size: 22px;
        }

        .btn-neon-custom:hover {
            background-color: #00e600;
            transform: translateY(-2px);
            color: #000;
        }

        .menu-academico {
            font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
            font-weight: 300;
            /* Peso ligero */
            font-size: 18px;
            color: #FFFFFF;
            /*  background-color: #000000;*/

            /* Espaciado elegante */
            letter-spacing: 1px;
            word-spacing: 4px;

            padding: 20px;
            text-rendering: optimizeLegibility;
        }