/* ------------------------------------------------------------------
Project: Diretriz
Custom CSS
------------------------------------------------------------------ */

	a.logo_diretriz {
	padding-top: 0px !important; 
	padding-bottom: 0px !important; 
	margin-top: 0px !important;
	}
	
	a.logo_diretriz > img {
	height: 25px !important;
	margin-top: 18px !important;
	}

	@media screen and (max-width: 991px) {
	a.logo_diretriz {
	margin-top: 0px !important;
	}
	
	a.logo_diretriz > img {
	height: 25px !important;
	margin-top: 13px !important;
	}
	}
	
	@media screen and (max-width: 767px) {
	a.logo_diretriz {
	margin-top: 0px !important;
	}
	
	a.logo_diretriz > img {
	height: 25px !important;
	margin-top: 13px !important;
	}
	}