.noticia{
	
	position: relative;
	vertical-align: top;
	width: calc(33.333% - 20px);
	display: inline-block;
	margin: 0 10px 40px;
}

.noticia.disabled{
	
	cursor: default;
}
.noticia:not(.disabled)>div:hover{
			
	opacity: 0.6;
}

.section-text h1{

	margin-bottom: 5px;
}
