.menuBas {
    border-bottom: 1px solid rgba(37, 37, 37, 0.4);
    background-color: white;
}
.menuTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.menuTop .log img {
    width: 151px;
    height: 43px;
}
.links-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.links-menu ul.menu-itens-nav {
    display: flex;
    list-style: none;
    height: auto;
    padding: 0px !important;
    margin: 0px !important;
}
.links-menu ul.menu-itens-nav li {
    margin-right: 40px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.links-menu ul.menu-itens-nav li:hover,
.links-menu ul.menu-itens-nav li.active {
    border-bottom: 2px solid #bcae87;
    padding-bottom: 4px;
}

.links-menu ul.menu-itens-nav li a {
    color: #011b33;
    font-family: "Roboto";
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: auto; /* 130% */
    letter-spacing: -0.15px;
    text-decoration: none;
}
.abrirConta {
    display: flex;
    padding: 8px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    background: #bcae87;
    color: white;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px; /* 130% */
    letter-spacing: -0.15px;
    text-decoration: none;
    margin-right: 0px;
}

.invest-button {
    margin-right: 12px !important;
    color: #bcae87;
    background: white;
    border: 1px solid #bcae87 !important;
}
.links-menu .abrir {
    display: flex;
    align-items: start;
    margin-right: 62px;
}
.lingua {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lingua img {
    margin-left: 10px;
    margin-right: 13px;
}
.links-menu .abrir a {
    padding: 10px 39px;
    border-radius: 35px;
    background-color: #bcae87;
    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: #bcae87;
        height: 100vh;
        padding: 10px;
        color: black;
    }
    .bars {
        font-size: 24px;
        color: #ff2424;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .logoBase {
        display: flex;
        justify-content: space-between;
    }
    .logoBase i {
        color: black;
    }
    .ListaExtra ul.menu-itens-nav {
        list-style: none;
        display: flex;
        flex-flow: column;
    }
    .ListaExtra .abrir {
        display: flex;
        flex-flow: column;
        align-items: start;
        margin-right: 62px;
        margin-bottom: 20px;
    }
    .ListaExtra ul.menu-itens-nav li {
        margin-top: 20px;
        border-bottom: 2px solid transparent;
        padding-bottom: 4px;
    }

    .ListaExtra ul.menu-itens-nav li:hover,
    .ListaExtra ul.menu-itens-nav li.active {
        border-bottom: 2px solid black;
        padding-bottom: 4px;
        padding-right: 20px;
    }

    .ListaExtra ul.menu-itens-nav li a {
        text-decoration: none;
        color: black;
        font-family: "Poppins";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .ListaExtra .abrirConta {
        padding: 10px 39px;
        border-radius: 35px;
        background-color: white;
        color: black;
        font-family: "Roboto";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 19.5px; /* 130% */
        letter-spacing: -0.15px;
        text-decoration: none;
        display: flex;
        justify-content: center;
    }
    .lingua {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        background-color: white;
        border-radius: 12px;
        padding: 8px 8px;
        color: #545454;
    }
    .lingua svg {
        margin-right: 10px;
    }
    .lingua i {
        color: white;
    }
}

ul.menu-itens-nav li.dropdown ul li {
    margin-right: 0;
}
