<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}

.wrapper{
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}

h1{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;

}


#map {
	
    width:      	100%;
	height:     	500px;

}

.linha-apoio{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	margin: 5px auto 40px auto;
}


.divisor-line{
	background-color: #000;
	width: 100%;
}

.top{
	height: 4px;
}

.bot{
	margin-top: 20px;
	height: 2px;
}

#headStyle{
	display: none!important;
}</pre></body></html>