/*
	Listagem
========================================================================== */
.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:hover {
	border: 1px solid #2CB455;
	border-bottom: 5px solid #0D5727;
}

.noticia-area .noticia:hover .titulo {
	color: #C18F1F;
}

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

.noticia-area .noticia .capa {
	max-width: 560;
}

@media (min-width: 576px) {
	.noticia-area .noticia .capa {
		max-width: 318px;
	}
}

.noticia-area .noticia .capa img {
	min-width: 300px;
}

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

.noticia .chamada {
	overflow: hidden;
	max-height: 100px;
}

/*
	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");
}


/*
	Redes Area
========================================================================== */
.internal-content .redes-area {
	position: relative;
}

.internal-content .redes-area .bg-repeat-kmb.up:before {
	display: none;
}

.internal-content .redes-area a svg {
	fill: #C18F1F;
}

.internal-content .redes-area a:hover svg {
	fill: #0D5727;
}


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






