@media screen and (max-width: 767px) {
    /* Esconde todas as categorias listadas por padrão nessa grade exposta */
    .menu.lateral ul li, 
    #cabecalho .menu.superior .nivel-um > li {
        display: none !important;
    }

    /* Exibe apenas a categoria LIVE08/09 (S) baseado na posição dela */
    .menu.lateral ul li:nth-child(2), 
    #cabecalho .menu.superior .nivel-um > li:nth-child(2) {
        display: inline-block !important;
        width: 100% !important;
        text-align: center !important;
        background-color: #f1f1f1 !important;
        padding: 10px 0 !important;
        margin-bottom: 15px !important;
    }
}
