/*
===================================================
NICHOLAS 02/10/2025

Estilo do footer da página index.html
===================================================
*/
#footer {
    padding-bottom: 3.5rem !important;
}

#footer_MainDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0rem 2rem;
}

#MainDiv_p {
    font-size: 1.6rem;
    margin: 0 !important;
    color: #616060;
}

#MainDiv_btn {
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 4px;
    border: none;
    background-color: #6bb74a;
    color: #fff;
    outline: none;
}

#MainDiv_btn:hover {
    transition: all .45s ease;
    box-shadow: 0px 0px 8px rgba(36, 36, 36, 0.5);
}

#MainDiv_btn a {
    color: #fff;
}

.leaflet-bottom {
    bottom: 11rem !important;
}

.measure-panel.leaflet-control {
    height: 150px !important;
}