/*lista Principal*/
.slider_section{
	padding: 10px 0 20px;
}
.slider_section  ul.news-principal{
	width: 65.7%;
	/*display: inline-block;*/
	float: left;
	height: 100%;
}
.slider_section .news-principal li{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.slider_section .news-principal li .bg{
	width: 100%;
	float: none;
	height: 392px;
	overflow: hidden;
}
.slider_section  .news-principal li p.category{
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: .75rem;
	color: #fff;
	background-color: #c51111;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	padding: 5px;
	margin: 10px 0 0 20px;
	padding-bottom: 3px;
	z-index: 3;
}
.slider_section  .news-principal li p.category-movil{
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: .75rem;
	color: #fff;
	background-color: #c51111;
	text-transform: uppercase;
	display: none;
	padding: 5px;
	padding-bottom: 3px;
	z-index: 3;
	margin-bottom: 8px;
}
.slider_section .news-principal li .bg a span.image{
	display: block;
	height: 100%;
}
.slider_section .news-principal li .info{
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
	display: inline-block;
	color: #fff;
}
.slider_section .news-principal li .info h2{
	font-weight: 600;
	color: #fff;
	margin-bottom: 6px;
}
.slider_section .news-principal .info span.author,
.slider_section .news-list .info span.author{
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	color: #E81F1F;
}
.slider_section .news-principal li .info h3 a{
	color: #fff;
}
/*lista destacada*/
.slider_section  ul.news-list{
	display: inline-block;
	width: 33.4%;
	margin: auto;
	float: right;
}
.slider_section .news-list li{
	position: relative;
	display: block;
	width: 100%;
}
.slider_section .news-list li .bg {
	width: 100%;
	float: none;
	height: 191px;
	overflow: hidden;
	margin-bottom: 10px;
}
.slider_section  .news-list p.category{
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: .75rem;
	color: #fff;
	background-color: #c51111;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	padding: 5px;
	margin: 10px 0 0 10px;
	padding-bottom: 3px;
	z-index: 3;
}
.slider_section  .news-list p.category-movil{
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: .75rem;
	color: #fff;
	background-color: #c51111;
	text-transform: uppercase;
	display: none;
	padding: 5px;
	padding-bottom: 3px;
	z-index: 3;
	margin-bottom: 8px;
}
.slider_section .news-list li .bg a span.image{
	display: block;
	height: 100%;
}
.slider_section .news-list li .info{
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
	display: inline-block;
	color: #fff;
}
.slider_section .news-list  li .info h2{
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 600;
	margin-bottom: 6px;
}
.slider_section .news-list  li .info h2:hover, .slider_section .news-list  li .info h2:focus{
	color: #ffffff;
}
.slider_section .news-list .info span.author{
	display: block;
}
.slider_section  .news-list li h3 a{
	color: #fff;
}
.slider_section .news-principal li.principal:after,
.slider_section .news-list li.list:after{
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.slider_section .clear{
	clear: both;
	margin-bottom: 3px;
}
/*reducido*/
@media screen and (max-width: 1139px){
	.slider_section{
		margin-bottom: 10px;
	}
	.slider_section .news-list li .info{
		padding: 10px 10px 10px 10px;
	}
	.slider_section .news-list .info span.author{
		display: block;
	}
}
/*desktop*/
@media screen and (max-width: 1139px) and (min-width: 940px ){
	.slider_section .news-principal li .bg {
		height: 324px;
	}
	.slider_section .news-list li .bg {
		height: 157px;
	}
}

/*Tablet*/
@media screen and (max-width: 939px) and (min-width: 640px ){
	.slider_section{
		margin-bottom: 20px;
	}
	.slider_section ul.news-principal {
		width: 100%;
		display: block;
	}
	.slider_section .news-principal li .bg {
		height: 350px;
	}

	.slider_section ul.news-list {
		display: table;
		width: 100%;
		float: none;
	}
	.slider_section .news-list li .bg {
		height: 196px;
		margin-bottom: 0px !important;
	}
	.slider_section .news-list li {
		position: relative;
		display: table-cell;
		height: 100%;
		width: 50%;
		float: none;
	}
	.slider_section .news-principal li .info h2{
		padding-bottom: 5px;
	}
	.slider_section .news-list li .info h2 {
		font-size: 1.4rem;
		max-height: 3.2rem;
		overflow: hidden;
		padding-bottom: 5px;
	}
}
/*movil*/
@media screen and (max-width: 639px){
	.slider_section .news-list li .bg{
		height: 250px;
	}
	.slider_section{
		margin-bottom: 6px;
	}
	.slider_section ul.news-principal {
		width: 100%;
		display: block;
	}
	.slider_section .news-principal li .bg{
		height: 300px;
	}
	.slider_section  ul.news-list{
		width: 100%;
	}
	.slider_section .news-principal li .info h2{
		font-size: 1.3rem;
		padding-bottom: 10px;
		line-height: 1.6rem;
	}
	.slider_section .news-list  li .info h2{
		padding-bottom: 5px;
	}
	.slider_section ul.news-list {
		float: none;
	}
	.slider_section .news-list li .info {
		padding: 10px 20px 20px 20px; 
	}
	.slider_section  .news-principal li p.category{
		display: none;
	}
	.slider_section  .news-principal li p.category-movil{
		display: inline-block;
	}
	.slider_section  .news-list p.category{
		display: none;
	}
	.slider_section  .news-list p.category-movil{
		display: inline-block;
	}
	/*.slider_section .news-principal li.principal:after,
	.slider_section .news-list li.list:after{
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		z-index: 0;
		pointer-events: none;
		bottom: 0;
		position: absolute;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 54%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.9) 64%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.6)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.9) 64%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 54%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.9) 64%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 54%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.9) 64%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 54%,rgba(0,0,0,0) 40%,rgba(0, 0, 0, 0.9) 64%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	}*/
}


/*SMALL NEWS LIST*/
.small_list{
	margin-bottom: 25px;
	max-width: 1140px;
    margin: 0 auto 30px;
}
.small_list ul{
	font-size: 0;
}
.small_list ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}

.small_list ul li img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.small_list h4{
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4rem;
	margin: 8px 0 4px;
}
.small_list ul .shares:hover h4{
	color: #c51111;
}
.small_list ul li span.category{
	color: #fff;
	background-color: #c51111;
	text-transform: uppercase;
	position: absolute;
	padding: 5px;
	padding-bottom: 3px;
	margin: 10px 0 0 10px;
}
.small_list ul li span.category a{
	color: #fff;
}
.small_list .author{
	color: #c51111;
	font-size: .8rem;
	font-weight: 500;
	margin-top: 4px;
}
.small_list ul li .countShares.big{
	right: 10px;
}

@media screen and (min-width: 1140px){
	.small_list ul li.listElement{
		width: 270px;
		margin:0 10px;
	}
	.small_list ul li.listElement:first-child{
		margin-right: 10px !important;
		margin-left: 0 !important;
	}
	.small_list ul li.listElement:last-child{
		margin-left: 10px !important;
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 940px){
	.small_list li.ads > div:last-of-type{
		display: none;
	}
}

@media screen and (min-width: 940px) and (max-width: 1139px){
	.small_list ul li.listElement{
		width: 25%;
		padding-right: 5px;
		padding-left: 5px;
	}
	.small_list ul li img{
		height: 150px;
	}
	.small_list ul li .countShares.big{
		right: 20px;
	}
}

@media screen and (max-width: 939px){
	.small_list{
		padding: 0 30px;
	}
	.small_list ul li.listElement{
		width: 25%;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	.small_list ul li img{
		height: 127px;
	}
	.small_list h4{
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.2rem;
	}
	
}
@media screen and (max-width: 639px){
	.small_list{
		margin-bottom: 60px;
		padding: 0 20px;
	}
	.small_list ul li{
		width: 100% !important;
		padding: 0 !important;
	}
	.small_list h4{
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.7rem;
	}
	.small_list ul li img{
		height: 200px;
	}
}