/* ==========================================================================
   MENU TOP
========================================================================== */
#menu-area-desktop{
    background: #2b336b;
    height: 32px;
}
.data-top {
margin-right: 2px;
font-family: 'Maven Pro' , arial; 
font-weight: 400;
font-size: 13px;
line-height: 30px;
color: #ffffff;
letter-spacing: 0px;
float: left;
}

.top_menu {
float: right
}
.top_menu li {
    display: inline;
    list-style-type: none;
    text-align: center;
    padding: 0 6px;
}
.top_menu li:last-child {
    display: inline;
    padding-right: 3px;
}
.top_menu a {
font-family: 'Maven Pro' , arial; 
font-weight: 400;
font-size: 12px;
line-height: 31px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0px;
}
.top_menu a:hover {
color: #ffffff;
text-decoration: none;
}

/* menor que */
@media screen and (max-width: 1023px) {
    #header-area-desktop{
        display: none;
    }
}