/* configuracoes da caixa do mapa*/
  path:hover, circle:hover {
    stroke: #5b5c5e !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #DF6910 !important;
    cursor: pointer;
  }
  #path67 {
    fill: none !important;
    stroke: #DF6910 !important;
    cursor: default;
  }
  #info-box-mapa {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #2FAC66;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Kanit', sans-serif;
    color:#ffffff;
  }

#mapa{
padding: 20px;
width: 89%;
}