#map {
    width: 100%;
    height: 600px;
    border-radius: 5px;
}

/* Achicar el contenido de popups */
@media screen and (max-width: 767px) {
    .leaflet-popup-content{
        width: 180px!important;
        font-size: 11px;
    }
}