@import url("site-v15.css?v=1501");

/* Mi Portal de Noticias — Publicidad integrada v2.4.1 */
.top-ad-slot{padding-top:16px;padding-bottom:16px}
.isp-ad{position:relative;width:100%;text-align:center}
.isp-ad>a{display:block;text-decoration:none}
.isp-ad picture,.isp-ad img{display:block;width:100%}
.isp-ad img{height:auto;object-fit:contain;border-radius:8px}
.isp-ad-label{
    position:absolute;z-index:2;top:6px;left:7px;
    padding:3px 6px;border-radius:4px;background:rgba(17,20,27,.72);
    color:#fff;font-size:8px;font-weight:800;letter-spacing:.08em
}
.isp-ad-fallback{
    min-height:100px;display:grid;place-items:center;border:1px dashed #cbd1da;
    border-radius:8px;background:#f5f6f8;color:#68707d;font-weight:800
}
.isp-ad-top img{max-height:190px}
.isp-ad-between{margin:8px 0}
.isp-ad-between img{max-height:260px}
.isp-ad-sidebar img{max-height:650px}
.isp-ad-article{margin:32px 0}
.isp-ad-article img{max-height:360px}
.article-ad-slot{margin:30px 0;padding-top:22px;border-top:1px solid #eceef1}
.sidebar-ad{overflow:hidden}
.sidebar-ad .isp-ad-label{font-size:7px}

.isp-ad-popup-overlay{
    position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.72);
    display:flex;align-items:center;justify-content:center;padding:24px
}
.isp-ad-popup-overlay[hidden]{display:none}
.isp-ad-popup-dialog{
    position:relative;width:min(760px,100%);max-height:calc(100vh - 48px);
    overflow:auto;background:#fff;padding:18px;border-radius:14px;
    box-shadow:0 30px 90px rgba(0,0,0,.38)
}
.isp-ad-popup-close{
    position:absolute;right:8px;top:8px;z-index:5;width:38px;height:38px;
    border:0;border-radius:50%;background:#11141b;color:#fff;font-size:25px;cursor:pointer
}
.isp-ad-popup img{max-height:650px}
.isp-popup-open{overflow:hidden}

@media(max-width:720px){
    .top-ad-slot{padding:10px 12px}
    .isp-ad-label{top:4px;left:4px}
    .isp-ad-top img,.isp-ad-between img,.isp-ad-article img{max-height:none}
    .isp-ad-popup-overlay{padding:10px}
    .isp-ad-popup-dialog{padding:12px}
}


/* Publicidad v2.5 */
.below-featured-ad-slot{
    margin:26px 0 32px;
}
.isp-ad-below_featured img{
    width:100%;
    max-width:970px;
    max-height:250px;
    margin:0 auto;
    object-fit:contain;
}
.isp-ad-sidebar{
    width:300px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
.isp-ad-sidebar img{
    width:300px;
    height:300px;
    max-width:100%;
    object-fit:cover;
}
@media(max-width:720px){
    .below-featured-ad-slot{
        margin:18px 0 24px;
    }
    .isp-ad-below_featured img{
        max-height:none;
    }
    .isp-ad-sidebar,
    .isp-ad-sidebar img{
        width:100%;
        height:auto;
        aspect-ratio:1/1;
    }
}


/* Categorías con color configurable — v2.6 */
.category-section .section-title-row h2{
    border-left-color:var(--category-color,#c9002f);
}
.category-section .section-title-row a{
    color:var(--category-color,#c9002f);
}
.category-section .section-title-row{
    border-bottom-color:color-mix(in srgb,var(--category-color,#c9002f) 28%,var(--line));
}
.category-pill{
    background:var(--category-color,#c9002f);
}
.story-body time,
.latest-list span,
.article-category,
.article-tags span,
.related-section h2{
    color:var(--category-color,#c9002f);
}
.related-section h2{
    border-left-color:var(--category-color,#c9002f);
}
.portal-nav .nav-links a:hover,
.portal-nav .nav-links a.active{
    color:var(--category-color,#c9002f);
    border-bottom-color:var(--category-color,#c9002f);
}
.category-color-dot{
    display:inline-block;width:14px;height:14px;border-radius:50%;
    vertical-align:-2px;margin-right:7px;border:1px solid rgba(0,0,0,.15)
}


/* =========================================================
   Página de categoría profesional — v2.7
   ========================================================= */
.category-page-v27{
    padding:24px 0 64px;
}
.category-breadcrumb{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 18px;
    color:var(--muted);
    font-size:12px;
}
.category-breadcrumb a{
    font-weight:800;
}
.category-breadcrumb strong{
    color:var(--category-color,#c9002f);
}
.category-hero{
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:35px;
    min-height:190px;
    margin-bottom:34px;
    padding:34px 38px;
    overflow:hidden;
    border-radius:5px;
    background:
        linear-gradient(115deg,
            color-mix(in srgb,var(--category-color,#c9002f) 96%,#000) 0%,
            color-mix(in srgb,var(--category-color,#c9002f) 72%,#111) 100%);
    color:#fff;
}
.category-hero:after{
    content:"";
    position:absolute;
    right:-75px;
    bottom:-110px;
    width:320px;
    height:320px;
    border:54px solid rgba(255,255,255,.11);
    border-radius:50%;
}
.category-hero>div{
    position:relative;
    z-index:1;
}
.category-hero-kicker{
    display:block;
    margin-bottom:8px;
    font-size:11px;
    font-weight:900;
    letter-spacing:.16em;
}
.category-hero h1{
    margin:0 0 10px;
    font-size:46px;
    line-height:1;
}
.category-hero p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:16px;
    line-height:1.5;
}
.category-counter{
    min-width:135px;
    padding-left:28px;
    border-left:1px solid rgba(255,255,255,.3);
    text-align:right;
}
.category-counter strong{
    display:block;
    font-size:43px;
    line-height:1;
}
.category-counter span{
    display:block;
    margin-top:6px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}
.category-layout-v27{
    display:grid;
    grid-template-columns:minmax(0,1fr) 315px;
    gap:38px;
}
.category-main-v27{
    min-width:0;
}
.category-featured-story{
    display:grid;
    grid-template-columns:minmax(0,1.28fr) minmax(285px,.72fr);
    min-height:390px;
    margin-bottom:30px;
    overflow:hidden;
    border:1px solid var(--line);
    background:var(--white);
    box-shadow:var(--shadow);
}
.category-featured-image{
    min-height:390px;
    overflow:hidden;
    background:var(--soft);
}
.category-featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.category-featured-story:hover .category-featured-image img{
    transform:scale(1.025);
}
.category-featured-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:34px;
    border-top:5px solid var(--category-color,#c9002f);
}
.category-featured-copy h2{
    margin:13px 0 14px;
    font-size:30px;
    line-height:1.12;
}
.category-featured-copy p{
    margin:0 0 22px;
    color:var(--muted);
    font-size:15px;
    line-height:1.55;
}
.category-story-meta{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:auto;
    color:var(--muted);
    font-size:11px;
}
.category-content-ad{
    margin:30px 0;
}
.category-news-grid-v27{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:25px 22px;
}
.category-news-card{
    min-width:0;
    overflow:hidden;
    border-bottom:1px solid var(--line);
    padding-bottom:20px;
}
.category-news-image{
    display:block;
    height:230px;
    overflow:hidden;
    background:var(--soft);
}
.category-news-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .3s ease;
}
.category-news-card:hover .category-news-image img{
    transform:scale(1.03);
}
.category-news-body{
    padding-top:14px;
}
.category-news-body h2{
    margin:9px 0;
    font-size:21px;
    line-height:1.22;
}
.category-news-body p{
    display:-webkit-box;
    overflow:hidden;
    margin:0 0 14px;
    color:var(--muted);
    font-size:14px;
    line-height:1.48;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.category-empty-v27{
    padding:55px 30px;
    border:1px dashed color-mix(in srgb,var(--category-color,#c9002f) 45%,var(--line));
    background:var(--soft);
    text-align:center;
}
.category-empty-v27 strong{
    display:block;
    color:var(--category-color,#c9002f);
    font-size:21px;
}
.category-empty-v27 p{
    margin:10px 0 0;
    color:var(--muted);
}
.category-sidebar-v27{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.category-sidebar-ad{
    width:100%;
}
.category-latest-widget article{
    display:grid;
    grid-template-columns:48px 1fr;
    gap:12px;
    padding:14px;
    border-bottom:1px solid var(--line);
}
.category-latest-widget time{
    color:var(--category-color,#c9002f);
    font-size:15px;
    font-weight:900;
}
.category-latest-widget article span{
    display:block;
    margin-bottom:4px;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
}
.category-latest-widget article a{
    font-size:13px;
    font-weight:800;
    line-height:1.35;
}
.most-read-widget li small{
    display:block;
    margin-top:5px;
    color:var(--muted);
    font-size:10px;
}
.category-pagination{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:38px;
    padding-top:24px;
    border-top:1px solid var(--line);
}
.category-pagination a,
.category-pagination .current{
    min-width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--line);
    background:var(--white);
    font-size:12px;
    font-weight:900;
}
.category-pagination a:hover,
.category-pagination .current{
    border-color:var(--category-color,#c9002f);
    background:var(--category-color,#c9002f);
    color:#fff;
}
.page-numbers{
    display:flex;
    align-items:center;
    gap:7px;
}
.category-pagination .page-arrow{
    padding:0 15px;
}
.category-body .portal-nav .nav-links a.active{
    color:var(--category-color,#c9002f);
    border-bottom-color:var(--category-color,#c9002f);
}
.category-body .category-pill{
    background:var(--category-color,#c9002f);
}

@media(max-width:1100px){
    .category-layout-v27{
        grid-template-columns:minmax(0,1fr) 290px;
        gap:28px;
    }
    .category-featured-story{
        grid-template-columns:1fr;
    }
    .category-featured-image{
        min-height:350px;
    }
    .category-featured-copy{
        padding:28px;
    }
}
@media(max-width:900px){
    .category-layout-v27{
        grid-template-columns:1fr;
    }
    .category-sidebar-v27{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .category-sidebar-ad{
        grid-column:1/-1;
    }
}
@media(max-width:720px){
    .category-page-v27{
        padding-top:16px;
    }
    .category-hero{
        display:block;
        min-height:0;
        padding:28px 24px;
    }
    .category-hero h1{
        font-size:35px;
    }
    .category-counter{
        margin-top:24px;
        padding:18px 0 0;
        border-top:1px solid rgba(255,255,255,.28);
        border-left:0;
        text-align:left;
    }
    .category-counter strong{
        font-size:34px;
    }
    .category-featured-image{
        min-height:270px;
    }
    .category-featured-copy h2{
        font-size:25px;
    }
    .category-news-grid-v27{
        grid-template-columns:1fr;
    }
    .category-news-image{
        height:245px;
    }
    .category-sidebar-v27{
        grid-template-columns:1fr;
    }
    .category-pagination{
        flex-wrap:wrap;
        justify-content:center;
    }
}
@media(max-width:480px){
    .category-featured-copy{
        padding:22px;
    }
    .category-featured-image{
        min-height:225px;
    }
    .category-news-image{
        height:215px;
    }
    .page-numbers{
        order:3;
        width:100%;
        justify-content:center;
    }
}
