body {
  font-family: "Open Sans", sans-serif;
}

path {
  fill: lightgray;
  stroke-dasharray: none;
  transition: fill, 1s;
}

.titulo {
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  fill: black;
  stroke: none;
  font-weight: bold;
}
.titulo1 {
  font-size: 20px;
  font-family: Tahoma, sans-serif;
  fill: black;
  stroke: none;
  /*  font-weight: bold; */
}
.tituloISP {
  font-size: 20px;
  font-family: Arial, sans-serif;
  fill: black;
  stroke: none;
  /*  font-weight: bold; */
}
.myTip {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  color: white;
  background-color: black;
  padding: .5em;
  /*text-shadow: #f5f5f5 0 1px 0; */
  opacity: 0.8;
  border-radius: 10px;
}
.microrregiao {
  /*fill: none; */
  stroke: #ffffff;
  stroke-linejoin: round;
  stroke-linecap: round;
}
circle {
  fill: black;
  opacity: 1.0;
  stroke: none;
}
.invisivel {
  /*fill:#bebada;*/
  fill:steeblue;
  stroke:black;
  stroke-width:1;
  stroke-dasharray: none;
  opacity:0;
}
.legenda {
  font-size: 11px;
  fill: black;
  stroke: none;
  shape-rendering: crispEdges;
}
.x.axis path {
  display: none;
}
.tick {
  font-size: 1em;
}
.retMapa {
  stroke: white;
  stroke-width:1;
}
.gLabel {
  font-size: .80em;
}
.update {
  fill: steeblue;
}