.map-wrapper {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  background: #fff;
  border-radius: 8px;               /* esquinas redondeadas */
  transition: transform 0.3s ease;  /* animación suave */
}


.map-wrapper {
  position: relative;
  overflow: hidden;
}


#mapid {
  height: 500px;
  width: 100%;
}

.leaflet-control-zoomhome a {
  font: bold 18px "Lucida Console", Monaco, monospace;
}

a.leaflet-control-zoomhome-in,
a.leaflet-control-zoomhome-out {
  font-size: 1.5em;
  line-height: 26px;
}
