﻿
@media (max-width: 768px){

    #sidebar {
        display: none;
    }

    #footer-nav, #header-nav {
        display: flex !important;
    }

    .container-body, .container-abasAbertas {
        padding-top: 66px !important;
        padding-left: 0;
        padding-bottom: 64px !important;
    }

    .ETAPA iframe {
        width: 100vw !important;
    }

    body.is-mobile #layoutIndex {
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw;
        overflow-x: hidden;
    }

    body.is-mobile .container-body {
        width: 100vw;
        padding: 0;
    }

    body.is-mobile #sidebar {
        display: none;
    }

    body.is-mobile #etapa-container {
        padding-left: 12px;
        padding-top: 20px;
        padding-bottom: 60px;
        width: 100vw;
        height: calc(100vh - 60px);
    }

    body.is-mobile .MESATRABALHO:not(.painelColapsado) {
        width: 100vw;
        height: 100%;
    }

    body.is-mobile .ETAPA:not(.painelColapsado) {
        width: 100vw;
        height: 100%;
        padding: 0;
    }

    body.is-mobile .MESATRABALHO.painelColapsado, body.is-mobile .painelMinimizavel.painelColapsado {
        display: none !important;
    }

    body.is-mobile .container-body {
        padding-right: 0;
        padding-left: 0;
        width: 100vw;
    }

        body.is-mobile .container-body.row {
            margin-right: 0;
            margin-left: 0;
            display: flex;
            width: 100vw;
        }

    .noticiaPaginaInicial {
        padding: 0;
    }
}


#header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    align-items: center;
    justify-content: space-around;
    z-index: 1050;
}

.divider {
    width: 15%;
    height: 5px;
    background-color: #606060;
    margin: 20px 0;
    border-radius: 4.5px;
}

#footer-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: space-around;
    z-index: 9;
}

.footer-nav-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
    position: relative;
    color: #555;
    font-size: 0.65rem;
    transition: background 0.15s;
}
    .footer-nav-btn img {
        width: 22px;
        height: 22px;
    }

    .footer-nav-btn:hover {
        background: #f0f0f0;
    }

    .footer-nav-btn i {
        font-size: 1.3rem;
    }

    .footer-nav-btn .sair {
        font-size: 1.3rem;
    }

    .footer-nav-btn .badge-footer {
        position: absolute;
        top: 2px;
        right: 4px;
        background: #dc3545;
        color: white;
        font-size: 0.6rem;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
