.menu.superior .titulo {
    font-size: 12px;
}
.menu.superior {
    background-color: rgb(0, 0, 0);
    margin-top: 20px;
}


.menu.superior .titulo {
margin: 15px -4px;
color: #fff;
font-weight: bold;
}

.logo a img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 120%;
}