body {
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --color-primario: #C41E1E;
  --color-secundario: #1A1A1A;
  --header-bg: #FFFFFF;
  --header-text: #1A1A1A;
  --header-border: var(--color-primario);
  --card-radius: 8px;
  --card-shadow: 0 2px 8px rgba(0,0,0,0.08);
  --card-border: none;
  --section-accent: var(--color-primario);
}

body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6,
.hero-title, .section-title, .article-title, .card-title,
.logo, .category-title {
  font-family: var(--font-heading);
}

.theme-elprogreso{
  --paper:#FFFFFF; --paper-0:#E5EAEE; --paper-2:#EEF3F6;
  --ink:#141B21; --ink-2:#2C353D;
  --gray:#4A545C; --gray-2:#93A0AA; --gray-3:#C6D2DB;
  --muted:#86929B;
  --hairline:#E2E8EC; --hairline-2:#DEE5EA;
  --accent:#0369A1; --accent-2:#7DD3FC; --accent-soft:#A8D4EC;
  --accent-bg:#EAF4FB; --accent-ink:#FFFFFF;
  --dark:#141B21; --dark-2:#2A343D;
  --serif:'Zilla Slab',Georgia,serif; --sans:'Asap',Helvetica,Arial,sans-serif;
  
  --oro:var(--accent); --oro-bg:var(--accent-bg);
  background:var(--paper-0);
}
body.theme-elprogreso{background:var(--paper-0);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
body.theme-elprogreso a{color:inherit;text-decoration:none}
body.theme-elprogreso a:hover{color:var(--accent)}
body.theme-elprogreso img{max-width:100%;display:block}
body.theme-elprogreso .container{max-width:1260px;margin:0 auto;padding:0 26px}

body.theme-elprogreso .site-header{background:var(--paper);border:0;box-shadow:none;position:relative}
body.theme-elprogreso .mwv-util{background:var(--accent);border:0}
body.theme-elprogreso .mwv-util-in{display:flex;justify-content:space-between;align-items:center;padding:8px 26px;font:400 12px/1 var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-soft)}
body.theme-elprogreso .mwv-util-r{display:flex;gap:16px;align-items:center}
body.theme-elprogreso .mwv-util a{color:var(--accent-soft)}
body.theme-elprogreso .mwv-util a.cta{background:#fff;color:var(--accent);padding:7px 14px;font-weight:700;font-size:11px}
body.theme-elprogreso .mwv-masthead{background:var(--accent);text-align:left;padding:0}
body.theme-elprogreso .mwv-masthead-in{display:flex;align-items:center;justify-content:flex-start;gap:12px;border:0;padding:14px 26px}
body.theme-elprogreso .mwv-logotype{font-family:var(--serif);font-weight:700;font-size:clamp(24px,3vw,30px);line-height:1;letter-spacing:0;color:#fff}
body.theme-elprogreso .mwv-tagline{margin:0;padding:0 26px 14px;background:var(--accent);font:400 12px/1 var(--sans);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-soft);border:0}
body.theme-elprogreso .mwv-nav{background:var(--paper);border:0;border-bottom:2px solid var(--ink)}
body.theme-elprogreso .mwv-nav-in{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:12px 22px;padding:10px 26px;font:700 13px/1 var(--sans);letter-spacing:.06em;text-transform:uppercase}
body.theme-elprogreso .mwv-nav-in a{color:var(--ink)}
body.theme-elprogreso .mwv-nav-in a:hover,body.theme-elprogreso .mwv-nav-in a.alerta{color:var(--accent)}
body.theme-elprogreso .mwv-burger{display:none;position:absolute;right:14px;top:12px;background:none;border:0;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
body.theme-elprogreso .mwv-burger span{display:block;width:22px;height:2px;background:#fff}
body.theme-elprogreso .mobile-menu{background:var(--paper);border-bottom:1px solid var(--hairline)}
body.theme-elprogreso .mobile-menu a{color:var(--ink);font-family:var(--sans)}

body.theme-elprogreso .kicker{font:700 11px/1 var(--sans);letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}

body.theme-elprogreso .news-card{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;gap:8px}
body.theme-elprogreso .news-card:hover{transform:none;box-shadow:none}
body.theme-elprogreso .card-image-link{position:relative;border-radius:0;aspect-ratio:16/10;overflow:hidden;background:var(--paper-2)}
body.theme-elprogreso .card-image-link img{width:100%;height:100%;object-fit:cover}
body.theme-elprogreso .card-placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,#E2E8EC,#E2E8EC 12px,#EBF0F3 12px,#EBF0F3 24px)}
body.theme-elprogreso .card-badge{position:absolute;top:10px;left:10px;right:auto;bottom:auto;background:var(--accent);color:#fff;border:0;border-radius:0;font:700 10px/1 var(--sans);letter-spacing:.12em;text-transform:uppercase;padding:5px 9px}
body.theme-elprogreso .card-body{padding:0;display:flex;flex-direction:column;gap:5px}
body.theme-elprogreso .card-title{font-family:var(--serif);font-size:16px;font-weight:600;line-height:1.28;color:var(--ink)}
body.theme-elprogreso .news-card:hover .card-title{color:var(--accent)}
body.theme-elprogreso .card-excerpt{font-family:var(--sans);font-size:13px;line-height:1.5;color:var(--gray)}
body.theme-elprogreso .card-date{font-family:var(--sans);font-size:12px;color:var(--gray-2);text-transform:none;letter-spacing:0}
body.theme-elprogreso .news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

body.theme-elprogreso .section-container{max-width:1260px;margin:0 auto;padding:0 26px}
body.theme-elprogreso .section-title{font-family:var(--serif);font-size:15px;font-weight:700;line-height:1;color:#fff;text-transform:none;letter-spacing:0;border:0;padding:0;margin:24px 0 16px;display:flex;align-items:center;gap:0}
body.theme-elprogreso .section-title::before{content:none}
body.theme-elprogreso .section-title{background:var(--accent);padding:7px 16px;display:inline-flex}
body.theme-elprogreso .section-title::after{content:"";flex:1;border-top:0}

body.theme-elprogreso .category-hero{background:var(--paper);padding:24px 0 0;text-align:left}
body.theme-elprogreso .category-badge{display:inline-block;background:var(--accent);color:#fff;padding:8px 18px;font:700 13px/1 var(--sans);letter-spacing:.1em;text-transform:uppercase}
body.theme-elprogreso .category-title{font-family:var(--serif);font-size:34px;font-weight:700;line-height:1.08;color:var(--ink);margin:10px 0 14px;border-bottom:3px solid var(--accent);padding-bottom:14px}
body.theme-elprogreso .latest-section{background:var(--paper);padding:20px 0 48px}

body.theme-elprogreso .pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:28px;font-family:var(--sans);font-size:13px;letter-spacing:.04em}
body.theme-elprogreso .page-link{border:1px solid #BECAD3;color:var(--ink);min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px}
body.theme-elprogreso .page-link:hover{color:var(--accent);border-color:var(--accent)}
body.theme-elprogreso .page-info{background:var(--accent);color:#fff;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}
body.theme-elprogreso .empty-state{color:var(--gray-2);font-family:var(--serif);font-size:18px;padding:24px 0}

body.theme-elprogreso .canton-hero,body.theme-elprogreso .junta-hero{background:var(--dark);color:#fff;padding:26px 0 22px;border-bottom:3px solid var(--accent)}
body.theme-elprogreso .canton-hero .badge,body.theme-elprogreso .junta-hero .badge{background:var(--accent);color:#fff;border:0;border-radius:0;font-family:var(--sans);font-weight:700;letter-spacing:.12em}
body.theme-elprogreso .canton-hero h1,body.theme-elprogreso .junta-hero h1{font-family:var(--serif);font-weight:700;font-size:2.6rem;line-height:1.06;color:#fff}
body.theme-elprogreso .canton-hero .cab,body.theme-elprogreso .junta-hero .cab{color:var(--accent-soft);opacity:1}
body.theme-elprogreso .junta-hero .cab a{color:var(--accent-2)}
body.theme-elprogreso .canton-card,body.theme-elprogreso .junta-card{background:#fff;border:1px solid var(--hairline);border-radius:0}
body.theme-elprogreso .canton-card h2,body.theme-elprogreso .junta-card h2{font-family:var(--serif);font-weight:700;color:var(--ink)}
body.theme-elprogreso .junta-card .row b{color:var(--ink)}
body.theme-elprogreso .canton-cta{background:var(--accent);color:#fff;border-radius:0}
body.theme-elprogreso .canton-emergencia,body.theme-elprogreso .junta-emergencia{background:#FBF0EF;border:1px solid #E7C4C1}
body.theme-elprogreso .canton-emergencia .n,body.theme-elprogreso .junta-emergencia .n{color:#B3261E;font-family:var(--serif)}

body.theme-elprogreso .article-container{max-width:750px;margin:0 auto;padding:0 20px}
body.theme-elprogreso .breadcrumb{font-family:var(--sans);font-size:12px;letter-spacing:.06em;color:var(--gray-2)}
body.theme-elprogreso .breadcrumb a{color:var(--accent)}
body.theme-elprogreso .article-meta-top{font-family:var(--sans);font-size:13px;letter-spacing:.04em;color:var(--gray-2);border-top:2px solid var(--ink);border-bottom:1px solid var(--hairline);padding:12px 0}
body.theme-elprogreso .article-badge{background:var(--accent);color:#fff;border:0;border-radius:0;font-family:var(--sans);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:11px;padding:4px 12px}
body.theme-elprogreso .read-time{color:var(--gray-2)}
body.theme-elprogreso .article-title{font-family:var(--serif);font-size:34px;font-weight:700;line-height:1.18;letter-spacing:0;color:var(--ink)}
body.theme-elprogreso .article-subtitle{font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.6;color:var(--gray)}
body.theme-elprogreso .article-share .share-btn{border:1px solid var(--hairline);border-radius:0;font-family:var(--sans);color:var(--ink);background:#fff}
body.theme-elprogreso .article-content{font-family:var(--sans);font-size:16px;line-height:1.7;color:var(--ink-2)}
body.theme-elprogreso .article-content p{margin:0 0 1em}
body.theme-elprogreso .article-content h2,body.theme-elprogreso .article-content h3{font-family:var(--serif);color:var(--ink);line-height:1.2}
body.theme-elprogreso .article-content a{color:var(--accent);text-decoration:underline}
body.theme-elprogreso .article-content blockquote{border-left:4px solid var(--accent);margin:1.4em 0;padding:.2em 0 .2em 20px;font-family:var(--serif);font-style:italic;color:var(--gray)}

body.theme-elprogreso .site-footer{background:var(--dark);border:0;color:var(--muted)}
body.theme-elprogreso .footer-brand .logo,body.theme-elprogreso .footer-brand .logo-clave,body.theme-elprogreso .footer-brand .logo-nacional{font-family:var(--serif);font-weight:700;color:#fff}
body.theme-elprogreso .footer-tagline{font-family:var(--sans);color:var(--muted)}
body.theme-elprogreso .footer-heading{font-family:var(--sans);font-weight:700;letter-spacing:.12em;color:#fff}
body.theme-elprogreso .footer-links a{font-family:var(--sans);color:var(--muted)}
body.theme-elprogreso .footer-links a:hover{color:var(--accent-2)}
body.theme-elprogreso .footer-contact p{color:var(--muted)}
body.theme-elprogreso .footer-bottom{border-top:1px solid var(--dark-2);color:var(--muted)}

body.theme-elprogreso .pauta-empty{border:1px dashed #BECAD3;background:var(--paper-2)}
body.theme-elprogreso .pauta-house-text{font-family:var(--sans);color:var(--muted);letter-spacing:.1em}
body.theme-elprogreso .pauta-house-sub{font-family:var(--sans);color:var(--gray-2)}
body.theme-elprogreso .pauta-label{color:var(--gray-2)}
body.theme-elprogreso .pauta-top{margin:24px auto}

@media(max-width:1024px){ body.theme-elprogreso .news-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:720px){
  body.theme-elprogreso .container,body.theme-elprogreso .section-container{padding:0 16px}
  body.theme-elprogreso .mwv-util-in{padding:8px 16px}
  body.theme-elprogreso .mwv-masthead-in{padding:12px 16px}
  body.theme-elprogreso .mwv-tagline{padding:0 16px 12px}
  body.theme-elprogreso .mwv-nav{display:none}
  body.theme-elprogreso .mwv-burger{display:flex}
  body.theme-elprogreso .news-grid{grid-template-columns:1fr}
  body.theme-elprogreso .article-title{font-size:28px}
  body.theme-elprogreso .category-title{font-size:28px}
  body.theme-elprogreso .canton-hero h1,body.theme-elprogreso .junta-hero h1{font-size:2rem}
}

.pauta-slot{position:relative;margin:18px auto;text-align:center;max-width:100%}
.pauta-slot .pauta-label{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#9aa2b1;opacity:.7;margin-bottom:4px;font-family:system-ui,-apple-system,sans-serif}
.pauta-slot .pauta-link{display:inline-block;line-height:0;max-width:100%}
.pauta-slot .pauta-img{max-width:100%;height:auto;border-radius:8px;display:block;margin:0 auto}
.pauta-slot .pauta-beacon{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.pauta-top .pauta-img,.pauta-footer .pauta-img{max-width:970px}
.pauta-in_article{margin:26px auto}
.pauta-in_article .pauta-img{max-width:728px}
.pauta-sidebar .pauta-img{max-width:336px}
@media(max-width:600px){.pauta-top .pauta-img,.pauta-footer .pauta-img,.pauta-in_article .pauta-img{max-width:100%}}

.pauta-empty .pauta-house{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;box-sizing:border-box;width:100%;margin:0 auto;padding:10px 14px;border:2px dashed #cbd5e3;border-radius:8px;background:repeating-linear-gradient(45deg,#f7f9fc,#f7f9fc 10px,#eef2f8 10px,#eef2f8 20px);color:#5b6472;transition:border-color .2s ease,color .2s ease,background .2s ease}
.pauta-empty .pauta-house:hover{border-color:#1CA9E0;color:#0A2A43;background:#f4f9fd}
.pauta-empty .pauta-house-text{font-family:system-ui,-apple-system,sans-serif;font-weight:800;letter-spacing:.06em;font-size:15px;text-transform:uppercase;line-height:1.1}
.pauta-empty .pauta-house-sub{font-family:system-ui,-apple-system,sans-serif;font-size:11px;opacity:.85}
.pauta-top .pauta-house,.pauta-footer .pauta-house{max-width:970px;min-height:90px}
.pauta-in_article .pauta-house{max-width:728px;min-height:90px}
.pauta-sidebar .pauta-house{max-width:336px;min-height:280px}
@media(max-width:600px){.pauta-top .pauta-house,.pauta-footer .pauta-house,.pauta-in_article .pauta-house{min-height:70px}.pauta-empty .pauta-house-text{font-size:13px}}