/*
Theme Name: Newsup Pro Child
Theme URI: https://ecosdevalencia.es/
Description: Tema hijo de Newsup Pro para la portada personalizada de Ecos de Valencia.
Author: Ecos de Valencia
Template: newsup-pro
Version: 1.0.1
Text Domain: newsup-pro-child
*/

:root{
    --edv-azul:#18264b;
    --edv-turquesa:#008b8b;
    --edv-texto:#222;
    --edv-gris:#555;
    --edv-linea:#d8dce3;
    --edv-fondo-suave:#f5f6f8;
}

/* BASE */
body.home,
body.home #content,
body.home .edv-home,
body.home .edv-noticias,
body.home .edv-destacada,
body.home .edv-portada-card{background:#fff;}

body.home #content{padding-top:0;padding-bottom:0;}
.edv-home{padding-top:20px;padding-bottom:40px;}
.edv-home a{text-decoration:none!important;}

/* DESTACADA */
.edv-destacada{margin:30px 0 28px;}
.edv-destacada-enlace{
    display:grid;
    grid-template-columns:68% 32%;
    min-height:420px;
    overflow:hidden;
    background:#fff;
}
.edv-destacada-imagen{position:relative;overflow:hidden;}
.edv-destacada-imagen img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    display:block;
}
.edv-destacada-texto{
    padding:34px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.edv-etiqueta{
    display:inline-block;
    width:fit-content;
    background:var(--edv-turquesa);
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    padding:6px 10px;
    margin-bottom:16px;
}
.edv-destacada-texto h1{
    color:var(--edv-azul);
    font-size:36px;
    line-height:1.08;
    font-weight:800;
    margin:0 0 18px;
}
.edv-destacada-texto p{
    color:var(--edv-gris);
    font-size:17px;
    line-height:1.55;
    margin:0;
}

/* 4 PRIMERAS */
.edv-primeras-cuatro{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin:24px 0 36px;
}
.edv-primeras-cuatro .edv-portada-card{
    margin:0;
    padding:0;
    overflow:hidden;
    border-bottom:3px solid var(--edv-azul);
}
.edv-primeras-cuatro .edv-portada-card a{display:block;}
.edv-primeras-cuatro .edv-portada-imagen{
    width:100%;
    height:280px;
    overflow:hidden;
}
.edv-primeras-cuatro .edv-portada-imagen img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .25s ease;
}
.edv-primeras-cuatro .edv-portada-card:hover img{transform:scale(1.025);}
.edv-portada-card-texto{padding:14px 2px 18px;}
.edv-primeras-cuatro .edv-seccion{
    display:block;
    color:var(--edv-turquesa);
    font-size:13px;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:9px;
}
.edv-primeras-cuatro h2{
    color:var(--edv-azul);
    font-size:25px;
    line-height:1.15;
    font-weight:800;
    margin:0;
}

/* PUBLICIDAD */
.edv-publicidad,
.edv-publicidad-portada{
    width:100%;
    clear:both;
    margin:34px auto;
    padding:0;
    text-align:center;
    background:#fff;
}
.edv-publicidad > div,
.edv-publicidad .n2-section-smartslider,
.edv-publicidad-portada > div,
.edv-publicidad-portada .n2-section-smartslider{
    margin-left:auto!important;
    margin-right:auto!important;
}
.edv-publicidad img,
.edv-publicidad iframe,
.edv-publicidad-portada img,
.edv-publicidad-portada iframe{
    max-width:100%;
    height:auto;
}
.edv-publicidad-primera{margin-top:12px;margin-bottom:45px;}

/* NOTICIAS */
.edv-noticia{
    position:relative;
    width:100%;
    margin:0;
    padding:32px 0;
    border-bottom:1px solid var(--edv-linea);
}
.edv-noticia:first-of-type{border-top:1px solid var(--edv-linea);}
.edv-noticia-enlace{
    display:grid;
    grid-template-columns:42% 58%;
    align-items:center;
    gap:30px;
    color:inherit;
}
.edv-noticia-imagen{width:100%;height:270px;overflow:hidden;}
.edv-noticia-imagen img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.edv-noticia-texto{padding:5px 20px 5px 0;}
.edv-seccion{
    display:inline-block;
    color:var(--edv-turquesa);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}
.edv-noticia h2{
    color:var(--edv-azul);
    font-size:31px;
    line-height:1.12;
    font-weight:800;
    margin:0 0 13px;
}
.edv-noticia p{
    color:#4f5360;
    font-size:17px;
    line-height:1.5;
    margin:0 0 13px;
}
.edv-fecha{color:#81858e;font-size:13px;}
.edv-noticia.edv-derecha .edv-noticia-imagen{order:2;}
.edv-noticia.edv-derecha .edv-noticia-texto{order:1;padding-left:0;padding-right:10px;}
.edv-noticia.edv-sin-imagen{
    padding:38px 6%;
    border-top:4px solid var(--edv-azul);
    border-bottom:4px solid var(--edv-azul);
    margin:25px 0;
}
.edv-noticia.edv-sin-imagen .edv-noticia-enlace{display:block;max-width:1050px;}
.edv-noticia.edv-sin-imagen h2{font-size:38px;max-width:1000px;}
.edv-noticia.edv-compacta .edv-noticia-enlace{grid-template-columns:32% 68%;}
.edv-noticia.edv-compacta .edv-noticia-imagen{height:205px;}
.edv-noticia.edv-compacta h2{font-size:27px;}
.edv-noticia.edv-amplia{padding:38px 0;}
.edv-noticia.edv-amplia .edv-noticia-enlace{grid-template-columns:55% 45%;}
.edv-noticia.edv-amplia .edv-noticia-imagen{height:340px;}

/* SECCIONES */
.edv-secciones-bloque{
    clear:both;
    margin:55px 0;
    padding:0 0 36px;
    border:2px solid var(--edv-azul);
    background:#fff;
}
.edv-secciones-cabecera{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin:0 0 20px;
    padding:18px 20px;
    background:var(--edv-azul);
}
.edv-secciones-cabecera > span{
    color:#7ce0df;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.edv-secciones-cabecera h2{
    color:#fff;
    font-size:34px;
    line-height:1;
    font-weight:800;
    margin:0;
}
.edv-secciones-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
    padding:0 18px;
}
.edv-seccion-card{
    position:relative;
    display:block;
    height:210px;
    overflow:hidden;
    background:var(--edv-azul);
}
.edv-seccion-imagen,
.edv-seccion-imagen img{width:100%;height:100%;}
.edv-seccion-imagen img{display:block;object-fit:cover;transition:transform .25s ease;}
.edv-seccion-card:hover img{transform:scale(1.04);}
.edv-seccion-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:flex-end;
    padding:16px;
    background:linear-gradient(to top,rgba(9,18,43,.92) 0%,rgba(9,18,43,.08) 70%);
}
.edv-seccion-overlay span{
    color:#fff;
    font-size:20px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
}

/* ACCESOS DIRECTOS */
.edv-especialidades{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    clear:both;
    margin:55px 0;
    padding:58px 0 0;
}
.edv-especialidades::before{
    content:"ACCESOS DIRECTOS";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    box-sizing:border-box;
    padding:13px 16px;
    background:var(--edv-turquesa);
    color:#fff;
    font-size:13px;
    line-height:1;
    font-weight:800;
    letter-spacing:.7px;
}
.edv-especialidad{min-height:210px;position:relative;overflow:hidden;}
.edv-especialidad a{
    display:flex;
    min-height:210px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:24px;
    text-align:center;
}
.edv-especialidad-fallas{background:linear-gradient(135deg,#18264b,#263d76);}
.edv-especialidad-caballo{background:linear-gradient(135deg,#007f83,#00a1a4);}
.edv-especialidad span{display:none;}
.edv-especialidad h2{
    color:#fff;
    font-size:32px;
    line-height:1.05;
    font-weight:800;
    margin:0 0 12px;
}
.edv-especialidad strong{color:#fff;font-size:14px;}

/* TABLET */
@media (max-width:991px) and (min-width:768px){
    .edv-destacada-enlace{grid-template-columns:60% 40%;min-height:380px;}
    .edv-destacada-imagen img{min-height:380px;}
    .edv-destacada-texto{padding:28px 24px;}
    .edv-destacada-texto h1{font-size:32px;}
    .edv-primeras-cuatro{gap:16px;}
    .edv-primeras-cuatro .edv-portada-imagen{height:220px;}
    .edv-noticia-enlace{grid-template-columns:40% 60%;gap:20px;}
    .edv-noticia h2{font-size:27px;}
    .edv-secciones-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

/* ==========================================================
   MÓVIL — MAQUETA EDITORIAL COMPACTA
   ========================================================== */
@media screen and (max-width:767px){

    body.home .edv-home .container{
        width:100%!important;
        max-width:100%!important;
        padding-left:12px!important;
        padding-right:12px!important;
    }

    .edv-home{padding-top:6px!important;padding-bottom:28px!important;}

    /* DESTACADA */
    .edv-destacada{
        margin:8px 0 18px!important;
        padding-bottom:16px!important;
        border-bottom:4px solid var(--edv-azul)!important;
    }
    .edv-destacada-enlace{display:block!important;min-height:0!important;}
    .edv-destacada-imagen,
    .edv-destacada-imagen img{
        width:100%!important;
        height:190px!important;
        min-height:190px!important;
        object-fit:cover!important;
    }
    .edv-destacada-texto{padding:12px 1px 0!important;}
    .edv-etiqueta{font-size:9px!important;padding:5px 7px!important;margin-bottom:7px!important;}
    .edv-destacada-texto h1{
        font-size:24px!important;
        line-height:1.07!important;
        margin:0 0 8px!important;
    }
    .edv-destacada-texto p{
        font-size:12.5px!important;
        line-height:1.4!important;
        margin:0!important;
    }

    /* CUATRO PRIMERAS — FLEX 2x2 PARA EVITAR CONFLICTOS DEL TEMA */
    body.home .edv-primeras-cuatro{
        display:flex!important;
        flex-direction:row!important;
        flex-wrap:wrap!important;
        align-items:stretch!important;
        gap:0!important;
        width:100%!important;
        margin:0 0 24px!important;
        padding:0!important;
    }
    body.home .edv-primeras-cuatro > .edv-portada-card{
        display:block!important;
        flex:0 0 50%!important;
        width:50%!important;
        max-width:50%!important;
        min-width:0!important;
        box-sizing:border-box!important;
        margin:0!important;
        padding:0 5px 12px!important;
        float:none!important;
        clear:none!important;
        border:0!important;
        background:#fff!important;
    }
    body.home .edv-primeras-cuatro > .edv-portada-card:nth-child(odd){
        padding-left:0!important;
    }
    body.home .edv-primeras-cuatro > .edv-portada-card:nth-child(even){
        padding-right:0!important;
    }
    body.home .edv-primeras-cuatro .edv-portada-card > a{
        display:block!important;
        height:100%!important;
        border-bottom:3px solid var(--edv-azul)!important;
        padding-bottom:8px!important;
    }
    body.home .edv-primeras-cuatro .edv-portada-imagen,
    body.home .edv-primeras-cuatro .edv-portada-imagen img{
        display:block!important;
        width:100%!important;
        height:108px!important;
        min-height:108px!important;
        max-height:108px!important;
        object-fit:cover!important;
        margin:0!important;
    }
    body.home .edv-primeras-cuatro .edv-portada-card-texto{
        padding:7px 0 0!important;
    }
    body.home .edv-primeras-cuatro .edv-seccion{
        display:block!important;
        font-size:8px!important;
        line-height:1!important;
        margin:0 0 5px!important;
        color:var(--edv-turquesa)!important;
        font-weight:800!important;
        text-transform:uppercase!important;
    }
    body.home .edv-primeras-cuatro h2{
        font-size:13px!important;
        line-height:1.14!important;
        margin:0!important;
        color:var(--edv-azul)!important;
        font-weight:800!important;
    }

    /* BANNERS COMO CAMBIO DE BLOQUE, NO COMO SALTO VACÍO */
    .edv-publicidad,
.edv-publicidad-primera,
.edv-publicidad-final,
.edv-publicidad-portada{
    position:relative!important;
    width:100%!important;
    margin:14px 0!important;
    padding:0!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border:0!important;
}

.edv-publicidad .n2-section-smartslider,
.edv-publicidad-primera .n2-section-smartslider,
.edv-publicidad-final .n2-section-smartslider,
.edv-publicidad-portada .n2-section-smartslider{
    margin:0!important;
    padding:0!important;
}

.edv-publicidad img,
.edv-publicidad-primera img,
.edv-publicidad-final img,
.edv-publicidad-portada img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
}

    /* NOTICIAS: TARJETAS EDITORIALES SEPARADAS */
    .edv-noticia,
    .edv-noticia.edv-compacta,
    .edv-noticia.edv-amplia{
        width:100%!important;
        margin:0!important;
        padding:18px 0!important;
        border:0!important;
        border-bottom:3px solid #e1e4e9!important;
        background:#fff!important;
    }
    .edv-noticia + .edv-noticia{
        margin-top:2px!important;
    }
    .edv-noticia-enlace,
    .edv-noticia.edv-compacta .edv-noticia-enlace,
    .edv-noticia.edv-amplia .edv-noticia-enlace{
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        gap:12px!important;
        width:100%!important;
    }
    .edv-noticia-imagen,
    .edv-noticia.edv-compacta .edv-noticia-imagen,
    .edv-noticia.edv-amplia .edv-noticia-imagen{
        flex:0 0 40%!important;
        width:40%!important;
        height:118px!important;
        min-width:0!important;
        margin:0!important;
        overflow:hidden!important;
    }
    .edv-noticia-imagen img{
        width:100%!important;
        height:118px!important;
        object-fit:cover!important;
    }
    .edv-noticia-texto{
        flex:1 1 0!important;
        min-width:0!important;
        padding:0!important;
    }
    .edv-noticia.edv-derecha .edv-noticia-imagen{
        order:2!important;
    }
    .edv-noticia.edv-derecha .edv-noticia-texto{
        order:1!important;
    }
    .edv-noticia .edv-seccion{
        display:inline-block!important;
        width:auto!important;
        font-size:8px!important;
        line-height:1!important;
        padding:4px 6px!important;
        margin:0 0 6px!important;
        color:var(--edv-turquesa)!important;
        background:#eef8f8!important;
        font-weight:800!important;
        text-transform:uppercase!important;
    }
    .edv-noticia h2,
    .edv-noticia.edv-compacta h2,
    .edv-noticia.edv-amplia h2{
        font-size:16px!important;
        line-height:1.14!important;
        margin:0 0 6px!important;
        color:var(--edv-azul)!important;
        font-weight:800!important;
    }
    .edv-noticia p{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        font-size:11px!important;
        line-height:1.35!important;
        margin:0 0 5px!important;
        color:#555!important;
    }
    .edv-fecha{font-size:9px!important;color:#888!important;}

    /* SIN IMAGEN: QUE PAREZCA OTRO FORMATO EDITORIAL */
    .edv-noticia.edv-sin-imagen{
        margin:22px 0!important;
        padding:16px 14px!important;
        background:var(--edv-fondo-suave)!important;
        border-top:5px solid var(--edv-azul)!important;
        border-bottom:2px solid #d7dbe2!important;
    }
    .edv-noticia.edv-sin-imagen .edv-noticia-enlace{display:block!important;}
    .edv-noticia.edv-sin-imagen h2{
        font-size:19px!important;
        line-height:1.1!important;
    }
    .edv-noticia.edv-sin-imagen p{font-size:12px!important;}

    /* BLOQUES DE SECCIONES: QUE SE NOTE CLARAMENTE QUE CAMBIA EL CONTENIDO */
    .edv-secciones-bloque{
        position:relative!important;
        width:calc(100% + 24px)!important;
        margin:34px -12px!important;
        padding:0 12px 16px!important;
        box-sizing:border-box!important;
        border:0!important;
        border-top:6px solid var(--edv-azul)!important;
        border-bottom:6px solid var(--edv-azul)!important;
        background:#f3f5f8!important;
    }
    .edv-secciones-cabecera{
        display:block!important;
        margin:0 -12px 12px!important;
        padding:12px!important;
        background:var(--edv-azul)!important;
    }
    .edv-secciones-cabecera > span{
        display:block!important;
        color:#7ce0df!important;
        font-size:8px!important;
        margin:0 0 3px!important;
    }
    .edv-secciones-cabecera h2{
        color:#fff!important;
        font-size:22px!important;
        line-height:1!important;
        margin:0!important;
    }
    .edv-secciones-grid{
        display:flex!important;
        flex-wrap:wrap!important;
        gap:8px!important;
        width:100%!important;
        padding:0!important;
    }
    .edv-secciones-grid > .edv-seccion-card{
        flex:0 0 calc(50% - 4px)!important;
        width:calc(50% - 4px)!important;
        max-width:calc(50% - 4px)!important;
        height:108px!important;
        margin:0!important;
    }
    .edv-seccion-imagen,
    .edv-seccion-imagen img{
        width:100%!important;
        height:108px!important;
        object-fit:cover!important;
    }
    .edv-seccion-overlay{padding:8px!important;}
    .edv-seccion-overlay span{font-size:11px!important;}

    /* FALLAS + CABALLO: DOS TARJETAS EN LA MISMA FILA */
    .edv-especialidades{
        position:relative!important;
        display:flex!important;
        flex-direction:row!important;
        flex-wrap:nowrap!important;
        gap:8px!important;
        width:calc(100% + 24px)!important;
        margin:34px -12px!important;
        padding:48px 12px 14px!important;
        box-sizing:border-box!important;
        background:#f3f5f8!important;
        border-top:6px solid var(--edv-turquesa)!important;
        border-bottom:2px solid #d8dce3!important;
    }
    .edv-especialidades::before{
        content:"ACCESOS DIRECTOS";
        position:absolute!important;
        top:0!important;
        left:0!important;
        width:100%!important;
        padding:12px!important;
        box-sizing:border-box!important;
        background:var(--edv-turquesa)!important;
        color:#fff!important;
        font-size:10px!important;
        font-weight:800!important;
        letter-spacing:.5px!important;
    }
    .edv-especialidades > .edv-especialidad{
        flex:0 0 calc(50% - 4px)!important;
        width:calc(50% - 4px)!important;
        max-width:calc(50% - 4px)!important;
        min-height:118px!important;
        margin:0!important;
    }
    .edv-especialidad a{
        display:flex!important;
        min-height:118px!important;
        height:100%!important;
        flex-direction:column!important;
        justify-content:center!important;
        align-items:center!important;
        padding:10px!important;
        text-align:center!important;
    }
    .edv-especialidad span{
        display:block!important;
        color:#fff!important;
        font-size:7px!important;
        margin-bottom:5px!important;
    }
    .edv-especialidad h2{
        font-size:16px!important;
        line-height:1.05!important;
        margin:0 0 6px!important;
        color:#fff!important;
    }
    .edv-especialidad strong{
        font-size:8px!important;
        line-height:1.15!important;
        color:#fff!important;
    }
}
