@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');

:root{
	--fundo:#fffff6;
	--verde1:#cfc;
	--verde2:#9c9;
	--verde3:#060;
	--verde4:#b8ccb8;
	font-family: 'Open Sans';
	margin: 0px;
}

body{
	background-image: url("bg.png");
	/*background: #027a75;*/
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

#div_mapa, #interface, .info, .mapa, .label_mun, #lbl_mapa{
	position:absolute;
}

.subtitulo, #legenda, #label_mun, #lbl_mapa, .info{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.subtitulo, #legenda{
	border: 0px solid #ccc;
	position: relative;
}

.subtitulo{
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	left: 3%;
	width:30%;
}

circle{
	cursor:pointer;
}

li{margin-top:3px;}

.pt1{list-style-image: url('img/ico1.png');}
.pt2{list-style-image: url('img/ico2.png');}
.pt3{list-style-image: url('img/ico3.png');}
.pt4{list-style-image: url('img/ico4.png');}
.pt5{list-style-image: url('img/ico5.png');}
.pt6{list-style-image: url('img/ico6.png');}
.pt7{list-style-image: url('img/ico7.png');}
.pt8{list-style-image: url('img/ico8.png');}


#legenda{
	background-color: rgba(255,255,255,0.8);
	border: 0.5px solid var(--verde4);
	border-radius: 2%;
	color: #333;
	font-size: 0.6em;
	display: block;
	left: 3%;
	padding:1%;
	position:absolute;
	bottom:3%;
}

#tituloLeg{
	cursor:pointer;
}

#legenda #listLeg{
	display:none;
}

#div_mapa{/*Configurações do bloco do mapa (tamanho e posição)*/
	border: 0px solid #ccc;
	height: 100%;
	padding: 0px;
	right: 3%;
	top: 0%;
	width:57%;
	font-size:8pt;
}

#mapa{
	border: 0px solid #ccc;
	border: 0px solid #ccc;
	height: 100%;
	width: 100%;
}

#lbl_mapa{
	height: 100%;
	width:100%;
}

#interface{/*Configurações gerais da página*/
	display:table;
	height: 100%;
	left:0px;
	margin: 0px 0px;
	padding: 0px;
	top: 0px;
	width: 100%;
}

.info{
	background-color: rgba(255,255,255,0.9);
	border: 0.5px solid #ccc;
	border-bottom: 3px solid var(--verde3);
	border-radius: 1%;
	bottom: 18%;
	color:var(--verde3);
	display:block;
	font-size: 0.7em;
	left: 5%;
	margin: 0px;
	max-height:84%;
	max-width:80%;
	padding: 1%;
	pointer-events: none;
	text-align: left;
	visibility: hidden;
}

h2{
	font-size:inherit;
	color: inherit;
	/*margin: 0 0 10px 0;*/
}

.mun, .dtq{/*Configurações gerais dos municípios no mapa*/
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#f6faf7;
	stroke:#a8d3af;
	stroke-width:0.25;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:2;
}

.dtq{/*Configurações específicas dos municípios em destaque*/
	fill:#c1dfc4;
	cursor:pointer;
}

.dtq:hover{/*Configurações específicas dos municípios em destaque, quando o mouse é sobreposto*/
	fill:#a8d3af;
}

.label_mun{
	display:block;
	background-color:none;
	fill:#333;
	font-size: 0.8em;
	font-weight: 700;
	height: 30px;
	line-height:0.8em;
	pointer-events: none;
	text-anchor:middle;
	text-transform:uppercase;
	z-index:3000;
}