.sidebar-barra {
    width: 100%;
    min-height: 3em;
    max-height: 3.5em;
    position: fixed;
    @include posicionamiento-fixed(0,0,null,0);
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: $fd-azul-ve;
    transition: all 0.5s ease;
    z-index: superposicion(ms);
    .sidebar-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        color: white;
        span {
            @include ancho-alto(18px, 2px);
            margin-bottom: 3px;
            background-color: white;
        }
    }
}