@charset "UTF-8";
/****************************************************  
	CSS MÍDIA
****************************************************/
.midia .lista-noticias li {	
	border-bottom: 1px solid #eef2f5;
}

.midia .lista-noticias a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #2A3C47;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.midia .lista-noticias .data {
	display: inline-block;
	width: 102px;
	margin-right: 5px;
	color: #326A97;
	font-weight: bold;
	background: url(/assets/img/site/estrutura/seta-azul-claro.png) no-repeat center right;
	
}

.midia .lista-noticias a:hover {
	color: #fff !important;
	background: #326A97 !important;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.midia .lista-noticias a:hover .data {
	color: #fff;
}

/* NOTÍCIA */
.noticia .subtitulo-pagina {
	padding-left: 12px;
    background: url("/assets/img/site/estrutura/seta-amarela.png") no-repeat scroll left center transparent;
    font-size: 18px;    
}

.noticia .data-noticia {
	display: block;
    color: #87A1B6;
    font-weight: bold;
    margin-bottom: 0;
}

.noticia p {
	clear: both;
}

.noticia img {
	margin: 0 auto 30px;
}

.btn-voltar {
	float: right;
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px;
	background: #87A1B6;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.btn-voltar:hover {
	color: #fff;
	background: #326A97;
	text-decoration: none;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}




