.menu-language {
    position: absolute;
    right: -7%;
    top: 50%;
    transform: translateY(-50%);
    color: #212529;
    border: 1px solid #fff;
}

.menu-language:hover {
    color: #2da2ce;
}

.menuResponsivo .menu-language {
    position: relative !important;
    right: initial;
    top: initial;
    transform: none;
}

html[lang=en-US] .menu ul li {
    text-align: center;
}

/* 
.trp-ls-shortcode-current-language {
    background: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.trp-ls-shortcode-current-language {
    display: none !important;
}

.trp-ls-shortcode-language a:last-of-type {
    display: block !important;
    background: none !important;
    color: #212529 !important;
}

.trp-ls-shortcode-language a:last-of-type:hover {
    color: #2da2ce !important;
}

.trp-ls-shortcode-language {
    position: relative !important;
    display: inline-block !important;
    height: fit-content !important;
    visibility: visible !important;
    border: none !important;
    background: none !important;
}

a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    display: none !important;
} */
