.mapa_brasil{position: relative;width: 100%;}
.mapa_brasil svg{width: 100%;}

#svg-map path {fill:#003152;}
#svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
#svg-map a{ text-decoration:none }
#svg-map a:hover, #svg-map a.active { cursor:pointer; text-decoration:none }
#svg-map a:hover path, #svg-map a.active path{fill: #ffb300!important; }
#svg-map a:hover text, #svg-map a.active text{fill: #003152!important;}
#svg-map .circle { fill:#04578e; }
#svg-map a:hover .circle, #svg-map a.active .circle { fill:#FDD9DA!important; }

#svg-map a.disabled, #svg-map a.disabled text{ cursor: default; }

#svg-map a.disabled path, #svg-map a.disabled:hover path{ fill: #999999!important; }
#svg-map a.disabled text, #svg-map a.disabled:hover text{ fill: white!important; }

.list_representantes{font-size: 90%;}
.list_representantes h2{
	border-bottom: solid rgba(0,0,0,.1) 1px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.list_representantes hr{margin: 30px 0;}
.list_representantes, .list_representantes p{line-height: 20px;}
.list_representantes .contacts{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.list_representantes .contacts li+li{
	border-top: solid #eee 1px;
	padding-top: 5px;
	margin-top: 5px;
}
.list_representantes .contacts a{
	text-decoration: underline;
	color: #003152;
	color: black;
}

.row_mapa{margin-top: -30px;}
.row_mapa>div{ padding-top: 30px; }

.div_loading{
	position: relative;
	width: 100%; height: 100px;
	background: url('../themes/default/assets/images/loading.gif') no-repeat center;
	background-size: contain;
}