#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.marker {
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup-content {
    max-width: 250px;
    border-radius: 5px;
    padding: 0;
}

.img-map {
    max-width: 100%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.item-map {
    padding: 1rem;
}

.content-map {
    max-width: 100%;
    background-size: cover;
    padding: 1rem ;
}

.mapboxgl-popup-close-button {
    font-size: 2rem;
    color: white;
    width: 2rem;
    margin: 0.5rem;
}

.title-map {
    font-weight: 600;
}

/* LUXTRAM */

.content-marker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-title {
    font-size: 0,8rem;
    font-weight: 600;
    background-color: aliceblue;
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
    margin-top: 2px;
}

.content-title p {
    color: black;
}

.marker-tram {
    background-size: cover;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}