.block-noticias h2{
	font-weight: 600;
}
.block-noticias .image-content{
	position: relative;
}
.block-noticias .image-content .image{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.block-noticias .text-content .control{
	padding: 40px 30px 40px 30px
}
.block-noticias .text-content p.title a{
	color: #232E5C;
	font-weight: 700;
	text-decoration: none;
}
.block-noticias .single-new-1{
	border-bottom: 1px solid #232E5C;
	padding-bottom: 20px;
}
.block-noticias .single-new-2{
	padding-top: 20px;
}
.block-noticias .button-container p{
	margin-bottom: 0;
}
.block-noticias .left{
	position: relative;
}
.block-noticias .left .grey-bg{
	background-color: #EDEDED;
	height: 100%;
	position: relative;
}
.block-noticias .left .control{
	padding: 40px;
}
.block-noticias .left .button-container{
	position: absolute;
	bottom:40px;
	left:40px;
}


@media only screen and (max-width:1920px) {
	
}

@media only screen and (max-width: 1700px) {
	
	
	
	
}
@media only screen and (max-width: 1500px) {
	.button-container {
	    margin-top: 25px;
	}
	.block-noticias .text-content .control {
	    padding: 20px;
	}

}
@media only screen and (max-width: 1200px) {
	.block-noticias .left .button-container{
		position: relative;
		bottom: auto;
		left: auto;
	}
	.block-noticias .left{
		margin-bottom: 40px;
	}
	.block-noticias{
		padding-bottom: 0;
	}
}

@media only screen and (max-width:991px) {
	

}	

@media only screen and (max-width: 767px) {
	.block-noticias .left .grey-bg{
		margin-left: -30px;
		width: calc( 100% + 60px );
	}
	
}

@media only screen and (max-width: 575px) {

	.block-noticias .image-content .image{
		height: 300px;
	}
	.block-noticias .text-content .control{
		padding: 20px 0;
	}
	.block-noticias .single-new-1{
		border: 0;
	}
	.block-noticias h2{
		font-size: 28px;
	}

}