@media screen and (max-width: 540px){
	
	.acronimo{display:none;}
	
	
	.name_report {
		font-size: 10px;
	}
	
	.vertical-center{
		display:block;
		
	}
	
	
	#top-menu-left{margin-left:0px;}
	
	
	
	.body-report {
		clear: both;
	}
	


	.col-xs-6 {
		width: 100%;
	}
	
	.report {
		width: 100%;
		height: 150px;
		 border-radius: 4px !important;
	}
	
	.brands_report {
		height: 122px;
		
		margin: 0 auto;
		display: block;
		padding-top: 0px;
	}
	
	.report.offline .brands_report {
		height: 66px;
		margin-top: 55px;
	}
	
	.brands_report img {
		margin-top: 20px;
		width: 150px;
	}
	
	#top-menu-left {
		margin-left: 4px;
	}
	
	.logo-default {
		width: 100px;
		margin-top: 3px;
	}
	
	.name_report {
		margin-top: 0px;
	}
	
	

	
}

@media screen and (max-width: 400px){
	
	


}





