@media (min-width: 1400px) {

    .container-xxl {
        margin: 0.5rem auto 2rem;
    }

    .dropdown-submenu .dropdown-menu:nth-child(2) {
        border-radius: 0.375rem;
    }
    .fixed-top {
        background: #1f2422;
    }
    h1 {
        margin-top: 0%;
    }
    h2, h3 {
        margin-top: 2%;
    }
    .table-responsive {
        height: 55svh; /* Ocupa 55% da altura da tela sem barra de navegacao */
    }        

}