.topbarHidden {
    position: fixed;
    top: 0; /* Esconde a barra */
    left: 0;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.3s ease-in-out;
    z-index: 1000;
}

.map-container {
    position: relative;
    width: 100%;
    margin-top: 0;
    height: calc(100vh - 9px);
    max-height: 100%;
    background-color: var(--page-background);
    z-index: 0;
}

@media only screen and (min-width: 1100px) {
    .left-section {
        padding-left: 2px;
    }

    body {
        overflow: hidden;
    }
/* 
    .map-container {
        height: calc(100vh - 85px);
    } */
}

@media (min-width: 650px) {
    .map-container{
        margin-top: 85px;
        height: calc(100vh - 86px);
    }
}

@media (min-width: 650px) and (max-width: 1100px) {
    .map-container {
        height: calc(100vh - 91.9px);
    }
}

/* 
@media only screen and (max-width: 550px) {
    .map-container{
        margin-top: 70px;
    }
} */

.top-bar{
    position:relative
}

.site-name{
    position:static;
    padding-left: 6px;
}