/* =========================================
   ESTILOS GENERALES Y FONDO DE SÓNDOR
========================================= */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)), url('imagenes/sondor.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    color: white;
    margin: 0;
    text-align: center;
}

/* =========================================
   1. BARRA DE NAVEGACIÓN
========================================= */
.menu-superior {
    background-color: rgba(33, 33, 33, 0.85);
    backdrop-filter: blur(5px);
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1001;
}
.contenedor-logo { display: flex; align-items: center; gap: 15px; }
.logo-imagen { height: 50px; width: auto; }
.texto-logo { color: white; font-weight: bold; font-size: 22px; letter-spacing: 2px; }
.enlaces-menu a { color: white; text-decoration: none; margin-left: 20px; font-weight: bold; font-size: 16px; }
.enlaces-menu a:hover, .enlaces-menu a.activo { color: #D4AF37; }
.enlaces-menu a.deshabilitado { color: #777777; cursor: not-allowed; }

/* SECCIONES TRANSPARENTES PARA QUE SE VEA SÓNDOR */
.cabecera, .seccion-preview-galeria, .seccion-organizadores, .seccion-mapa { background: transparent; }

/* =========================================
   2. CABECERA (PORTADA HOME)
========================================= */
.cabecera { min-height: 85vh; display: flex; align-items: center; padding: 60px 5%; text-align: left; border-bottom: 6px solid #D4AF37; }
.contenedor-hero-coneic { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 40px; }
.hero-izq { flex: 1; min-width: 300px; }
.hero-der { flex: 0 1 450px; }
.badget-edicion { background-color: #D4AF37; color: #333; padding: 5px 15px; border-radius: 20px; font-weight: bold; font-size: 14px; text-transform: uppercase; display: inline-block; margin-bottom: 20px; }
.hero-izq h1 { font-size: 48px; font-weight: 800; line-height: 1.1; margin: 0; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); }
.subtitle-coneic { font-size: 36px; color: #D4AF37; font-weight: 700; margin: 10px 0 20px 0; }
.descripcion-coneic { font-size: 18px; max-width: 500px; line-height: 1.5; margin-bottom: 30px; color: #e0e0e0; }
.hero-datos-coneic p { font-size: 16px; margin: 8px 0; font-weight: 500; }
.hero-botones-coneic { display: flex; gap: 15px; margin-top: 30px; flex-wrap: wrap; }

/* Botones */
.boton-filled-gold { background-color: #D4AF37; color: #000; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: 0.3s; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; }
.boton-filled-gold:hover { background-color: #bfa030; transform: translateY(-3px); }
.boton-outlined { border: 2px solid white; color: white; padding: 13px 28px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.boton-outlined:hover { background: white; color: #000; }

/* Tarjeta Cristal Countdown */
.tarjeta-evento-coneic { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; padding: 40px; box-shadow: 0 15px 35px rgba(0,0,0,0.3); }
.icono-reconocimiento { font-size: 40px; color: #D4AF37; margin-bottom: 15px; }
.subinfo-coneic { font-size: 13px; color: #D4AF37; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }
.countdown-coneic h3 { font-size: 14px; letter-spacing: 2px; margin-bottom: 20px; text-align: center; color: #bbb; }

.bloques-timer { display: flex; justify-content: space-between; align-items: center; }
.timer-bloque span { font-size: 35px; font-weight: 800; display: block; color: white; }
.timer-bloque p { font-size: 11px; margin-top: 5px; color: #D4AF37; font-weight: bold; }
.timer-separador { font-size: 30px; font-weight: bold; color: rgba(255, 255, 255, 0.5); margin-bottom: 15px; }

/* =========================================
   3. SECCIONES INFERIORES HOME
========================================= */
.seccion-preview-galeria, .seccion-organizadores, .seccion-mapa { padding: 80px 20px; border-top: 2px solid rgba(212, 175, 55, 0.3); }
.seccion-preview-galeria h2, .seccion-organizadores h2, .seccion-mapa h2 { color: #D4AF37; font-size: 32px; margin-bottom: 15px; }
.seccion-preview-galeria p, .seccion-organizadores p, .seccion-mapa p { color: #cccccc; font-size: 18px; max-width: 700px; margin: 0 auto 30px; }
.boton-secundario { border: 2px solid #D4AF37; color: #D4AF37; padding: 15px 30px; text-decoration: none; font-weight: bold; border-radius: 8px; display: inline-block; transition: 0.3s; }
.logo-box { background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(212, 175, 55, 0.5); padding: 30px 20px; border-radius: 8px; color: #D4AF37; font-weight: bold; min-width: 150px; backdrop-filter: blur(5px); }
.contenedor-mapa { max-width: 1000px; margin: 0 auto; border-radius: 10px; overflow: hidden; border: 3px solid #D4AF37; background-color: white; }

/* =========================================
   4. PÁGINAS INTERNAS
========================================= */
.seccion-galeria-pagina, .seccion-comision-pagina, .seccion-inscripcion-pagina { padding: 80px 20px; min-height: 80vh; background: transparent; }
.seccion-galeria-pagina h1, .seccion-comision-pagina h1, .seccion-inscripcion-pagina h1 { color: #D4AF37; font-size: 42px; margin-bottom: 10px; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); }
.seccion-galeria-pagina p, .seccion-comision-pagina p, .seccion-inscripcion-pagina p { color: #cccccc; margin-bottom: 50px; font-size: 18px; }

.grid-galeria { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }
.item-galeria { position: relative; overflow: hidden; border-radius: 10px; border: 2px solid rgba(255, 255, 255, 0.1); transition: all 0.3s ease; background-color: rgba(255, 255, 255, 0.05); aspect-ratio: 4/3; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.item-galeria img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.item-galeria:hover { border-color: #D4AF37; box-shadow: 0 10px 20px rgba(0,0,0,0.6); transform: translateY(-5px); }
.item-galeria:hover img { transform: scale(1.08); }

.grid-comision { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.tarjeta-miembro { background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 15px; padding: 40px 20px; transition: all 0.3s ease; backdrop-filter: blur(8px); box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.tarjeta-miembro img.foto-miembro { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; border: 3px solid #D4AF37; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.5); background-color: #333; }
.tarjeta-miembro h3 { color: white; font-size: 22px; margin: 0 0 10px 0; }
.tarjeta-miembro p.cargo { color: #D4AF37; font-weight: bold; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin: 0; }
.tarjeta-miembro:hover { border-color: #D4AF37; transform: translateY(-8px); box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2); background-color: rgba(212, 175, 55, 0.05); }

/* =========================================
   5. PÁGINA DE INSCRIPCIÓN (FORMULARIO)
========================================= */
.contenedor-formulario { max-width: 600px; margin: 0 auto; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(12px); border: 1px solid rgba(212, 175, 55, 0.5); border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.contenedor-formulario h1 { font-size: 32px; margin-bottom: 10px; }
.formulario-cristal { text-align: left; }
.grupo-input { margin-bottom: 20px; }
.grupo-input label { display: block; color: #D4AF37; font-weight: bold; margin-bottom: 8px; font-size: 14px; }
.grupo-input input, .grupo-input select { width: 100%; padding: 12px 15px; background-color: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; color: white; font-size: 15px; outline: none; transition: all 0.3s ease; box-sizing: border-box; }
.grupo-input input::placeholder { color: #888; }
.grupo-input input:focus, .grupo-input select:focus { border-color: #D4AF37; box-shadow: 0 0 8px rgba(212, 175, 55, 0.4); background-color: rgba(0, 0, 0, 0.7); }
.grupo-input select option { background-color: #222; color: white; }
.boton-formulario { width: 100%; justify-content: center; margin-top: 20px; font-size: 18px; padding: 18px; }

/* =========================================
   6. PIE DE PÁGINA Y WHATSAPP
========================================= */
.pie-pagina { background-color: #111111; color: #dddddd; padding-top: 50px; border-top: 2px solid #D4AF37; }
.contenedor-footer { display: flex; justify-content: space-around; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; padding-bottom: 30px; border-bottom: 1px solid #333333; }
.columna-footer h3 { color: #D4AF37; font-size: 18px; margin-bottom: 20px; }
.enlace-whatsapp { color: #25D366; text-decoration: none; font-weight: bold; font-size: 18px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.enlaces-redes a { display: inline-flex; justify-content: center; align-items: center; color: white; background-color: #333333; width: 45px; height: 45px; border-radius: 50%; font-size: 22px; transition: 0.3s; }
.enlaces-redes a:hover { background-color: #D4AF37; color: black; transform: translateY(-3px); }
.derechos-reservados { background-color: #000000; padding: 15px; font-size: 14px; color: #aaaaaa; }
.btn-whatsapp-flotante { position: fixed; bottom: 30px; right: 30px; background-color: #25D366; color: white; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 35px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); z-index: 1000; text-decoration: none; transition: 0.3s ease; }
.btn-whatsapp-flotante:hover { background-color: #1ebe57; transform: scale(1.1); }

/* =========================================
   RESPONSIVO (CELULARES)
========================================= */
@media (max-width: 768px) {
    .cabecera { text-align: center; padding: 100px 20px; }
    .contenedor-hero-coneic { flex-direction: column; }
    .hero-izq h1 { font-size: 32px; }
    .hero-der { width: 100%; }
    .hero-botones-coneic { justify-content: center; } 
    .contenedor-formulario { padding: 30px 20px; }
}
/* =========================================
   11. PONENTES CONFIRMADOS (NUEVO)
========================================= */
.seccion-ponentes-confirmados {
    padding: 100px 5% 40px;
    text-align: center;
}
.seccion-ponentes-confirmados h1 { color: #D4AF37; font-size: 42px; margin-bottom: 10px; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); }
.seccion-ponentes-confirmados p { color: #cccccc; margin-bottom: 50px; font-size: 18px; }

.grid-ponentes-oficiales {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.tarjeta-ponente-oficial {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 15px;
    width: 350px;
    text-align: left;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.tarjeta-ponente-oficial:hover {
    transform: translateY(-10px);
    border-color: #D4AF37;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.3);
}

.foto-ponente-oficial {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 3px solid #D4AF37;
}

.info-ponente-oficial {
    padding: 25px;
}

.etiqueta-magistral {
    background: #D4AF37;
    color: black;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.info-ponente-oficial h3 { font-size: 24px; color: white; margin: 0 0 10px 0; }
.universidad-ponente { color: #aaa; font-size: 14px; margin: 0 0 15px 0; }
.universidad-ponente i { color: #D4AF37; margin-right: 5px; }
.tema-ponente { color: #e0e0e0; font-size: 16px; font-style: italic; margin: 0; line-height: 1.5; }

/* Separador para la zona de convocatoria */
.separador-dorado {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.5), transparent);
    margin: 20px auto 60px;
    max-width: 800px;
}
/* =========================================
   12. PÁGINA DE COMISIONES (UNIFICADA)
========================================= */
.seccion-comisiones-pagina {
    padding: 80px 5% 40px;
}

.cabecera-comisiones {
    text-align: center;
    margin-bottom: 50px;
}

.cabecera-comisiones h1 {
    color: #D4AF37;
    font-size: 42px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

.cabecera-comisiones p {
    color: #cccccc;
    font-size: 18px;
}

.contenedor-grid-comisiones {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Tarjeta individual de cada subcomisión */
.tarjeta-comision-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
    text-align: left;
}

.tarjeta-comision-glass:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
}

.titulo-comision {
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.titulo-comision h2 {
    color: #D4AF37;
    font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bloque-miembros {
    margin-bottom: 25px;
}

.subtitulo-rol {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.subtitulo-rol i {
    color: #D4AF37;
}

.lista-nombres {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-nombres li {
    color: #cccccc;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
}

.lista-nombres li::before {
    content: "•";
    color: #D4AF37;
    position: absolute;
    left: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .contenedor-grid-comisiones {
        grid-template-columns: 1fr;
    }
}