#svg-map path {
  fill: #12174c;
  stroke: #373f94;
}

#svg-map text {
  fill: #fff;
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer;
}

#svg-map a:hover {
  cursor: pointer;
  text-decoration: none;
}

#svg-map a:hover path {
  fill: #0094d9 !important;
}

#svg-map a.selected path {
  fill: #ffe400 !important;
}

#svg-map a.inativo {
  cursor: default;
}
#svg-map a.inativo path {
  fill: #1e256e !important;
}