@media only screen  and (min-width: 767px) and (max-width:1023px) 
{
	.tab {		
		margin-left: 260px !important;		
	}
	
	.contenedorSucursal{
		width: 96% !important;
    	margin: 0 auto;
		margin-bottom: 30px !important;
	}
	
	.fc-icon-chevron-right {
		margin-left: 0px !important;
	}
}