/* ===== NAVBAR SEMPRE CLARA ===== */
:root {
    --bulma-body-background-color: hsl(221deg 27.78% 75.91%) !important;
}

.navbar.is-light {
    background-color: #ffffff !important;
    color: #808080 !important;
    border-bottom: 1px solid #e5e5e5;
}

    .navbar.is-light .navbar-item,
    .navbar.is-light .navbar-link,
    .navbar.is-light a.navbar-item {
        color: #808080 !important;
    }

        .navbar.is-light .navbar-item:hover,
        .navbar.is-light a.navbar-item:hover {
            background-color: #f5f5f5 !important;
            color: #808080 !important;
        }

    .navbar.is-light .button {
        background-color: #f5f5f5 !important;
        color: #363636 !important;
        border-color: #e5e5e5 !important;
    }

        .navbar.is-light .button:hover {
            background-color: #eeeeee !important;
        }

        .navbar.is-light .button.is-primary {
            background-color: #00d1b2 !important;
            color: #fff !important;
            border-color: #00d1b2 !important;
        }

            .navbar.is-light .button.is-primary:hover {
                background-color: #00b89c !important;
            }
