/* tarja topo */
@media only screen and (min-width: 0px) and (max-width: 675px) {
    .topo_tarja .contato{
		width: 100%;
		text-align: center;
	}
	
	.topo_tarja .redes_sociais{
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
}

/* menu */
@media only screen and (min-width: 0px) and (max-width: 950px) {
    .topo_menu .menu{
		display: none;
	}
	.topo_menu .menu_mobile{
		display: inline;
	}
}
@media only screen and (min-width: 0px) and (max-width: 300px) {
    .topo_menu .logo{
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.topo_menu .menu_mobile{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	.menu_mobile_side .mobile_side_topo .mobile_side_logo{
		width: 100%;
	}
	.menu_mobile_side .mobile_side_topo .mobile_side_close{
		width: 100%;
	}
}

/* rodape */
@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.rodape{
		padding: 60px 10px; 
	}
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
	.rodape .box_rodape{
		width: 100%;
		padding: 40px 0; 
	}
}