body {
    margin: 0;
    padding: 0;
}

ul, li, a{
    text-decoration: none;
    list-style-type: none;

}
#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: 0.7rem;
    text-align: center;
    margin-top: -1rem;
}

.tel {
    display: block;
    background-color: #00b1d3;
    font-size: 1rem;
    padding: 0.5rem;
    margin-top: -0.8rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    max-width: 100%;
    text-align: center;
}

.item-title {
    font-size: 1rem;
    font-weight: 500;
}

.rate {
    margin-top: -10px;
}

.luggage {
    margin-top: 0.5rem;
}

.bold {
    font-weight: 500;
}

.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;
}

/* MARKER */

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

.content-title {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
    margin-top: 1px;
}

.content-title {
    color: black;
    text-align: center;
}

.subtitle {
    margin-top: -5px;
    font-size: 0.7rem;
    font-weight: 400;
}

.marker {
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 20%;
    cursor: pointer;
}

#buttons {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    }

#center {
    border-radius: 10px 0 0 0;
}

#tram {
    border-radius: 0 10px 0 0;
}

.button {
    line-height: 55px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    color: #e0e0e0;
    background: #21252a;
    font-family: sans-serif;
    font-weight: 600;
}

.button::after {
    content: '';
    display: block;
    width: 0%;
    height: 5px;
    background: white;
    transition: width .5s;
}

.active {
    color: #fff;
}

.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: white;
    transition: width .5s;
}

#menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    min-height: 60px;
    display: flex;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.choose {
    padding: 1rem;
    width: 80%;
    margin: auto;
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 100px 100px 0 0;
}