
/*
	Estilo da área de notícias
========================================================================== */
.internal-content .noticias-area {

}

.noticias-area .noticias {

}

.noticias .noticia {
	position: relative;
}

.noticias-area ul li:hover {
	opacity: 0.5;
}

.noticia .capa {

}

.noticia .categoria {
	background-color: #008854;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 20px;
	margin-top: -20px;
	margin-bottom: -18px;
	z-index: 2; 
	padding: 10px 15px;
	position: relative;
}

.noticia .titulo {
	background-color: #00401a;
	padding: 40px 20px 20px 20px;
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
}

.noticia .data {
	margin-top: 1px;
	padding: 10px 20px;
	color: #00401a;
	background: #bed700;
	font-size: 12px;
	font-weight: 400;
}

.noticia .data span {
	text-transform: uppercase;
}

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

@media only screen and (max-width: 992px) {
	.header-sessao h3 {
		width: 95% !important;
		font-size: 25px;
	}
	
	.ans-area .header-sessao h3 {
		width: 95% !important;
		font-size: 20px;
	}
}

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

}


/*
	Estilo da paginação
========================================================================== */
.internal-content .paginator a {
	font-size: 24px;
	color: #5B5C65;
	font-weight: 700;
	padding: 20px 25px;
	border: 1px solid #5B5C65;
}

.internal-content .paginator a.ativo {
	color: #008854;
	border-color: #008854;
}

.internal-content .paginator a:hover {
	background-color: #008854;
	border-color: #008854;
	color: #fff;
}


