/*
	Detalhes da Notícia
========================================================================== */
.noticia-area .noticia {
	position: relative;
	background-color: #FFF;
	border-bottom: 5px solid #0D5727;
	border: 1px solid #FFF;
	border-bottom: 5px solid #0D5727;
}

.noticia-area .noticia:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 5px;
	background-color: #2CB455;
}

.content-area .capa img {
	max-width: 960px;
}

.noticia .titulo {
	border-bottom: 1px solid #EEEEEE;
}

.noticia .chamada {
}

/*
	Paginação
========================================================================== */
.paginator-area {

}

.paginator-area .ativo {
	position: relative;
}

.paginator-area a:hover {
	color: #C18F1F;
}

.paginator-area .ativo:after {
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.81' height='18.781' viewBox='0 0 18.81 18.781'%3E%3Cg id='Group_405' data-name='Group 405' transform='translate(207.81 705.281) rotate(180)'%3E%3Cpath id='Path_9187' data-name='Path 9187' d='M0,0H18.81L9.364,18.781Z' transform='translate(189 686.5)' fill='%23ffec96'/%3E%3Cpath id='Path_9188' data-name='Path 9188' d='M0,0H11.548l-5.8,11.53Z' transform='translate(192.631 686.5)' fill='%23c18f1f'/%3E%3C/g%3E%3C/svg%3E");
}







