::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

#mapa-taca {
  background: url('imagens/MOSAICO-2.jpg') no-repeat fixed;
  background-size: cover;
}

.roboto900 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.roboto700 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

#box {
  width: 1200px;
  max-width: 100%;
}

.center-block {
  display: block;
  margin: auto;
}

.importante {
  background-color: #cc181e;
  border: 1px solid #cc181e;
  color: #fff;
  font-weight: bold;
}

.cx {
  width: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  outline: none;
  margin-bottom: 10px;
  font-size: 12pt;
}

.botao {
  background-color: #336633;
  border: 1px solid #295429;
  width: 200px;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 12pt;
  color: #fff;
  font-weight: bold;
  float: left;
  cursor: pointer;
}

.botao:hover {
  background-color: #295429;
}

.navbar {
  background-color: transparent;
}

#cor-menu {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #titulo-taca {
    width: 250px;
    max-width: 100%;
  }
}

#svg-map path {
  fill: #e5007e;
}

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

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

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

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

#svg-map .circle {
  fill: #e5007e;
}

#svg-map a:hover .circle {
  fill: #f5e25f !important;
  cursor: pointer;
}

/* NOVOS AJUSTES 31-3-2023 */



#svg-map .ativo path {
  fill: #f5e25f;
}

#svg-map .ativo text {
  fill: #5e2d88;
}

#svg-map .ativo:hover path {
  fill: #5e2d88 !important;
  color: #fff;
}

#svg-map .ativo:hover text {
  fill: #fff;
}


