#agx-mapa-wrapper {
    position: relative;
    width: 100%;
    height: 780px;
}

#agx-mapa {
    width: 100%;
    height: 780px;
}

#agx-mapa-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    max-width: 420px;
    height: fit-content;
    max-height: 100%;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0,0,0,.15);
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
    display: none;
}

#agx-mapa-panel.abierto {
    display: block;
}

.agx-panel-cerrar {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.leaflet-popup-content-wrapper {
    padding: 20px !important;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 0 !important
}

.tabla-edificio * {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
}
.tabla-edificio td {
    padding: 2px 5px;
}

.map-legend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25px;
}

.map-legend div {
    max-width: 30%;
}


.map-legend div img {
    height: 20px;
    margin-right: 5px;
}

