.headerExplora {
    background-color: var(--background-header-color);
    width: 100%;
    z-index: 1;
}

.logoExplora {
    padding: 5px 0;
    text-align: center !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

.logoExplora .container {
    width: 100%;
    max-width: 100rem;
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .url-with-filters .img-logoExplora,
    .client-vertical .img-logoExplora {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        height: var(--desktop-logo-height);
        width: var(--desktop-logo-width);
        background-position: 0
    }
}