@media (max-width: 480px) { 
	.navbar-fixed-top{
		display: none !important;
	}
	
	.headerContatos{
		display: none !important;
	}
	

}


@media (max-width: 767px) and (orientation : landscape) {
	.navbar-fixed-top{
		display: none !important;
	}
	
	.headerContatos{
		display: none !important;
	}
	
}