/*
Theme Name: Nexus
Author: Geronimo Doljanin
Description: Nexus theme customized by Geronimo Doljanin
Version: 1.0
Requires at least: 5.0
Tested up to: 5.3.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexus
*/

/*RESET*/
a,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1;counter-reset:item}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article,aside,footer,header,hgroup,nav,section{display:block}


:root {
	color-scheme:dark light;
	--text-color:#000000;
	--bg-color:#ffffff;
	--verde:#64DE5C;
	--color-politica:#14B4A0;
	--color-policiales:#92BFFF;
	--color-judiciales:#CC3333;
	--color-deportes:#F8B118;
	--color-cultura:#FAEB46;
	--color-especiales:#001E66;
	--color-informes:#993eaf;
	
}
/*BASIC STYLE*/
h1,h2,h3,h4,h5,h6,p{color:var(--text-color)}.ui-tabs-hide{display:none}br.clear{margin:0;padding:0}h1,h2,h3,h4,h5,h6{padding-bottom:5px;line-height:1em;font-weight:400}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1{font-size:30px}h2{font-size:24px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{padding-bottom:15px;line-height:24px}b,dl dt,strong{font-weight:700}cite,em,i{font-style:italic}code,pre{font-family:Courier New,monospace;margin-bottom:10px}ins{text-decoration:none}sub,sup{height:0;line-height:1;position:relative;vertical-align:baseline}sup{bottom:.8em}sub{top:.3em}dl{margin:0 0 1.5em}dd{margin-left:1.5em}input.text,input.title,input[type=text],select,textarea{background-color:#fff;border:1px solid #bbb;padding:2px;color:#4e4e4e;margin:.5em 0}input.text:focus,input.title:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#2d3940;color:#3e3e3e}textarea{padding:4px}


body {font-family:"Archivo Narrow",sans-serif; font-weight:400; font-size:16px; color:var(--text-color)!important; background-color:var(--bg-color)!important; font-kerning:none; transition:0.5s background-color ease; image-rendering:-webkit-optimize-contrast;}
a {text-decoration:none; color:#64DE5C;}
a:hover { text-decoration:none;}
.clear {clear:both;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.green, .tags a {color:#64DE5C;}
.green.exc p, p.green.exc {line-height:24px;}

a[href="https://quedigital.com.ar/destacada/"],
a[href="https://quedigital.com.ar/semi-destacada/"],
a[href="https://quedigital.com.ar/deportes/deportes-destacada/"],
a[href="https://quedigital.com.ar/deportes/deportes-home/"],
a[href="https://quedigital.com.ar/cultura/cultura-destacada/"],
a[href="https://quedigital.com.ar/cultura/cultura-home/"],
a[href="https://quedigital.com.ar/sin-categoria/"],
a[href="https://quedigital.com.ar/politica/politica-destacada/"],
a[href="https://quedigital.com.ar/policiales/policiales-destacada/"],
a[href="https://quedigital.com.ar/sociedad/sociedad-destacada/"],
a[href="https://quedigital.com.ar/judiciales/judiciales-destacada/"],
a[href="https://quedigital.com.ar/covid-19/covid-19-destacada/"],
a[href="https://quedigital.com.ar/informes/informes-slider/"]  {display:none!important;}


::selection {color:white; background:#64DE5C;}
::-webkit-selection {color:white; background:#64DE5C;}
::-moz-selection {color:white; background:#64DE5C;}


/*---- MAIN LAYOUT INFO ----*/
img {max-width:100%; height:auto; transform:translateZ(0);}

embed, iframe, object, video {max-width:100%;}

.container {text-align:left; margin:0 auto; width:1200px; position:relative;}

#main-header {margin-bottom:15px;}
body.page #main-header {margin-bottom:30px;}

	.seguinos {width:100%; margin:15px 0 15px 0; color:#64DE5C; box-sizing:border-box;}
		.seguinos #date {float:left; font-size:15px;}
		.seguinos #date span {color:var(--text-color);}
		.seguinos #networks {float:right;}
		.seguinos #networks a:hover {color:var(--text-color);}
		.seguinos a {margin:0 0 0 15px; display:block; float:left;}
		.seguinos a:hover {color:var(--text-color);}
		.seguinos a .x-svg  {height:16px; padding:0 0 0 0;}
	.seguinos.scrolled {margin:15px 0 75px 0;}
	
	.theme-toggle {height:20px; width:42px; margin:-2px 0 -2px 15px; float:right; cursor:pointer; border-radius:15px; transition:0.5s all ease; box-sizing:border-box; background-color:transparent;   	
		border:1px solid var(--verde);
		background-image:url(images/icons/change_theme.png);
		background-repeat:no-repeat;
		background-size:auto 20px; 
		background-position:right center;} /*dark left / light right*/
		.category-politica .theme-toggle 	{background-image:url(images/icons/change_theme_politica.webp); border-color:var(--color-politica);}
		.category-policiales .theme-toggle 	{background-image:url(images/icons/change_theme_policiales.webp); border-color:var(--color-policiales);}
		.category-judiciales .theme-toggle 	{background-image:url(images/icons/change_theme_judiciales.webp); border-color:var(--color-judiciales);}
		.category-deportes .theme-toggle 	{background-image:url(images/icons/change_theme_deportes.webp); border-color:var(--color-deportes);}
		.category-cultura .theme-toggle 	{background-image:url(images/icons/change_theme_cultura.webp); border-color:var(--color-cultura);}
		.category-informes .theme-toggle 	{background-image:url(images/icons/change_theme_informes.webp); border-color:var(--color-informes);}
	
	#top-info {width:100%; position:relative; transition:all 0.3s ease;}
	#top-info > .container {display:flex; flex-wrap:wrap;}
	
		.burger {background:url(images/icons/menu_verde.png) no-repeat; background-size:100% 100%; width:24px; height:16px; cursor:pointer; margin-top:17px;}
			.category-politica .burger {background-image:url(images/icons/menu_politica.png);}
			.category-policiales .burger {background-image:url(images/icons/menu_policiales.png);}
			.category-judiciales .burger {background-image:url(images/icons/menu_judiciales.png);}
			.category-deportes .burger {background-image:url(images/icons/menu_deportes.png);}
			.category-cultura .burger {background-image:url(images/icons/menu_cultura.png);}
			.category-informes .burger {background-image:url(images/icons/menu_informes.png);}
			
		#logo {width:268px; height:60px; display:block; background-image:url(images/logo_header.png?v=2); background-position:left top; background-repeat:no-repeat; background-size:contain; margin:0 auto;}
			.category-sociedad #logo 	{background-image:url(images/logo_sociedad.png?v=2); margin-top:-15px; height:75px;}
			.category-policiales #logo 	{background-image:url(images/logo_policiales.png?v=2); margin-top:-15px; height:75px;}
			.category-politica #logo 	{background-image:url(images/logo_politica.png?v=2); margin-top:-15px; height:75px;}
			.category-judiciales #logo 	{background-image:url(images/logo_judiciales.png?v=2); margin-top:-15px; height:75px;}
			.category-deportes #logo 	{background-image:url(images/logo_deportes.png?v=2); margin-top:-15px; height:75px;}
			.category-cultura #logo 	{background-image:url(images/logo_cultura.png?v=2); margin-top:-15px; height:75px;}
			.category-informes #logo 	{background-image:url(images/logo_informes.png?v=2); margin-top:-15px; height:75px;}
			.category-covid-19 #logo 	{background-image:url(images/logo_covid19.png?v=3); margin-top:-15px; height:75px;}
			
		.lupa {background-image:url(images/icons/lupa_verde.webp); background-position:center center; background-repeat:no-repeat; background-size:20px 20px; border:none; border-radius:0; height:20px; width:20px; cursor:pointer; margin-top:17px;}
			.category-politica .lupa {background-image:url(images/icons/lupa_politica.webp);}
			.category-policiales .lupa {background-image:url(images/icons/lupa_policiales.webp);}
			.category-judiciales .lupa {background-image:url(images/icons/lupa_judiciales.webp);}
			.category-deportes .lupa {background-image:url(images/icons/lupa_deportes.webp);}
			.category-cultura .lupa {background-image:url(images/icons/lupa_cultura.webp);}
			.category-informes .lupa {background-image:url(images/icons/lupa_informes.webp);}
	
	#top-info.scrolled {position:fixed; top:-62px; left:0; height:55px; width:100%; padding:0; box-shadow:0 1px 4px rgba(0,0,0,0.3); z-index:999; background:#fff; box-sizing:border-box; transform:translateY(62px)}
	#top-info.scrolled #logo {margin:10px auto 5px auto; padding:0; width:175px; height:40px;}
	.category #top-info.scrolled #logo {margin:4px auto 0 auto!important;}
	.dark-theme #top-info.scrolled {background:#444444; box-shadow:none;}
	
	/*MENÚ LATERAL*/
	.menu-lateral-container {display:none; position:fixed; top:0; left:0; width:100%; height:100vh; overflow:hidden; z-index:999;}
	.menu-lateral-container.show {display:block;}
		.menu-lateral-container .shadow {position:fixed; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0,0.5);}
		.menu-lateral-container .menu-lateral {background:var(--bg-color); width:270px; height:100vh; padding:95px 30px 0 30px; position:relative; z-index:9999; box-sizing:border-box; transition:transform 0.3s ease; transform:translateX(-270px);}
		.menu-lateral-container .menu-lateral.desplegado {transform:translateX(0px);}
		.menu-lateral-container .menu-lateral .close {cursor:pointer; height:17px; width:17px; background:url(images/icons/x_verde.png) no-repeat; background-size:100% 100%; position:absolute; top:30px; left:30px;}
		.menu-lateral-container .menu-lateral .lupa {position:absolute; top:30px; right:30px; margin:0; background-image:url(images/icons/lupa_verde.webp)!important;}
		.menu-lateral-container .menu-lateral ul {margin:0 0 45px 0; padding:0;}
		.menu-lateral-container .menu-lateral ul li {width:100%; display:block; padding:0; margin:0 0 25px 0;}
		.menu-lateral-container .menu-lateral ul li a {font-size:24px; line-height:1; color:var(--text-color);}
		.menu-lateral-container .menu-lateral ul li a.subr {border-bottom:1px solid var(--verde);}
		.menu-lateral-container .menu-lateral ul li a:hover {color:var(--verde);}
		.menu-lateral-container .menu-lateral ul li a[href="https://quedigital.com.ar/politica/"]:hover 	{color:var(--color-politica);}
		.menu-lateral-container .menu-lateral ul li a[href="https://quedigital.com.ar/policiales/"]:hover 	{color:var(--color-policiales);}
		.menu-lateral-container .menu-lateral ul li a[href="https://quedigital.com.ar/judiciales/"]:hover 	{color:var(--color-judiciales);}
		.menu-lateral-container .menu-lateral ul li a[href="https://quedigital.com.ar/deportes/"]:hover 	{color:var(--color-deportes);}
		.menu-lateral-container .menu-lateral ul li a[href="https://quedigital.com.ar/cultura/"]:hover 		{color:var(--color-cultura);}
		.menu-lateral-container .menu-lateral ul li a[href="https://quedigital.com.ar/informes/"]:hover 	{color:var(--color-informes);}
		.menu-lateral-container .menu-lateral .redes {display:flex; flex-wrap:wrap; justify-content:space-between; width:94%;}
		.menu-lateral-container .menu-lateral .redes .fab {font-size:20px; color:var(--verde)!important;}
		.menu-lateral-container .menu-lateral .redes .x-svg {height:20px; padding-top:1px; fill:var(--verde)!important;}
	
	/*MENÚ*/
	#top-navigation {margin:25px 0 25px 0; width:100%; position:relative; box-sizing:border-box;}
	
		#top-menu {display:flex; flex-wrap:wrap; justify-content:space-between;}
		#top-menu li {display:block;}
		#top-menu a {color:var(--text-color); text-decoration:none; padding:0 0 2px 0; border-bottom:2px solid transparent;  text-align:center; display:block; position:relative; text-transform:capitalize; font-size:20px; line-height:24px; background:none!important;}
		#top-menu > li > a:hover,
		#top-menu > li > a:active {border-bottom:2px solid var(--verde);}
		#top-menu > li > a:visited {color:var(--text-color);}
				
				/*HEADER SOCIEDAD*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/sociedad/"]:hover {border-color:var(--verde);}
				.category-sociedad #top-menu > li.menu-item > a[href="https://quedigital.com.ar/sociedad/"] {border-color:var(--verde);}
				/*HEADER POLITICA*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/politica/"]:hover {border-color:var(--color-politica);}
				.category-politica #top-menu > li.menu-item > a[href="https://quedigital.com.ar/politica/"],
				.category-politica #top-menu > li.menu-item > a[href="https://quedigital.com.ar/politica/"]:hover,
				.category-politica #top-menu > li.menu-item > a[href="https://quedigital.com.ar/politica/"]:visited,
				.category-politica #top-menu > li.menu-item > a[href="https://quedigital.com.ar/politica/"]:active {border-color:var(--color-politica)!important;}
				.category-politica .seguinos {color:var(--color-politica);}
				.category-politica .seguinos #networks a {color:var(--color-politica);}
				/*HEADER POLICIALES*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/policiales/"]:hover {border-color:var(--color-policiales);}
				.category-policiales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/policiales/"],
				.category-policiales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/policiales/"]:hover,
				.category-policiales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/policiales/"]:visited,
				.category-policiales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/policiales/"]:active {border-color:var(--color-policiales)!important;}
				.category-policiales .seguinos {color:var(--color-policiales);}
				.category-policiales .seguinos #networks a {color:var(--color-policiales);}
				/*HEADER JUDICIALES*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/judiciales/"]:hover {border-color:var(--color-judiciales);}
				.category-judiciales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/judiciales/"],
				.category-judiciales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/judiciales/"]:hover,
				.category-judiciales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/judiciales/"]:visited,
				.category-judiciales #top-menu > li.menu-item > a[href="https://quedigital.com.ar/judiciales/"]:active {border-color:var(--color-judiciales)!important;}
				.category-judiciales .seguinos {color:var(--color-judiciales);}
				.category-judiciales .seguinos #networks a {color:var(--color-judiciales);}
				/*HEADER DEPORTES*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/deportes/"]:hover {border-color:var(--color-deportes);}
				.category-deportes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/deportes/"],
				.category-deportes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/deportes/"]:hover,
				.category-deportes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/deportes/"]:visited,
				.category-deportes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/deportes/"]:active {border-color:var(--color-deportes)!important;}
				.category-deportes .seguinos {color:var(--color-deportes);}
				.category-deportes .seguinos #networks a {color:var(--color-deportes);}
				/*HEADER CULTURA*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/cultura/"]:hover {border-color:var(--color-cultura);}
				.category-cultura #top-menu > li.menu-item > a[href="https://quedigital.com.ar/cultura/"],
				.category-cultura #top-menu > li.menu-item > a[href="https://quedigital.com.ar/cultura/"]:hover,
				.category-cultura #top-menu > li.menu-item > a[href="https://quedigital.com.ar/cultura/"]:visited,
				.category-cultura #top-menu > li.menu-item > a[href="https://quedigital.com.ar/cultura/"]:active {border-color:var(--color-cultura)!important;}
				.category-cultura .seguinos {color:var(--color-cultura);}
				.category-cultura .seguinos #networks a {color:var(--color-cultura);}
				/*HEADER INFORMES*/
				#top-menu > li.menu-item > a[href="https://quedigital.com.ar/informes/"]:hover {border-color:var(--color-informes);}
				.category-informes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/informes/"],
				.category-informes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/informes/"]:hover,
				.category-informes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/informes/"]:visited,
				.category-informes #top-menu > li.menu-item > a[href="https://quedigital.com.ar/informes/"]:active {border-color:var(--color-informes)!important;}
				.category-informes .seguinos {color:var(--color-informes);}
				.category-informes .seguinos #networks a {color:var(--color-informes);}
				
				
	#et_mobile_nav_menu {display:none;}
	
	
	/*.campana {display:block; float:right; line-height:32px; width:32px; cursor:pointer; text-align:center;}*/
	
	/*Busqueda*/
	.busqueda {background:rgba(100,222,22,0.94); width:100%; height:100%; position:fixed; top:0; left:0; z-index:99999; display:none;}
	.busqueda.shown {display:block;}
	.cruz_blanca {cursor:pointer; height:17px; width:17px; background:url(images/icons/x_blanco.png) no-repeat; background-size:100% 100%; position:absolute; top:18px; right:20px;}
	.searchform {width:80%; margin:0 auto; position:absolute; top:49%; left:10%; border-bottom:1px solid white; padding:0 0 5px 0;}
		.campo-buscar {float:left; width:90%; margin:0!important; font-size:30px; color:white!important; padding:0!important; border:none!important; border-radius:0!important; background:transparent!important; font-family:"Archivo Narrow", sans-serif;}
		.campo-buscar::placeholder {color:white!important; opacity:1!important;}
		.campo-buscar::-webkit-input-placeholder {color:white!important; opacity:1!important;}
		.campo-buscar::-webkit-placeholder {color:white!important; opacity:1!important;}
		.lupa_blanca {float:right; height:20px; width:20px; background:url(images/icons/lupa_blanca.png) no-repeat; background-size:100% 100%; border:none; border-radius:0; padding:0; margin:6px 0 0 0;}
	
	/*TAGS-BAR*/
	#tags-bar .textwidget {display:flex; flex-wrap:wrap; justify-content:space-evenly; border-top:1px solid var(--verde); border-bottom:1px solid var(--verde); padding:5px 0 0 0; margin-bottom:30px;}
	#tags-bar .textwidget a {font-size:18px; padding:0 4px 6px 4px;}
	#tags-bar .textwidget a:hover {color:var(--text-color);}

/*SUPERS*/
.super-destacada { margin-bottom:30px; position:relative;}
.super-destacada h1 {padding:15px; color:var(--text-color); font-size:34px; font-weight:bold; background:rgba(255,255,255,0.8); border-top:2px solid #64de5c; border-bottom:2px solid #64de5c; width:33.333%; position:absolute; bottom:30px; left:30px; z-index:2; line-height:1;}
.super-destacada h1.up {bottom:unset; top:30px;}
.dark-theme .super-destacada h1 {background:rgba(50,50,50,0.8);}
.super-destacada h1 a:hover {color:#64de5c}
.super-destacada img {width:100%; max-width:1200px; position:relative;}
.super-destacada .widgettitle {display:none;}
#super-destacada-inferior.super-destacada {width:98.3333%; margin:15px 0;}
#super-destacada-inferior.super-destacada h1 {width:40%; font-size:32px;}

/*STREAMING*/
#sidebar-streaming {border:1px solid #64DE5C; padding:0 1% 1% 1%; box-sizing:border-box;}
#sidebar-streaming * {padding:0!important; display:block;}
#sidebar-streaming .streaming_title {display:block; width:100%; font-size:21px; font-weight:bold; border:none; padding:0; margin:0; width:100%; line-height:40px; color:#64DE5C; text-align:center;}
#sidebar-streaming iframe {width:100%; height:600px;}

/*GRUPOS*/
.grupo2, .grupo3, .grupo4 {display:flex; flex-wrap:wrap; flex-direction:row; width:100%; max-width:1200px;}
#sidebar-grupo-doble-inferior,
#sidebar-grupo-triple-inferior,
#sidebar-grupo-cuadruple-inferior {width:98.3333%;}

#sidebar-grupo-doble-inferior .notagrupo.widget_singlepostwidget,
#sidebar-grupo-triple-inferior .notagrupo.widget_singlepostwidget,
#sidebar-grupo-cuadruple-inferior .notagrupo.widget_singlepostwidget {margin-bottom:15px;}

#sidebar-grupo-doble-inferior .notagrupo.widget_text > .titulogrupo {margin-top:15px;}
#sidebar-grupo-triple-inferior .notagrupo.widget_text > .titulogrupo {margin-top:15px;}
#sidebar-grupo-cuadruple-inferior .notagrupo.widget_text > .titulogrupo {margin-top:15px;}
	
	/*Styleing*/
	.notagrupo.widget_text { flex-basis:100%;}
	.notagrupo.widget_text > .titulogrupo {display:block; font-size:24px; font-weight:bold; border:none; padding:0; margin:0; border-top:3px solid #64DE5C; width:100%; line-height:40px; color:#64DE5C; text-align:center;}
	.notagrupo.widget_singlepostwidget h2.titulogrupo {display:none!important;}
	.notagrupo.widget_singlepostwidget {border-bottom:3px solid #64DE5C; margin-bottom:30px; padding-bottom:15px; box-sizing:border-box;}
	.notagrupo.widget_singlepostwidget .categ {font-size:16px; color:#64DE5C; border-top:1px solid #64DE5C; position:relative; width:100%; height:40px; text-align:left; padding:0; box-sizing:border-box; line-height:40px;}
	.notagrupo.widget_singlepostwidget .categ li {display:none!important;}
	.notagrupo.widget_singlepostwidget img {width:100%; display:block; margin-bottom:12px;}
	.notagrupo.widget_singlepostwidget h2 {font-size:21px; line-height:1; margin:0; padding:0 0 13px 0; font-weight:bold; color:var(--text-color); position:relative; border-bottom:1px solid #64DE5C;}
	.notagrupo.widget_singlepostwidget a:hover h2 {color:#64DE5C;}
	.notagrupo.widget_singlepostwidget a:hover + a h2 {color:#64DE5C;}
	
	/*Styleing especiales*/
	.especiales .titulogrupo {display:block; font-size:24px; font-weight:bold; border:none; padding:0; margin:0!important; border-top:3px solid var(--color-especiales); width:100%; line-height:40px; color:var(--color-especiales); text-align:center;}
	.especiales .titulo-grupo-especial {position:relative; width:100%;}
	.especiales .icono-grupo-especial {position:absolute; top:8px; left:0; width:auto; height:30px;}
	.especiales .notagrupo.widget_singlepostwidget h2.titulogrupo {display:none!important;}
	.especiales .notagrupo.widget_singlepostwidget {border-bottom:3px solid var(--color-especiales); margin-bottom:30px; padding-bottom:15px; box-sizing:border-box;}
	.especiales .notagrupo.widget_singlepostwidget .categ {font-size:16px; color:var(--color-especiales); border-top:1px solid var(--color-especiales); position:relative; width:100%; height:40px; text-align:left; padding:0; box-sizing:border-box; line-height:40px;}
	.especiales .notagrupo.widget_singlepostwidget img {width:100%; display:block; margin-bottom:12px;}
	.especiales .notagrupo.widget_singlepostwidget h2 {font-size:21px; line-height:1; margin:0; padding:0 0 13px 0; font-weight:bold; color:var(--text-color); position:relative; border-bottom:1px solid var(--color-especiales);}
	.especiales .notagrupo.widget_singlepostwidget a:hover h2 {color:var(--color-especiales);}
	.especiales .notagrupo.widget_singlepostwidget a:hover + a h2 {color:var(--color-especiales);}
	.especiales .fab {color:var(--color-especiales);}
	#sidebar-grupo-doble-inferior-especiales,
	#sidebar-grupo-triple-inferior-especiales,
	#sidebar-grupo-cuadruple-inferior-especiales {width:98.3333%;}
	#sidebar-grupo-doble-inferior-especiales .notagrupo.widget_singlepostwidget,
	#sidebar-grupo-triple-inferior-especiales .notagrupo.widget_singlepostwidget,
	#sidebar-grupo-cuadruple-inferior-especiales .notagrupo.widget_singlepostwidget {margin-bottom:15px;}
	#sidebar-grupo-doble-inferior-especiales .notagrupo.widget_text > .titulogrupo {margin-top:15px;}
	#sidebar-grupo-triple-inferior-especiales .notagrupo.widget_text > .titulogrupo {margin-top:15px;}
	#sidebar-grupo-cuadruple-inferior-especiales .notagrupo.widget_text > .titulogrupo {margin-top:15px;}
	
	/*GRUPO DOBLE*/
	.grupo2 .notagrupo.widget_singlepostwidget h2 {font-size:24px;}
	.grupo2 .notagrupo.widget_singlepostwidget {width:50%;}
	.grupo2 .notagrupo.widget_singlepostwidget:nth-child(2) {padding-right:0.75%;}
	.grupo2 .notagrupo.widget_singlepostwidget:nth-child(3) {padding-left:0.75%;}
		/*con titulo*/
		.grupo2.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {padding-right:0.75%; padding-left:0;}
		.grupo2.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {padding-left:0.75%;}
	/*GRUPO TIPLE*/
	.grupo3 .notagrupo.widget_singlepostwidget h2 {font-size:22px;}
	.grupo3 .notagrupo.widget_singlepostwidget {width:33.33333%;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(2) {padding-right:1%;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(3) {padding-left:0.5%; padding-right:0.5%;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(4) {padding-left:1%;}
		/*con titulo*/
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {padding-left:0%; padding-right:1%;}
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {padding-left:0.5%; padding-right:0.5%;}
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(5) {padding-left:1%; padding-right:0%;}
	/*GRUPO CUADRUPLE*/
	.grupo4 .notagrupo.widget_singlepostwidget h2 {font-size:21px;}
	.grupo4 .notagrupo.widget_singlepostwidget {width:25%;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(2) {padding-right:1%;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(3) {padding-left:0.5%; padding-right:0.5%;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(4) {padding-left:0.5%; padding-right:0.5%;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(5) {padding-left:1%;}
		/*con titulo*/
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {padding-left:0; padding-right:0.75%;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {padding-left:0.25%; padding-right:0.50%;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(5) {padding-left:0.50%; padding-right:0.25%;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(6) {padding-left:0.75%; padding-right:0}


/*FEATURED*/
	#et-featured-posts {padding:0;}
		.et-featured-post { float: left; position: relative; overflow:hidden; border-top:1px solid #64DE5C; border-bottom:1px solid #64DE5C;}
			
			.category-politica .featured-img:hover + .featured-title h2 a {color:var(--color-politica);}
			.category-politica .featured-title h2 a:hover {color:var(--color-politica);}
			.category-politica .et-featured-post {border-color:var(--color-politica);}
			.category-politica .featured-categ {color:var(--color-politica);}
			.category-politica .featured-categ a {color:var(--color-politica);}
			
			.category-policiales .featured-img:hover + .featured-title h2 a {color:var(--color-policiales);}
			.category-policiales .featured-title h2 a:hover {color:var(--color-policiales);}
			.category-policiales .et-featured-post {border-color:var(--color-policiales);}
			.category-policiales .featured-categ {color:var(--color-policiales);}
			.category-policiales .featured-categ a {color:var(--color-policiales);}
			
			.category-judiciales .featured-img:hover + .featured-title h2 a {color:var(--color-judiciales);}
			.category-judiciales .featured-title h2 a:hover {color:var(--color-judiciales);}
			.category-judiciales .et-featured-post {border-color:var(--color-judiciales);}
			.category-judiciales .featured-categ {color:var(--color-judiciales);}
			.category-judiciales .featured-categ a {color:var(--color-judiciales);}
			
			.category-deportes .featured-img:hover + .featured-title h2 a {color:var(--color-deportes);}
			.category-deportes .featured-title h2 a:hover {color:var(--color-deportes);}
			.category-deportes .et-featured-post {border-color:var(--color-deportes);}
			.category-deportes .featured-categ {color:var(--color-deportes);}
			.category-deportes .featured-categ a {color:var(--color-deportes);}
			
			.category-cultura .featured-img:hover + .featured-title h2 a {color:var(--color-cultura);}
			.category-cultura .featured-title h2 a:hover {color:var(--color-cultura);}
			.category-cultura .et-featured-post {border-color:var(--color-cultura);}	
			.category-cultura .featured-categ {color:var(--color-cultura);}
			.category-cultura .featured-categ a {color:var(--color-cultura);}				
		
		.home .et-first {width:49.4%; margin-right:1.2%;}
		.home .et-second, 
		.home .et-third {width:49.4%; padding-bottom:12px;}
		.home .et-second {margin-bottom:15px;}
		.home #et-featured-posts {margin-bottom:30px;}
		.et-fourth {display:none!important;}
		
		.category #et-featured-posts {display:flex; flex-wrap:wrap; flex-direction:row; margin-bottom:30px; width:100%;}
		.category .et-first {width:49.4%; margin-right:1.2%;}
		.category .et-second {width:49.4%;}
		
			/*categoria*/
			.featured-categ {font-size:16px; color:#64DE5C; position:relative; width:100%; height:40px; text-align:left; padding:0; box-sizing:border-box; display:block;}
			.category .featured-categ {height:15px;}
			.category .featured-categ a {display:none;}
			.featured-categ a {color:#64DE5C; line-height:40px;}
			.featured-categ > a {margin-right:5px;}
			.featured-categ a:hover {color:var(--text-color);}
			/*img*/
			.featured-img img {display:block; width:100%; margin:0 0 9px 0;}
			.featured-img:hover + .featured-title h2 a {color:#64DE5C;}
			.home .et-second .featured-img, 
			.home .et-third .featured-img {float:left; width:48.8%; margin-right:2%;}
			/*title*/
			.featured-title h2 {font-weight:bold; margin:0 0 12px 0; line-height:1; padding:0;}
			.featured-title h2 a { text-decoration:none; color:var(--text-color);}
			.featured-title h2 a:hover { text-decoration:none; color:#64DE5C;}
			.et-first .featured-title h2 {font-size:34px;}
			.et-second .featured-title h2, 
			.et-third .featured-title h2 {font-size:24px; line-height:1;}
			.category .et-first .featured-title h2 {font-size:34px;}
			.category .et-second .featured-title h2 {font-size:34px;}
			/*excerpt*/
			.featured-excerpt {width:100%;}
			.home .et-first .featured-excerpt {display:none;}
			.featured-excerpt p {margin:0 0 12px 0; padding:0; color:var(--text-color); font-size:16px; line-height:20px;}
			


#main-content {position:relative;}

	#content, body.page #content {float: left; width:76%; box-sizing:border-box; }
	.fullwidth #content { float: none; width: 100% !important; }
	.fullwidth #main-content:before { display: none; }
	#content.nota-full-width {width:100%;}
	#content.nota-full-width #left-area {max-width:100%; margin:0;}
	#content.nota-full-width .alignnone {margin:0 auto; display:block;}
		h1.module-title, h4.widgettitle {color:#64DE5C; font-weight:bold; font-size:18px; line-height:1; border-bottom:1px solid #64DE5C; position:relative;  padding:0 0 12px 0; margin:0 0 15px 0; text-transform:uppercase; text-align:center;}
			h1.module-title span { font-weight: bold; }
		.module-content, .all-tabs {display:flex; flex-wrap:wrap; flex-direction:row;}
		.lista-noticias {display:flex; flex-wrap:wrap; flex-direction:row;}
			.recent-post {width:31.6666%; margin:0 1.6666% 15px 0; border-bottom:1px solid #64DE5C; box-sizing:border-box; padding: 0;}
				.category-politica .recent-post,
				.category-politica .recent-post .et-description {border-color:var(--color-politica);}
				.category-politica .recent-post .fecha {color:var(--color-politica);}
				.category-policiales .recent-post,
				.category-policiales .recent-post .et-description {border-color:var(--color-policiales);}
				.category-policiales .recent-post .fecha {color:var(--color-policiales);}
				.category-judiciales .recent-post,
				.category-judiciales .recent-post .et-description {border-color:var(--color-judiciales);}
				.category-judiciales .recent-post .fecha {color:var(--color-judiciales);}
				.category-deportes .recent-post,
				.category-deportes .recent-post .et-description {border-color:var(--color-deportes);}
				.category-deportes .recent-post .fecha {color:var(--color-deportes);}
				.category-cultura .recent-post,
				.category-cultura .recent-post .et-description {border-color:var(--color-cultura);}	
				.category-cultura .recent-post .fecha {color:var(--color-cultura);}
				.category-informes .recent-post,
				.category-informes .recent-post .et-description {border-color:var(--color-informes);}	
				.category-informes .recent-post .fecha {color:var(--color-informes);}
			
			.recent-post img {display:block; text-indent:-999999999999px; width:100%;}
			.home .et-tab { padding: 0 0 40px; }
				.et-main-image {position:relative; line-height:0; width:100%; margin:0 0 12px 0;}
				.et-main-image:hover + h2 a {color:#64DE5C;}
				.categories-tabs-module .et-description, .recent-post .et-description { width:100%; margin: 0; position:relative; border-top:1px solid #64DE5C;}
					.recent-post .et-description .categ {font-size:16px; color:#64DE5C; position:relative; width:100%; height:40px; text-align:left; padding:0; box-sizing:border-box;}
					.recent-post .et-description .categ a {color:#64DE5C; line-height:40px;}
					.recent-post .et-description .categ > a {margin-right:5px;}
					.recent-post .et-description .categ a:hover {color:var(--text-color);}
					.recent-post .et-description h2 {font-size:24px; line-height:1; padding:0; font-weight:bold; color:var(--text-color); position: relative;  margin:0 0 10px 0;}
					.recent-post .et-description h2 a:hover {text-decoration:none; color:#64DE5C;}
						body.category-policiales .recent-post .et-description h2 a:hover {text-decoration:none; color:var(--color-policiales);}
						body.category-policiales .et-main-image:hover + h2 a {color:var(--color-policiales);}
						body.category-politica .recent-post .et-description h2 a:hover {text-decoration:none; color:var(--color-politica);}
						body.category-politica .et-main-image:hover + h2 a {color:var(--color-politica);}
						body.category-deportes .recent-post .et-description h2 a:hover {text-decoration:none; color:var(--color-deportes);}
						body.category-deportes .et-main-image:hover + h2 a {color:var(--color-deportes);}
						body.category-judiciales .recent-post .et-description h2 a:hover {text-decoration:none; color:var(--color-judiciales);}
						body.category-judiciales .et-main-image:hover + h2 a {color:var(--color-judiciales);}
						body.category-cultura .recent-post .et-description h2 a:hover {text-decoration:none; color:var(--color-cultura);}
						body.category-cultura .et-main-image:hover + h2 a {color:var(--color-cultura);}
						body.category-informes .recent-post .et-description h2 a:hover {text-decoration:none; color:var(--color-informes);}
						body.category-informes .et-main-image:hover + h2 a {color:var(--color-informes);}
						
					.recent-post .et-description p {line-height:18px; font-size:16px; margin:0 0 12px 0; padding:0; color:var(--text-color);}
					.recent-post .et-tabbed-all-tabs .title a:hover, .widget li a:hover { text-decoration: none; color: #707070; }
					.recent-post .et-description .post-meta { font-weight: 100; text-transform: uppercase; color: #969696; padding-top: 3px; font-size: 14px; }
						.recent-post .et-description .post-meta a { color: #969696; text-decoration: none; }
						.recent-post .et-description .post-meta span { color: #fff; background-color: #a9d300; margin-right: 11px; padding: 8px 14px; }

	/*LAS MAS VISTAS*/
	.widget .wpp-list {list-style:none; padding:0;}
	.widget .wpp-list li {padding:0 0 20px 20px; margin-left:10px; border-left:1px solid #64DE5C;}
	.widget .wpp-list li:before {display:inline-block; content:" "; height:7px; width:7px; position:absolute; top:0px; left:-4px; background:#64DE5C;}
	.widget .wpp-list li a {display:block; width:auto; padding:0; font-size:15px; line-height:18px; position:relative; top:-4px;}
	.widget .wpp-list li a:hover {color:#64DE5C;}
	.widget .wpp-list li:last-child { padding-bottom:0; border-color:transparent!important;}

				.category-deportes .widget.popular-posts h4.widgettitle {color:var(--color-deportes); border-color:var(--color-deportes)}
				.category-deportes .widget.popular-posts .wpp-list,
				.category-deportes .widget.popular-posts .wpp-list li {border-color:var(--color-deportes);}
				.category-deportes .widget.popular-posts .wpp-list li a:hover{color:var(--color-deportes);}
				.category-deportes .widget .wpp-list li:before {background:var(--color-deportes);}

				.category-cultura .widget.popular-posts h4.widgettitle {color:var(--color-cultura); border-color:var(--color-cultura)}
				.category-cultura .widget.popular-posts .wpp-list,
				.category-cultura .widget.popular-posts .wpp-list li {border-color:var(--color-cultura);}
				.category-cultura .widget.popular-posts .wpp-list li a:hover{color:var(--color-cultura);}
				.category-cultura .widget .wpp-list li:before {background:var(--color-cultura);}

				.category-politica .widget.popular-posts h4.widgettitle {color:var(--color-politica); border-color:var(--color-politica)}
				.category-politica .widget.popular-posts .wpp-list,
				.category-politica .widget.popular-posts .wpp-list li {border-color:var(--color-politica);}
				.category-politica .widget.popular-posts .wpp-list li a:hover{color:var(--color-politica);}
				.category-politica .widget .wpp-list li::before {background:var(--color-politica); }
	
				.category-policiales .widget.popular-posts h4.widgettitle {color:var(--color-policiales); border-color:var(--color-policiales)}
				.category-policiales .widget.popular-posts .wpp-list,
				.category-policiales .widget.popular-posts .wpp-list li {border-color:var(--color-policiales);}
				.category-policiales .widget.popular-posts .wpp-list li a:hover{color:var(--color-policiales);}
				.category-policiales .widget .wpp-list li::before {background:var(--color-policiales);}
		
				.category-judiciales .widget.popular-posts h4.widgettitle {color:var(--color-judiciales); border-color:var(--color-judiciales)}
				.category-judiciales .widget.popular-posts .wpp-list,
				.category-judiciales .widget.popular-posts .wpp-list li {border-color:var(--color-judiciales);}
				.category-judiciales .widget.popular-posts .wpp-list li a:hover{color:var(--color-judiciales);}
				.category-judiciales .widget .wpp-list li::before {background:var(--color-judiciales);}
		
				.category-informes .widget.popular-posts h4.widgettitle {color:var(--color-informes); border-color:var(--color-informes)}
				.category-informes .widget.popular-posts .wpp-list,
				.category-informes .widget.popular-posts .wpp-list li {border-color:var(--color-informes);}
				.category-informes .widget.popular-posts .wpp-list li a:hover{color:var(--color-informes);}
				.category-informes .widget .wpp-list li::before {background:var(--color-informes);}
	
		#breadcrumbs {float:left; font-size:18px; line-height:44px; margin:0; color:#64de5c; }
			#breadcrumbs a {text-decoration:none; color:#64de5c; padding:0;}
			.raquo { display:inline-block; width:7px; text-align:center; color:#64de5c;}
			.breadcrumbs_home {font-weight:700;}

		.post-thumbnail {position:relative; margin:0 0 30px 0; background-size:contain; background-repeat:no-repeat;}
		.post-thumbnail:before {content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 100%;}
			.post-thumbnail .container {min-height:593px;}
			.post-thumbnail.big .container {min-height:800px;}
				h1.post-heading {color:#fff; font-weight:900; font-size:48px; position:absolute; bottom:-1px; left:0; background-color:#a9d300; padding:23px 32px; z-index:2;}
			.entry-content {padding:0;}
			.entry-content .review-rating {float:none; margin-bottom:10px; }
			.entry-content .post-meta {font-size:18px; font-weight:100; padding-bottom:16px;}
			.entry-content .post-meta a {color:#333;}
			.complementos-nota {width:100%; clear:both;}
		
		/*FIRMAS*/
		.bio-author {position:relative; padding:0 30px 0 75px; margin-bottom:30px; color:var(--text-color); height:60px; box-sizing:border-box; display:inline-block;}
			.bio-author .author-avatar {left:0; position:absolute; top:0;}
			.bio-author .author-avatar img {display: block; height:60px; width:60px; margin-left:0!important;}
			.bio-author .author-info {padding:0 0 3px 0; font-weight:bold; color:var(--text-color); font-size:14px; line-height:18px;}
			.bio-author .author-info strong {color:var(--text-color)!important; font-weight:normal;}
			.bio-author .author-link {color:var(--text-color); font-size:14px; line-height:18px;}
			.bio-author .author-link a {display:block; padding-left:26px; background:url('images/icons/x-twitter.png') no-repeat left center; background-size:15px; color:#64DE5C; height:19px; margin-top:3px; border:none;}
			.bio-author.fotografo .author-link a {background:url('images/icons/ig.png') no-repeat left center; background-size:contain;}
			
		.firma-foto {font-size:14px; color:#64DE5C; margin:-30px 0 25px 0; line-height:1.2; width:100%; padding:10px 0; border-bottom:1px solid #64DE5C; box-sizing:border-box;}
		
		/*POST SHARE (BARRA)*/
		#et-post-share {height:44px; border-bottom:1px solid #64DE5C; border-top:1px solid #64DE5C; clear:both; padding:0 0; margin:0 0 25px 0;}
		#et-post-share .categoria-single 	 {font-size:18px; line-height:30px; margin-top:7px; float:left; }
		#et-post-share .categoria-single a {color:#64DE5C;}
		#et-post-share .categoria-single a:hover {color:var(--text-color);}
		#et-post-share .categoria-single > a {margin-right:5px;}
		#et-post-share .fecha 			 	 {font-size:18px; line-height:30px; margin-top:7px; float:right;}
		
		/*JTI certificado*/
		.entry-content .jti-footer {display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:25px;}
		.entry-content .jti-footer p {font-size:22px; line-height:1.4; padding:0;}
		.entry-content .jti-footer p a {color:#64DE5C; text-decoration:none; border:none;}
		.entry-content .jti-footer p a:hover {text-decoration:underline;}
		.entry-content .jti-footer .JTI-logo-light {width:150px; display:block;}
		.entry-content .jti-footer .JTI-logo-dark  {width:150px; display:none;}
		.dark-theme .entry-content .jti-footer .JTI-logo-light {display:none;}
		.dark-theme .entry-content .jti-footer .JTI-logo-dark  {display:block;}

		#et-share-icons {position:fixed; transform:translateX(-40px); padding:0; transition:0.3s ease all;}
		#et-share-icons.scrolled {transform:translateX(-40px) translateY(-220px);}
		#et-share-icons li	 {font-size:22px; line-height:1; margin-bottom:15px; padding:0; display:block; text-align:center;}
		#et-share-icons li a {font-size:22px; line-height:1;}
		#et-share-icons li i {font-size:22px; line-height:1;}
		#et-share-icons li .x-svg  {height:22px; padding:5px 0 0 0}
		#et-share-icons li .fab {cursor:pointer;}
		
		#et-share-icons-page {padding:0; float:right;}
		#et-share-icons-page li	  {font-size:20px; line-height:30px; margin-top:7px; padding:0 0 0 12px; display:block; float:left;}
		#et-share-icons-page li a {font-size:20px; line-height:30px;}
		#et-share-icons-page li i {font-size:20px; line-height:30px;}
		#et-share-icons-page li .x-svg  {height:22px; padding:5px 0 0 0}
		#et-share-icons-page li .fab {cursor:pointer;}
	
	
		.tags-titulo {font-size:26px; line-height:1; text-transform:capitalize; color:var(--verde);}
		
		.et-single-video {margin:0 0 15px 0;}
		.et-single-video iframe {display:block;}

		.barra-quienessomos {width:100%; box-sizing:border-box; color:#64de5c; border-bottom:1px solid #64de5c; line-height:40px; padding:0; margin-bottom:15px;}


/*--- DEPORTES EN HOME ---*/
.recent-deportes { clear:both; border:1px solid var(--color-deportes); padding:15px 0 15px 1%; box-sizing:border-box; width:100%; margin-top:15px; margin-bottom:20px;}
	.recent-deportes .escudos .logo-deportes {background:url(images/logo_deportes.png?v=2) no-repeat  left -8px; float:left; height:45px; width:25%; padding:0; background-size:contain;}
	.recent-deportes .escudos {margin-bottom:0; border:none; height:55px; float:left;}
	.recent-deportes .escudos .texto {font-size:21px; margin:10px 0 0 0; width:15%; float:left; color:var(--color-deportes);}
	.recent-deportes .escudos .texto a {color:var(--color-deportes);}
	.recent-deportes .escudos ul {margin:0; float:left; width:60%;}
	.recent-deportes .escudos ul li {margin:0; width:14.28%; float:left;}
		
		.recent-deporte {width:24%; padding:15px 0 0 0; margin:0 1% 0 0; display:inline-block; box-sizing:border-box; border-top:1px solid var(--color-deportes); border-bottom:1px solid var(--color-deportes);}
		.recent-deporte img {width:100%; display:block;}

		.dep-image a {display:block;}
		.dep-image:hover + .dep-title h2 a{color:var(--color-deportes);}
		.dep-title {width:100%;}
			.dep-title h2 {font-size:24px; line-height:1; font-weight:bold; color:var(--text-color); margin:12px 0 12px 0; padding:0; position:relative;}
			.dep-title h2 a:hover {text-decoration:none; color:var(--color-deportes);}

			
/*--- CULTURA EN HOME --*/
.recent-cultura {clear:both; border:1px solid var(--color-cultura); padding:15px 0 15px 1%; box-sizing:border-box; width:100%; margin-top:30px; margin-bottom:20px;}
	.recent-cultura .subcategorias .logo-cultura {background:url(images/logo_cultura.png?v=2) no-repeat  left -8px; float:left; height:45px; width:25%; padding:0;  background-size:contain;}
	.recent-cultura .subcategorias {margin-bottom:0; border:none; height:55px; float:left; width:100%}
	.recent-cultura .subcategorias .texto {font-size:21px; margin:10px 0 0 0; width:15%; float:left; color:var(--color-cultura);}
	.recent-cultura .subcategorias .texto a {color:var(--color-cultura);}
	.recent-cultura .subcategorias ul {margin:0; float:left; width:50%;}
	.recent-cultura .subcategorias ul li {margin:0; width:25%; height:40px; float:left;}
	.recent-cultura .subcategorias ul li a.cine {width:68px; height:35px; background:url(images/sprite-cine.png) no-repeat; background-position:center bottom;}
	.recent-cultura .subcategorias ul li a.musica {width:68px; height:40px; background:url(images/sprite-musica.png) no-repeat; background-position:center bottom;}
	.recent-cultura .subcategorias ul li a.libros {width:68px; height:33px; background:url(images/sprite-libros.png) no-repeat; background-position:center bottom;}
	.recent-cultura .subcategorias ul li a.teatro {width:68px; height:37px; background:url(images/sprite-teatro.png) no-repeat; background-position:center bottom;}
	.recent-cultura .subcategorias ul li a {display:block; transition:none;}
	.recent-cultura .subcategorias ul li a:hover {background-position:center top;}

		.recent-cul {width:24%; padding:15px 0 0 0; margin:0 1% 0 0; display:inline-block; box-sizing:border-box; border-top:1px solid var(--color-cultura); border-bottom:1px solid var(--color-cultura);}
		.recent-cul img {width:100%; display:block;}

		.cul-image a {display:block;}
		.cul-image:hover + .cul-title h2 a{color:var(--color-cultura);}
		.cul-title {width:100%;}
			.cul-title h2 {font-size:24px; line-height:1; font-weight:bold; color:var(--text-color); margin:12px 0 12px 0; padding:0; position:relative;}
			.cul-title h2 a:hover {text-decoration:none; color:var(--color-cultura);}


/*---   BANNERS   ---*/
.banner {text-align:center; margin:0 auto; max-width:100%;}
.banner p {padding:0;}

#banner-h1 {text-align:center; margin:15px auto 0 auto;}
#banner-h2 {text-align:center; margin:0 auto 30px auto;}
#banner-h3 {text-align:center; margin:0 auto 30px auto;}
#banner-h4 {text-align:center; margin:0 0 30px 0; width:98.333%; }
#banner-h7 {text-align:center; margin:0 0 15px 0; width:98.333%; padding-right:1.66666%;}
#banner-h8 {text-align:center; margin:0 auto 30px auto; width:98.333%;  padding-right:1.66666%;}
#banner-s1 {text-align:center; margin:0 auto 30px auto;}
#banner-n1 {text-align:center; margin:0 auto 30px auto;}

.et-single-post-ad { text-align: center; margin:15px 0; display:none;}

.footer-banner { padding:0 0 20px 0; z-index:7; position:relative; text-align:center;}

.banner-popup {position:fixed; top:0; left:0; z-index:9999; width:100%; height:100%; background:rgba(0,0,0,0.4);}
.banner-popup .contenedor-popup {max-width:330px; width:80%; margin:0 auto; margin-top:15vh;}
.banner-popup .contenedor-popup img {display:block; margin:0 auto;}
.banner-popup .close {width:34px; height:34px; color:#64DE5C; line-height:34px; font-size:34px; text-align:center; cursor:pointer; font-weight:bold; float:right; margin:-16px -34px 0 0; position:relative; z-index:99999;}

.banner_desktop {display:block; margin:0 auto;}
.banner_mobile {display:none; margin:0 auto;}

.banner-desplegable {width:100%; background:#fafafa; text-align:center; padding-top:5px; height:auto; transform:translateY(0px); transition:0.3s all ease; display:block; position:fixed; bottom:0; left:0; box-shadow:0px -2px 1px rgba(0,0,0,0.3); z-index:99999;}
.banner-desplegable.closed {transform:translateY(97%);}
.banner-desplegable .pestana {position:absolute; top:-25px; left:0; height:25px; line-height:25px; background:#fafafa; color:#333; font-size:15px; transition:0.3s all ease; text-align:center; width:58px; border-radius:5px 5px 0 0; box-shadow:2px -2px 1px rgba(0,0,0,0.3); cursor:pointer;}
.banner-desplegable.closed .pestana .far {transform:rotate(180deg);}
.banner-desplegable img {max-height:120px; width:auto; display:block; margin:0 auto;}

/*--- SHARE ICONS ---*/
.fab {color:#64DE5C; font-size:16px;}
.fab:hover {color:var(--text-color)!important;} 
	.category-politica .fab {color:var(--color-politica);}
	.category-policiales .fab {color:var(--color-policiales);}
	.category-judiciales .fab {color:var(--color-judiciales);}
	.category-deportes .fab {color:var(--color-deportes);}
	.category-cultura .fab {color:var(--color-cultura); }
	.category-informes .fab {color:var(--color-informes);}

/*hack ocultar boton compartir*/
.facebook-share {overflow:hidden; position:relative; cursor:pointer; padding-left:7px;}
.facebook-share .fb-share-button {position:absolute; top:0; left:0; width:100%; height:100%;}
.facebook-share .fb-share-button a {display:block; width:100%; height:100%;}
.facebook-share:hover .fab {color:var(--text-color);}

/*x-twitter color*/
.x-svg  {fill:var(--verde);}
.x-svg:hover  {fill:var(--text-color)!important;}
.category-politica .x-svg {fill:var(--color-politica);}
.category-policiales .x-svg {fill:var(--color-policiales);}
.category-judiciales .x-svg {fill:var(--color-judiciales);}
.category-deportes .x-svg {fill:var(--color-deportes);}
.category-cultura .x-svg {fill:var(--color-cultura); }
.category-informes .x-svg {fill:var(--color-informes);}

.fecha {color:#64DE5C; line-height:20px; margin-top:10px; float:right;}


.tags {padding:0; margin-bottom:30px; visibility:hidden; line-height:0!important;}
.tags a:hover {color:var(--text-color);}




/* CONTENIDO DE POST */
.entry-content .main-title {font-size:36px; line-height:1.15; font-weight:700; margin:0 0 25px 0; padding:0; }
.entry-content .excerpt p  {font-size:22px; line-height:1.5; padding:0 0 30px 0;}
.entry-content p 		   {font-size:22px; line-height:1.5; padding:0 0 30px 0;}
.entry-content p a {color:var(--text-color); border-bottom:1px solid var(--verde)}
.entry-content p a:hover {color:var(--verde);}
.entry-content blockquote  {font-size:22px; line-height:1.5; padding:0 0 0 15px; background:none; border:none; font-style:normal; line-height:inherit;  color:var(--text-color); border-left:2px solid #64DE5C;  margin:15px 0 35px 0; }
.entry-content blockquote p:last-child {padding-bottom:0;}
.entry-content table {border:1px solid #eee; margin:0 0 15px 0; text-align:left; width:100%; }
.entry-content tr th, 
.entry-content thead th {color:#555; font-weight:bold; padding:9px 24px; }
.entry-content tr td {border-top:1px solid #eee; padding:6px 24px; }
.entry-content ul {font-size:22px; line-height:1.5; list-style-type:disc; padding:0 0 15px 16px; }
.entry-content ol {font-size:22px; line-height:1.5; list-style-type:decimal; list-style-position:inside; padding:0 0 20px 0; }
.entry-content ul li ul, 
.entry-content ul li ol {padding:2px 0 2px 20px;}
.entry-content ol li ul, 
.entry-content ol li ol {padding:2px 0 2px 35px;}
.entry-content .google-auto-placed {margin-bottom:30px;}
.gallery-item a {display:block;}
.gallery-item a, .gallery-caption {width:90%;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {margin:18px 0;}
.entry-content dl, .comment-content dl {margin:0 20px;}
.entry-content dd, .comment-content dd {margin:9px 0 20px 0; line-height:24px;}
.entry-content address, .comment-content address {line-height:24px; margin-bottom:12px;}


/*----  ESCUDOS EN DEPORTES  ----*/
.escudos {border:1px solid var(--color-deportes); width:98.3333%; height:65px; margin-bottom:25px; box-sizing:border-box;}
	.escudos ul {float:right; margin-top:11px; width:100%;}
	.escudos ul li {display:inline-block; height:39px; width:14.28%; float:left; margin:0;}
	.escudos ul li a {display:block; transition:all 0.25s ease;}
	.escudos ul li a:hover {filter:brightness(1.1);}
	.escudos ul li a img {display:block; margin:0 auto;}
		.escudos ul li a.kimberley img {margin-top:4px;}
		.escudos ul li a.aldosivi img {margin-top:4px;}


/*---SUBCATEGORIAS EN CULTURA ---*/
.category-cultura .subcategorias {height:65px; border:1px solid var(--color-cultura); margin-bottom:25px; width:98.333%; padding:0 5%; box-sizing:border-box;}
	.category-cultura .subcategorias ul {width:100%; margin:12px 0 0 0;}
	.category-cultura .subcategorias ul li {width:25%; float:left;}
	.category-cultura .subcategorias ul li a.cine {width:68px; height:35px; background:url(images/sprite-cine.png) no-repeat; background-position:center bottom;}
	.category-cultura .subcategorias ul li a.musica {width:68px; height:40px; background:url(images/sprite-musica.png) no-repeat; background-position:center bottom;}
	.category-cultura .subcategorias ul li a.libros {width:68px; height:33px; background:url(images/sprite-libros.png) no-repeat; background-position:center bottom;}
	.category-cultura .subcategorias ul li a.teatro {width:68px; height:37px; background:url(images/sprite-teatro.png) no-repeat; background-position:center bottom;}
	.category-cultura .subcategorias ul li a {display:block; transition:none; margin:0 auto;}
	.category-cultura .subcategorias ul li a:hover {background-position:center top;}
	
	

/*---BARRA SERVICIOS---*/
#servicios {display:flex; flex-wrap:wrap; flex-direction:row; margin-bottom:30px;}
	.servicio {border-top:1px solid #64de5c; border-bottom:1px solid #64de5c; padding:4px 0; width:10%; margin-right:1.25%; box-sizing:border-box;}
	.servicio:last-child {margin-right:0;}
	.servicio .icono {width:40%; height:42px; float:left; text-align:center;}
		.servicio .icono #wxIcon {width:55px; height:auto; margin-top:4px;}
		.servicio .icono img {width:42px; height:auto;}
	.servicio .txt {width:60%; font-size:14px; line-height:41px; text-align:left; color:var(--text-color); float:left;}
	.servicio .txt.doslineas {line-height:15px; padding-top:6px;}
	.servicio a:hover .txt {color:#64de5c!important;}
	

/*----   FOOTER   ----*/
.slideshows-home {margin:10px 0;}

#main-footer {height:auto; background-color:var(--bg-color); border-top:1px solid #64DE5C; width:100%;}
	#footer-widgets {padding:45px 0 15px 0; display:flex; flex-wrap:wrap;}
	
		#logo-footer {background:url(images/logo_header.png?v=2) no-repeat; background-size:contain; background-position:left center; width:100%; display:block; height:70px;}
		#footer-side-logo p a {font-size:19px; line-height:23px;}
		#footer-widgets .theme-toggle {margin:-2px 0 -2px 0; border-color:var(--verde)!important; background-image:url(images/icons/change_theme.png)!important;}

		#footer-side-logo {width:45%; padding:0!important;}
		#footer-side-mapa {width:16%;}
		#footer-side-copyright {width:22%;}
		#footer-side-contacto {width:17%;}
			
			.footer-widget {padding-left:15px; box-sizing:border-box;}
			.footer-widget .title {color:#64DE5C; font-size:17px; line-height:22px; padding:0 0 15px 0; font-weight:bold;}
			.footer-widget p {color:var(--text-color); 	font-size:16px; line-height:22px; padding:0 0 15px 0;}
			.footer-widget a {color:#64DE5C; 			font-size:16px; line-height:22px; text-decoration:none;}
			.footer-widget a:hover {color:var(--text-color);}
			.footer-widget ul {padding:0 0 10px 0;}
			.footer-widget ul li {list-style:none; 		font-size:16px; line-height:22px;}
			
			#legales {padding-right:13%;}
			
			.menu-footer-container ul li {margin-bottom:15px; font-weight:bold;}
			.menu-footer-container ul li a {color:var(--text-color);}
			.menu-footer-container ul li a:hover {color:#64DE5C;}
			#menu-item-886 a:hover {color:var(--color-politica);}
			#menu-item-891 a:hover {color:var(--color-policiales);}
			#menu-item-260333 a:hover {color:var(--color-judiciales);}
			#menu-item-887 a:hover {color:var(--color-deportes);}
			#menu-item-888 a:hover {color:var(--color-cultura);}
			#menu-item-260334 a:hover {color:var(--color-informes);}
			
			.footer-redes li {display:inline-block;}
			.footer-redes li .fab {font-size:18px; width:28px; text-align:left; color:#64DE5C;}
			.footer-redes li .x-svg {height:18px; padding-right:10px; margin-bottom:-3px; fill:#64DE5C;}
			
			.descargar-mediakit {display:inline-block; padding:4px 12px 5px 10px; border:1px solid #64DE5C; float:right; margin-top:30px;}
			.descargar-mediakit img {margin:0 5px -2px 0;}
			.descargar-mediakit:hover {border:1px solid var(--text-color);}			

#promptButton {display:block; margin:10px 0 15px 0; cursor:pointer; background:transparent; padding:3px 12px; text-transform:uppercase; color:#64de5c; font-size:13px; font-family:"Archivo narrow", sans-serif; border:1px solid #64de5c; border-radius:20px;}
	#promptButton:hover {background:#64de5c; color:#fff;}
	#promptButton:hover i.far {color:#fff;}
	#promptButton i.far {margin-left:3px;}

	
.titulo-comentarios {margin-top:20px;}
.fb-comments {background:#fff; margin-bottom:20px;}
.dark-theme .fb-comments {background:#eee;}


/*---- SIDEBAR ----*/
.barra-lateral {background:white; width:24%;  position:absolute; top:0; right:0;}
.main-content-wrap {position:relative;}

	#sidebar {width:24%; float:right;}
	#sidebar-home2 {width:24%; float:right;}
		.et-tabbed-all-tabs { padding: 40px 0 0; }
			.et-tabbed-all-tabs > div { display: none; }
			.et-tabbed-all-tabs > div:first-child { display: block; }
			.et-tabbed-all-tabs li { margin-bottom: 20px; padding: 0 !important; list-style: none; line-height: 19px !important; }
			.et-tabbed-all-tabs li:last-child { margin-bottom: 0; }
				.smallthumb { float: left; line-height: 0; margin-right: 15px; position: relative; width: 60px; }
				.post-metainfo .title { display: block; font-size: 18px;}
					.post-metainfo .title a { color:var(--text-color); }
				.post-metainfo .postinfo, .et-main-description .postinfo { display: block; font-size: 14px;}

	.post-metainfo { margin-left: 75px; }
	.no-thumb .post-metainfo { margin-left: 0; }

	#sidebar h4.widgettitle:before { display: none; }
	#sidebar-home2 h4.widgettitle:before { display: none; }

	/*FRASE DEL DIA*/
	.widget_aboutmewidget > div.clearfix {border:1px solid #64DE5C; border-top:none; padding:0 15px;}
	.widget_aboutmewidget a {font-weight:bold; font-style:italic; font-size:16px; color:var(--text-color); float:right; width:100%;}
	.widget_aboutmewidget span {display:block; line-height:1.2; margin:30px 0;}
	.widget_aboutmewidget a:hover p span {color:#64DE5C;}
	.widget_aboutmewidget a > p {padding:0; float:right;}
	.widget_aboutmewidget a .firma {float:right; text-align:right; color:#64DE5C; font-style:normal; font-size:16px; padding-bottom:30px; line-height:1.2;}
	img#about-image { display:none; float:left; margin:3px 0 0 0; width:60px; height:60px;}

	.widget { padding: 0 0 30px 0; position: relative; }
		.widget li { padding:0; position: relative; min-height:30px; }
		.widget li a { color:var(--text-color); text-decoration: none; }

		.footer-widget li ul, .widget li ul { margin: 10px 0 -10px; }

.et-authors li { position: relative; padding-bottom: 30px; }
	.et-authors li:before { border: none !important; }
	.et-authors .author-avatar { top: 0; left: 0; }
	.et-authors-posts { padding-left: 60px; }
		.et-authors-posts h4 { font-weight: 900; font-size: 18px; }
			.et-authors-posts h4 a { color: #333; }
			.et-authors-posts h4 a:hover { color: #707070; }
		.et-authors-posts span { font-size: 14px; font-weight: 100; color: #969696; }

.widget_etrecentfromwidget .et-tabbed-all-tabs { padding-top: 0; }
	.et-recent-featured-post, .recent-video-slides { z-index: 20; position: relative; }
	.et-recent-featured-post:before { pointer-events: none; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow:inset 0 0 30px rgba(0,0,0,0.5); }
		.et-recent-featured-post img, .recent-video-slides img { display: block; }
		.et-main-description { position: absolute; bottom: 38px; left: 0; padding: 0 20px 0 40px; }
		.widget_etrecentfromwidget .main-title { color: #fff; font-size: 18px; font-weight: 900; display: block; margin-bottom: 10px; }
			.widget_etrecentfromwidget .main-title a { color: inherit; }
			.widget_etrecentfromwidget .main-title a:hover { color: rgba( 255,255,255,0.9 ); }
			.et-main-description .postinfo { color: #fff; }

/*--- CAPTIONS AND ALIGNS ---*/
div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption {text-align: center; margin:0 auto 15px auto; max-width:100%; }
.wp-caption.alignleft { margin:0 10px 10px 0; }
.wp-caption.alignright { margin:0 0 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; display:block; }
.wp-caption p.wp-caption-text { font-size:14px; line-height:1.3; margin:0; padding:6px 0; color:#64DE5C; border-bottom:1px solid #64DE5C; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }

/*---- DEFAULT DROPDOWN ----*/
.nav li ul { position:absolute; top:-999em; }
.nav li ul, .et_mobile_menu { z-index: 9999; width: 190px; background:rgba(255,255,255,0.98); display: none; }
	.nav li { position: relative; }
	.nav ul li { float: none; }
	.nav ul a { display:block !important; float: none !important; }
	.nav li:hover ul, ul.nav li.sfHover ul { left: 0; top: 63px; }
	.nav li:hover li ul, .nav li.sfHover li ul, .nav li:hover ul, .nav li li:hover ul { top:-999em; }
	.nav li li { padding: 0; height: auto !important; display: block !important; }
	.nav li li ul { z-index: 1000; }
	.nav li li a:link, .nav li li a:visited, .et_mobile_menu a { display:block; height: auto; }
	.nav li li:hover ul, ul.nav li li.sfHover ul { left: 200px; top: -30px; }

#top-menu li li { float: none !important; padding: 7px 0; }
	#top-menu li li a { color: #fff; display: block !important; }
	#top-menu li li a { padding: 0 !important; }
	#top-menu li li a:hover { color: rgba( 255,255,255,0.9 ); text-decoration: none; }


/*----  PAGE NAVI  ----*/
#content .wp-pagenavi { float: right; margin: 10px 0;  clear:both;}
	.pages { display: none; }
	#content .wp-pagenavi a, #content .wp-pagenavi span { margin: 0 0 0 8px; padding: 8px 13px; text-decoration: none;  background:#64DE5C; color:white;}
	#content .wp-pagenavi span.current { font-weight: bold; color:var(--text-color);}
.pagination .older, .pagination .newer {margin-bottom:30px;}
.pagination {float:left; clear:both; width:100%;}
	.pagination a {font-weight:bold; color:white; background:#64DE5C; padding:5px 10px; display:block;}
	.pagination a:hover {color:var(--text-color);}

.alm-btn-wrap {text-align:center; float:left; clear:both; width:100%;}
button.alm-load-more-btn {background:transparent; color:#64DE5C; padding:0 30px; font-weight:bold; font-size:18px; line-height:40px; border:1px solid #64DE5C; font-family:'Archivo Narrow',sans-serif; cursor:pointer; margin:30px auto;}
	button.alm-load-more-btn:hover {background:#64DE5C; color:white; border-color:#64DE5C;}
	button.alm-load-more-btn.loading {background-image:url(/web/wp-content/themes/Nexus/images/ajax-loader.gif); background-repeat:no-repeat; background-position:center center; background-color:#fff!important; width:100px; height:28px; z-index:0; right:auto; position:relative; cursor:default; border-color:transparent!important; text-indent:-99999px;}
	.category-policiales button.alm-load-more-btn {border-color:var(--color-policiales); color:var(--color-policiales);}
	.category-policiales button.alm-load-more-btn:hover {background:var(--color-policiales); border-color:var(--color-policiales); color:#fff;}
	.category-politica button.alm-load-more-btn {border-color:var(--color-politica); color:var(--color-politica);}
	.category-politica button.alm-load-more-btn:hover {background:var(--color-politica); border-color:var(--color-politica); color:#fff;}
	.category-judiciales button.alm-load-more-btn {border-color:var(--color-judiciales); color:var(--color-judiciales);}
	.category-judiciales button.alm-load-more-btn:hover {background:var(--color-judiciales); border-color:var(--color-judiciales); color:#fff;}
	.category-deportes button.alm-load-more-btn {border-color:var(--color-deportes); color:var(--color-deportes);}
	.category-deportes button.alm-load-more-btn:hover {background:var(--color-deportes); border-color:var(--color-deportes); color:#fff;}
	.category-cultura button.alm-load-more-btn {border-color:var(--color-cultura); color:var(--color-cultura);}
	.category-cultura button.alm-load-more-btn:hover {background:var(--color-cultura); border-color:var(--color-cultura); color:#fff;}
	.category-informes button.alm-load-more-btn {border-color:var(--color-informes); color:var(--color-informes);}
	.category-informes button.alm-load-more-btn:hover {background:var(--color-informes); border-color:var(--color-informes); color:#fff;}

button.alm-load-more-btn.done {display:none;}

.et_embedded_videos { display: none; }

.single #left-area {max-width:890px; margin-right:2%;}
.fullwidth #left-area {max-width:100%; margin-right:0;}
.page #left-area {min-height:700px}

#ajax-load-more .alm-reveal {display:flex; flex-wrap:wrap; flex-direction:row;}

.et_portfolio_large .et_pt_portfolio_item { margin-left: 124px !important; }


/*----[META SLIDER]----*/
.fotos-del-dia {margin:15px 0 30px 0; width:98.3333%; border:1px solid #64DE5C; box-sizing:border-box; overflow:hidden;}
.metaslider::before {content:"FOTOS DE LA SEMANA"; text-align:center; font-weight:bold; font-size:18px; color:#64DE5C; border-bottom:none; line-height:40px; height:40px; display:block; width:100%;}
.metaslider .slides {padding:0 1% 0 1%!important;}
.metaslider .flexslider {position:relative;}
.metaslider .flexslider::after {	content: "\0020";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;  }
.metaslider .caption-wrap {opacity:1!important;}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next {position:absolute; top:50%; right:20px; width:34px; height:65px; margin-top:-33px; background:url(images/icons/der.png) no-repeat; background-size:100%; opacity:1; border:0; text-indent:-9999px; cursor:pointer; z-index:10;}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev {position:absolute; top:50%; left:20px; width:34px; height:65px; margin-top:-33px; background:url(images/icons/izq.png) no-repeat; background-size:100%; opacity:1; border:0; text-indent:-9999px; cursor:pointer; z-index:10;}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a::before {display:none!important;}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next:hover {opacity:0.8;}
.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev:hover {opacity:0.8;}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {background:transparent!important;}
.metaslider.ms-theme-outline .flexslider ul.slides li a {display:block;}
.metaslider.ms-theme-outline .flexslider ul.slides li a img {display:block;}
.metaslider .slides .caption-wrap {transform:translateY(0); transition:.5s all;}
.metaslider .slides .caption-wrap .caption {font-family:"Archivo Narrow", sans-serif; padding:10px 0!important; font-size:16px!important; line-height:1.1; color:var(--text-color); opacity:1; text-align:center;}
.metaslider .slides img {aspect-ratio:1.5;}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {position:relative!important;}
	
	
/*----SLIDER INFORMES----*/
#slider-informes {margin-bottom:30px; overflow:hidden; border:1px solid var(--color-informes); padding:1%; width:100%; max-width:1200px; margin:15px 0 30px -1%; }
.cbp-fwslider {position: relative;overflow: hidden;padding: 0;width:100%;box-sizing:border-box;padding:0; max-height:800px;}
.cbp-fwslider ul {margin: 0;padding: 0;	list-style-type: none;}
.cbp-fwslider ul li {-webkit-transform: translateZ(0);-moz-transform: translateZ(0);transform: translateZ(0);float: left;display: block;margin: 0;padding: 0;}
.cbp-fwslider .cbp-title {text-align:left; padding:15px; color:var(--text-color); font-size:34px; font-weight:bold; background:rgba(255,255,255,0.8); border-top:2px solid var(--color-informes); border-bottom:2px solid var(--color-informes); width:33.333%; position:absolute; bottom:30px; left:30px; z-index:999; line-height:1;}
.dark-theme .cbp-fwslider .cbp-title {background:rgba(50,50,50,0.8);}
.cbp-fwslider a:hover > .cbp-title {color:var(--color-informes)}
.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div { display: block;text-align: center;outline: none;}
.cbp-fwslider ul li > a img { border: none; display: block; margin: 0 auto; max-width: 100%;}
/*ARROWS*/
	.cbp-fwslider nav span { position: absolute; top:50%; cursor:pointer; color:transparent; width:50px; height:150px; margin-top:-75px;background-size:34px 65px!important; background-position:center center!important;}
	.cbp-fwslider nav span:hover {filter:brightness(1.2);}
	.cbp-fwslider nav span.cbp-fwnext {right:15px; background:url(images/icons/der_inf.png) no-repeat;}
	.cbp-fwslider nav span.cbp-fwprev {left:15px; background:url(images/icons/izq_inf.png) no-repeat;}
/*DOTS*/
	.cbp-fwdots {DISPLAY:NONE;position: absolute;bottom: 10px;white-space: nowrap;text-align: center;width: 100%;}
	.cbp-fwdots span {display:inline-block; width:18px; height:18px; background:#fff;margin:5px; border-radius:50%; cursor:pointer;}
	.cbp-fwdots span:hover {background: #777;}
	.cbp-fwdots span.cbp-fwcurrent {background: #64DE5C;}

#cbp-fwslider2 .cbp-fwdots {display:none!important;}



#descartados_titulos {fill:var(--text-color); width:66%; margin:0 auto 10px auto; display:block;}
#descartados_link:hover #descartados_titulos {fill:var(--verde);}
#descartados_video {display:block; border-top:1px solid var(--verde); padding-top:15px;}




@media only screen and ( min-width: 990px ) and ( max-width: 1260px ) {
	.container { width: 960px; }

	/*FEATURED*/
	.et-first .featured-title h2 {font-size:32px;}
	.et-second .featured-title h2, .et-third .featured-title h2 {font-size:22px;}
	.home .et-second,
	.home .et-third {padding-bottom:9px;}
	.home .et-second .featured-excerpt p,
	.home .et-third .featured-excerpt p {font-size:15px;}
	
	/*SINGLE*/
	.post-thumbnail .container {min-height:477px;}
	.post-thumbnail.big .container {min-height:640px;}
	#comment-wrap { padding: 40px 0; }
		h1#comments, #reply-title { padding-left: 40px; }
			span.fn, span.fn a { font-size: 16px; }

	.servicio .txt {font-size:12px; line-height:39px;}
	.servicio .icono #wxIcon {margin-top:9px;}

	.et_pt_gallery_entry { margin-left: 69px !important; }

	.et_portfolio_small .et_pt_portfolio_item {width:154px!important; margin-left:15px!important;}
	.et_pt_portfolio_image {width:150px!important;}

	.et-single-post-ad { padding: 40px 0; margin-bottom: 0; }
	
	.recent-post .et-description h2 {font-size:22px;}
	.recent-post .et-description p {font-size:15px; line-height:17px;}

	/*recent_deportes*/
	.dep-title h2 {font-size:22px;}

	/*recent_cultura*/
	.cul-title h2 {font-size:22px;}
	
	/*frase del dia*/
	.widget_aboutmewidget a {font-size:14px;}
	.widget_aboutmewidget a .firma {font-size:15px;}
	
	/*las mas vistas*/
	.widget .wpp-list li a {font-size:13px; line-height:14px;}


	/*Informes slider*/
	.cbp-fwslider {max-height:640px;}
	
	/*footer*/
	#footer-side-logo {width:40%; padding:0!important;}
	#footer-side-mapa {width:15%;}
	#footer-side-copyright {width:23%;}
	#footer-side-contacto {width:22%;}
	#logo-footer {height:64px;}
}



@media only screen and ( min-width: 767px ) and ( max-width: 990px ) {
	.container { width: 766px; }
	
	#banner-h1 {margin-bottom:15px;}

	#main-header {margin-top:15px;}

	/*Featured*/
	.home .et-first {width:100%; margin-bottom:15px;}
	.home .et-second {width:49.2%; margin-right:1.6%;}
	.home .et-third {width:49.2%; margin-right:0;}
	.home .et-second .featured-img, 
	.home .et-third .featured-img {float:none; width:100%;}
	
	.category .et-first {width:100%; margin-right:0%; margin-bottom:15px;}
	.category .et-second {width:100%;}

	/*Single*/
	#left-area {margin-right:0;}
	.post-thumbnail .container { min-height:501px; }
	.post-thumbnail.big .container { min-height:501px; }
	
	/*Super*/
	.super-destacada h1 {width:50%; font-size:28px;}
	
	/*Slider Informes*/
	.cbp-fwslider .cbp-title {width:50%; font-size:28px;}
		
	#content, body.page #content { width: 766px; }
			
	/*Footer*/
	#logo-footer {height:45px;}
	#footer-side-logo {width:31%;}
	#footer-side-mapa {width:16%;}
	#footer-side-copyright {width:26%;}
	#footer-side-contacto {width:27%;}
	#legales {padding-right:5%;}


	.recent-post-categorias .et-description .recuadro {width:76%;}

	#content {float:none; width:100%; clear:both;}
	
	.single #left-area {margin-right:0;}
	#sidebar {width: 100%; position:relative; float:none; clear:both;}
	#sidebar .widget { width: 330px; float: right; }
	#sidebar .widget:nth-child( 2n+1 ) { clear: both; float:left; }
	#sidebar-home2 {width: 100%; position:relative; float:none; clear:both;}
	#sidebar-home2  .widget { width: 330px; float: right; }
	#sidebar-home2  .widget:nth-child( 2n+1 ) { clear: both; float:left; }
	

	/*Servicios*/
	.servicio .txt {text-align:center; width:100%; line-height:30px;}
	.servicio .txt.doslineas {line-height:13px; padding-top:4px;}
	.servicio .icono {width:100%;}

	.et-single-post-ad { padding: 40px 0; margin-bottom: 0; }

	.barra-lateral {display:none;}
	.escudos {margin-bottom:30px; width:100%;}
	#menu-informativo {position:absolute; right:0; top:170px;}

	#copyright {font-size:12px; margin-top:160px;}

	/*recent deportes*/
	.dep-title h2 {font-size:18px;}
	.recent-deportes .escudos .texto {margin:12px 20px 0 12px;}
	.recent-deportes .escudos ul {width:55%;}

	/*recent cultura*/
	.cul-title h2 {font-size:18px;}
	.recent-cultura .subcategorias .texto {margin:12px 0 0 12px;}
	
	/*Informes slider*/
	.cbp-fwslider {max-height:511px;}

	.columna-quienessomos-izq {border:none!important; padding-right:0!important; width:100%!important;}
	.columna-quienessomos-der {width:100%!important; text-align:center; margin-left:0!important; border-top:2px solid #64DE5C; border-left:0!important; padding-top:30px;}

	
}

@media only screen and ( max-width: 766px ) {
	.container { width: 478px; }
	.single #left-area {margin-right:0;}
	
	/*header movil*/
	#main-header {padding-top:55px;}
	
	#top-info {position:fixed; top:0; left:0; width:100%; padding:0; box-shadow:0 1px 4px rgba(0,0,0,0.3); z-index:999; background:var(--bg-color); height:55px; transition:}
	#top-info.scrolled {top:0; transform:none; height:55px;}
		#top-info .lupa {position:fixed; right:15px; top:0px;}
		#top-info .burger {display:none;}
		#logo {margin:10px auto 5px auto; padding:0; width:175px; height:40px;}
		.category #logo {margin:4px auto 0 auto!important; height:40px;}
	
	#top-navigation {display:none;}
		#top-navigation .campana {/*line-height:20px; width:20px;*/ display:none;}
		#top-navigation .campana i.far {font-size:20px;}
	
	#tags-bar {display:none;}
	
	/*seguinos*/
	.seguinos {display:none;}
	
	/*MENU MOBILE*/			
	#et_mobile_nav_menu {display:block; text-align:center; width:24px; height:16px; position:fixed; left:15px; top:20px; transition:0.3s ease background;}
		.mobile_nav { padding:0!important; text-indent:-9999px; display:block;}
			.mobile_nav.opened > span {background-image:url(images/icons/x_verde.png); background-repeat:no-repeat; background-size:auto 100%; position:absolute; top:0; left:0; width:100%; height:100%;}
				.category-politica .mobile_nav.opened > span {background-image:url(images/icons/x_politica.webp);}
				.category-policiales .mobile_nav.opened > span {background-image:url(images/icons/x_policiales.webp);}
				.category-judiciales .mobile_nav.opened > span {background-image:url(images/icons/x_judiciales.webp);}
				.category-deportes .mobile_nav.opened > span {background-image:url(images/icons/x_deportes.webp);}
				.category-cultura .mobile_nav.opened > span {background-image:url(images/icons/x_cultura.webp);}
				.category-informes .mobile_nav.opened > span {background-image:url(images/icons/x_informes.webp);}
			.mobile_nav.closed > span {background-image:url(images/icons/menu_verde.png); background-repeat:no-repeat; background-size:100% 100%; position:absolute; top:0; left:0; width:100%; height:100%;}
				.category-politica .mobile_nav.closed > span {background-image:url(images/icons/menu_politica.png);}
				.category-policiales .mobile_nav.closed > span {background-image:url(images/icons/menu_policiales.png);}
				.category-judiciales .mobile_nav.closed > span {background-image:url(images/icons/menu_judiciales.png);}
				.category-deportes .mobile_nav.closed > span {background-image:url(images/icons/menu_deportes.png);}
				.category-cultura .mobile_nav.closed > span {background-image:url(images/icons/menu_cultura.png);}
				.category-informes .mobile_nav.closed > span {background-image:url(images/icons/menu_informes.png);}
			/*menu expandido*/
			.et_mobile_menu { position:fixed; top:55px; left:0; text-align:center; width:100%; height:100%; padding-top:15px; background:rgba(255,255,255,0.94); transition:0.3s ease background;}
			.et_mobile_menu ul { display: block !important; visibility: visible !important; }
			.et_mobile_menu ul li { padding-left: 15px; }
			.et_mobile_menu li a {color:var(--text-color)!important; font-size:26px; line-height:1; display:block; padding:12px 0; text-align:center; text-indent:0;}
			.et_mobile_menu li a.subr {border-bottom:1px solid var(--verde); padding-bottom:4px; margin-bottom:7px; display:inline-block;}
			.et_mobile_menu li a:hover {text-decoration:none; color:var(--verde)!important;}
			.et_mobile_menu .theme-toggle {margin:15px auto 27px auto; float:none; background-image:url(images/icons/change_theme.png)!important; border-color:var(--verde)!important;}			
			#networks_mobile {display:flex; justify-content:center; gap:20px;}
			#networks_mobile .fab {font-size:20px; color:var(--verde);}
			#networks_mobile .x-svg {height:20px; padding-top:1px; fill:var(--verde);}

	
	#et-social-icons, #top-menu, #top-menu nav, #footer-bottom { display: none; }

	.servicio {width:32%; margin-right:2%; }
	.servicio:nth-child(1) {border-bottom:0;}
	.servicio:nth-child(2) {border-bottom:0;}
	.servicio:nth-child(3) {border-bottom:0; margin-right:0;}
	.servicio:nth-child(4) {border-bottom:0;}
	.servicio:nth-child(5) {border-bottom:0;}
	.servicio:nth-child(6) {border-bottom:0;margin-right:0;}
	.servicio:nth-child(9) {margin-right:0;}
	
	#sidebar-streaming iframe {height:320px;}

	.super-destacada h1 {width:66.666%!important; font-size:24px!important; bottom:15px; left:15px; padding:5px;}
	.super-destacada h1.up {bottom:unset; top:15px;}

	/*Slider Informes*/
	.cbp-fwslider .cbp-title {width:66.666%; font-size:24px; bottom:15px; left:15px; padding:5px;}
	.cbp-fwslider nav span.cbp-fwnext {right:0;}
	.cbp-fwslider nav span.cbp-fwprev {left:0;}
	.cbp-fwslider {max-height:319px;}
	
	/*featured*/
	.home .et-first {width:100%; padding:0; margin:0 0 15px 0; }
	.home .et-second, .home .et-third {width:100%;}
		.home .et-first .featured-title h2 {font-size:28px; line-height:1.1;}
		.home .et-second .featured-title h2, 
		.home .et-third .featured-title h2 {font-size:24px; line-height:1.1; margin-bottom:6px;}
		.home .et-first .featured-title h2 a,
		.home .et-second .featured-title h2 a, 
		.home .et-third .featured-title h2 a {color:#64de5c;}
		
	/*featured in category*/
	.category .et-first {width:100%; margin-right:0; margin-bottom:15px;}
	.category .et-second {width:100%;}
		.category .et-first .featured-title h2, 
		.category .et-second .featured-title h2 {font-size:28px;}
		.category-politica .et-first .featured-title h2 a, 
		.category-politica .et-second .featured-title h2 a {color:var(--color-politica)}
		.category-policiales .et-first .featured-title h2 a, 
		.category-policiales .et-second .featured-title h2 a {color:var(--color-policiales)}
		.category-judiciales .et-first .featured-title h2 a, 
		.category-judiciales .et-second .featured-title h2 a {color:var(--color-judiciales)}
		.category-deportes .et-first .featured-title h2 a, 
		.category-deportes .et-second .featured-title h2 a {color:var(--color-deportes)}
		.category-cultura .et-first .featured-title h2 a, 
		.category-cultura .et-second .featured-title h2 a {color:var(--color-cultura)}
		.category-informes .et-first .featured-title h2 a, 
		.category-informes .et-second .featured-title h2 a {color:var(--color-informes)}
	
	/*Grupos home*/
	.notagrupo.widget_singlepostwidget img {margin-bottom:9px;}
	.especiales .notagrupo.widget_singlepostwidget img {margin-bottom:9px;}
	/*GRUPO DOBLE*/
	.grupo2 .notagrupo.widget_singlepostwidget h2 {font-size:20px; line-height:1.1;}
	/*GRUPO TIPLE*/
	.grupo3 .notagrupo.widget_singlepostwidget h2 {font-size:20px; line-height:1.1;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(2) {width:100%; padding-left:0%; padding-right:0%; border-bottom:none; padding-bottom:0; margin-bottom:15px; }
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(3) {width:50%;  padding-left:0%; padding-right:1%; margin-bottom:30px;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(4) {width:50%;  padding-left:1%; padding-right:0%; margin-bottom:30px;}
		/*con titulo*/
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {width:100%; padding-left:0%; padding-right:0%; border-bottom:none; padding-bottom:0; margin-bottom:15px; }
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {width:50%;  padding-left:0%; padding-right:1%; margin-bottom:30px;}
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(5) {width:50%;  padding-left:1%; padding-right:0%; margin-bottom:30px;}
	/*GRUPO CUADRUPLE*/
	.grupo4 .notagrupo.widget_singlepostwidget h2 {font-size:20px; line-height:1.1;}
	.grupo4 .notagrupo.widget_singlepostwidget {width:50%;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(2) {padding-right:0.75%; padding-left:0; border-bottom:none; padding-bottom:0; margin-bottom:15px;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(3) {padding-left:0.75%; padding-right:0; border-bottom:none; padding-bottom:0; margin-bottom:15px;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(4) {padding-right:0.75%; padding-left:0; margin-bottom:30px;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(5) {padding-left:0.75%; padding-right:0; margin-bottom:30px;}
		/*con titulo*/
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {padding-right:0.75%; padding-left:0; border-bottom:none; padding-bottom:0; margin-bottom:15px;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {padding-left:0.75%; padding-right:0; border-bottom:none; padding-bottom:0; margin-bottom:15px;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(5) {padding-right:0.75%; padding-left:0; margin-bottom:30px;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(6) {padding-left:0.75%; padding-right:0; margin-bottom:30px;}

	/*Single*/	
	.post-thumbnail {background-size:cover;}
	.post-thumbnail .container { min-height: 319px; }
	.post-thumbnail.big .container { min-height: 319px; }
	#breadcrumbs {font-size:14px;}
	#breadcrumbs a {font-size:14px;}
	#content, body.page #content, #sidebar, #sidebar-home2 { width: 100%; }
	#sidebar .widget { width:288px; margin-left:auto; margin-right:auto; padding-bottom:30px;}
			.entry-content .post-meta { font-size: 24px; }
					span.fn, span.fn a { font-size: 16px; }

	.home #additional-sidebar {display:none;}
	.home #main-content:before {background-color:transparent; border-left:none;}
	.home #main-content:after {background:none;}
	.home #content {float:none; width:476px; clear:both;}

	/*Recent posts*/
	.recent-post:nth-child(even) {width:49%; margin-left:1%; margin-right:0;}
	.recent-post:nth-child(odd) {width:49%; margin-left:0; margin-right:1%;}
	.recent-post .et-description h2 {font-size:20px; line-height:1.1; margin:0 0 14px 0;}
	.recent-post .et-description p {font-size:14px; line-height:16px;}

	.popular-module .module-title { text-align: center; }
	.recent-reviews .review-rating { position: relative; }
	.review-post .et-description { margin-left: 0; }

	.barra-lateral {display:none;}

	#main-content:before, .home #main-content:after { display: none; }

	.commentlist .children li { padding-left: 0; }

	.et_pt_gallery_entry { margin-left: 127px !important; }

	.sitemap-col { float: none !important; width: auto !important; }

	.et_pt_portfolio_item { margin-left: 130px !important; }

	.et_portfolio_small .et_pt_portfolio_item {width: 340px !important; margin-bottom: 10px; margin-left: 17px !important; }
	.et_portfolio_small .et_pt_portfolio_entry {float: left; margin-right: 15px; }
	.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item {margin-left: 26px !important; width: 400px !important; }
	.et_pt_portfolio_image {width:110px;}
	.et_pt_portfolio_row {margin-bottom:0!important;}

	.et_portfolio_small div.et_pt_portfolio_item:first-child {margin-left:26px!important;}

	.et-single-post-ad { padding: 40px; margin-bottom: 0; }
	
	#logo-footer {height:50px; background-position:center!important;}
	#footer-side-logo {width:100%;}
	#footer-side-mapa {width:100%;}
	#footer-side-copyright {width:100%;}
	#footer-side-contacto {width:100%;}
	#footer-widgets .theme-toggle {margin:-2px auto 13px auto;}
	
	body.single #footer-widgets {padding:45px 0 55px 0;}

	.footer-widget {padding:0;}
	.footer-widget .theme-toggle {margin:0 auto 15px;}
	.footer-widget .title {padding-top:15px; text-align:center;}
	.footer-widget ul li {text-align:center;}
	.footer-widget p {text-align:center;}
	
	.footer-redes {margin:0 auto; width:194px; display:flex; justify-content:space-between;}
	.footer-redes li .fab {width:auto;}
	.footer-redes li .x-svg {padding-right:0;}
	
	.descargar-mediakit {float:none;}
	.jti {max-width:260px; margin:15px auto 0 auto; display:block;}
	
	.menu-footer-container ul {
		padding:0 0 5px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 290px;
		margin: 0 auto;
	}
	.menu-footer-container ul li {margin-bottom:10px; width:25%;}
	#legales {padding-right:0;}

	/*escudos en deportes*/
	.escudos {height:60px; width:100%;}

	.widget_acg_nav_menu_widget .widgettitle span {margin-right:25px;}
	.widget_etrecentfromwidget .widgettitle span {margin-right:25px;}

	.recent-deportes {padding-left:2%; padding-bottom:0;}
	.recent-deporte {margin-bottom:15px; width:48%; margin-right:2%;}
	.dep-title h2 {font-size:16px; line-height:18px;}
	.recent-deportes .escudos .logo-deportes {width:50%;}
	.recent-deportes .escudos .texto {width:50%;}
	.recent-deportes .escudos {height:110px;}
	.recent-deportes .escudos .texto {margin:12px 0 0 0;}
	.recent-deportes .escudos ul {float:left; margin:10px 0 0 0; width:100%;}

	.recent-cultura {padding-left:2%; padding-bottom:0;}
	.recent-cul {margin-bottom:15px; width:48%; margin-right:2%;}
	.cul-title h2 {font-size:16px; line-height:18px;}
	.recent-cultura .subcategorias .logo-cultura {width:50%;}
	.recent-cultura .subcategorias .texto {width:50%;}
	.recent-cultura .subcategorias {height:110px;}
	.recent-cultura .subcategorias .texto {margin:12px 0 0 0;}
	.recent-cultura .subcategorias ul {float:left; margin:10px 0 0 0; width:100%;}

	

	.columna-quienessomos-izq {border:none!important; padding-right:0!important; width:100%!important;}
	.columna-quienessomos-izq .su-column {text-align:center;}
	.columna-quienessomos-der {width:100%!important; text-align:center; margin-left:0!important; border-top:2px solid #64DE5C; border-left:0!important; padding-top:30px;}
	
	
	/*MOBILE MENU DARK*/	
	.dark-theme #top-info {background:#444444; box-shadow:none;}
	.dark-theme #top-info.scrolled {background:#444444; box-shadow:none;}
	.dark-theme .et_mobile_menu {background:rgba(20,20,20,0.94);}
	
	#et-share-icons {bottom:0; left:0; width:100%; transform:translateX(0px); border-top:2px solid var(--verde); background:var(--bg-color); display:flex; flex-wrap:wrap; justify-content:center; padding-top:12px; z-index:99;}
	#et-share-icons.scrolled {transform:translateX(0px) translateY(0px);}
	#et-share-icons li {width:15%; margin-bottom:10px;}
	#et-share-icons li .x-svg {padding:0;}
	

	.banner-desplegable {bottom:unset; top:0; box-shadow:0px 2px 1px rgba(0,0,0,0.3); padding:0 0 5px 0; height:auto;}
	.banner-desplegable.closed {transform:translateY(-97%);}
	.banner-desplegable .pestana {bottom:-20px; top:unset; height:20px; line-height:20px; width:40px; left:45px; border-radius:0 0 5px 5px; box-shadow:2px 2px 1px rgba(0,0,0,0.3);}
	.banner-desplegable .pestana .far {transform:rotate(180deg);}
	.banner-desplegable.closed .pestana .far {transform:rotate(0deg);}
	.banner-desplegable img {max-height:100px;}
	.banner-flotante-left {display:none;}
	.banner-flotante-right {display:none;}
	.banner_desktop {display:none;}
	.banner_mobile {display:block;}

}

@media only screen and ( max-width: 498px ) {
	.container {width:96%;} /*310*/
		#et-social-icons, #top-menu, #footer-bottom, #et-post-share span {display:none;}

		.post-thumbnail .container { min-height: 207px; }
		.post-thumbnail.big .container { min-height: 207px; }
		
		h1.post-heading { font-size: 24px; }

		#sidebar {width:96%; float:none; margin:0 auto; clear:both;}/*310*/
		#sidebar .widget {width:100%;}
				
		.entry-content .main-title {font-size:32px;}
		.entry-content .post-meta {font-size:24px;}
				
		.categoria-single {padding:0;}
		.fecha {margin-left:5px;}
	
	/*featured*/
	.home .et-second .featured-img, 
	.home .et-third .featured-img {width:100%; margin-right:0; float:none;}
	.home .et-second,
	.home .et-third {padding-bottom:0;}
		
	.home #additional-sidebar { display: none; }
	.home #main-content:before { background-color: transparent; border-left: none; }
	.home #main-content:after { background: none; }
	.home #content { float:none; width:96%; padding-right:0; margin:0 auto; }

	.home .categories-tabs-module .et-description, .home .recent-module .et-description { margin: 0; }
		.home .popular-tabs { display: none; }
		.popular-posts { margin-left: 0; width: auto; }
		
	/*LAS MAS VISTAS*/
	.widget .wpp-list li {padding:0 5px 20px 15px;}
	.widget .wpp-list li a {font-size:16px; line-height:19px;}

	.single .page-wrap.container {width:96%;}
	.single #sidebar {margin:0 auto; float:none; clear:both;}
	.single .complementos-nota {max-width:100%; margin:0 auto;}
	.single .post-thumbnail {aspect-ratio:1.5;}
	#et-post-share .categoria-single 	 {font-size:16px;}
	#et-post-share .fecha 			 	 {font-size:16px;}

	.servicio {margin-right:2%; }
	.servicio .txt {opacity:0; position:absolute;}
	.servicio .icono {width:100%; text-align:center;}
	.servicio:nth-child(1) {width:23.5%; border-bottom:0; margin-right:2%;}
	.servicio:nth-child(2) {width:23.5%; border-bottom:0; margin-right:2%;}
	.servicio:nth-child(3) {width:23.5%; border-bottom:0; margin-right:2%;}
	.servicio:nth-child(4) {width:23.5%; border-bottom:0; margin-right:0;}
	.servicio:nth-child(5) {width:18.4%; border-bottom:1px solid #64de5c; border-top:1px solid transparent; margin-right:2%;}
	.servicio:nth-child(6) {width:18.4%; border-bottom:1px solid #64de5c; border-top:1px solid transparent; margin-right:2%;}
	.servicio:nth-child(7) {width:18.4%; border-bottom:1px solid #64de5c; border-top:1px solid transparent; margin-right:2%;}
	.servicio:nth-child(8) {width:18.4%; border-bottom:1px solid #64de5c; border-top:1px solid transparent; margin-right:2%;}
	.servicio:nth-child(9) {width:18.4%; border-bottom:1px solid #64de5c; border-top:1px solid transparent; margin-right:0;}
	
	
	ul#menu-blogs li a {font-size:15px;}

	.et-description { margin-left: 0; }

	.et-single-post-ad {display:none;}

	#menu-informativo {width:100%;}
	#menu-informativo .col2 {display:none;}
	
	.super-destacada h1 {font-size:18px!important; width:75%!important; left:5px; bottom:5px;}
	.super-destacada h1.up {bottom:unset; top:5px;}

	.cbp-fwslider .cbp-title {font-size:16px; left:5px; bottom:5px;}
	
	#sidebar-streaming iframe {height:175px;}
	
	/*GRUPOS*/
	.notagrupo.widget_text > .titulogrupo {font-size:21px;}
	/*GRUPO DOBLE*/
	.grupo2 .notagrupo.widget_singlepostwidget {width:100%!important; padding-right:0%!important; padding-left:0%!important;}
	.grupo2 .notagrupo.widget_singlepostwidget:nth-child(2) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
	.grupo2 .notagrupo.widget_singlepostwidget:nth-child(3) {margin-bottom:30px!important;}
		/*con titulo*/
		.grupo2.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
		.grupo2.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {margin-bottom:30px;}
	/*GRUPO TIPLE*/
	.grupo3 .notagrupo.widget_singlepostwidget {width:100%!important; padding-right:0%!important; padding-left:0%!important;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(2) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(3) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
	.grupo3 .notagrupo.widget_singlepostwidget:nth-child(4) {margin-bottom:30px!important;}
		/*con titulo*/
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
		.grupo3.especiales .notagrupo.widget_singlepostwidget:nth-child(5) {margin-bottom:30px!important;}
	/*GRUPO CUADRUPLE*/
	.grupo4 .notagrupo.widget_singlepostwidget {width:100%!important; padding-right:0%!important; padding-left:0%!important;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(2) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(3) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(4) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
	.grupo4 .notagrupo.widget_singlepostwidget:nth-child(5) {margin-bottom:30px;}
		/*con titulo*/
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(3) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(4) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(5) {margin-bottom:15px; border-bottom:none; padding-bottom:0;}
		.grupo4.especiales .notagrupo.widget_singlepostwidget:nth-child(6) {margin-bottom:30px!important;}
	
	.recent-post {width:100%!important; margin:0 0 15px 0!important;}
		
	#logo-footer {height:40px;}
	/*#promptButton {margin:15px auto 16px auto;}
	#copyright {margin-bottom:10px;}*/

	.widget_etrecentfromwidget .widgettitle span {margin:0 20px 0 -20px;}

	.menu-opinion .postinfo {font-size:14px;}

	.blog-head .cabezera .blog-logo {margin:18px 3px;}
	.blog-head .cabezera .blog-blog {display:none;}
	.et_pt_blogmeta ul#et-share-icons {display:none;}
	h2.et_pt_title {font-size:32px;}
	article #menu-blogs li {width:100%;}

	/*escudos en deportes*/
	.escudos ul {width:100%; margin-top:10px;}
	
	.recent-deportes {padding-left:3%;}
	.recent-deportes .escudos {height:55px;}
	.recent-deportes .escudos .texto {display:none;}
	.recent-deportes .escudos ul {display:none;}
	.recent-deportes .escudos .logo-deportes {background-position:center center; border:none; width:100%; margin:0;}
	.recent-deporte {width:97%; margin-right:3%;}
	.recent-deporte:nth-child(4) {display:none;}
	.recent-deporte:nth-child(5) {display:none;}
	.recent-deporte .dep-title {font-size:20px; line-height:1.1;}
	
	.recent-cultura {padding-left:3%;}
	.recent-cultura .subcategorias {height:55px;}
	.recent-cultura .subcategorias .texto {display:none;}
	.recent-cultura .subcategorias ul {display:none;}
	.recent-cultura .subcategorias .logo-cultura {background-position:center center; border:none; width:100%; margin:0;}
	.recent-cul {width:97%; margin-right:3%;}
	.recent-cul:nth-child(4) {display:none;}
	.recent-cul:nth-child(5) {display:none;}
	.recent-cul .cul-title {font-size:20px; line-height:1.1;}
	
	/*.tabs-farmacias .su-tabs-nav span{margin: 8px 5px 0 0;}*/
	
	/*Fotos del dia*/
	.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-next {top:45%; width:28px; height:54px; margin-top:-27px;}
	.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a.flex-prev {top:45%; width:28px; height:54px; margin-top:-27px;}
	
	#descartados_titulos {width:90%;}

}



/*//////    DARK THEME   /////*/
	
	.dark-theme {
		--text-color:#eeeeee;
		--bg-color:#333333;
	}
	
	/*TOGGLE*/
	.dark-theme .theme-toggle {background-position:left center;}
	
	/*HEADER*/
	.dark-theme #logo {background:url(images/logo_header_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-sociedad #logo {background:url(images/logo_sociedad_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-policiales #logo {background:url(images/logo_policiales_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-politica #logo {background:url(images/logo_politica_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-judiciales #logo {background:url(images/logo_judiciales_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-deportes #logo {background:url(images/logo_deportes_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-cultura #logo {background:url(images/logo_cultura_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-informes #logo {background:url(images/logo_informes_blanco.png?v=2) no-repeat left top; background-size:contain;}
	.dark-theme.category-covid-19 #logo {background:url(images/logo_covid19_blanco.png?v=2) no-repeat left top; background-size:contain;}
		
	/*RECENT CULTURA/DEPORTES*/
	.dark-theme .recent-deportes .escudos .logo-deportes {background:url(images/logo_deportes_blanco.png?v=2) no-repeat left -7px; background-size:contain;}
	.dark-theme .subcategorias .logo-cultura {background:url(images/logo_cultura_blanco.png?v=2) no-repeat left -7px; background-size:contain;}
	.dark-theme .subcategorias ul li a.cine   {background:url(images/sprite-cine_blanco.png) no-repeat; background-position:center bottom;}
	.dark-theme .subcategorias ul li a.musica {background:url(images/sprite-musica_blanco.png) no-repeat; background-position:center bottom;}
	.dark-theme .subcategorias ul li a.libros {background:url(images/sprite-libros_blanco.png) no-repeat; background-position:center bottom;}
	.dark-theme .subcategorias ul li a.teatro {background:url(images/sprite-teatro_blanco.png) no-repeat; background-position:center bottom;}
	.dark-theme .subcategorias ul li a:hover {background-position:center top;}
	
	.dark-theme .flourish-embed {filter:opacity(0.9) contrast(1.2); }
	
	.dark-theme .banner {filter:opacity(0.9) contrast(1.2); }
	.dark-theme #banner-h1 {filter:opacity(0.9) contrast(1.2); }

	/*FOOTER*/
	.dark-theme #logo-footer {background:url(images/logo_header_blanco.png?v=2) no-repeat; background-size:contain; background-position:left center;}
	
	
	

@media (prefers-color-scheme: dark) {
	
}