#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
left:10px;
z-index: 999;
}

function loadJS () {
    for (var i = 1, max = arguments.length; i < max; i++) {
        var file = document.createElement("script");
        file.async = arguments[0];
        file.src = arguments[i]+".js";
        document.body.appendChild(file);
    }
    
    function loadJS () { for (var i = 1, max = arguments.length; i < max; i++) { var file = document.createElement(“script”); file.async = arguments[0]; file.src = arguments[i]+".js"; document.body.appendChild(file); } }