@import url("sistema.css");

#idLogo1, #idLogo2 {
	display: none !important;
}

#imgLogo1, #imgLogo2, #dsCli {
	display: block !important;
	width: 100%;
	height: 6.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#dsCli {
	padding-top: 1rem;
	background-image: url('../img//CM_Campina_Grande_do_Sul.gif')!important;
}

#dsCli span {
	display: none;
}

/* controlar nome da Câmara / Imagem no Cabecalho quando tela menor que 992px */

@media only screen and (max-width: 992px) {
	/* padrão BS4 de lg  */
	#dsCli {
		background-image: none !important;
		height: auto;
		padding-top: .25rem;
	}
	#dsCli span {
		display: inline !important;
		color: #fff;
		text-shadow: 2px 2px 5px rgb(0, 0, 0), 0 0 15px #000;
	}
}
/* remover imagem quando imprimir */
@media print {
	#dsCli {
		background-image: none !important;
		height: auto;
		padding-top: .25rem;
	}
	#dsCli span {
		display: inline !important;
		color: #000;
		font-weight:500;
	}
	#idLogo1, #idLogo2 {
		display: none !important;
	}
}
