uasort($return['locos'], function ($a, $b) {
                return strnatcmp($a['loco_num'], $b['loco_num']); 
            });