#menu{
    padding: 0;
}

.main-menu{
    background-color: #151212;
    /*background-color: rgba(0,0,0,0);*/
    box-shadow: none;
}

.main-menu a{
    font-family: 'GOTHAM-LIGHT' !important;
}

.main-menu .brand-logo{
    margin-left: 3%;
    margin-top: 0.7%;
}

.main-menu li a:hover{
    background-color: rgba(119,119,119, 0.2);
}

.main-menu-floating{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.main-menu-regular{
    margin-bottom: 2%
}


#desktop-menu li{
    height: 98px;
    text-align: center;
}

#desktop-menu a{
    height: 98px;
    padding-top: 16px;
    letter-spacing: 5px;
    font-size: 11px;
}

#desktop-menu #identidadesVisuais{
    width: 18%;
}

#desktop-menu #identidadesVisuais a{
    line-height: normal;
    text-align: center;
    padding: 36px 0px 0px 0px;
}

#desktop-menu #contatos-redes-sociais{
    margin-left: 10px;
}

#desktop-menu #contatos-redes-sociais a{
    display: inline-block;
    text-align: center;
    padding: 5px;
    height: 33px;
    margin-top: 30px;
    line-height: 28px;
}

#mobile-menu{
    background-color: #231F20;
}

#mobile-menu li{
    text-align: center;
    display: block;
}

#mobile-menu a{
    color:#fff;
}

@media only screen and (min-width: 1000px){
    .main-menu{
        height: 98px;
    }
    .main-menu a{
      height: 98px;
    }
}

@media only screen and (max-width:499px) {
    .section-menu{
        height: 16%;
    }
}
