.menuTop{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;

}
.menuTop .log img{
    width: 151px;
    height: 43px; 
}
.links-menu{
    display: flex;
}
.links-menu ul{
    display: flex;
    list-style: none;
    align-items: end;
}
.links-menu ul li{
    margin-right: 40px;
}
.links-menu ul li a{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px; /* 130% */
    letter-spacing: -0.15px;
    text-decoration: none;
}
.links-menu .abrir{
    display: flex;
    align-items: start;
    margin-right: 62px;
}
.lingua{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.lingua svg{
    margin-right: 10px;
}
.links-menu .abrir a{
    padding: 10px 39px; 
    border-radius: 35px;
    background-color: #EADA94;
    color: #011B33;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px; /* 130% */
    letter-spacing: -0.15px;
    text-decoration: none;
}
.bars{
    font-size: 24px;
    color: white;
    cursor: pointer;
    display: none;
}
.menuToExtra{
    display: none;
}

@media (max-width:1100px) {
    .menuTop{
        padding-left: 0.5px;
    
    }
    .links-menu{
        display: none;
    }
    .menuToExtra{
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.192);
    }
    .menuExtra{
        width: 80%;
        background-color: #020f44;
        height: 100vh;
        padding: 10px;
    }
    .bars{
        font-size: 24px;
        color: #FF2424;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .logoBase{
        display: flex;
        justify-content: space-between;
    }
    .logoBase i{
        color: white;
    }
    .ListaExtra ul{
        list-style: none;
    }
    .ListaExtra .abrir{
          display: flex;
        align-items: start;
        margin-right: 62px;
        margin-bottom: 20px;
    }
    .ListaExtra ul li{
        margin-top: 20px;
    }
    .ListaExtra ul li a{
        text-decoration: none;
        color: #dbdada;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .ListaExtra .abrir a{
        padding: 10px 39px; 
        border-radius: 35px;
        background-color: #EADA94;
        color: #011B33;
        font-family: 'Roboto';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 19.5px; /* 130% */
        letter-spacing: -0.15px;
        text-decoration: none;
    }
    .lingua{
        display: flex;
        align-items: center;
        cursor: pointer;
        padding-left: 15px;
    }
    .lingua svg{
        margin-right: 10px;
    }
    .lingua i{
        color: white;
    }
}