/* LIST DESTAQUES */

.destaques .itemDestaque{ width:100%; margin-top:75px; float:left;}
.destaques .itemDestaque:last-child{ margin-bottom:75px;}
	.destaques .itemDestaque .imagem{ width:24%; margin-right:4%; float:left;}
		.destaques .itemDestaque .imagem img{ border-bottom:solid 2px #080909; transition:all 0.5 ease;}
		.destaques .itemDestaque:hover .imagem img{border-bottom:solid 2px #ed1120;}
	.destaques .itemDestaque .texto{ width:72%; float:left;}
		.destaques .itemDestaque .texto h4{ padding-bottom:8px;}
		.destaques .itemDestaque .texto h4 a:link,
		.destaques .itemDestaque .texto h4 a:active,
		.destaques .itemDestaque .texto h4 a:visited{color:#2e2e31; font-size:24px; line-height:30px;}
			.destaques .itemDestaque:hover .texto h4 a{ color:#ed1120; }
		.destaques .itemDestaque .texto p{ color:#9c9c9c; line-height:22px;}
		
	.destaques .itemDestaque .botaoLinha{ width:100%; padding-top:17px;}
		.destaques .itemDestaque .botaoLinha .linha{ width:76%; margin-right:4%; height:35px; float:left; transition:all 0.5s ease;}
			.destaques .itemDestaque .botaoLinha .linha em{ display:block; height:1px; width:100%; border-bottom:solid 1px #efefef; margin-top:17px; transition:all 0.5s ease;}
		
		.destaques .itemDestaque:hover .botaoLinha .linha{ width:82%; margin-right:0px;}
			.destaques .itemDestaque:hover .botaoLinha .linha em{ border-bottom:solid 1px #eebdc0;}
		
		.destaques .itemDestaque .botaoLinha a:link,
		.destaques .itemDestaque .botaoLinha a:active,
		.destaques .itemDestaque .botaoLinha a:visited{ width:20%; font-weight:700; color:#ffffff; padding:10px 15px; background:#010101; float:left; transition:all 0.5s ease; text-transform:uppercase; box-sizing:border-box; float:left;}
		 	.destaques .itemDestaque .botaoLinha a em{ font-size: 20px; float:right; line-height: 12px; margin-left:5px;}
		 	.destaques .itemDestaque:hover .botaoLinha a{ background:#e41e2c; width:18%;}

/* DESTAQUES DETALHES */

.destaques .detalhesDestaque{ padding:50px 0px 70px 0px;}
	.destaques .detalhesDestaque h4{ font:300 32px/34px 'Open Sans'; color:#212123; border-bottom:solid 1px #efefef; padding-bottom:30px; margin-bottom:30px;}
	.destaques .detalhesDestaque p{ font-size:13px; line-height:24px;}
	.destaques .detalhesDestaque p img{ margin:0px 25px 25px 0px; width:50%;}
	
	.destaques .detalhesDestaque .fonte{ border-top:solid 1px #efefef; margin-top:30px; padding-top:30px; width: 100%; clear: both;}
		.destaques .detalhesDestaque .fonte h5{ float:left; font-weight:bold; color:#3f3f3f; text-transform:uppercase;}
		.destaques .detalhesDestaque .fonte a:link,
		.destaques .detalhesDestaque .fonte a:active,
		.destaques .detalhesDestaque .fonte a:visited{ float:right; font-weight:bold; color:#3f3f3f; text-transform:uppercase; transition:all 0.5s ease;}
			.destaques .detalhesDestaque .fonte a:hover{ color:#e41e2c;}




@media only screen and (max-width: 1180px) {
	.destaques .itemDestaque .botaoLinha a:link, .destaques .itemDestaque .botaoLinha a:active, .destaques .itemDestaque .botaoLinha a:visited{ width: 169px; }
}

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

@media only screen and (max-width: 480px) {
	.destaques .itemDestaque .imagem{ width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
	.destaques .itemDestaque .texto	{width: 100%; float: none;}	
}
