<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */
footer
{
	width:100%;
	float:left;
	height:100px;
	background-color:#b71317;
	padding:40px;
	color:#FFFFFF;
	display:table;
}

footer &gt; div:nth-child(1)
{
	width:90%;
	margin:0 auto;
}

footer &gt; div:nth-child(1) &gt; div:nth-child(1)
{
	width:30%;
	float:left;
}

footer &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; img
{
	width:200px;
	margin-top:20px;
}

footer &gt; div:nth-child(1) &gt; div:nth-child(2)
{
	width:70%;
	float:right;
	text-align:right;
	padding-top:30px;
	font-size:15px;
	line-height:22px;
	font-family:'Roboto';
}

footer &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(1) /* Endereços */
{
	width:50%;
	height:70px;
	float:left;
	text-align:left;
	font-size:13px;
	padding-left:20px;
	border-left:solid 1px #FFFFFF;
}

footer &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; div:nth-child(2) /* Telefones */
{
	width:50%;
	height:70px;
	float:left;
	text-align:left;
	font-size:13px;
	padding-left:20px;
	border-left:solid 1px #FFFFFF;
}
</pre></body></html>