.sidebar--left {
    width: 50vw !important;
    max-width: 200px !important;
}

.sidebar-item {
    transition: all 250ms ease-out;
    padding-left: 10px;
    margin-bottom: 0 !important;
    color: #585858;
}

.sidebar-item:hover {
    cursor: pointer;
    background-color: beige;
}

.sidebar-item .fas {
    margin-right: 10px;
}

.sidebar-logo-lugar {
    position: absolute;
    bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.sidebar-logo-lugar-small {
    text-align: center;
    margin-left: 0 !important;
}

.sidebar-logo-lugar img {
    width: 100%;
}

.sidebar-logo-lugar-small img {
    width: 50% !important;
}

.sidebar-item a {
    color: #585858 !important;
    display: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-item-active {
    background-color: beige;
}

.sidebar-item {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

