body {
  margin: 0;
  font-family: sans-serif;
}
#selectorCiudad, #toggle3D {
  font-size: 1rem;
}
@media (max-width: 768px) {
  #selectorCiudad, #toggle3D {
    font-size: 0.9rem;
    padding: 8px;
  }
  #modalStreetView > div {
    width: 95% !important;
    height: 80% !important;
  }
}
.tabs {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  background: #f5f5f5;
  position: relative;
  z-index: 5;
}
.tab {
  white-space: nowrap;
  padding: 8px 12px;
  background: #eabc7b;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
}
.tab:hover {
  background: #d4a45e;
}
.tab.activa {
  background: #000;
  color: #fff;
  font-weight: bold;
}
