/* CSS Document */
@media only screen and (max-width: 1199px){
	
}
@media only screen and (max-width: 991px){}

/* APRESENTAÇÃO MENU COM SUBMENU */
.slicknav_nav a:hover {
    background: transparent;
    border-radius: 0;
    color: #fff;	
    border: 1px solid #00DA12;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #08B536;
    color: #fff;
}
/* APRESENTAÇÃO MENU COM SUBMENU -FIM */

@media only screen and (max-width: 991px){
	.centerListagemDiv{

		width: 100%;

	}
	
	
}

@media only screen and (max-width: 378px){
/*
	.carousel-indicators button h4{
		font-size:12px;
	}
	
	.secao_cronologia{
			padding:30px;
		}
	
	.carousel-indicators button h4{
		margin-top:-10px;}
	
	.carousel-indicators button i{
		margin-top:-2px;}
	
	
	
	.carousel-indicators button.active h4{
			
		font-size:10px;
	}*/
}