/* Estilos para el menú lateral */
#nav-menu-lateral {
    -o-transition: .3s;
    transition: .3s;
    transition: all .3s;
    position: relative;
    max-width: 340px;
}

/* Estilos para los enlaces del menú 
#sidebar ul {
    list-style: none;
    padding: 0;
} */


/* estilos boton ocultar-mostrar sidebar 
.show-contenido-sidebar {
    font-size: 25px;
    cursor: pointer;
    position: fixed;
    left: 20px;
    z-index: 1;
    background-color: #38A6EA;
    border: none;
    border-radius: 50%;
    top: 100px;
    font-weight: 700;
    color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    transform: rotate(0);
    transition: .3s ease;
} */

.hiden-menu-lateral{
    width: 80px !important;
}