#_desktop_user_info-side{
    display: none;
}
#_desktop_user_info{
    display: flex;
    position: relative;
    float: right;
    margin-right: 1%;
    margin-top: 27px;
    width: 35px;
}


@media (max-width: 1085px){
    /*TODO: En este breakpoint se debe seguir revisando*/
    #_desktop_user_info{
        /*margin-right: 1%;*/
    }
}