.block-noticias{
	text-align: center;
}
.block-noticias .title-wrap{
	max-width: 670px;
	margin: auto;
	margin-bottom: 50px;
}
.block-noticias .single-new{
	text-align: left;
}
.block-noticias .single-new .image{
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.block-noticias .single-new .image-single{
	height: 280px;
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: 0.3s ease;
}
.block-noticias .single-new:hover .image-single{
	transform: scale(1.15);
}
.block-noticias .single-new p.title{
	margin-bottom: 15px;
}
.block-noticias .single-new p.title a{
	color: black;
	text-decoration: none;
	font-weight: 500;
	font-size: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.block-noticias .single-new p.title a:hover{
	color: #CA6900;
}
.block-noticias .single-new .texto{
	padding-left: 15px;
	padding-right: 15px;
}

.block-noticias .single-new .resumen{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    /*min-height: 100px;*/
}
.block-noticias .button-container{
	margin-top: 60px;	
}

.block-noticias .watermark{
	background-color: black;
	color: white;
	font-size: 10px;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	transition: 0.3s ease;
}
.block-noticias .single-new:hover .watermark{
	bottom: 18px;
}
.block-noticias.noticias_live.normal-section{
	padding-bottom:10px;
}

.articulo_pagina{
	display: none;
}
.articulo_pagina_1{
	display: block
}

.noticias_live .paginacion li{
	    display: inline-block;
    margin-left: 1rem;
}



.noticias_live .paginacion li.active{
		color:black;
		font-weight: bold;
}
.noticias_live .image{
		width:23%;
		display: inline-block;
    vertical-align: middle;
}
.title-bloquenaranja{
	background-color:#CA6900;
    width: 70%;
}

.noticias_live .single-new{
		margin-bottom:4rem;
	}
.noticias_live h2{

    color: #fff;
    text-align: left;
    display: list-item;
    padding: 1rem 2rem;
}
.block-noticias.noticias_live .single-new .image-single{
		height:230px;
}

.autoload{
	margin-bottom:4rem;
}
.autoload .single-new{
		margin-bottom:0rem;
}
 .block-noticias .autoload .single-new .resumen{
 	overflow: visible !important; 
 	text-overflow: initial !important;
 	display:block !important;
 }
.autoload .single-new .texto{
		border-left:1px solid #ccc;
		padding-top:1rem;
}
.noticias_live .boton{
	    background-color: #D9D9D9;
    display: inline-block;
    padding: 1rem 2rem;
}
.noticias_live .texto{
		width:76%;
		display: inline-block;
    vertical-align: middle;
}
.noticias_live .texto_reload .title{
	text-transform: uppercase;
	font-weight: bold;
	color:#ff741f;
	font-size:1.5rem;
}

.noticias_live .texto_reload .fecha{
	text-transform: uppercase;
	font-weight: bold; 
	font-size:1rem;
}

@media only screen and (max-width:991px) {
	.block-noticias .single-new .image-single {
	    height: 180px;
	}
	.block-noticias .single-new .texto{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width:767px) {
	.block-noticias .single-new .image-single{
		height: 400px;
	}
	.block-noticias .single-new{
		margin-bottom: 40px;
	}
	.block-noticias .button-container {
	    margin-top: 0;
	}
}


@media only screen and (max-width:576px) {
	.block-noticias .single-new .image-single {
	    height: 200px;
	}
}

