.imagen-cabecera{
    background-size: cover;
    background-position: center;
    min-height: 545px;
    position: relative;
    overflow: hidden;
}
.imagen-cabecera .watermark{
	background-color: black;
	color: white;
	font-size: 10px;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	transition: 0.3s ease;
}
.imagen-cabecera:hover .watermark{
	bottom: 0px;
}


.title-general{
	text-align: center;
}
.article-grid{
	margin-top: 80px;
}
.article-grid .image{
	margin-bottom: 15px;
	overflow: hidden;
}
.article-grid .image .image-url{
	height: 270px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	transition: 0.3s ease;
	position: relative;
}
.article-grid .image .image-url .watermark,
.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;
}
.article-grid .single-post:hover .watermark,
.block-noticias .single-new:hover .watermark{
	bottom: 18px;
}
.article-grid .single-post:hover .image-url{
	transform: scale(1.15);
}
.article-grid .text{
	padding-left: 15px;
	padding-right: 15px;
}
.article-grid .text h2 a{
	color: black;
	font-size: 22px;
	font-weight: 500;
}
.article-grid .single-post{
	margin-bottom: 60px;
}
.pagination-container{
	text-align: center;
}
.pagination-container a{
	display: inline-block;
	background-color: #CB6C00;
	color: white;
	padding: 10px 20px;
}
.pagination-container span{
	display: inline-block;
	background-color: #ddd;
	color: black;
	padding: 10px 20px;
}
.single-post-content{
	padding-bottom: 0;
	margin-bottom: 0;
}
.single-post-content .title-content{
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.single-post-content .subtitle{
	font-size: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
}

/* noticias */

.block-noticias{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.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;	
}

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




/* end noticias */


@media only screen and (max-width:991px) {
	.article-grid .text{
		padding-left: 0px;
		padding-right: 0px;
	}
}