    @font-face {
        font-family: 'Poppins';
        src: url('../fonts/Poppins-Regular.ttf');
    }
    
    @font-face {
        font-family: 'Poppins Bold';
        src: url('../fonts/Poppins-Bold.ttf');
    }
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    
    * {
        font-family: 'Poppins', sans-serif;
    }
    
    .herotablas {
        position: relative;
        height: 100vh;
        background: url('../img/committees.jpg') no-repeat center center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .overlaytablas {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .hero-texttablas {
        position: relative;
        z-index: 1;
        color: white;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
        animation: fadeIn 1.5s ease-in-out;
    }
    
    .hero-texttablas h1 {
        color: #ffffff;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .hero-texttablas p {
        font-size: 18px;
        font-weight: 300;
    }
    /* --- Animaciones --- */
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* --- Responsividad --- */
    
    @media screen and (max-width: 768px) {
        .nav-links {
            display: none;
            flex-direction: column;
            background: rgba(0, 0, 0, 0.9);
            position: absolute;
            top: 60px;
            right: 0;
            width: 200px;
            text-align: right;
            padding: 15px;
        }
        .nav-links.active {
            display: flex;
        }
        .nav-links li {
            margin: 10px 0;
        }
        .hamburger {
            display: block;
        }
        .hero-texttablas h1 {
            font-size: 36px;
        }
        .hero-texttablas p {
            font-size: 16px;
        }
    }
    
    .titulo h1 {
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        /* Fuente moderna */
        font-size: 1.8em;
        /* Tamaño grande para el título */
        font-weight: normal;
        /* Negrita para destacar */
        text-align: center;
        /* Centrado para mayor impacto */
        letter-spacing: 2px;
        /* Espaciado entre letras para mejorar la legibilidad */
        text-transform: uppercase;
        /* Todo en mayúsculas para darle un toque profesional */
        margin: 0px 0;
        /* Espaciado arriba y abajo */
        padding: 0px 0;
        /* Espaciado interno vertical */
        background: #146b5b;
        /* Degradado como fondo */
        -webkit-background-clip: text;
        /* Hace que el degradado solo se vea en el texto */
        background-clip: text;
        /* Compatible con más navegadores */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Sombra sutil para profundidad */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        /* Sombra sutil en el texto */
    }
    
    .titulo {
        background-color: #11584a;
        width: 80%;
        height: auto;
        /* Establece un ancho máximo para el div */
        margin: 0 auto;
        /* Centra el div horizontalmente */
        padding: 0px;
        /* Agrega un poco de espacio dentro del div */
    }
    /* Para pantallas pequeñas, el tamaño del título puede reducirse */
    
    @media screen and (max-width: 767px) {
        h1 {
            font-size: 2.5em;
            /* Tamaño más pequeño en móviles */
            letter-spacing: 1px;
            /* Reducir el espaciado en pantallas pequeñas */
        }
    }
    
    .chairs {
        display: flex;
        /* Cambiamos de grid a flex para alinear los items en una fila */
        flex-direction: row;
        /* Alineamos en fila */
        gap: 20px;
        /* Espaciado entre los elementos */
        max-width: 1100px;
        /* Asegura que el contenedor se ajuste al ancho disponible */
        margin: auto;
        /* Centra el contenedor */
        justify-content: center;
        /* Centra los elementos de manera horizontal */
        flex-wrap: wrap;
        /* Permite que se envuelvan si no caben en la pantalla */
    }
    
    .chair {
        display: flex;
        align-items: center;
        background-color: #f9f9f9;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        width: 30%;
        /* Establecemos un ancho fijo para cada tarjeta */
    }
    
    .chair-img {
        width: 70px;
        height: auto;
        border-radius: 50%;
        margin-right: 15px;
        object-fit: cover;
    }
    
    .chair-info {
        display: flex;
        flex-direction: column;
    }
    
    .name {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000000;
        justify-content: justify;
        font-weight: normal;
    }
    
    .organization {
        font-size: 1rem;
        color: #333;
        justify-content: justify;
    }
    
    table caption {
        padding: .5em 0;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        background-color: #f2f2f2;
        border-bottom: 2px solid #ddd;
    }
    /* Estilo general para la tabla */
    
    table {
        border-collapse: collapse;
        width: 65%;
        /* Ajustar el tamaño */
        margin: 40px auto;
        /* Centrar la tabla */
        border-radius: 8px;
        /* Bordes redondeados */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        /* Sombra sutil */
        font-family: 'Confortaa', sans-serif;
    }
    /* Medios de comunicación (adaptación para pantallas pequeñas) */
    
    @media screen and (max-width: 767px) {
        table caption {
            display: none;
        }
        .imgtemas {
            background-size: contain;
        }
    }
    /* Estilo de las celdas de encabezado (th) */
    
    th {
        background-color: #146b5b;
        /* Color elegante */
        color: rgb(255, 255, 255);
        font-size: 1.1em;
        padding: 12px;
        text-transform: uppercase;
        text-align: center;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        font-weight: normal;
    }
    /* Estilo de las celdas (th y td) */
    
    th,
    td {
        text-align: left;
        padding: 14px;
        border: 1px solid #ddd;
    }
    /* Fondo de celdas normales (td) */
    
    td {
        background-color: #f9f9f9;
        /* Fondo suave */
        color: #333;
        /* Color de texto más oscuro para contraste */
    }
    /* Alternar filas para un efecto más agradable */
    
    tr:nth-child(even) {
        background-color: #f2f2f2;
        /* Alternar filas con un color suave */
    }
    /* Efecto hover para filas */
    
    tr:hover {
        background-color: #f1f1f1;
        /* Efecto hover con color suave */
        cursor: pointer;
        transition: background-color 0.3s ease;
        /* Transición suave */
    }
    /* Estilo del cuerpo de la tabla (tbody tr td) */
    
    tbody tr td {
        font-size: 1em;
        color: #000;
    }
    /* Borde inferior en los encabezados */
    
    thead tr th {
        border-bottom: 2px solid #ccc;
    }
    /* Estilo en las filas de la tabla */
    
    tr {
        transition: background-color 0.3s ease;
        /* Transición suave al pasar el ratón */
    }
    /* Agregar sombreado a las celdas de la tabla */
    
    th,
    td {
        border-radius: 6px;
        /* Bordes redondeados para las celdas */
    }
    
    tbody tr:hover td {
        background-color: #f7f7f7;
        /* Cambio de fondo cuando se pasa el ratón sobre las celdas */
    }
    /* Estilo adicional para las celdas con imágenes */
    
    .footer {
        font-weight: normal;
    }
    /* ----- Ajustes generales para responsividad ----- */
    /* Asegurar que todo el contenido respete el ancho de la pantalla */
    
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    /* HERO SECTION: Ajuste de texto responsivo */
    
    @media screen and (max-width: 768px) {
        .hero-texttablas h1 {
            font-size: 36px;
            /* Reducimos tamaño del título */
        }
        .hero-texttablas p {
            font-size: 16px;
            /* Reducimos tamaño del texto */
        }
    }
    /* HACER QUE LAS TABLAS SEAN RESPONSIVAS */
    
    @media screen and (max-width: 767px) {
        table {
            width: 100%;
            /* Asegurar que la tabla ocupe todo el espacio disponible */
            display: block;
            overflow-x: auto;
            /* Hacer que se pueda deslizar en pantallas pequeñas */
        }
        table caption {
            display: none;
            /* Ocultar el título de la tabla en móviles */
        }
    }
    /* MENÚ RESPONSIVO */
    
    @media screen and (max-width: 768px) {
        .nav-links {
            display: none;
            flex-direction: column;
            background: rgba(0, 0, 0, 0.9);
            position: absolute;
            top: 60px;
            right: 0;
            width: 200px;
            text-align: right;
            padding: 15px;
        }
        .nav-links.active {
            display: flex;
        }
        .nav-links li {
            margin: 10px 0;
        }
        .hamburger {
            display: block;
            /* Asegurar que el menú hamburguesa aparezca en móviles */
        }
    }
    /* AJUSTAR TARJETAS PARA QUE NO SE DEFORMEN EN MÓVILES */
    
    @media screen and (max-width: 768px) {
        .chairs {
            flex-direction: column;
            /* Apilar las tarjetas en pantallas pequeñas */
            align-items: center;
            /* Centrarlas */
        }
        .chair {
            width: 90%;
            /* Que ocupen casi todo el ancho en móviles */
        }
    }
    /* HACER QUE LAS IMÁGENES SE ADAPTEN CORRECTAMENTE */
    
    .imgtemas {
        max-width: 100%;
        height: auto;
    }
    
    @media screen and (max-width: 767px) {
        .imgtemas {
            background-size: contain;
            /* Evita que las imágenes se corten en móviles */
        }
    }
    /* AJUSTE DE BOTONES EN MÓVILES */
    
    @media screen and (max-width: 480px) {
        .btn {
            width: 100%;
            /* Hace que los botones ocupen todo el ancho disponible */
            font-size: 14px;
            /* Reduce el tamaño del texto en los botones */
        }
    }