* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

@font-face {
    font-family: 'IvyPresto Headline';
    src: url('https://nuevasnarrativasec.github.io/versus-electoral-2026/fonts/IvyPrestoHeadline-SemiBold.woff2') format('woff2'),
        url('https://nuevasnarrativasec.github.io/versus-electoral-2026/fonts/IvyPrestoHeadline-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tungsten SemiBold';
    src: url('https://nuevasnarrativasec.github.io/nodos-de-poder/fonts/Tungsten-SemiBold.woff2') format('woff2'),
         url('https://nuevasnarrativasec.github.io/nodos-de-poder/fonts/Tungsten-SemiBold.woff') format('woff');
}


body.versus{
    background: url('https://nuevasnarrativasec.github.io/versus-electoral-2026/img/bg-textura.jpg?v2') repeat center center fixed;
}
.main-header{
    height: 800px;
    overflow: hidden;
    position: relative;
}
    #main-header-desktop{
        display: block
    }
    #main-header-movil{
        display: none;
    }
.main-header::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /*background: linear-gradient(90deg, rgba(199, 104, 39, 1) 0%, rgba(199, 104, 39, 1) 50%, rgba(12, 118, 159, 1) 50%, rgba(12, 118, 159, 1) 100%);*/
    mix-blend-mode: multiply;
    pointer-events: none;
}
    .ctn-titulo{
        left: 50%;
        margin: 0 auto;
        max-width: 35%;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
        .ctn-titulo img{
            max-width: 200px;
            margin-top: 20px;
        }
        .ctn-titulo h1{
            font: 4em/1.1 "ivypresto-headline",serif;
            font-weight: 900;
            color: #fff;
            margin-top: 10px;
        }
            .ctn-titulo h1 span{
                color: #000;
                font-size: 2rem;
                margin: 5px auto 20px;
                text-transform: uppercase;
                display: block;
            }
        .ctn-titulo p{
            font: 1.2rem/1.4 'Roboto', sans-serif; 
            font-weight: 700;
            color: #fff;
            margin-top: 10px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
    .bg-keiko-portada{
        height: 100%;
        left: -115px;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: fit-content;  
    }
    .bg-sanchez-portada{
        height: 100%;
        object-fit: cover;
        position: absolute;
        right: -105px;
        top: 0;   
        width: fit-content;        
    }
.box-logos{
    padding-top: 50px;
    text-align: center;
}
/* ── Sticky bar ── */
.sticky-bar{
    position: fixed;
    top: -90px;
    left: 0;
    right: 0;
    height: 65px;
    background: #fff;
    z-index: 999999999;
    display: flex;
    align-items: stretch;
    transition: top 0.35s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.sticky-bar.activo{
    top: 0;
}
.sticky-candidato{
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.sticky-izq{
    justify-content: flex-end;
}
    .sticky-izq .sticky-foto-keiko{
        width: 196px;
        height: 65px;
    }
.sticky-der{
    justify-content: flex-start;
}
    .sticky-der .sticky-foto-sanchez{
        width: 145px;
        height: 65px;
    }
.sticky-foto{
    width: 90px;
    height: 65px;
    overflow: hidden;
    flex-shrink: 0;
}
.sticky-foto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky-foto-keiko img{
    object-position: center 10%;
}
.sticky-foto-sanchez img{
    object-position: center 5%;
}
.sticky-texto{
    padding: 0 14px;
    /*flex-grow: 1;*/
}
.sticky-texto strong{
    display: block;
    font: 1em / 1.1 "ivypresto-headline", serif;
    font-weight: 600;
    color: #111;
}
.sticky-texto span{
    display: block;
    font: 400 12px/1.4 'Roboto', sans-serif;
    color: #555;
    text-align: left;
}
.sticky-logo-partido{
    height: 42px;
    width: auto;
    margin: 0 14px;
    flex-shrink: 0;
}
.sticky-divisor{
    width: 1px;
    background: #ccc;
    align-self: stretch;
    flex-shrink: 0;
}
    .box-logos img{
        display: inline-block;
        margin: 0 20px;
        max-width: 500px;
        vertical-align: top;
    }
    .box-logos .logo-keiko-desktop,
    .box-logos .logo-sanchez-desktop{
        display: inline-block;
    }
    .box-logos .logo-keiko-movil,
    .box-logos .logo-sanchez-movil{
        display: none;
    }
.box-timeline{
    margin: 50px auto 0;
    max-width: 1200px;
    position: relative;
    text-align: center;
}
    .box-timeline .bg-timeline{
        /*background: url('https://nuevasnarrativasec.github.io/versus-electoral-2026/img/bg-timeline-azul.jpg') repeat-y center center;*/
        background-size: contain;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-10px);
        width: 20px;
        z-index: -1;
    }
    .bg-titulo{
        display: block;
        margin: 0 auto;
        max-width: 280px;
        padding: 90px 0 50px;
        position: relative;
        text-align: center;
    }
    .box-info-timeline{
        position: relative;
        margin: 0 auto;
        max-width: 800px;       
        text-align: center;
    }
        .info-doble{

        }
            .info-doble .box-info-izq,
            .info-doble .box-info-der{
                padding-top: 50px;
            }
            .info-doble .box-info-izq{
                background: url('https://nuevasnarrativasec.github.io/versus-electoral-2026/img/bg-linea-lateral-izq.png') no-repeat left top;
                background-size: 8px;
                padding-left: 35px;
                transform: translate(-50px) translateY(0);
            }
                .info-doble .box-info-izq p,
                .info-doble .box-info-der p{
                    border: 2px solid #dad7d7;
                    border-radius: 10px;
                    padding: 10px;
                }
            .info-doble span.linea-izq{
                left: -20px;
                width: 470px;                
            }
            .info-doble .box-info-der{
                background: url('https://nuevasnarrativasec.github.io/versus-electoral-2026/img/bg-linea-lateral-izq.png') no-repeat right top;
                background-size: 8px;
                padding-right: 35px;
                transform: translate(50px) translateY(0);
            }
            .info-doble .box-info-der.info-rla{
                background-image: url('https://nuevasnarrativasec.github.io/versus-electoral-2026/img/bg-linea-lateral-izq-rla.png');
                background-position: right top;
                background-repeat: no-repeat;
            }
            .info-doble span.linea-der{
                right: -20px;
                width: 470px;                
            }
        .box-info-timeline img{
            display: block;
            margin: 0 auto;
            max-width: 134px;            
            position: relative;
            z-index: 2;
        }
            .box-info-timeline .bg-sub-trayectoria{
                max-width: 178px;
            }
        span.linea-izq{
            background-color: #000;
            height: 1px;
            left: 180px;
            position: absolute;
            top: 70px;
            width: 180px;       
        }
            span.linea-izq::before{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 1px;
                height: 33px;
                background-color: #000;
            }
                span.linea-izq i{
                    display: block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #ed6c07;
                    position: absolute;
                    left: 0;
                    transform: translate(-50%, 100%);
                    bottom: -30px;
                }
            span.linea-der::after{
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 33px;
                background-color: #000;
            }
                span.linea-der i{
                    display: block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #3a7d1c;
                    position: absolute;
                    right: 0;
                    transform: translate(49%, 100%);
                    bottom: -30px;
                }
        .no-before-after{

        }
            .no-before-after::after,
            .no-before-after::before{
                content: '' !important;
                opacity: 0 !important;
            }
        span.linea-der{
            background-color: #000;
            height: 1px;
            right: 180px;
            position: absolute;
            top: 70px;
            width: 200px;            
        }
        .box-info-izq p,
        .box-info-der p{
            font: .9rem/1.4 'Roboto', sans-serif; 
            margin-bottom: 20px;
        }
            .box-info-izq p span,
            .box-info-der p span{
                color: #666666;
                display: block;
                font-weight: 900;
            }
        .box-info-izq,
        .box-info-der{
            display: inline-block;
            margin-top: -16px;
            min-width: 390px;
            max-width: 390px;
            text-align: left;
            vertical-align: top;
            opacity: 0;
            transition: opacity 0.55s ease, transform 0.55s ease;
        }
        .box-info-izq{
            padding-right: 45px;
            transform: translateX(-18px);
        }
        .box-info-der{
            padding-left: 45px;
            transform: translateX(18px);
            transition-delay: 0.1s;
        }

        /* Visible state — non info-doble */
        .box-info-timeline.is-visible .box-info-izq{
            opacity: 1;
            transform: translateX(0);
        }
        .box-info-timeline.is-visible .box-info-der{
            opacity: 1;
            transform: translateX(0);
        }

        /* Visible state — info-doble (preserve original offset) */
        .info-doble.is-visible .box-info-izq{
            opacity: 1;
            transform: translate(-32px);
        }
        .info-doble.is-visible .box-info-der{
            opacity: 1;
            transform: translate(32px);
        }
            .box-info-izq .bg-linea-dato,
            .box-info-der .bg-linea-dato{
                margin: 0 auto 10px;
                width: 10px;
                opacity: 0;
            }
    .box-info-frase-izq,
    .box-info-frase-der{
        display: inline-block;
        margin: 0 30px;
        max-width: 390px;
        vertical-align: top;
    }
    .box-info-frase-der{
        margin-top: 0;
    }
        .box-info-frase-izq img,
        .box-info-frase-der img{
            display: block;
            margin: 20px auto 20px;
        }
        .box-info-frase-izq h3,
        .box-info-frase-der h3{
            color: #ED6A08;
            font: 2em/1.3 "ivypresto-headline",serif;
            font-style: italic;
            font-weight: 600;
            margin: 0 15px;    
            text-align: left;            
        }
            .box-info-frase-izq h3 span,
            .box-info-frase-der h3 span{                
                color: #000;
                display: block;
                font: 1rem / 1.4 'Roboto', sans-serif;
            }
        .box-info-frase-der h3{
            color: #097E04;
        }
        .box-info-frase-izq h4{
            color: #ED6A08;
            font: 3rem/1 'Tungsten SemiBold';
            font-weight: 900;
        }
        .box-info-frase-der h4{
            color: #0c769f;
            font: 3rem/1 'Tungsten SemiBold';
            font-weight: 900;
        }
            .box-info-frase-izq h4 span,
            .box-info-frase-der h4 span{
                display: block;
                font-size: 2rem;
            }
            .box-info-frase-izq p.texto-ingresos,
            .box-info-frase-der p.texto-ingresos{
                font: .9rem / 1.4 'Roboto', sans-serif;
                margin: 10px auto 0;
                max-width: 300px;
                text-align: left;                
            }
        .box-ingresos{
            margin: 0 50px;
        }
    .box-vice-izq,
    .box-vice-der{
        display: inline-block;
        margin: 0 20px;
        vertical-align: top;
    }
        .vice{
            display: inline-block;
            margin: 0 10px;
            max-width: 200px;
            text-align: center;
            vertical-align: top;
        }
            .vice img{
                margin: 0 auto 30px;
                max-width: 200px;
            }
            .vice p{
                display: block;
                font: .9rem / 1.4 'Roboto', sans-serif;
                margin-bottom: 10px;
                text-align: left;
            }
    .box-entorno{
        margin-bottom: 250px;
        padding-top: 80px;
        position: relative;
    }
        img.bg-entorno{
            max-width: 900px;
        }
        .box-persona-entorno{
            cursor: pointer;
            position: absolute;
            text-align: left;
        }
            .entorno-izq-1 .box-info-persona-entorno,
            .entorno-izq-2 .box-info-persona-entorno,
            .entorno-izq-3 .box-info-persona-entorno,
            .entorno-izq-4 .box-info-persona-entorno,
            .entorno-izq-5 .box-info-persona-entorno,
            .entorno-izq-6 .box-info-persona-entorno,
            .entorno-der-1 .box-info-persona-entorno,
            .entorno-der-2 .box-info-persona-entorno,
            .entorno-der-3 .box-info-persona-entorno,
            .entorno-der-4 .box-info-persona-entorno,
            .entorno-der-5 .box-info-persona-entorno,
            .entorno-der-6 .box-info-persona-entorno{
                    margin-top: 5px;
            }
            .entorno-izq-1{
                max-width: 110px;
                left: 370px;
                top: 0;
            }                
            .entorno-izq-2{
                max-width: 105px;
                left: 470px;
                top: 185px;
            }
            .entorno-izq-3{
                bottom: -28%;
                left: 415px;
                max-width: 105px;
            }
            .entorno-izq-4{
                bottom: -175px;
                left: 220px;
                max-width: 130px;
            }
            .entorno-izq-5{
                max-width: 130px;
                top: 325px;
                left: 70px;
            }
            .entorno-izq-6{
                max-width: 110px;
                top: 15px;
                left: 110px;
            }
            .entorno-der-1{
                right: 450px;
                top: 65px;
                max-width: 90px;
            } 
            .entorno-der-2{
                right: 165px;
                top: 15px;
                max-width: 90px;
            } 
            .entorno-der-3{
                top: 170px;
                right: 55px;
                max-width: 90px;     
            }
            .entorno-der-4{
                bottom: -115px;
                right: 100px;
                max-width: 95px;          
            }
            .entorno-der-5{
                bottom: -150px;
                right: 330px;
                max-width: 95px;     
            }
            .entorno-der-6{
                bottom: -30px;
                right: 450px;
                max-width: 95px;     
            }
            .box-persona-entorno img{
                display: inline-block;
                max-width: 80px;
                vertical-align: top;
            }
            .box-info-persona-entorno{
                display: inline-block;
                text-align: left;
                vertical-align: top;
            }
                .box-info-persona-entorno h5{
                    font: .9rem / 1.4 'Roboto', sans-serif;
                    font-weight: 900;
                    margin-bottom: 0;
                }
                .box-info-persona-entorno p{
                    font: .9rem / 1.4 'Roboto', sans-serif;
                    margin-bottom: 10px;
                }
        /* ── Tooltip entorno ── */
        .box-persona-entorno {
            z-index: 1;
        }
        .box-persona-entorno.is-active,
        .box-persona-entorno:hover {
            z-index: 9999998;
        }

        .entorno-tooltip {
            display: flex;
            align-items: flex-start;
            gap: 4px;
            position: absolute;
            left: 50%;
            top: calc(40% + 6px);
            transform: translateX(-50%);
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
            transition: opacity .22s ease, transform .22s ease;
            transform: translateX(-50%) translateY(-6px);
            z-index: 200;
            min-width: 220px;
            max-width: 260px;
            box-sizing: border-box;
        }
        .entorno-tooltip.tooltip-der {
            left: auto;
            right: 50%;
            transform: translateX(50%) translateY(-6px);
        }
        .box-persona-entorno.is-active .entorno-tooltip,
        .box-persona-entorno:hover .entorno-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
            pointer-events: auto;
                z-index: 9999999;
        }
        .box-persona-entorno.is-active .entorno-tooltip.tooltip-der,
        .box-persona-entorno:hover .entorno-tooltip.tooltip-der {
            transform: translateX(50%) translateY(0);
        }

        .tooltip-arrow {
            color: #bbb;
            font-size: .8rem;
            line-height: 1;
            flex-shrink: 0;
            margin-top: 8px;
        }

        .tooltip-box {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,.15), 0 1px 4px rgba(0,0,0,.08);
            padding: 12px 14px;
            font: .82rem/1.5 'Roboto', sans-serif;
            color: #222;
            text-align: left;
            border: 1px solid #e8e8e8;
        }
        .tooltip-box strong {
            font-weight: 900;
            color: #111;
        }
    .box-temas-timeline{
        position: relative;
    }
        .box-timeline h6{
            background-color: #707070;
            border-radius: 5px;
            color: #fff;
            display: inline-block;
            font-family: 'Tungsten SemiBold', 'Oswald', sans-serif;
            font-size: 1.3rem;
            font-weight: 900;
            margin: 0 auto 10px;
            padding: 5px 10px;
            text-transform: uppercase;
            vertical-align: top;
            width: fit-content;
        }
        .box-tema{
            border: 1px solid #c2c2c2;
            display: inline-block;
            margin: 0 20px 40px;
            max-width: 300px;
            text-align: center;
            vertical-align: top;
        }
            .box-tema p{
                font: .9rem / 1.4 'Roboto', sans-serif;
                margin-top: 10px;
                padding: 20px;
                text-align: left;
            }
.footer{
    background-color: #000;
    padding-bottom: 40px;
}
    .footer img{
        display: block;
        margin: 0 auto;
        max-width: 120px;
        padding: 20px 0;
    }
    .footer p{
        color: #fff;
        font: .9rem / 1.4 'Roboto', sans-serif;
        text-align: center;
    }
        .footer p span{
            display: block;
            font-weight: 900;
        }

/* ── Scroll animations ───────────────────────────────────── */

/* bg-titulo: entra desde arriba */
.bg-titulo {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.bg-titulo.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* frases: izquierda y derecha */
.box-info-frase-izq,
.box-info-frase-der {
    opacity: 0;
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.box-info-frase-izq {
    transform: translateX(-18px);
}
.box-info-frase-der {
    transform: translateX(18px);
    transition-delay: 0.1s;
}
.box-timeline.is-visible .box-info-frase-izq {
    opacity: 1;
    transform: translateX(0);
}
.box-timeline.is-visible .box-info-frase-der {
    opacity: 1;
    transform: translateX(0);
}

/* vicepresidentes: izquierda y derecha */
.box-vice-izq,
.box-vice-der {
    opacity: 0;
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.box-vice-izq {
    transform: translateX(-18px);
}
.box-vice-der {
    transform: translateX(18px);
    transition-delay: 0.1s;
}
.box-timeline.is-visible .box-vice-izq {
    opacity: 1;
    transform: translateX(0);
}
.box-timeline.is-visible .box-vice-der {
    opacity: 1;
    transform: translateX(0);
}

/* temas: cada box desde su lado, h6 desde arriba */
.box-temas-timeline h6 {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.box-temas-timeline .box-tema {
    opacity: 0;
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.box-temas-timeline .box-tema:first-child {
    transform: translateX(-18px);
}
.box-temas-timeline .box-tema:nth-child(3) {
    transform: translateX(18px);
    transition-delay: 0.1s;
}
.box-temas-timeline.is-visible h6 {
    opacity: 1;
    transform: translateY(0);
}
.box-temas-timeline.is-visible .box-tema {
    opacity: 1;
    transform: translateX(0);
}

/* entorno: fade + leve Y */
.box-entorno {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
    p.bajada-entorno {
        display: none;
        background-color: #fff;
        font: .9rem / 1.4 'Roboto', sans-serif;
        margin: 10px auto 30px;
        max-width: 400px;
        text-align: center;
    }   
.box-entorno.is-visible{
    opacity: 1;
    transform: translateY(0);
}

span.linea-central{
    background-color: #000;
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 576px;
}
    .box-main-senadores-izq{
        display: inline-block;
        margin-right: 20px;
        max-width: 355px;
        vertical-align: top;
    }
    .box-main-senadores-der{
        display: inline-block;
        margin-left: 20px;
        max-width: 355px;
        vertical-align: top;
    }
        .box-senadores{
            display: inline-block;
            margin: 0 20px;
            vertical-align: top;
        }
            .linea-dato-senadores{
                margin: 0 auto 20px;
                width: 10px;
            }
            .box-senadores img{
                display: block;
                margin: 0 auto 20px;
                max-width: 80px;
            }
            .box-senadores h5{
                border-bottom: 1px solid #000;
                font: .8rem / 1.4 'Roboto', sans-serif;                
                margin-bottom: 5px;
                padding-bottom: 5px;
                text-transform: uppercase;
            }
            .box-senadores h6{
                font: 1.5rem / 1.1 'Roboto', sans-serif;
                font-weight: 900;
                margin-bottom: 0;
            }
            .box-senadores ul{
                list-style: none;
            }
                .box-senadores ul li{
                    font: .9rem / 1.4 'Roboto', sans-serif;
                    margin-bottom: 10px;
                    text-align: left;
                }
                    .box-senadores ul li p span{
                        display: block;
                        font-weight: 900;
                    }

.bg-titulo-cierre{
    padding-bottom: 10px;
}               
p.cierre{
    font: .9rem / 1.4 'Roboto', sans-serif;
    font-weight: 900;
    margin: 10px auto 60px;
    max-width: 300px;
    text-align: center;
}
.box-main-indicacion{
    margin-bottom: 20px;
    text-align: center;
}
    .box-main-indicacion img{
        display: inline-block;
        max-width: 170px;
        margin: 0 185px;
        vertical-align: top;
    }

/* ============================================
   FOOTER
============================================ */
.footer-section {
    background: #1a1a1a;
    color: white;
    padding: 30px 40px;
    margin-top: 80px;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.logo-comercio {
    display: block;
    margin: 20px auto;
    max-width: 130px;
}

span.separador-logo {
    background-color: #fff;
    display: block;
    height: 1px;
    margin: 0 auto 20px;
    max-width: 600px;
}

.footer-content ul {
    display: inline-block;
    list-style-type: none;
    margin: 20px 30px 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.footer-content ul li {
    margin-bottom: 15px;
    text-align: center;
}

.footer-content ul li h4 {
    font: 0.9rem/1.3 'Roboto', sans-serif;
    font-weight: 800;
}

.footer-content ul li p {
    font: 0.9rem/1.6 'Roboto', sans-serif;
    font-weight: 300;
}

p.margin{
    padding: 0 60px;
}
p.margin-2{
    padding: 0 70px;
}
    

@media (max-width: 640px) {

    .entorno-tooltip {
        min-width: 180px;
        max-width: calc(100vw - 16px);
    }

    .main-header{
        height: auto;
        overflow: hidden;
    }
        .bg-keiko-portada {
            bottom: -15px;
            height: 250px;
            left: 0;
            top: inherit;
            width: 37%;           
        }
        .bg-sanchez-portada {
            bottom: 0;
            height: 232px;
            right: 0;
            top: inherit;
            width: 37%;            
        }
        .ctn-titulo{
            max-width: 95%;
            transform: translate(-50%, -95%);
            width: 95%;
        }
            .ctn-titulo img{
                max-width: 150px;
            }
            .ctn-titulo h1{
                font-size: 2.5rem;
            }
            .ctn-titulo p{
                font: 1rem / 1.7 'Roboto', sans-serif;
            }

        .box-logos img{
            margin: 0 auto;
            max-width: 49%;
        }
    .box-timeline .bg-timeline{
        transform: translateX(0px);
        width: 1px;
        background: none;
        background-color: #000;
    }
    .box-info-izq, 
    .box-info-der{
        min-width: inherit;
        width: 45%;
    }
    .box-info-izq{
        padding-right: 5px;
    }
    .box-info-der{
        padding-left: 10px;
    }
    .box-info-timeline span.linea-izq,
    .box-info-timeline span.linea-der{
        width: 30%;
    }
    .box-info-timeline span.linea-izq{
        left: 0;
        transform: translate(50%, 0);
    }
    .box-info-timeline span.linea-der{
        right: 0;
        transform: translate(-50%, 0);
    }
        
    .box-info-frase-izq h3, 
    .box-info-frase-der h3 {
        /*background-color: #fff;
        padding: 10px;*/
        font: 1.5em / 1.3 "ivypresto-headline", serif;
        font-style: italic;
        font-weight: 600;
        margin: 0;
    }
    .info-doble .box-info-der,
    .info-doble .box-info-der.info-rla,
    .info-doble .box-info-der.info-sanchez{
        background: none;
    }
    .box-vice-izq, 
    .box-vice-der{
        margin: 0 10px;
        max-width: 40%;
    }
    .box-tema{
        margin: 0 10px 40px;
        max-width: 40%;
    }
        .box-temas-timeline h6{
            font-size: 1rem;
        }
        .box-tema p{
            padding: 5px;
        }
    .box-info-timeline.info-doble span.linea-izq,
    .box-info-timeline.info-doble span.linea-der{
        display: none;
    }
    .entorno-izq-1 {
        left: 16%;
        top: -45px;
        scale: .5;
        width: 35%;
    }
    .entorno-izq-2 {
        left: 106px;
        top: 63px;
        scale: .5;
        width: 35%;
    }
    .entorno-izq-3 {
        bottom: -105px;
        scale: .5;
        width: 35%;
        left: 100px;
    }
    .entorno-izq-4 {
        bottom: -150px;
        left: 25px;
        scale: .5;
        width: 35%;
        max-width: 110px;
    }
    .entorno-izq-5{
        left: -15px;
        scale: .5;
        width: 35%;
        max-width: 85px;
        top: 135px;
    }
    .entorno-izq-6{
        top: 10px;
        left: -20px;
        scale: .5;
        width: 35%;
    }
    .entorno-der-1 {
        left: 51%;
        top: -45px;
        scale: .5;
        width: 35%;
    }
    .entorno-der-2 {
        right: -6%;
        top: -15px;
        scale: .5;
        width: 35%;
    }
    .entorno-der-3 {
        bottom: -65px;
        right: -8%;
        scale: .5;
        width: 35%;
    }
    .entorno-der-4 {
        bottom: -155px;
        left: 51%;
        scale: .5;
        width: 35%;
    }

    .box-senadores{
        margin: 0 20px 30px;
    }
    span.linea-central{
        display: none;
        width: 80%;
    }
    .box-main-senadores-izq{
        margin-right: 0;
        max-width: 45%;
    }
    .box-main-senadores-der{
        margin-left: 0;
        max-width: 45%;
    }
    .box-senadores .linea-dato-senadores{
        display: none;
    }

    .box-ingresos {
        margin: 0 10px;
        max-width: 40%;
    }
    .box-info-frase-izq h4,
    .box-info-frase-der h4{
        font: 2.5rem / 1 'Tungsten SemiBold';
    }

    .box-info-frase-izq, 
    .box-info-frase-der{
        max-width: 40%;
        margin: 0 10px;
    }

    .box-logos .logo-keiko-desktop,
    .box-logos .logo-sanchez-desktop{
        display: none;
    }
    .box-logos .logo-keiko-movil{
        display: inline-block;
        margin: 0 5%;
        max-width: 33%;
    }
    .box-logos .logo-sanchez-movil{
        display: inline-block;
        margin: 0 10px;
        max-width: 47%;
    }

    #main-header-desktop{
        display: none
    }
    #main-header-movil{
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
        #main-header-movil .bg-keiko-portada {
            flex: 0 0 50%;
            width: 50%;
            height: 250px;
            object-fit: cover;
            object-position: center top;
            display: block;
            position: relative;
            top: auto;
            left: auto;
        }
        #main-header-movil .bg-sanchez-portada{
            flex: 0 0 50%;
            width: 50%;
            height: 250px;
            object-fit: cover;
            object-position: center top;
            display: block;
            position: relative;
            top: auto;
            right: auto;
            float: none;
        }
        #main-header-movil .ctn-titulo{
            flex: 0 0 100%;
            width: 100%;
            position: relative;
            transform: none;
            left: 0;
            top: inherit;
            background: #000;
            max-width: 100%;
            padding: 0 10px 20px;
        }
    .box-main-indicacion img {
        display: inline-block;
        max-width: 140px;
        margin: 0 5px;
        vertical-align: top;
    }
    .footer-content ul{
        display: block;
    }

    .em-grid .em-col-izq,
    .em-grid .em-col-der{
        margin: 0 1%;
        width: 46%;
    }
    .em-grid .em-persona-row{
        align-items: flex-start;
        flex-direction: column;
    }
    .em-grid p.sub-circulo{
        padding-left: 10px;
    }

    p.margin,
    p.margin-2{
        padding: 0;
    }
    p.explicacion{
        max-width: 90%;
    }

    .sticky-izq .sticky-foto-keiko,
    .sticky-der .sticky-foto-sanchez{
        display: none;
    }
    .sticky-der .sticky-texto{
        padding: 0 5px;
        text-align: left !important;
    }
    .box-tema{
        border: none;
    }

    .sticky-bar{
        height: 56px;
        padding: 10px 0;
        text-align: center;
        display: block;
    }
        .sticky-candidato{
            display: inline-block;
            flex: none;
            vertical-align: top;
            width: 47%;
        }
        .sticky-texto{
            display: inline-block;
            padding: 0 10px;
            vertical-align: top;
        }
        .sticky-logo-partido{
            display: inline-block;
            height: 35px;
            margin: 0 3px;
            vertical-align: top;
            width: auto;            
        }
        .sticky-izq{
            /*width: 46%;*/
        }
        .sticky-divisor{
            display: inline-block;
            vertical-align: top;
            height: 40px;
            width: 1px;
        }

}


/* ══════════════════════════════════════════
       ENTORNO — versión lista (desktop + mobile)
    ══════════════════════════════════════════ */
    .box-entorno { display: none !important; }
    .box-entorno-movil {
        display: block;
        margin-bottom: 60px;
        padding-top: 10px;
    }

    /* ── Retratos candidatos ── */
    .em-retratos {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0 0 0;
        position: relative;
        max-width: 800px;
        margin: 0 auto;
    }
    .em-retratos::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0; bottom: 0;
        width: 1px;
        background: #ccc;
        transform: translateX(-50%);
        display: none;
    }
    .em-retrato {
        width: 48%;
        text-align: center;
        padding-bottom: 8px;
    }
    .em-retrato img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        object-position: top center;
        border-radius: 50%;
        display: block;
        margin: 0 auto 6px;
    }
        .em-retrato.der img{
            /*margin: 0 0 0 55px;*/
        }
    .em-retrato p {
        font: .65rem/1.3 'Roboto', sans-serif;
        color: #444;
    }
    .em-retrato p strong { display: block; font-size: .72rem; }

    /* ── Indicación ── */
    .em-indicacion {
        display: flex;
        justify-content: space-evenly;
        margin: 8px 0 14px;
    }
    .em-indicacion img {
        width: 46%;
        max-width: 140px;
    }

    p.sub-circulo{
        font: .9rem / 1.3 'Roboto', sans-serif;
        font-weight: 900;
        margin: 10px auto 5px;
        padding-left: 15px;
        text-align: left;
        text-transform: uppercase;
    }

    /* ── Grid dos columnas ── */
    .em-grid {
        display: block;
        position: relative;
        text-align: center;
    }
    .em-grid::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0; bottom: 0;
        width: 1px;
        background: #ccc;
        transform: translateX(-50%);
        z-index: 0;
        display: none;
    }
    .em-col {
        flex: 1;
        min-width: 0;
    }
    .em-col-izq { 
        display: inline-block;
        padding-right: 8px; 
        vertical-align: top;
        margin: 0 5%;
        width: 25%;
    }
    .em-col-der { 
        display: inline-block;
        padding-left: 8px;
        vertical-align: top;
        margin: 0 5%;
        width: 25%;
    }

    /* ── Item persona ── */
    .em-item {
        margin-bottom: 12px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        padding: 0 10px;
    }
    .em-persona-row {
        display: flex;
        align-items: center;
        gap: 5px;
        text-align: left;
    }
    .em-col-der .em-persona-row {
        /*flex-direction: row-reverse;*/
    }

    .em-arrow {
        font-size: 1rem;
        color: #999;
        flex-shrink: 0;
        line-height: 1;
        display: none;
    }
    .em-persona-row img {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
        border-radius: 50%;
        object-fit: cover;
    }
    .em-info { flex: 1; min-width: 0; }
    .em-info h5 {
        font: .9rem/1.3 'Roboto', sans-serif;
        font-weight: 900;
        margin: 0;
    }
    .em-info p {
        font: .9rem/1.3 'Roboto', sans-serif;
        color: #3b3b3b;
        margin: 0;
    }
    .em-col-der .em-info { text-align: left; }

    /* ── Tooltip inline ── */
    .em-tooltip-box {
        display: none;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0,0,0,.18), 0 1px 4px rgba(0,0,0,.08);
        padding: 10px 12px;
        font: .9rem/1.5 'Roboto', sans-serif;
        color: #222;
        border: 1px solid #e8e8e8;
        margin-top: 8px;
        position: relative;
        z-index: 10;
        text-align: left;
    }
    .em-item.is-active .em-tooltip-box { display: block; }
    .em-tooltip-box strong {
        font-weight: 900;
        color: #111;
    }
    .box-main-indicacion{
        display: none;
    }
    p.explicacion{
        background: #fff;
        color: #222;
        font: .9rem/1.5 'Roboto', sans-serif;
        font-weight: 600;
        margin: 0 auto 40px;
        max-width: 400px;
        padding: 10px;
    }
        p.explicacion a{
            color: #b28a06;
            font-weight: 900;
        }

    .bg-sub-experiencia{
        max-width: 157px !important;
    }
    .bg-sub-sentencias{
        max-width: 159px !important;
    }
    .info-top{
        margin-top: -32px;
    }

@media (max-width: 1280px) {
    .bg-keiko-portada {
        height: 100%;
        left: -80px;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 38%;
        width: fit-content;
    }
    .bg-sanchez-portada{
        height: 100%;
        object-fit: cover;
        position: absolute;
        right: -80px;
        top: 0;
        width: 38.5%;
        width: fit-content;
    }
    .main-header .bg-sanchez-portada-3{
        height: 100%;
        object-fit: cover;
        position: absolute;
        right: -80px;
        top: 0;
        width: 42.5%;
        width: fit-content;
    }
    #main-header-desktop{
        overflow: hidden;
    }

}

@media (max-width: 1280px){

    .bg-keiko-portada {
        bottom: 0;
        height: 65%;
        left: -80px;
        object-fit: contain;
        position: absolute;
        top: inherit;
        width: 38%;
    }
    .main-header .bg-sanchez-portada-3{
        bottom: 0;
        height: 65%;
        object-fit: contain;
        position: absolute;
        right: -80px;
        top: inherit;
        width: 42.5%;
    }



}