<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;}

.wrap-apoiadores{
	max-width:90%;
	margin: 20px auto 0px auto;
	display:grid;
	gap:1px;
	row-gap:40px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas:
		"a02 a02 a02 a02 a02 a02 a02 a02 a02 a02 a02 a02";
}
.header					{grid-area: a01;}
.blc-apoiadores	{grid-area: a02;}

.blc-apoiadores{
	max-width:80%;
	margin: 20px auto 40px auto;
	display:grid;
	gap:20px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}
.blc-apoiadores img{max-width:60%;}

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

}

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

}

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

}

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

}

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

}

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

}
</pre></body></html>