@media (min-width: 768px){
.menu.superior .nivel-um>li a strong {
    color: #fff;
    -webkit-transition: all .4s ease;
    font-family: 'Oswald';
    font-size: 14px;
    float: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-shadow: 0.5px 0 0 rgba(0, 0, 0, 0.37);
}
}
@media (min-width: 768px){
.menu.superior .nivel-um>li {
    border: none !important;
    margin: 0 !important;
    text-align: center;
    padding: 0 2% !important;
    display: inline-block;
    float: none;
    background: none;
}
}