.gs18-Header .gs18-Header__Lang {
    white-space: normal;
    width: 315px;
    height: 20px;
    /* margin-right: 6px !important;
    margin-left: 6px; */
    padding: 0 16px;
    margin: auto !important;
}

.gs18-Header .gs18-Header__Lang img {
    width: 143px;
    height: 20px;
}

.gs18-Header .gs18-Header__Logo {
    font-size: 36px;
    margin: 5px 0 0 !important;
    padding: 0 16px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #e1e1e1;
    order: 1;
    /* height: 51px; */
    flex-shrink: 0;
    /* padding: 0 7px 0 16px; */
    /* margin: 0 !important; */
}

.gs18-Header .gs18-Header__Logo img {
    width: 84px;
    height: 34px;
}

.gs18-Header button {
    background-color: transparent !important;
}

.gs18-Header button img {
    width: 26px;
}

.gs18-Header .gs18-Header__SearchBtn {
    display: flex !important;
    width: 84px !important;
    cursor: pointer !important;
    border: 0 !important;
    border-left: 1px solid #e0e0e0 !important;
}

.gs18-Header .gs18-SearchBox__QueryInput {
    border-style: none !important;
    border-width: 0px !important;
    border-color: unset !important;
    border-bottom: 2px solid grey !important;
}

.gs18-Header .gs18-SearchBox__QueryInput:focus {
    background-color: transparent !important;
}

.gs18-Header .gs18-Header__Search.is-open .gs18-Header__SearchInput,
.gs18-Header .gs18-Header__Search.is-opening .gs18-Header__SearchInput {
    position: absolute;
    right: 80px;
}

.divisor-cabecalho {
    width: 1px;
    height: 30px;
    background-color: #e1e1e1;
    order: 2;
}

.logo-mitsubishi {
    display: flex;
    align-items: center;
}

.gs18-Header .language {
    display: flex;
    align-items: center;
}

.gs18-Header .language ul {
    display: flex;
}

.gs18-Header .language .wpml-ls-link {
    color: #000;
    font-size: 14px;
}

.gs18-Header .language .wpml-ls-link:hover {
    color: var(--e-global-color-primary) !important;
}

.gs18-Header .language .wpml-ls-current-language span {
    border-bottom: 2px solid #000;
}

.gs18-Header .language li:not(.gs18-Header .language li:first-child):before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1px;
    right: 188px;
    background: #e0e0e0;
    z-index: 1;
    margin-top: -3px;
}

@media only screen and (max-width: 980px) {

    .gs18-Header .gs18-Header__Lang {
        width: 120px;
        font-size: 9px;
        margin-left: 8px;
    }

    .gs18-Header__Logo {
        padding-right: 8px;
    }

    .gs18-Header .gs18-Header__Logo img {
        width: 84px !important;
    }

    .gs18-Header .gs18-Header__SearchBtn {
        display: none !important;
    }

    .divisor-cabecalho {
        height: 28px;
    }

}