#menu{
    font-size: 18px;
}
.navbarHover{
    transition: 0.2s;
}
.navbarHover:hover,.navbarHover:active,.navbarHover:focus, .ativo{
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
    .navbarHover{
        font-size: 0.8em;
    }
    .logo2{
        width: 300px;
    }
}
@media screen and (min-width: 768px){
    #topo{
        background: transparent;
        z-index: 2;
        position: absolute !important;
    }
    .divTopo{
        width: 90%;
        border-radius: 0 0 10px 10px;
    }
}

@media screen and (max-width: 450px){
    .logo2{
        width: 250px;
    }
} 
@media screen and (min-width: 992px) and (max-width: 1399px){
    .logo2{
        width: 383px!important;
    }
}