#map {
  height: 600px;
  border-radius: 8px;
  margin-bottom: 50px;
  width: 100%;
}

.map-toggle {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-toggle label {
  font-weight: bold;
  font-size: 14px;
}

.map-toggle select {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
}


.map-filter {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#departamento-select {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
}

#map {
  height: 600px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 60px;
}


.map-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.map-filter label {
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}

.map-filter select {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.map-search input {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  width: 240px;
  border: 1px solid #ccc;
}