.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;
}


@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;
	}
}

