html,
body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Rubik", sans-serif;
}

.legend {
  font-family: "Rubik", sans-serif;
  background: white;
  padding: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* Adicione no seu <style> junto das regras existentes */
.site-header {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  z-index: 9999;
}

.header-img {
  width: 16%;
}

@media (max-width: 999px) {
  .header-img {
    margin-top: 4px;
    width: 14%;
  }
}/*# sourceMappingURL=master.css.map */