<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rodape{
	background-color: black;
	color: white !important;
	font-size: 10px;
}
/* 768 */
@media screen and (max-width: 767px) {
	.marginRodape{
		/* margin-bottom: 34px; */
		background: var(--cor-primaria);
	}
	.divRodape{
		flex-direction: column !important;
	}
	.divFooter{
		flex-direction: column !important;
	}
}</pre></body></html>