.esdnews_titles {
	font-size: 1.875rem!important;
}
.esdnews_title { 
	font-weight: normal;
	margin-top: 40px;
	line-height: 120%;
}
.esdnews_title span {
	background: var(--green-esd) !important;
	color: black !important;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 1px;
}
.esdnews_articulo_list_entry h3 {
	font-size: 20px;
}
.esdnews_img_destacada {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: 0 -30px; */
	background-position: 0 -30px;
	background-position: center;
	background-color: #F1F1F1;
}
.esdnews_extracto_post {
	line-height: 140%;
	font-size: 20px;
}
.esdnews_boton {
	display: inline-block;
	padding: 10px 35px;
	margin-top: 10px;
	background-color: #000;
	color: #FFF !important;
	font-size: 16px;
	border-radius: 0 !important;
}
h4 {
	font-family: revert !important;
	font-size: revert !important;
}
@media only screen and (max-width: 992px) {
	.esdnews_img_destacada {
		min-height: 350px;
		background-size: contain;
		background-position: center;
	}
	.esdnews_boton {
		width: 100%;
		text-align: center;
	}
}
/*overwrite nicepage.css*/
.u-social-url .u-svg-link {
	width: fit-content;
	margin: 0 auto;
}