/***********************************Desktop*****************************/
@media only screen and (min-width: 1100px) and (max-width: 1300px){
	#legendas{		
		font-size: 23px !important;	  
	}	
		
}	

@media only screen and (min-width: 992px) and (max-width: 1099px){
	.listaVereadores li{		
		max-width:20% !important;
	}
	#legendas{		
		font-size: 23px !important;	  
	}	
}	
@media only screen and (min-width: 861px) and (max-width: 991px){
	
	#legendas{		
		font-size: 18px !important;	  
	}	
	.listaVereadores li{		
		max-width:13% !important;
	}
}	
	
/*--------------------------------------------------------------*/
/*- TABLETS -----------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (min-width: 482px) and (max-width: 860px){

	#legendas{
		
		font-size: 16px !important;
		font-weight:bold;
		  min-height: 58px;
	  
	}
	.carousel-indicators{
		
		bottom:10px !important;
	}
	.listaVereadores li{
		
		max-width:12%!important;
	}
	
	#areaMeioPag{
		
		padding-left:15px !important;
	}
	.brasao-sm{
		
		display: table;
		margin: 0 auto;
		
	}
	
	.dropdown-menu > li > a{
	
		color:#FFF !important;
		border-bottom: 0px !important ;
	}
	
	.dropdown-menu > li > a:hover{
	
		color:rgb(255, 204, 0) !important;
	}
	
	.mapa_site{
		
		/*padding-left:15px !important;*/
	}
	
	.btnUsuarioEncontrado{
		
		margin-top:10px !important;
	}

}	

/*--------------------------------------------------------------*/
/*- CELULARES -----------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
	.btnUsuarioEncontrado{
		
		margin-top:10px !important;
	}
	.carousel-indicators{
		
		bottom:33px !important;
	}
	#legendas{
		
		font-size: 14px !important;
		font-weight:bold;
		  min-height: 28px !important;
		  
	  
	}
	.listaVereadores li{
		
		max-width:12%!important;
	}
	
	#areaMeioPag{
		
		padding-left:15px !important;
	}
	
	.brasao-sm{
		
		display: table;
		margin: 0 auto;
		width: 50%;
	}
	
	.dropdown-menu > li > a{
	
		color:#FFF !important;
		border-bottom: 0px !important ;
	}
	
	.dropdown-menu > li > a:hover{
	
		color:rgb(255, 204, 0) !important;
	}
	
	.mapa_site{
		
		/*padding-left:15px !important;*/
	}
	
	.textoRespTablet{
		width: 0;
		min-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}
	
}
@media (max-width: 991px){
	.boxPainelAcesso{
		
		margin-top:20px !important;
	}
	.botoesFormasConsulta{
		
		display:table;
		margin:0 auto;
	}
}
@media (max-width: 700px){
.btn {
    
     right: 0px !important; 
     top: 0px !important; 
}	
}