    :root {
        --primary:#0F4C75;
        --accent:#F8AF40;
        --muted:#e6e6e6;
        --dark:#072A40;
        font-family: 'Switzer', sans-serif;
    }

    /* === Hero styles copied from arjona_new.css (applied to Bicentenario) === */
    .bicentenario-hero {
        /* Forzar espacio de portada a 1920x1080 */
        width: 1920px;
        height: 1080px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        margin: 0;
        padding: 0;
        box-sizing: border-box !important;
    }

    /* === Bicentenario: exact stats visuals (scoped overrides) === */
    .bicentenario-page .stats-shapes {
        background: #efefef;
        border-radius: 12px;
        padding: 28px;
        height: 140px;
        display: flex;
        gap: 48px;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0 0 0 1px #e6e6e6;
    }
    .bicentenario-page .shape {
        width: 160px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border-radius: 12px;
    }
    .bicentenario-page .shape-inner-circle { width: 96px; height: 96px; border-radius: 50%; background: #E4D22A; }
    .bicentenario-page .shape-inner-triangle { width: 0; height: 0; border-left: 48px solid transparent; border-right: 48px solid transparent; border-bottom: 96px solid #E4D22A; }
    .bicentenario-page .shape-inner-rect { width: 120px; height: 56px; border-radius: 12px; background: #E4D22A; }

    .bicentenario-page .stats-main-row {
        display: flex;
        gap: 48px;
        justify-content: space-between;
        align-items: center;
        padding: 28px;
        border-radius: 12px;
    }
    .bicentenario-page .stats-main-item {
        flex: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bicentenario-page .stat-number { font-size: 64px !important; color: var(--primary) !important; font-weight: 700 !important; }
    .bicentenario-page .stat-label { margin-top: 12px; color: #1f2937 !important; }

    .bicentenario-page .stats-summary { gap: 20px; }
    .bicentenario-page .summary-box {
        background: #fff;
        border-radius: 12px;
        border: 2px solid rgba(7,42,64,0.12);
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 18px rgba(7,42,64,0.06);
    }
    .bicentenario-page .summary-number { font-size: 44px !important; color: var(--primary) !important; font-weight: 700 !important; }
    .bicentenario-page .summary-label { text-align: center; color: #1f2937 !important; margin-top: 8px; }
    .bicentenario-page .summary-box.total-card .summary-number { font-size: 52px !important; }

    .bicentenario-page .color-btn { width: 110px; height: 64px; border-radius: 12px; border: 3px solid #072A40; box-shadow: 0 6px 0 rgba(0,0,0,0.12); }

    @media (max-width: 992px) {
        .bicentenario-page .stats-shapes { height: auto; padding: 18px; gap: 18px; }
        .bicentenario-page .stat-number { font-size: 48px !important; }
        .bicentenario-page .summary-number { font-size: 36px !important; }
    }

    /* === end Bicentenario overrides === */

    .hero-background{
        position:absolute;
        top:0;left:0;right:0;bottom:0;
        background-image: url('/assets/Imagenes de alta resolucion/bicentenaro-portada.jpg') !important;
        background-size:contain !important;
        background-position:center !important;
        background-repeat:no-repeat !important;
        z-index:1;
    }

    .hero-background::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;z-index:2}

    .bicentenario-hero .hero-title-overlay{
        position:absolute;
        z-index:3;
        left: calc((100vw - 1440px) / 2 + 24px);
        bottom:25%;
        background:#F7AD3E !important;
        padding:25px 70px;
        /* top-left y bottom-right sin borde ovalado (esquinas cuadradas) */
        border-radius:0 20px 0 20px !important;
        border:6px solid #072A40 !important;
        box-shadow:0 12px 0 #072A40, 0 16px 24px rgba(7,42,64,0.18) !important;
        width:854px;
        height:256px;
        display:flex;
        align-items:center;
        justify-content:center;
        overflow:visible;
    }

    .bicentenario-page-title{
        font-family:'Switzer', sans-serif !important;
        font-size:72px !important;
        font-weight:600 !important;
        color:#142139 !important;
        margin:0 !important;
        text-align:center !important;
        line-height:1.1 !important;
    }

    /* Description */
    .bicentenario-description{padding:60px 0;background:#f8f9fa;text-align:center}
    .description-text{max-width:900px;margin:0 auto;font-size:18px;line-height:1.8;color:#333}

    /* Content grid (4 zone) */
    .bicentenario-grid-container{max-width:1200px;margin:0 auto;padding:40px}
    .arjona-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px}
    .arjona-grid .zone{display:flex;align-items:center;justify-content:center}
    .content-image-card{border-radius:12px;overflow:hidden}
    .content-image{width:100%;height:100%;object-fit:cover}
    .content-text{font-size:16px;color:#444;line-height:1.7}

    /* Descriptor section (55/45) */
    .descriptor-section{padding:60px 0;background:linear-gradient(135deg,#9AD1F5,#8EC5E5)}
    .descriptor-row{display:flex;gap:24px;align-items:center}
    .descriptor-section .col-left{flex:0 0 55%}
    .descriptor-section .col-right{flex:0 0 45%}
    .cartography-name{font-weight:700;margin-bottom:12px}

    /* Interactive viewer */
    .image-viewer{position:relative;width:100%;height:420px;border-radius:12px;overflow:hidden}
    .image-layer{position:absolute;inset:0}
    .interactive-img{width:100%;height:100%;object-fit:cover}
    .hidden-layer{display:none}
    .toggle-btn{background:linear-gradient(135deg,var(--accent),#e69e36);color:#fff;border:none;padding:10px 18px;border-radius:24px}

    /* Stats */
    .stats-section{padding:60px 0;background:transparent}
    .stats-title{font-size:32px;color:var(--primary);text-align:center;margin-bottom:24px}
    .stats-dashboard{display:grid;grid-template-columns:1fr 140px;gap:20px;max-width:1100px;margin:0 auto}
    .stats-left{display:grid;grid-template-rows:auto auto;gap:16px}
    .stats-shapes{display:flex;gap:18px;align-items:center;justify-content:center}
    /* shape definitions removed (kept scoped .bicentenario-page versions) */
    .stats-main{background:var(--muted);padding:18px;border-radius:8px}
    .stats-main-row{display:flex;gap:16px;justify-content:space-between}
    .stats-main-item{text-align:center}
    .stat-number{font-size:48px;font-weight:700;color:#1f2937}
    .stat-label{font-size:14px;color:#1f2937}
    .stats-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .summary-card{background:#fff;padding:14px;border-radius:8px;border:1px solid #e5e7eb}
    .summary-number{font-size:28px;font-weight:700}

    .stats-right{display:flex;flex-direction:column;gap:10px}
    .color-btn{height:56px;border-radius:8px;border:2px solid var(--dark);cursor:pointer}
    .color-yellow{background:#E4D22A}
    .color-blue{background:#2E4DA9}
    .color-green{background:#2EA942}
    .color-red{background:#A9362E}
    .color-brown{background:#8A602C}


    /* Responsive */
    @media (max-width:992px){.arjona-grid{grid-template-columns:1fr}.descriptor-row{flex-direction:column}.stats-dashboard{grid-template-columns:1fr}.stats-summary-cards{grid-template-columns:repeat(2,1fr)}}

    :root {
        --primary:#0F4C75;
        --accent:#F8AF40;
        --muted:#e6e6e6;
        --dark:#072A40;
        font-family: 'Switzer', sans-serif;
    }

    /* Base layout */
    html, body {
        font-family: 'Switzer', sans-serif;
        color: #222;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Pegar el navbar arriba eliminando mt-3 */
    nav {
        margin-top: 0 !important;
    }

    /* (Revertido) mantener la posición global del navbar; no sobreescribir aquí */

    /* Mover sólo la portada hacia arriba sin tocar el navbar */
.bicentenario-hero {
        position: relative;
        top: -50px; /* eleva la portada 50px para situarla bajo el tope del documento */
        z-index: 0;
}

/* Description */
.description {
    padding: 272px 0 272px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 388px !important;
    margin: 0 auto !important;
}

.description .container {
    max-width: none !important;
    width: 100% !important;
}

.description .container .row .col-lg-10 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.description-text {
    font-family: 'Switzer', sans-serif !important;
    font-size: 56px !important;
    line-height: 61.6px !important;
    letter-spacing: -2px !important;
    color: #142139 !important;
    text-align: center !important;
    max-width: 1440px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    font-weight: 600 !important;
}
    /* Content grid (4 zone) */
    .bicentenario-grid-container{max-width:1200px;margin:0 auto;padding:40px}
    .arjona-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px}
    .arjona-grid .zone{display:flex;align-items:center;justify-content:center}
    .content-image-card{border-radius:12px;overflow:hidden}
    .content-image{width:100%;height:100%;object-fit:cover}
    .content-text{font-size:16px;color:#444;line-height:1.7}

    /* Descriptor section (55/45) */
    .descriptor-section{padding:60px 0;background:linear-gradient(135deg,#9AD1F5,#8EC5E5)}
    .descriptor-row{display:flex;gap:24px;align-items:center; flex-wrap: nowrap;}
    .descriptor-section .col-left{flex:0 0 55%}
    .descriptor-section .col-right{flex:0 0 45%}
    .cartography-name{font-weight:700;margin-bottom:12px}

    /* Interactive viewer */
    .image-viewer{position:relative;width:100%;height:420px;border-radius:12px;overflow:hidden}
    .image-layer{position:absolute;inset:0}
    .interactive-img{width:100%;height:100%;object-fit:cover}
    .hidden-layer{display:none}
    .toggle-btn{background:linear-gradient(135deg,var(--accent),#e69e36);color:#fff;border:none;padding:10px 18px;border-radius:24px}

    /* Stats */
    .stats-section{padding:60px 0;background:transparent}
/* === DATOS ESTADÍSTICOS: Copiado exactamente de Arjona === */
.stats-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.stats-title {
    font-family: 'Switzer', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #0F4C75;
    margin-bottom: 50px;
}

.stats-dashboard {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 24px;
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    animation: cardPop 400ms ease;
}

.stats-left {
    display: grid;
    grid-template-rows: 240px auto;
    gap: 16px;
}

.stats-shapes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #ddd;
    border-radius: 12px;
    padding: 16px;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

    /* Unscoped shape pseudo-elements removed (using scoped `.bicentenario-page` styles) */

.stats-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.stats-card {
    background: #ddd;
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    animation: cardPop 400ms ease;
}

.stats-card-title {
    font-family: 'Switzer', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    text-align: left;
}

.stats-card-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.stat-item {
    background: #e6e6e6;
    border-radius: 12px;
    padding: 16px;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.stat-number {
    font-family: 'Switzer', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stat-label {
    font-family: 'Switzer', sans-serif;
    font-size: 1rem;
    color: #1f2937;
}

.stats-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.summary-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: inset 0 0 0 2px #e5e7eb;
    transition: transform 200ms ease;
}

.summary-number {
    font-family: 'Switzer', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.summary-label {
    font-family: 'Switzer', sans-serif;
    font-size: 0.95rem;
    color: #1f2937;
}

.stats-right {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    gap: 12px;
}

.color-btn {
    width: 100%;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 2px 0 #000;
    height: 64px;
    transition: transform 150ms ease, box-shadow 150ms ease, filter 200ms ease;
}

.color-btn:focus { outline: 2px solid #0F4C75; }
.color-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.color-btn.active { box-shadow: 0 0 0 3px rgba(15,76,117,0.35) inset; transform: translateY(-1px); }

.color-yellow { background: #E4D22A; }
.color-blue { background: #2E4DA9; }
.color-green { background: #2EA942; }
.color-red { background: #A9362E; color: #fff;}
.color-brown { background: #8A602C; color: #fff;}

/* State-based shape colors */


/* === Exact Arjona stats copy (scoped to Bicentenario) === */
.bicentenario-page .stats-section,
.bicentenario-page .stats-section * {
    animation: none !important;
    transition: none !important;
}

.bicentenario-page .stats-dashboard,
.bicentenario-page .stats-shapes,
.bicentenario-page .shape,
.bicentenario-page .stats-card,
.bicentenario-page .stat-number,
.bicentenario-page .summary-number,
.bicentenario-page .stat-item,
.bicentenario-page .summary-box {
    transform: none !important;
    opacity: 1 !important;
}

.bicentenario-page .shape:hover::before,
.bicentenario-page .stat-item:hover,
.bicentenario-page .summary-box:hover,
.bicentenario-page .indicator:hover,
.bicentenario-page .nav-btn:hover,
.bicentenario-page .toggle-btn:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Force shapes visible and static */
.bicentenario-page .stats-shapes .shape {
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 120px !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.bicentenario-page .stats-shapes .shape::before,
.bicentenario-page .shape-circle::before,
.bicentenario-page .shape-rect::before { display: none !important; }

.bicentenario-page .shape-inner-circle {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    background: #D4C525 !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
}
.bicentenario-page .shape-inner-rect {
    width: 90px !important;
    height: 54px !important;
    border-radius: 10px !important;
    background: #D4C525 !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
}
.bicentenario-page .shape-inner-triangle { width:0!important;height:0!important;border-left:36px solid transparent!important;border-right:36px solid transparent!important;border-bottom:66px solid #D4C525!important; display:block!important; border:none!important; box-shadow:none!important; }

/* State colors for DOM spans */
.bicentenario-page #statsShapes.state-yellow .shape-inner-triangle { border-bottom-color: #E4D22A !important; }
.bicentenario-page #statsShapes.state-blue .shape-inner-triangle { border-bottom-color: #2E4DA9 !important; }
.bicentenario-page #statsShapes.state-green .shape-inner-triangle { border-bottom-color: #2EA942 !important; }
.bicentenario-page #statsShapes.state-red .shape-inner-triangle { border-bottom-color: #A9362E !important; }
.bicentenario-page #statsShapes.state-brown .shape-inner-triangle { border-bottom-color: #8A602C !important; }

.bicentenario-page #statsShapes.state-yellow .shape-inner-circle,
.bicentenario-page #statsShapes.state-yellow .shape-inner-rect { background: #E4D22A !important; }
.bicentenario-page #statsShapes.state-blue .shape-inner-circle,
.bicentenario-page #statsShapes.state-blue .shape-inner-rect { background: #2E4DA9 !important; }
.bicentenario-page #statsShapes.state-green .shape-inner-circle,
.bicentenario-page #statsShapes.state-green .shape-inner-rect { background: #2EA942 !important; }
.bicentenario-page #statsShapes.state-red .shape-inner-circle,
.bicentenario-page #statsShapes.state-red .shape-inner-rect { background: #A9362E !important; }
.bicentenario-page #statsShapes.state-brown .shape-inner-circle,
.bicentenario-page #statsShapes.state-brown .shape-inner-rect { background: #8A602C !important; }

.bicentenario-page .stats-section { padding: 60px 0 80px !important; background-color: transparent !important; }

.bicentenario-page .stats-dashboard { display: grid !important; grid-template-columns: 1fr 120px !important; gap: 24px !important; align-items: start !important; }

.bicentenario-page .stats-left { display: grid !important; grid-template-rows: auto auto auto !important; gap: 20px !important; }

.bicentenario-page .stats-shapes { background: #e6e6e6 !important; border-radius: 8px !important; padding: 26px 36px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 48px !important; border: 2px solid #142139 !important; }

.bicentenario-page .shape { display: flex !important; align-items: center !important; justify-content: center !important; min-height: 120px !important; background: transparent !important; flex: 0 0 auto !important; width: auto !important; }
.bicentenario-page .shape-circle { order: 1 !important; }
.bicentenario-page .shape-triangle { order: 2 !important; }
.bicentenario-page .shape-rect { order: 3 !important; }
.bicentenario-page .shape-rect::before { display: none !important; }

.bicentenario-page .shape-inner-triangle { width: 0 !important; height: 0 !important; border-left: 36px solid transparent !important; border-right: 36px solid transparent !important; border-bottom: 66px solid #D4C525 !important; display: block !important; line-height: 0 !important; }

.bicentenario-page .stats-main { background: #e6e6e6 !important; border-radius: 8px !important; padding: 26px 28px !important; border: 2px solid #142139 !important; }

.bicentenario-page .stats-main-row { display: flex !important; justify-content: space-between !important; align-items: center !important; }
.bicentenario-page .stats-main-item { text-align: center; width: 33%; }
.bicentenario-page .stats-main-item .stat-number { font-size: 64px !important; font-weight: 700 !important; color: #1f2937 !important; }
.bicentenario-page .stats-main-item .stat-label { font-size: 16px !important; color: #1f2937 !important; margin-top: 8px; }

.bicentenario-page .stats-summary-cards { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 16px !important; }

.bicentenario-page .summary-card { background: #e6e6e6 !important; border-radius: 8px !important; padding: 18px !important; border: 2px solid #142139 !important; text-align: left !important; position: relative !important; min-height: 120px !important; }
.bicentenario-page .summary-card .mini-shape { position: absolute !important; top: 12px !important; left: 12px !important; }
.bicentenario-page .summary-card .summary-number { font-size: 44px !important; font-weight: 700 !important; margin-top: 22px !important; color: #1f2937 !important; }
.bicentenario-page .summary-card .summary-label { font-size: 14px !important; margin-top: 6px !important; color: #1f2937 !important; }
.bicentenario-page .total-card { display:flex; flex-direction:column; align-items:flex-end; justify-content:center; text-align:right; }
.bicentenario-page .total-card .summary-number { font-size: 48px !important; }

.bicentenario-page .stats-right { display:flex; flex-direction:column; gap:12px; align-items:stretch; }
.bicentenario-page .stats-right .color-btn { height: 96px; border: 2px solid #142139; }

@media (max-width: 992px) {
    .bicentenario-page .stats-dashboard { grid-template-columns: 1fr !important; }
    .bicentenario-page .stats-right { flex-direction:row; justify-content:center; }
    .bicentenario-page .stats-summary-cards { grid-template-columns: repeat(2,1fr) !important; }
}

/* === end exact Arjona copy (scoped to Bicentenario) === */

/* Force the middle shape to remain a triangle and never switch to rect */
.bicentenario-page .stats-shapes .shape-triangle { display: flex !important; }

/* Hide any rect that might appear inside the middle shape (2nd child) only */
.bicentenario-page .stats-shapes .shape:nth-child(2) .shape-rect { display: none !important; }
.bicentenario-page .stats-shapes .shape:nth-child(2) .shape-inner-rect { display: none !important; }
.bicentenario-page .stats-shapes .shape:nth-child(2) .shape-inner-triangle { display: block !important; }

/* Allow rects in other positions (e.g., the rightmost shape) to display normally */
.bicentenario-page .stats-shapes .shape:nth-child(3) .shape-rect { display: block !important; }
.bicentenario-page .stats-shapes .shape:nth-child(3) .shape-inner-rect { display: block !important; }

/* Hover effects */
.stat-item:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.summary-box:hover { transform: translateY(-2px); }

/* Animaciones mejoradas */
@keyframes cardPop {
    0% { transform: translateY(6px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes shapeRise {
    0% { transform: translateY(8px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}
/* === FIN DATOS ESTADÍSTICOS === */

/* === DATOS ESTADÍSTICOS (Scoped copy from Arjona - only for Bicentenario) === */
.bicentenario-page .stats-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.bicentenario-page .stats-title {
    font-family: 'Switzer', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #0F4C75;
    margin-bottom: 50px;
}

.bicentenario-page .stats-dashboard {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 24px;
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    animation: cardPop 400ms ease;
}

.bicentenario-page .stats-left {
    display: grid;
    grid-template-rows: 240px auto;
    gap: 16px;
}

.bicentenario-page .stats-shapes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #ddd;
    border-radius: 12px;
    padding: 16px;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

.bicentenario-page .shape {
    background: #f0f0f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(6px);
    animation: shapeRise 500ms ease forwards;
}

/* Use inner elements for shapes on Bicentenario — hide legacy pseudo-elements
   This prevents duplicate shapes when HTML contains .shape-inner-* spans. */
.bicentenario-page .shape::before { content: ''; display: none !important; }

.bicentenario-page .stats-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.bicentenario-page .stats-card {
    background: #ddd;
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    animation: cardPop 400ms ease;
}

.bicentenario-page .stats-card-title {
    font-family: 'Switzer', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    text-align: left;
}

.bicentenario-page .stats-card-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bicentenario-page .stat-item {
    background: #e6e6e6;
    border-radius: 12px;
    padding: 16px;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.bicentenario-page .stat-number {
    font-family: 'Switzer', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bicentenario-page .stat-label {
    font-family: 'Switzer', sans-serif;
    font-size: 1rem;
    color: #1f2937;
}

.bicentenario-page .stats-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.bicentenario-page .summary-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: inset 0 0 0 2px #e5e7eb;
    transition: transform 200ms ease;
}

.bicentenario-page .summary-number {
    font-family: 'Switzer', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bicentenario-page .summary-label {
    font-family: 'Switzer', sans-serif;
    font-size: 0.95rem;
    color: #1f2937;
}

.bicentenario-page .stats-right {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    gap: 12px;
}

.bicentenario-page .color-btn {
    width: 100%;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 2px 2px 0 #142139;
    height: 64px;
    transition: transform 150ms ease, box-shadow 150ms ease, filter 200ms ease;
}

.bicentenario-page .color-btn:focus { outline: 2px solid #0F4C75; }
.bicentenario-page .color-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }

.bicentenario-page .color-yellow { background: #2E4DA9; }
.bicentenario-page .color-blue { background: #E4D22A; }
.bicentenario-page .color-green { background: #2EA942; }
.bicentenario-page .color-red { background: #A9362E; }
.bicentenario-page .color-brown { background: #8A602C; }

/* State-based shape colors handled by .shape-inner-* rules above */

.bicentenario-page .state-green .shape-circle::before,
.bicentenario-page .state-green .shape-triangle::before,
.bicentenario-page .state-green .shape-rect::before { background: #2EA942; border-bottom-color: #2EA942; }

.bicentenario-page .state-red .shape-circle::before,
.bicentenario-page .state-red .shape-triangle::before,
.bicentenario-page .state-red .shape-rect::before { background: #A9362E; border-bottom-color: #A9362E; }

.bicentenario-page .state-brown .shape-circle::before,
.bicentenario-page .state-brown .shape-triangle::before,
.bicentenario-page .state-brown .shape-rect::before { background: #8A602C; border-bottom-color: #8A602C; }

/* Hover effects */
.bicentenario-page .stat-item:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.bicentenario-page .summary-box:hover { transform: translateY(-2px); }

/* Animaciones mejoradas */
@keyframes cardPop {
    0% { transform: translateY(6px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes shapeRise {
    0% { transform: translateY(8px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

/* === FIN DATOS ESTADÍSTICOS (Bicentenario scoped) === */
    .stats-dashboard{display:grid;grid-template-columns:1fr 140px;gap:20px;max-width:1100px;margin:0 auto}
    .stats-left{display:grid;grid-template-rows:auto auto;gap:16px}
    .stats-shapes{display:flex;gap:18px;align-items:center;justify-content:center}
    .shape{display:flex;align-items:center;justify-content:center}
    .shape-inner-circle{width:90px;height:90px;border-radius:50%;background:#D4C525}
    .shape-inner-rect{width:90px;height:54px;border-radius:8px;background:#D4C525}
    .shape-inner-triangle{width:0;height:0;border-left:36px solid transparent;border-right:36px solid transparent;border-bottom:66px solid #D4C525}
    .stats-main{background:var(--muted);padding:18px;border-radius:8px}
    .stats-main-row{display:flex;gap:16px;justify-content:space-between}
    .stats-main-item{text-align:center}
    .stat-number{font-size:48px;font-weight:700;color:#1f2937}
    .stat-label{font-size:14px;color:#1f2937}
    .stats-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .summary-card{background:#fff;padding:14px;border-radius:8px;border:1px solid #e5e7eb}
    .summary-number{font-size:28px;font-weight:700}

    .stats-right{display:flex;flex-direction:column;gap:10px}
    .color-btn{height:56px;border-radius:8px;border:2px solid var(--dark);cursor:pointer}
    .color-yellow{background:#E4D22A}
    .color-blue{background:#2E4DA9}
    .color-green{background:#2EA942}
    .color-red{background:#A9362E}
    .color-brown{background:#8A602C}


    /* Responsive */
    @media (max-width:992px){.arjona-grid{grid-template-columns:1fr}.descriptor-row{flex-direction:column}.stats-dashboard{grid-template-columns:1fr}.stats-summary-cards{grid-template-columns:repeat(2,1fr)}}

.stats-title {
    font-family: 'Switzer', sans-serif !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #0F4C75 !important;
    text-align: center !important;
    margin-bottom: 60px !important;
}

.stats-container {
    text-align: center !important;
}

/* Elementos de estadísticas integrados */
.estadisticas-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.formas-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    border: 2px solid #ccc !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

.formas-grid {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
}

.forma-item {
    width: 30px !important;
    height: 30px !important;
}

.circulo {
    background-color: #FFD700 !important;
    border-radius: 50% !important;
}

.triangulo {
    width: 0 !important;
    height: 0 !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 26px solid #FFD700 !important;
}

.rectangulo {
    background-color: #ccc !important;
    border-radius: 4px !important;
}

.colores-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.color-item {
    width: 100px !important;
    height: 15px !important;
    border-radius: 3px !important;
}

.amarillo { background-color: #FFD700 !important; }
.azul { background-color: #4169E1 !important; }
.verde { background-color: #228B22 !important; }
.rojo { background-color: #DC143C !important; }
.marron { background-color: #8B4513 !important; }

.numeros-principales {
    display: flex !important;
    gap: 20px !important;
    border: 2px solid #ccc !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

.numero-item {
    text-align: center !important;
}

.numero {
    font-family: 'Switzer', sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #0F4C75 !important;
    margin-bottom: 8px !important;
}

.label {
    font-family: 'Switzer', sans-serif !important;
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 400 !important;
}

.numeros-secundarios {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
}

.numero-secundario {
    border: 2px solid #ccc !important;
    padding: 15px !important;
    border-radius: 8px !important;
    min-width: 60px !important;
    text-align: center !important;
}

.numero-pequeno {
    font-family: 'Switzer', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0F4C75 !important;
}

.numero-total {
    border: 2px solid #ccc !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
}

.numero-grande {
    font-family: 'Switzer', sans-serif !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #0F4C75 !important;
    margin-bottom: 8px !important;
}

.label-total {
    font-family: 'Switzer', sans-serif !important;
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 400 !important;
}

/* Sección de Metáfora */
.metafora-section {
    padding: 80px 0 !important;
    background-color: #f8f9fa !important;
}

.metafora-content {
    padding-right: 40px !important;
}

.metafora-title {
    font-family: 'Switzer', sans-serif !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #0F4C75 !important;
    margin-bottom: 40px !important;
}

.metafora-lines {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.metafora-line {
    height: 12px !important;
    background-color: #F8AF40 !important;
    border-radius: 6px !important;
    width: 100% !important;
    opacity: 0.8 !important;
}

.metafora-line:nth-child(2),
.metafora-line:nth-child(4),
.metafora-line:nth-child(6) {
    width: 70% !important;
}

.metafora-image {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
}

.metafora-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Sección de Metáforas */
.metaphors-section {
    padding: 80px 0 !important;
    background-color: #f9f9f9 !important;
}

.metaphors-section h2 {
    font-family: 'Switzer', sans-serif !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #0F4C75 !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
}

.metaphors-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.metaphor-card {
    background: linear-gradient(135deg, #7CB342 0%, #558B2F 100%) !important;
    padding: 40px !important;
    border-radius: 8px !important;
    color: white !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.metaphor-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.metaphor-card h3 {
    font-family: 'Switzer', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: white !important;
}

.metaphor-card p {
    font-family: 'Switzer', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: white !important;
    font-weight: 400 !important;
}

/* Sección de Participación */
.participation-section {
    padding: 80px 0 !important;
    background-color: white !important;
}

.participation-section h2 {
    font-family: 'Switzer', sans-serif !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #0F4C75 !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
}

.participation-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.participation-card {
    background: white !important;
    padding: 40px !important;
    border-radius: 8px !important;
    border: 4px solid #F8AF40 !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    color: #000 !important;
}

.participation-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 8px 24px rgba(248, 175, 64, 0.2) !important;
}

.participation-card i {
    font-size: 48px !important;
    color: #F8AF40 !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.participation-card h3 {
    font-family: 'Switzer', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #0F4C75 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

.participation-card p {
    font-family: 'Switzer', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    font-weight: 400 !important;
}

/* Sección de Video */
.video-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%) !important;
}

.video-section h2 {
    font-family: 'Switzer', sans-serif !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #0F4C75 !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
}

.video-container {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.video-placeholder {
    position: relative !important;
    width: 100% !important;
    background-color: #000 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
}

.video-placeholder img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.play-button {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background-color: #F8AF40 !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    box-shadow: 0 8px 24px rgba(248, 175, 64, 0.4) !important;
}

.play-button:hover {
    background-color: #FF9500 !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
    box-shadow: 0 12px 32px rgba(248, 175, 64, 0.6) !important;
}

.play-button i {
    color: white !important;
    font-size: 32px !important;
    margin-left: 6px !important;
}

/* Modal de Video */
.video-modal {
    display: none !important;
    position: fixed !important;
    z-index: 9999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    background-color: #000 !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}

.modal-content video {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.close-btn {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 40px !important;
    font-weight: bold !important;
    color: white !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 2px solid white !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    transition: color 0.3s ease, background-color 0.3s ease !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.close-btn:hover {
    color: #F8AF40 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
}

/* Hero Section */
.hero-section {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 600px !important;
    background-size: cover !important;
    background-position: center center !important;
}

.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(15, 76, 117, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-title {
    font-family: 'Switzer', sans-serif !important;
    font-size: 72px !important;
    font-weight: 700 !important;
    color: #F8AF40 !important;
    text-align: center !important;
    z-index: 2 !important;
    position: relative !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .bicentenario-page-title {
        font-size: 72px !important;
    }

    .descriptor-content,
    .metafora-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .estadisticas-content {
        gap: 30px !important;
    }
}

@media (max-width: 992px) {
    .bicentenario-page-title {
        font-size: 56px !important;
    }

    .descriptor-section .row,
    .metafora-section .row {
        flex-direction: column !important;
        text-align: center !important;
    }

    .descriptor-content,
    .metafora-content {
        padding: 0 !important;
        margin-top: 40px !important;
    }

    .content-image {
        height: 240px !important;
    }

    .estadisticas-content {
        flex-direction: column !important;
        align-items: center !important;
    }

    .numeros-principales {
        justify-content: center !important;
    }

    .numeros-secundarios {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .bicentenario-hero {
        height: 60vh !important;
        margin-top: 60px !important;
    }

    .bicentenario-page-title {
        font-size: 42px !important;
    }

    .bicentenario-description,
    .bicentenario-content,
    .descriptor-section,
    .stats-section,
    .metafora-section {
        padding: 60px 0 !important;
    }

    .description-text {
        font-size: 18px !important;
    }

    .content-text {
        font-size: 15px !important;
    }

    .descriptor-title,
    .metafora-title,
    .stats-title {
        font-size: 28px !important;
    }

    .content-image {
        height: 200px !important;
    }

    .numero {
        font-size: 36px !important;
    }

    .numero-pequeno {
        font-size: 24px !important;
    }

    .numero-grande {
        font-size: 42px !important;
    }

    .formas-container,
    .numeros-principales,
    .numero-secundario,
    .numero-total {
        padding: 15px !important;
    }
}

@media (max-width: 576px) {
    .bicentenario-hero {
        height: 50vh !important;
        margin-top: 50px !important;
    }

    .bicentenario-page-title {
        font-size: 32px !important;
    }

    .bicentenario-description,
    .bicentenario-content,
    .descriptor-section,
    .stats-section,
    .metafora-section {
        padding: 40px 0 !important;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .description-text {
        font-size: 16px !important;
        text-align: left !important;
    }

    .content-text {
        font-size: 14px !important;
        text-align: left !important;
    }

    .descriptor-title,
    .metafora-title,
    .stats-title {
        font-size: 24px !important;
    }

    .descriptor-text {
        font-size: 14px !important;
        text-align: left !important;
    }

    .content-image {
        height: 180px !important;
    }

    .numeros-principales {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .numeros-secundarios {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .numero {
        font-size: 28px !important;
    }

    .numero-pequeno {
        font-size: 20px !important;
    }

    .numero-grande {
        font-size: 36px !important;
    }

    .metafora-lines {
        gap: 10px !important;
    }
}

/* ===== FUNCIONALIDAD INTERACTIVA PARA DESCRIPTOR ===== */
.descriptor-image {
    width: 100% !important;
    height: 400px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
    background: #000 !important;
}

#descriptorImage {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: opacity 0.3s ease !important;
    display: block !important;
}

.descriptor-controls {
    margin-top: 20px !important;
}

.descriptor-toggle-button {
    background: linear-gradient(135deg, #F8AF40 0%, #FF8C00 100%) !important;
    color: white !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    font-family: 'Switzer', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(248, 175, 64, 0.3) !important;
}

.descriptor-toggle-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(248, 175, 64, 0.4) !important;
    background: linear-gradient(135deg, #FF8C00 0%, #F8AF40 100%) !important;
}

.descriptor-toggle-button:active {
    transform: translateY(0) !important;
}

.descriptor-toggle-button i {
    font-size: 12px !important;
}

/* Estilos para la interfaz interactiva */
.interactive-image-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.cartography-name {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.9) 0%, rgba(124, 179, 66, 0.9) 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  font-family: 'Switzer', sans-serif;
  font-size: 18px;
  font-weight: 600;
  z-index: 10;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.6s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cartography-name.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-viewer {
  position: relative;
  width: 100%;
  height: 450px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.image-viewer.transitioning {
  transform: scale(0.98);
  transition: transform 0.3s ease;
}

.image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interactive-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.interactive-point {
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #F8AF40 0%, #e69e36 100%);
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.interactive-point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 2px solid rgba(248, 175, 64, 0.5);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.interactive-point:hover {
  transform: translate(-50%, -50%) scale(1.2);
  background: linear-gradient(135deg, #e69e36 0%, #d18d2e 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.image-toggle-container {
  margin-top: 25px;
  text-align: center;
}

.toggle-btn {
  background: linear-gradient(135deg, #0F4C75 0%, #1976D2 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-family: 'Switzer', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.toggle-btn:hover {
  background: linear-gradient(135deg, #1976D2 0%, #0F4C75 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.toggle-icon {
  transition: transform 0.3s ease;
}

.toggle-btn:hover .toggle-icon {
  transform: rotate(180deg);
}

/* Estilos para el dashboard de estadísticas - Idéntico a Maria la Baja */
.stats-section {
  padding: 100px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.stats-title {
  font-family: 'Switzer', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #0F4C75;
  margin-bottom: 50px;
}

.stats-dashboard {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 24px;
  background: white;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  animation: cardPop 400ms ease;
}

.stats-left {
  display: grid;
  grid-template-rows: 240px auto;
  gap: 16px;
}

.stats-shapes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #ddd;
  border-radius: 12px;
  padding: 16px;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

/* Removed duplicate unscoped shape rules here as well */

.stats-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.stats-card {
  background: #ddd;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  animation: cardPop 400ms ease;
}

.stats-card-title {
  font-family: 'Switzer', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  text-align: left;
}

.stats-card-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stat-item {
  background: #e6e6e6;
  border-radius: 12px;
  padding: 16px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.stat-number {
  font-family: 'Switzer', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1f2937;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stat-label {
  font-family: 'Switzer', sans-serif;
  font-size: 1rem;
  color: #1f2937;
}

.stats-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.summary-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: inset 0 0 0 2px #e5e7eb;
  transition: transform 200ms ease;
}

.summary-number {
  font-family: 'Switzer', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1f2937;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.summary-label {
  font-family: 'Switzer', sans-serif;
  font-size: 0.95rem;
  color: #1f2937;
}

.stats-right {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: 12px;
}

.color-btn {
  width: 100%;
  font-size: 20px;
  border: 2px solid #142139;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 2px 2px 0 #142139;
  height: 64px;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 200ms ease;
}

.color-btn:focus { outline: 2px solid #0F4C75; }
.color-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }


.color-yellow { background: #E4D22A; }
.color-blue { background: #2E4DA9; }
.color-green { background: #2EA942; }
.color-red { background: #A9362E; }
.color-brown { background: #8A602C; }

/* State-based shape colors */
.state-yellow .shape-circle::before,
.state-yellow .shape-triangle::before,
.state-yellow .shape-rect::before { background: #E4D22A; border-bottom-color: #E4D22A; }

.state-blue .shape-circle::before,
.state-blue .shape-triangle::before,
.state-blue .shape-rect::before { background: #2E4DA9; border-bottom-color: #2E4DA9; }

.state-green .shape-circle::before,
.state-green .shape-triangle::before,
.state-green .shape-rect::before { background: #2EA942; border-bottom-color: #2EA942; }

.state-red .shape-circle::before,
.state-red .shape-triangle::before,
.state-red .shape-rect::before { background: #A9362E; border-bottom-color: #A9362E; }

.state-brown .shape-circle::before,
.state-brown .shape-triangle::before,
.state-brown .shape-rect::before { background: #8A602C; border-bottom-color: #8A602C; }

/* Hover effects */
.stat-item:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.summary-box:hover { transform: translateY(-2px); }

/* Animaciones mejoradas */
@keyframes cardPop {
  0% { transform: translateY(6px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes shapeRise {
  0% { transform: translateY(8px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Animación de conteo suave */
@keyframes numberCountUp {
  0% { 
    opacity: 0.8;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.stat-number.counting,
.summary-number.counting {
  animation: numberCountUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Clases para posiciones de puntos interactivos */
.point-1 { top: 52%; left: 65%; }
.point-2 { top: 20%; left: 75%; }
.point-3 { top: 75%; left: 40%; }
.point-4 { top: 35%; left: 70%; }
.point-5 { top: 65%; left: 75%; }
.point-6 { top: 60%; left: 25%; }
.point-7 { top: 45%; left: 20%; }
.point-8 { top: 25%; left: 35%; }
.point-9 { top: 15%; left: 50%; }

/* Clase para ocultar capas */
.hidden-layer {
  display: none;
}

/* Animación de pulso */
@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
    .descriptor-image {
        height: 300px !important;
    }
    
    .image-viewer {
        height: 380px;
        max-width: 600px;
    }
    
    .cartography-name {
        font-size: 16px;
        padding: 10px 20px;
        top: 15px;
        left: 15px;
    }
    
    .interactive-point {
        width: 25px;
        height: 25px;
    }
    
    .stats-dashboard {
        flex-direction: column;
    }
    
    .stats-right {
        flex-direction: row;
        justify-content: center;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .descriptor-image {
        height: 250px !important;
    }
    
    .image-viewer {
        height: 320px;
        max-width: 500px;
    }
    .metafora-line {
        height: 8px !important;
    }

/* Arjona-like shapes and stats adjustments copied here to match visuals */
/* Removed duplicated Arjona-like small block (shapes are defined in scoped block) */


.color-yellow{ background:#F8AF40 !important; }
.color-blue{ background:#4A90E2 !important; }
.color-green{ background:#4CAF50 !important; }
.color-red{ background:#E53935 !important; }
.color-brown{ background:#8B4513 !important; }

.stat-number{ font-size:56px !important; font-weight:700 !important; color:#072A40 !important; }
.summary-number{ font-size:40px !important; font-weight:700 !important; color:#072A40 !important; }



}
/* Revert: removed Arjona grid/descriptor adjustments previously applied */