
/* Estilos para dispositivos móveis */
@media (min-width:320px)  { 
	.titulo{
       text-align: center; 
       margin-top: 50px;
       font-weight: bold;
       color: #246644; 
    }
    
    .frase{
       text-align: center;
       margin-bottom: 50px;
	}
    
    .texto-unidades {
    	font-weight: bold;
	}
	
	.texto-endereco{
		font-weight: bold;	
	}
	
 }
 
@media (min-width:1025px) { 
	
	
}
 
.accordion-button.collapsed{
	background-color: #c8e6c9;	
}



 

