.sidebar_first ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.sidebar_first .nav ul {
    display: none;
}

.sidebar_first .nav li.menu-item--expanded .expander {
    position: absolute;
    left: 4px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    transition: background-color .3s ease;
    color: var(--d-l3-background);
    justify-content: center;
    display: flex;
}

.sidebar_first .nav li.menu-item--expanded {
    position: relative;
}

.sidebar_first .nav .desplegar>ul {
    display: flex;
}

.sidebar_first .nav li.menu-item--expanded.menu-item--active-trail .expander {
    background: var(--d-l3-background);
    color: #fff;
}

.sidebar_first {
    max-width: 325px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.sidebar-button-close {
    display: none;
}

@media (max-width:1000px) {
    .block-stream-identifier-menu .views-element-container {
        margin-top: 0;
    }

    .block-stream-identifier-menu .stream-box-color.teaser {
        min-width: 100%;
        height: 70px;
        font-size: 26px;
    }

    .block-stream-identifier-menu .sidebar-button-close2,
    .block-stream-identifier-menu .stream-title {
        display: none !important;
    }

    .block-stream-identifier-menu .stream-content {
        display: flex;
        justify-content: center;
    }

    div#main-pq.container {
        margin: 0;
    }

    .sidebar_first {
        padding: 0;
        width: 0;
    }

    .sidebar_first>.sidebar-button {
        position: fixed;
        z-index: 2;
        font-size: unset;
        bottom: 8em;
        left: 0;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--d-l3-background);
        border-radius:  0 50% 50% 0
    }

    .sidebar_first>.sidebar-button svg {
        color: #ffffff;
        height: 22px;
    }

    .sidebar_first>.section {
        z-index: 9999;
        position: fixed;
        width: 355px;
        left: -355px;
        max-height: 100vh;
        overflow: hidden auto;
        padding: 10px;
        background-color: white;
        top: 0;
        bottom: 0;
        margin: 0;
        box-shadow: 15px 5px 20px 0 rgb(200 200 200 / 45%);
        transition: 0.5s ease;
    }

    .sidebar_first.active>.section {
        left: 0;
        transition: 0.5s ease;
    }

    .sidebar-button-close2 {
        display: flex;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (min-width:1000px) {
    .block-stream-identifier-menu {
        display: none !important;
    }

    .sidebar-button {
        display: none;
    }

    .sidebar-button-close2 {
        display: none;
    }
}

.sidebar_first .block-views-blockstream-identifier-block-1 {
    padding: 0;
}

.sidebar_first nav li {
    padding: 5px 10px 5px 31px;
    border-top: 1px solid #cacaca;
}

.sidebar_first li.nav-item .menu {
    margin-top: 5px;
}

.sidebar_first .menu-item--expanded .menu .nav-item ul.menu {
    padding-left: 0em;
}

.sidebar a.nav-link {
    color: #0071b3;
}



.sidebar_first.sidebar a.nav-link {
    color: unset;
}

.sidebar_first .is-active,
.sidebar_first .nav .nav-link.active,
.sidebar_first .nav .nav-link:active,
.sidebar_first.sidebar a.nav-link:active,
#block-aboutus a.nav-link:active {
    font-weight: bold !important;
    color: var(--d-l3-background) !important;
}

.sidebar_first .nav li.menu-item--expanded .expander {
    border: 1px solid var(--d-l3-background);
    line-height: 0;
    display: flex;
    align-items: center;
    border-radius: 2px;
    width: 20px;
    height: 20px;
}

.sidebar_first .nav li.menu-item--expanded .expander:hover {
    background: var(--d-l3-background);
    color: white;
    cursor: pointer;
}

.sidebar_first .sidebar_first a.nav-link.active {
    color: var(--d-l3-background);
    font-weight: bold;
}