#logo {
    border-bottom: 6px solid #132E27; 
    background-color: white; 
    display: flex; 
    align-items: center; 
    height: 100px; 
    cursor: default;
}

.align_start {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#top_line {
    background-color: rgb(0, 100, 182); height: 30px; display: flex; align-items: center; cursor: default;
}

#text_logo {
    display: flex; align-items: center; 
    font-size: 14px; 
    margin-left: 10px; color: #494949; font-weight: 600;
}

.mapStyle .leaflet-top .leaflet-control {
    margin-top: 140px;
}

#logoMeuPeDeArvore {
    width: 200px; 
    height: 50px;
    z-index: 100;
    background-image: url('/assets/imgs/IMG_7706.png'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#cimehgo {
    display: flex; 
    align-items: center;
    font-weight: 600; 
    color: rgb(0, 159, 59); 
    font-size: 25px; 
    background-image: url('/assets/imgs/background_beauty.png'); 
    height: 100%;
    width: 30%; 
    justify-content: right;
    padding: 0 30px 0 0;
}

#gov {
    color: rgb(255, 230, 6); margin-left: 8px; font-weight: 700;
}

@media screen and (max-width: 600px) {
    #text_logo {
        font-size: 3vw;
    }
}