#map {
  width: 100%;
  height: 600px;
}

.chip {
    display: inline-block;
    padding: 5px 12px;
    margin: 2px;
    border-radius: 16px;
    background-color: #224a91;
    color: white;
    cursor: pointer;
    border: none;
    outline: none;
    transition: background-color 0.2s;
}

.chip:hover {
    background-color: #333333;
}

.chip.active {
    background-color: #333333;
}

.gm-style .gm-style-iw-c {
  max-width: 520px !important;
  font-family: Arial, sans-serif;
}

.popup-contenido {
  width: 100%;
  height: auto;
}

.popup-contenido img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
}

.popup-contenido p {
  margin: 6px 0;
}

.popup-contenido a {
  font-size: 13px;
  color: #0066cc;
  text-decoration: none;
}

.popup-contenido a:hover {
  text-decoration: underline;
}