
		@media(max-width: 600px){
			#wpadminbar{position: fixed;}
		}
	
		:root{
			--hff: Heebo;
			--bff: Work Sans;
			--quote-ff: Lora;
		}
	
		.cursor-inner.cursor-slider.cursor-hover span:after,
		.cursor-inner.cursor-slider.cursor-hover span:before{
			background-color: #000000;
		}
		.cursor-outer .fn-cursor,.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor{
			border-color: rgba(0,0,0,0.7);
		}
		.cursor-inner .fn-cursor,.cursor-inner .fn-left:before,.cursor-inner .fn-left:after,.cursor-inner .fn-right:before,.cursor-inner .fn-right:after{
			background-color: rgba(0,0,0,0.7);
		}
		.cursor-inner.cursor-hover .fn-cursor{
			background-color: rgba(0,0,0,0.1);
		}
		[data-site-skin='dark'] .cursor-inner.cursor-slider.cursor-hover span:after,
		[data-site-skin='dark'] .cursor-inner.cursor-slider.cursor-hover span:before{
			background-color: #FFFFFF;
		}
		[data-site-skin='dark'] .cursor-outer .fn-cursor,
		[data-site-skin='dark'] .cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor{
			border-color: rgba(255,255,255,0.7);
		}
		[data-site-skin='dark'] .cursor-inner .fn-cursor,
		[data-site-skin='dark'] .cursor-inner .fn-left:before,
		[data-site-skin='dark'] .cursor-inner .fn-left:after,
		[data-site-skin='dark'] .cursor-inner .fn-right:before,
		[data-site-skin='dark'] .cursor-inner .fn-right:after{
			background-color: rgba(255,255,255,0.7);
		}
		[data-site-skin='dark'] .cursor-inner.cursor-hover .fn-cursor{
			background-color: rgba(255,255,255,0.1);
		}
	
		:root{
			--mow-bbc: #FFFFFF;
			--mow-mc1: #6428EC;
			--mow-hhc: #6428EC;
			--mow-hc: #080808;
			--mow-bc: #777777;
			--mow-ebc: #F5F5F5;
			--mow-aebc: #E5E5E5;
			--mow-border-color: #CCCCCC;
			--mow-contrast-text: #FFFFFF;
		}
		[data-site-skin='dark']:root{
			--mow-bbc: #121212;
			--mow-mc1: #6428EC;
			--mow-hhc: #6428EC;
			--mow-hc: #FFFFFF;
			--mow-bc: #020202;
			--mow-ebc: #1D1D1D;
			--mow-aebc: #020000;
			--mow-border-color: #333333;
		}
	
		.fn__logo img{
			max-width: 90px;
			max-height: 124px;
		}
		.mow_fn_mobnav .fn__logo img{
			max-width: 90px;
			max-height: 124px;
		}
	
		.mow_fn_header .mow_fn_main_nav > li > a{
			height: 50px;
			line-height: 50px;
		}
		.mow_fn_mlogo_header .mow_fn_main_nav > li > a{
			height: 45px;
			line-height: 45px;
		}
	
		.wp-block-page-list li,
		#recentcomments li,
		.wp-block-latest-comments li,
		.wp-block-latest-posts__list li,
		.wp-block-archives-list li,
		.wp-block-categories-list li,
		.widget_rss li,
		.widget_recent_entries li,
		.widget_meta li,
		.widget_pages li,
		.widget_categories li,
		.widget_archive li,
			.wid-title .text{
				font-weight: 400;
			}
			h1,h2,h3,h4,h5,h6{
				font-weight: 400 !important;
			}
		
		.blog__item .desc p{
			overflow: hidden;
		   	text-overflow: ellipsis;
		   	display: -webkit-box;
		   	-webkit-line-clamp: 3;
		   	-webkit-box-orient: vertical;
		}
	
		.mow_fn_mlogo_header[data-layout='overlay_bg'] .header_nav_wrap{
			background-color: #080808;
		}
		.mow_fn_mlogo_header[data-layout='overlay_bg'] .mow_fn_main_nav > li > a{
			color: #FFFFFF;
		}
	
		.mow_fn_mobnav{
			background-color: #000000;
		}
		.mow_fn_mobnav .mob_top{
			border-bottom-color: #222222;
		}
		.mow_fn_mobnav .mobile_menu a{
			color: #EEEEEE;
		}
	
		.fn__rating_count .number{
			background-color: #FDD23C;
			color: #000000;
		}
	
		.fn__meta .sticky_label span{background-color: #FFEEAF;}
	
		h1{font-size: 45px;}
		h2{font-size: 36px;}
		h3{font-size: 30px;}
		h4{font-size: 24px;}
		h5{font-size: 20px;}
		h6{font-size: 16px;}
	/* ============================================================
   ESTRUCTURA GLOBAL: EL CONTENEDOR DE 1100PX
   ============================================================ */
.container {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

/* ============================================================
   HERO IMPACT: TRIDENTE SUPERIOR
   ============================================================ */
.hero-impact {
    margin-top: 40px;
    margin-bottom: 60px;
}

.hero-grid-master {
    display: grid;
    grid-template-columns: 1.6fr 1fr; 
    gap: 20px; 
    height: 600px;
}

.main-featured {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
}

.main-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: 0.5s ease;
}

.main-featured:hover img {
    transform: scale(1.03);
}

.info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.95));
    color: #fff;
}

.info-overlay .kicker {
    background: #E61919;
    padding: 5px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
}

.info-overlay h1 {
    font-size: 36px !important;
    font-weight: 800;
    line-height: 1.1;
    margin: 15px 0;
    letter-spacing: -1px;
}

.info-overlay p {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.9;
    max-width: 90%;
}

.secondary-impact {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.side-impact-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.side-impact-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.side-info {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.side-info h3 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

/* ============================================================
   MUNDO GREMIAL: STORIES BAR
   ============================================================ */
.stories-bar {
    padding: 40px 0;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.stories-bar .module-header h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stories-bar .dot {
    height: 12px;
    width: 12px;
    background-color: #E61919;
    border-radius: 50%;
}

.stories-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px;
    scrollbar-width: none;
}

.stories-wrapper::-webkit-scrollbar { display: none; }

.story-circle {
    text-align: center;
    min-width: 100px;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.story-circle:hover { transform: scale(1.05); }

.circle-border {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 3px solid #E61919;
    padding: 4px;
    margin: 0 auto 10px;
    overflow: hidden;
    background: #fff;
}

.circle-border img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.story-circle span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

/* ============================================================
   POLÍTICA E INVESTIGACIÓN (FEED + SIDEBAR)
   ============================================================ */
.content-split {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
}

.news-feed {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mega-list-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.item-img {
    flex: 0 0 260px;
    height: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.mega-list-item:hover .item-img img { transform: scale(1.05); }

.category-tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 10px;
}

.tag-politica { background: #e9e9e9; color: #333; }
.tag-investigacion { background: #E61919; color: #fff; }

.item-txt h3 {
    font-size: 22px !important;
    font-weight: 800;
    margin-bottom: 10px;
}

.item-meta { font-size: 13px; color: #888; margin-top: 10px; }

/* Sidebar Premium */
.sidebar-widget h3 {
    font-size: 22px;
    font-weight: 900;
    border-left: 5px solid #E61919;
    padding-left: 15px;
    margin-bottom: 20px;
}

.pop-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.pop-number {
    font-size: 28px;
    font-weight: 900;
    color: #eee;
    min-width: 35px;
}

.pop-content a {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    line-height: 1.3;
}

/* ============================================================
   MUNICIPIOS: PULSO REGIONAL (REFINADO)
   ============================================================ */
.municipios-impact {
    padding: 60px 0;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    margin: 40px 0;
}

/* Encabezado del Bloque */
.module-header-pro {
    margin-bottom: 35px;
}

.module-header-pro .header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.module-header-pro h2 {
    font-size: 28px !important;
    font-weight: 800;
    margin: 0;
    color: #111;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.module-header-pro p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Grid de 4 columnas */
.municipios-grid-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Tarjeta de Municipio */
.mun-card-premium {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mun-card-premium:hover {
    transform: translateY(-8px);
    border-color: #E61919;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Enlace contenedor */
.mun-link {
    text-decoration: none;
    
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Imagen y Etiqueta */
.mun-img-wrapper {
    height: 160px;
    position: relative;
    overflow: hidden;
    background: #ddd;
}

.mun-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mun-card-premium:hover .mun-img-wrapper img {
    transform: scale(1.1);
}

.mun-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #E61919;
    color: #fff;
    padding: 4px 10px;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 2;
}

/* Texto de la noticia */
.mun-text {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mun-text h3 {
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #222;
    /* Corte de texto a 3 líneas */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #E61919;
    letter-spacing: 0.5px;
}

/* Responsive para que no se amontonen */
@media (max-width: 1024px) {
    .municipios-grid-premium { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .municipios-grid-premium { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .municipios-grid-premium { grid-template-columns: 1fr; }
}

.ad-fade-gallery {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #000; /* Fondo negro por si las moscas */
    border-radius: 6px;
}

.ad-fader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    z-index: 0;
    animation: fadeLoop 60s infinite; /* 20 segundos el ciclo completo */
}

.ad-fader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tiempos de retraso para que se solapen */
.ad-fader:nth-child(1) { animation-delay: 0s; }
.ad-fader:nth-child(2) { animation-delay: 5s; }
.ad-fader:nth-child(3) { animation-delay: 10s; }
.ad-fader:nth-child(4) { animation-delay: 15s; }

@keyframes fadeLoop {
    0% { opacity: 0; z-index: 1; }
    5% { opacity: 1; z-index: 2; }   /* Fundido de entrada */
    25% { opacity: 1; z-index: 2; }  /* Se queda fija */
    30% { opacity: 0; z-index: 1; }  /* Fundido de salida */
    100% { opacity: 0; z-index: 0; }
}

/* Pausa al pasar el mouse para que puedan hacer clic */
.ad-fade-gallery:hover .ad-fader {
    animation-play-state: paused;
}

/* ============================================================
   OPINIÓN Y FIRMAS (REFINADO)
   ============================================================ */
.opinion-master { 
    background: #f4f4f4; 
    padding: 70px 0; 
    margin: 50px 0; 
}

.opinion-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
}

.opinion-card-pro { 
    background: #fff; 
    padding: 40px 30px; 
    text-align: center; 
    border-top: 5px solid #000; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.opinion-card-pro:hover {
    transform: translateY(-5px);
}

/* Control total del Avatar de WP */
.author-avatar {
    margin-bottom: 20px;
}

.author-avatar img { 
    width: 90px !important; 
    height: 90px !important; 
    border-radius: 50% !important; 
    filter: grayscale(100%); 
    object-fit: cover;
    border: 3px solid #eee;
    transition: 0.3s ease;
}

.opinion-card-pro:hover .author-avatar img { 
    filter: grayscale(0%); 
    border-color: #E61919;
}

/* Tipografía de la Firma */
.author-name { 
    display: block; 
    color: #E61919; 
    font-weight: 900; 
    text-transform: uppercase; 
    font-size: 13px; 
    margin-bottom: 12px; 
    letter-spacing: 1px;
}

.opinion-body h3 { 
    font-size: 20px !important; 
    font-weight: 800; 
    line-height: 1.2; 
    margin-bottom: 15px; 
}

.opinion-body h3 a {
    text-decoration: none;
    color: #111;
}

.opinion-body h3 a:hover {
    color: #E61919;
}

.opinion-body p { 
    font-size: 16px; 
    font-style: italic; 
    color: #555; 
    line-height: 1.5;
    margin: 0;
}

/* Responsive Opinión */
@media (max-width: 991px) {
    .opinion-grid { grid-template-columns: 1fr; }
    .opinion-card-pro { padding: 30px; }
}

/* ============================================================
   BLOQUE BOLETÍN: AJUSTADO Y ELEGANTE
   ============================================================ */
.boletin-special { 
    background: #141414; /* Gris casi negro, más suave que el negro puro */
    padding: 70px 0; 
    color: #fff; 
    margin: 50px 0;
    border-top: 4px solid #E61919; /* Línea roja superior para darle fuerza */
}

.boletin-wrapper { 
    display: flex; 
    gap: 50px; 
    align-items: center; 
}

/* Texto de la izquierda */
.boletin-info { flex: 1.2; }

.boletin-info h2 { 
    font-size: 38px !important; 
    font-weight: 800; 
    line-height: 1.1;
    margin-bottom: 20px; 
    color: #fff;
}

.boletin-info h2 span { 
    color: #E61919; /* Destaca la parte del Boletín Oficial */
}

.boletin-info p { 
    font-size: 18px; 
    color: #aaa; 
    line-height: 1.5;
    max-width: 90%;
}

/* La Tarjeta de la noticia */
.boletin-action { flex: 0.8; }

.bol-card { 
    background: #fff; 
    padding: 35px; 
    border-radius: 10px; 
    color: #111; 
    text-decoration: none; 
    display: block;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    transition: 0.3s ease;
}

.bol-card:hover { 
    transform: translateY(-8px);
}

.bol-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.bol-date { 
    font-size: 11px; 
    font-weight: 900; 
    text-transform: uppercase; 
    color: #E61919;
}

.bol-cat-name {
    font-size: 11px;
    font-weight: 700;
    color: #999;
}

.bol-card h3 { 
    font-size: 22px !important; 
    font-weight: 800; 
    line-height: 1.2;
    margin-bottom: 12px;
    color: #000;
}

.bol-card p { 
    color: #555; 
    font-size: 15px; 
    line-height: 1.4;
    margin-bottom: 20px;
}

.bol-link { 
    font-weight: 900; 
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 2px solid #E61919;
    padding-bottom: 2px;
}

/* Responsive */
@media (max-width: 991px) {
    .boletin-wrapper { flex-direction: column; text-align: center; }
    .boletin-info p { margin: 0 auto 30px auto; }
}

/* Responsive */
@media (max-width: 991px) {
    .boletin-wrapper { flex-direction: column; text-align: center; }
    .boletin-list { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
    .boletin-info h2 { font-size: 36px; }
}

/* ============================================================
   BLOQUE DISTINCIÓN: DESENSOBRANDO VS ENSOBRADA
   ============================================================ */
.distincion-ensobrados {
    padding: 60px 0;
    background: #fff;
}

.distincion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.dist-card {
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #eee;
    position: relative;
}

/* Estilo específico para cada "bando" */
.desensobrando {
    background: #fdfdfd;
    border-left: 8px solid #000; /* Negro para el análisis */
}

.ensobrada {
    background: #fff5f5; /* Un tono rojizo muy leve */
    border-left: 8px solid #E61919; /* Rojo para la denuncia/ataque */
}

.dist-tag {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.dist-header h2 {
    font-size: 32px !important;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1;
}

.desensobrando h2 span { color: #000; }
.ensobrada h2 span { color: #E61919; }

/* Estilo de la Noticia */
.dist-main-link {
    text-decoration: none;
    
}

.dist-main-link img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.dist-main-link h3 {
    font-size: 24px !important;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.dist-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

/* Efecto hover */
.dist-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .distincion-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   CARRUSEL WOW (PARALLAX EFFECT)
   ============================================================ */
.wow-slide {
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.wow-img-container {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.7;
}

.wow-overlay {
    position: absolute;
    bottom: 0; padding: 50px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.wow-overlay h3 { font-size: 42px !important; font-weight: 800; }

/* ============================================================
   ESTILOS APOYO A INVESTIGACIÓN
   ============================================================ */
.support-box {
    background: #fdfdfd;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 25px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.support-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #e02020; /* Rojo Ensobrados */
}

.support-inner {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.support-text h4 {
    font-size: 22px !important;
    font-weight: 900;
    margin-bottom: 5px;
    color: #111;
}

.support-text p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.btn-cafecito {
    display: block;
    background: #000; /* Negro para que no parezca un banner de Google */
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-cafecito:hover {
    background: #e02020;
    transform: scale(1.05);
}

.support-action small {
    display: block;
    font-size: 10px;
    color: #999;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Ajuste móvil para el bloque de soporte */
@media (max-width: 600px) {
    .support-inner {
        flex-direction: column;
        text-align: center;
    }
    .btn-cafecito {
        width: 100%;
        box-sizing: border-box;
    }
}

/* Estilo Botón Mercado Pago */
.btn-mp {
    display: block;
    background: #009EE3; /* Azul oficial de Mercado Pago */
    color: #fff !important;
    padding: 14px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(0,158,227,0.2);
    transition: 0.3s;
    border: none;
}

.btn-mp:hover {
    background: #007eb5;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,158,227,0.3);
}

.mp-cards {
    display: block;
    line-height: 1;
}

.mp-icon {
    margin-right: 5px;
}

/* Botón de filtración anónima (Para Nota Ensobrada) */
.btn-leaks {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 15px;
    transition: 0.3s;
    border: 2px solid #000;
}

.btn-leaks:hover {
    background: #E61919;
    border-color: #E61919;
}

/* Espacio de Patrocinio sobrio */
.sponsor-tag {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

/* ============================================================
   ESTILO INTELIGENCIA CORPORATIVA (B2B)
   ============================================================ */
.intel-corporate-box {
    background: #1a1a1a; /* Fondo oscuro, serio */
    border-radius: 4px; /* Menos redondeado, más cuadrado = más serio */
    color: #fff;
    padding: 40px;
    margin: 40px 0;
    border: 1px solid #333;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.intel-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #E61919;
    color: #fff;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intel-content h3 {
    font-size: 26px !important;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff !important;
}

.intel-content p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 25px;
}

.intel-features {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.intel-features span {
    font-size: 13px;
    font-weight: 700;
    color: #E61919;
    text-transform: uppercase;
}

.btn-intel {
    display: inline-block;
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 15px 30px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-intel:hover {
    background: #fff;
    color: #000 !important;
}

/* Icono Check */
.check-icon::before {
    content: "✓";
    margin-right: 5px;
}

@media (max-width: 600px) {
    .intel-corporate-box { padding: 30px 20px; }
    .intel-features { flex-direction: column; gap: 10px; }
}

/* ============================================================
   FOOTER PROFESIONAL
   ============================================================ */
.footer-profesional { background: #0a0a0a; color: #999; padding: 60px 0 20px; }
.w_cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.legal-links { display: flex; justify-content: center; gap: 20px; margin: 20px 0; }
.legal-links a { color: #555; text-decoration: none; font-size: 13px; }
.footer-bottom-profesional { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #222; padding-top: 20px; }

/* ============================================================
   RESPONSIVE FINAL
   ============================================================ */


@media (max-width: 600px) {
    .municipios-grid-premium { grid-template-columns: 1fr; }
    .info-overlay h1, .wow-overlay h3 { font-size: 28px !important; }
    
}

/* 1. REPARACIÓN DE CAPAS Y CONTENEDORES */
.news-feed, .municipios-impact {
    display: block !important;
    clear: both !important;
    position: relative !important;
    width: 100% !important;
    padding: 20px 0 !important;
    overflow: visible !important; /* Para que no corte sombras o textos */
}

/* 2. ARREGLO DE IMÁGENES CORTADAS */
.item-img img, .mun-img-wrapper img {
    width: 100% !important;
    height: 200px !important; /* Altura fija para que todas queden iguales */
    object-fit: cover !important; /* Esto evita que se estiren o se corten mal */
    display: block !important;
}

/* 3. EVITAR QUE "PULSO REGIONAL" SE SUBA */
.municipios-impact {
    margin-top: 50px !important; /* Empuja la sección hacia abajo */
    border-top: 1px solid #eee; /* Opcional: una línea para separar */
}

/* 4. ARREGLO DE TEXTOS ENCIMADOS EN POLÍTICA */
.mega-list-item {
    margin-bottom: 40px !important;
    display: flex !important;
    flex-direction: column !important; /* Imagen arriba, texto abajo */
    height: auto !important; /* Que el contenido mande sobre la altura */
}

.item-txt {
    padding-top: 15px !important;
}

.item-txt h3 {
    margin: 10px 0 !important;
    line-height: 1.2 !important;
}

/* 5. FIX PARA EL BOTÓN "VER MÁS" QUE SUELE PISARSE */
.load-more-container {
    clear: both !important;
    padding: 20px 0 !important;
    text-align: center;
}

/* MEJORA DE LECTURA EN CARRUSEL Y FOTOS */

/* 1. Forzamos texto blanco en la Galería WOW */
.wow-overlay h3, 
.wow-overlay p, 
.wow-overlay .wow-badge {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7); /* Sombra para que resalte */
}

/* 2. Degradado de fondo para que el texto siempre sea legible */
.wow-img-container::after {
    content: "";
    position:relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%; /* El degradado cubre de abajo hacia la mitad */
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.wow-overlay {
    z-index: 2; /* El texto queda por encima del degradado */
}

/* 3. Ajuste para el botón de la galería */
.wow-btn {
    background: #E61919 !important;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

/* 4. Si tenés títulos negros sobre fotos en otras secciones (como Pulso Regional) */
.mun-label {
    background: rgba(230, 25, 25, 0.9) !important; /* Rojo Ensobrados */
    color: #fff !important;
    font-weight: 900;
}

/* Limpieza y Jerarquía de Política */
.section-politica {
    margin-top: 50px;
    padding-bottom: 50px;
}

.title-modern {
    font-size: 32px !important;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

/* El Item de la Lista */
.modern-post-item {
    display: grid;
    grid-template-columns: 280px 1fr; /* Imagen fija, texto fluido */
    gap: 25px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.modern-post-item:hover {
    border-color: #E61919;
}

/* Caja de Imagen */
.item-img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
}

.item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-post-item:hover .item-img-box img {
    transform: scale(1.08);
}

/* Etiquetas */
.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    z-index: 2;
}

.tag-politica { background: #000; }
.tag-investigacion { background: #E61919; }

/* Textos */
.item-content h3 {
    font-size: 24px !important;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
}

.item-content h3 a {
    color: #111;
    text-decoration: none;
}

.item-content h3 a:hover { color: #E61919; }

.excerpt {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

.item-meta-pro {
    margin-top: 15px;
    font-size: 13px;
    color: #888;
    display: flex;
    gap: 15px;
}

/* Botón Ver Más */
.btn-modern-more {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #f4f4f4;
    text-align: center;
    color: #111;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-modern-more:hover {
    background: #000;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .modern-post-item {
        grid-template-columns: 1fr;
    }
    .item-img-box {
        height: 220px;
    }
}

/* Contenedor del Radar */
.radar-actualidad {
    background: #111; /* Fondo oscuro para contrastar con el resto del sitio */
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    position: sticky;
    top: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Encabezado con Pulso */
.radar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}

.radar-header h3 {
    font-size: 18px !important;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #fff !important;
}

.pulse-icon {
    width: 10px;
    height: 10px;
    background: #E61919;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(230, 25, 25, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(230, 25, 25, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(230, 25, 25, 0); }
    100% { box-shadow: 0 0 0 0 rgba(230, 25, 25, 0); }
}

.live-tag {
    font-size: 10px;
    background: #E61919;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 900;
}

/* La Línea de Tiempo */
.timeline-container {
    position: relative;
    padding-left: 20px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #333;
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #444;
    border-radius: 50%;
    border: 2px solid #111;
    transition: 0.3s;
}

.timeline-item:hover::before {
    background: #E61919;
    transform: scale(1.3);
}

/* Textos del Radar */
.time-aside {
    font-size: 12px;
    font-weight: 800;
    color: #E61919;
    margin-bottom: 5px;
}

.mini-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    font-weight: 700;
    display: block;
}

.timeline-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #ddd;
    text-decoration: none;
    transition: 0.2s;
}

.timeline-title:hover {
    color: #fff;
}

.radar-footer {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #333;
}

.radar-footer:hover { color: #E61919; }

.ens-banner-top img{
    width:100%;
    max-width:970px;
    height:auto;
    display:block;
    margin:auto;
}

.ens-ad-label{
    display:block;
    text-align:center;
    font-size:11px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#888;
    margin-bottom:8px;
}

:root {
    --primary: #E61919;
    --text: #111;
    --text-soft: #444;
    --meta: #777;
    --bg: #fff;
    --border: #e6e6e6;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    color: var(--text);
    font-weight: 800;
    letter-spacing: -0.02em;
}

h1 { font-size: 42px; line-height: 1.15; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

p {
    font-size: 16.5px;
    color: var(--text-soft);
}

small, .meta-data, .item-meta {
    color: var(--meta);
    font-size: 13px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-impact {
    margin: 40px 0 60px;
}

.hero-grid-master {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    height: 600px;
}

.main-featured {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #000;
}

.main-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.5s ease;
}

.main-featured:hover img {
    transform: scale(1.03);
}

.info-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.95));
    color: #fff;
}

.info-overlay .kicker {
    background: var(--primary);
    padding: 5px 12px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
}

.info-overlay h1 {
    font-size: 36px;
    margin: 15px 0;
}

.info-overlay p {
    color: #ddd;
    font-size: 17px;
}

.mega-list-item {
    display: flex;
    gap: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);
}

.item-img {
    flex: 0 0 260px;
    height: 170px;
    border-radius: 8px;
    overflow: hidden;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mega-list-item:hover .item-img img {
    transform: scale(1.05);
}

.item-txt h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.item-meta {
    margin-top: 8px;
}

.municipios-grid-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.mun-card-premium {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.mun-card-premium:hover {
    transform: translateY(-6px);
    border-color: var(--primary);
}

.mun-img-wrapper {
    height: 160px;
    overflow: hidden;
}

.mun-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opinion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.opinion-card-pro {
    background: #fff;
    padding: 35px;
    border-top: 4px solid #000;
    text-align: center;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.opinion-body h3 {
    font-size: 20px;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .hero-grid-master {
        grid-template-columns: 1fr;
        height: auto;
    }

    .municipios-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .opinion-grid {
        grid-template-columns: 1fr;
    }

    .mega-list-item {
        flex-direction: column;
    }

    .item-img {
        flex: 1;
        height: 220px;
    }
}

@media (max-width: 480px) {
    .municipios-grid-premium {
        grid-template-columns: 1fr;
    }
}

.support-box{
    margin-top:40px;
    padding:32px;
    border:1px solid #e5e5e5;
    border-radius:18px;
    background:#fff;
}

.support-inner{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    flex-wrap:wrap;
}

.support-text{
    flex:1;
    min-width:320px;
}

.support-text h4{
    font-size:34px;
    line-height:1.2;
    margin-bottom:18px;
    color:#111;
}

.support-text p{
    font-size:19px;
    line-height:1.8;
    color:#444;
    margin-bottom:16px;
}

.support-action{
    width:320px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.btn-mp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    background:#009ee3;
    color:#fff;
    padding:18px 24px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
    transition:.2s ease;
}

.btn-mp:hover{
    transform:translateY(-2px);
    opacity:.92;
}

.support-alias{
    margin-top:22px;
    width:100%;
}

.alias-label{
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:10px;
}

.alias-box{
    background:#111;
    color:#fff;
    padding:14px 18px;
    border-radius:12px;
    font-size:18px;
    font-weight:700;
    letter-spacing:.5px;
    cursor:pointer;
    transition:.2s ease;
}

.alias-box:hover{
    background:#c00;
}

.alias-copy{
    display:block;
    margin-top:8px;
    font-size:12px;
    color:#888;
}

.mp-cards{
    margin-top:18px;
}

@media(max-width:768px){

    .support-box{
        padding:24px;
    }

    .support-inner{
        flex-direction:column;
    }

    .support-action{
        width:100%;
    }

    .support-text h4{
        font-size:28px;
    }

    .support-text p{
        font-size:17px;
    }

}

/* =========================================================
   ARTICLE LAYOUT + SIDEBAR STICKY
========================================================= */


/* Sidebar visual */

.sidebar .trending{
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:22px;
}

.trending-title{
    font-size:24px;
    font-weight:900;
    margin-bottom:20px;
    border-left:5px solid #E61919;
    padding-left:14px;
}

.trending-item{
    display:flex;
    gap:14px;
    text-decoration:none;
    color:#111;
    padding:14px 0;
    border-bottom:1px solid #f1f1f1;
    transition:.2s ease;
}

.trending-item:last-child{
    border-bottom:none;
}

.trending-item:hover{
    transform:translateX(3px);
}

.trending-num{
    font-size:34px;
    font-weight:900;
    color: #565656;
    line-height:1;
    min-width:35px;
}

.trending-title-small{
    display:block;
    font-size:15px;
    line-height:1.35;
    font-weight:800;
    color:#111;
    margin-bottom:6px;
}

.trending-date{
    font-size:12px;
    color:#777;
}

/* Ads sidebar */

.ad-sidebar{
    margin-top:25px;
}

/* Mobile */

@media(max-width:1024px){

    .article-layout{
        flex-direction:column;
    }

    .sidebar{
        width:100%;
        min-width:100%;
    }

    .sidebar-sticky{
        position:relative;
        top:auto;
    }

}

.article-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:40px;
    align-items:start;
}

.article-main{
    min-width:0;
}

.sidebar{
    position:sticky;
    top:90px;
    height:fit-content;
}

/* =========================================================
   RELACIONADAS ENSOBRADOS
========================================================= */

.ens-related-section{
    margin-top:70px;
    padding-top:40px;
    border-top:2px solid #ececec;
    clear:both;
}

.ens-related-heading{
    font-size:32px !important;
    font-weight:900;
    margin-bottom:30px;
    text-transform:uppercase;
    letter-spacing:-1px;
    color:#111;
}

.ens-related-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.ens-related-card{
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    overflow:hidden;
    text-decoration:none;
    transition:.25s ease;
}

.ens-related-card:hover{
    transform:translateY(-5px);
    border-color:#E61919;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.ens-related-thumb{
    height:190px;
    overflow:hidden;
    background:#ddd;
}

.ens-related-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .4s ease;
}

.ens-related-card:hover .ens-related-thumb img{
    transform:scale(1.05);
}

.ens-related-placeholder{
    width:100%;
    height:100%;
    background:#dcdcdc;
}

.ens-related-content{
    padding:18px;
}

.ens-related-content h4{
    font-size:18px !important;
    font-weight:800;
    line-height:1.3;
    color:#111;
    margin-bottom:12px;
}

.ens-related-card:hover h4{
    color:#E61919;
}

.ens-related-date{
    font-size:12px;
    color:#777;
    text-transform:uppercase;
    font-weight:700;
}

/* TABLET */

@media(max-width:1024px){

    .ens-related-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* MOBILE */

@media(max-width:640px){

    .ens-related-grid{
        grid-template-columns:1fr;
    }

}

/* =========================================================
   CATEGORÍA DEL ARTÍCULO
========================================================= */

.cat-label{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#E61919;
    color:#fff;

    padding:7px 14px;
    border-radius:6px;

    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.6px;

    margin-bottom:18px;

    line-height:1;
}

/* Variante negra para Política */

.cat-label.politica{
    background:#111;
}

/* Variante roja intensa para investigaciones */

.cat-label.investigacion{
    background:#c40000;
}

/* Hover sutil */

.cat-label:hover{
    opacity:.92;
}

/* =========================================
   FIX SIDEBAR MOBILE
========================================= */

@media (max-width: 1024px){

    .article-layout{
        display:block !important;
    }

    .sidebar{
        width:100% !important;
        min-width:100% !important;
        position:relative !important;
        top:auto !important;
        margin-top:40px !important;
    }

    .sidebar-sticky{
        position:relative !important;
        top:auto !important;
    }

    .trending,
    .sidebar-editorial-box,
    .bloque-publicidad-lateral,
    .ad-sidebar{
        width:100% !important;
        box-sizing:border-box;
    }

}
/*# sourceURL=mow_fn_inline-inline-css */
