elsif u.city.name == 'São Paulo' and u.city.state == 'SP'
          alvo = :sampa
        elsif u.city.name == 'Rio de Janeiro' and u.city.state == 'RJ'
          alvo = :rio
        elsif u.city.name == 'Porto Alegre' and u.city.state == 'RS'