<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.window {
	background-color: 	#01abeb;
	color: 				#FFFFFF;
	padding: 			0px;
	text-align:			center;
	position:			absolute;
	z-index:			500;
	cursor:				pointer;
	height:				auto;
}

.window-conteudo {
	height:	auto;
}

.window img {
	margin:	5px;
}

.window-title {
	background-color: 	#018dd4;
	color: 				#FFFFFF;
	text-transform: 	uppercase;
	padding: 			2px 0 2px 6px;
	font-family:		'lato';
}

.close-modal {
	float:			right;
	padding:		0px 5px;
	font-weight:	800;
	cursor:			pointer;
}

#legenda-0, #legenda-2 {
	display:	none;
}

#legenda {
	padding:		0px;
	display:		block;
	width:			150px;
	height:			140px;
	top:			530px;
	left:			480px;
	font-family:	'lato';
}

#legenda  .window-title {
	padding-left:	0px;
	padding-right:	0px;
	text-align:		center;
}

#legenda-modal {
	width:		640px;
	z-index:	600;
	height:		330px;
	text-align:	left;
	top:		290px;
}

#legenda-modal .window-conteudo {
	padding:		40px 0px 20px 90px;
	font-weight:	400;
	font-family:	'lato';
}

.legenda-wrapper {
	display:		block;
	width:			110px;
	float:			left;
	padding:		2px;
	line-height:	25px;
	vertical-align:	middle;
	font-size:		80%;
}

.modal {
	display:	none;
}

.legenda {
	background:	rgb(0, 0, 0);
	display:	inline-block;
	width:		20px;
	height:		20px;
}

.legend-holder {
	background:	rgb(255, 255, 255);
	opacity:	0.5;
	position:	fixed;
	bottom:		0px;
	right:		0px;
	width:		100%;
	height:		100%;
	z-index:	555;
	display:	none;
}

.modal .legenda {height: 18px;width: 18px;margin-right: 6px;border: 1px solid #FFF;}




body {
	margin: 0;
	padding: 0;
	font-family: 'montserrat', sans-serif;
}

#page-wrapper {
	width: 640px;
	height: 2000px;
	overflow: hidden;
}

#buttons-container {
	width: 638px;
	height: 44px;
	background-color: #1f9ff0;
	text-align: center;
	
	border-width: 1px;
	border-color: #2786c2;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-radius: 3px 3px 0 0;
}

.button {
	width: auto;
	height: 44px;
	font-family: 'montserrat_bold';
	font-size: 15px;
	color: #fff;
	background-image: url('img/buttons.jpg');
	background-position: center 0px;
	text-align: center;
	line-height: 44px;
	margin-right: 20px;
	margin-top: 0;
	cursor: pointer;
	display: inline-block;
}

#years-container {
	width: 638px;
	height: 80px;
	clear: both;
	text-align: center;
	overflow: hidden;
	
	border-width: 1px;
	border-color: #cdcdcd;
	border-left-style: solid;
	border-right-style: solid;
}

.year {
	width: 90px;
	height: 40px;
	font-size: 28px;
	font-family: "oswald_bold", sans-serif;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	color: #585858;
}

#map-canvas {
	clear: both;
	width: 638px;
	height: 640px;
	
	border-width: 1px;
	border-color: #cdcdcd;
	border-left-style: solid;
	border-right-style: solid;
}

#last-line {
	position: relative;
	width: 640px;
	height: 30px;
	background-color: #fff;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
}

#legendas-bolinhas-container {
	width: 638px;
	height: 70px;
	background-color: #fff;
	line-height: 70px;
	text-align: center;
	
	border-width: 1px;
	border-color: #cdcdcd;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-radius: 0 0 3px 3px;
}

.bolinhas {
	display: inline-block;
	text-align: center;
	z-index: 2;
	text-transform: uppercase;
	font-size: 11px;
	width: auto;
	height: 16px;
	line-height: 16px;
	margin: 0 20px;
}

#cabecalho {
	text-align:	justify;
	font-size: 14px;
	color: #000;
}
/*
.legenda {
	position: absolute;
	left: 30px;
	width: auto;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 3px #808080;
	padding: 0 10px;
}
*/

.legenda-title {
	font-size: 11px;
	font-color: #000;
	margin: 15px 5px;
}

.legendinha {
	border-left-style: solid;
	border-width: 20px;
	padding-left: 4px;
	width: 130px;
	font-size: 10px;
	font-color: #000;
	text-transform: uppercase;
	line-height: 20px;
	height: 20px;
	margin: 5px;
}

#splitter {
	width: 70px;
	height: 10px;
	margin-left: 96px;
	background-color: #32bbee;
}

#votou-em {
	width: 90px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	margin: 15px 0 0 86px;
	padding: 0;
	text-align: center;
}

#splitter-container {
	border-width: 1px;
	border-color: #cdcdcd;
	border-left-style: solid;
	border-right-style: solid;
}</pre></body></html>