{"id":8334,"date":"2026-07-23T14:20:08","date_gmt":"2026-07-23T17:20:08","guid":{"rendered":"http:\/\/huntit.com.br\/contact-us\/"},"modified":"2026-07-23T15:27:58","modified_gmt":"2026-07-23T18:27:58","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/huntit.com.br\/en\/contact-us\/","title":{"rendered":"Contact Us | HUNT IT"},"content":{"rendered":"<div class=\"max-w-7xl mx-auto px-6 md:px-12\">\n<!-- Hero Section --><\/p>\n<section class=\"mb-section-gap-sm\">\n<div class=\"relative overflow-hidden rounded-xl bg-primary-container p-12 md:p-16 flex flex-col items-start justify-center\">\n<div class=\"relative z-10 max-w-2xl\">\n<div class=\"w-10 h-1 bg-secondary mb-6\"><\/div>\n<h1 class=\"font-display-lg text-display-lg-mobile md:text-display-lg text-white mb-6\">Get in Touch<\/h1>\n<p class=\"font-body-lg text-body-lg text-primary-fixed\/80 max-w-xl\">\n                            Ready to find the ideal talent or your next great opportunity in tech? Our team is here to connect you to the future of innovation.\n                        <\/p>\n<\/div>\n<\/div>\n<\/section>\n<p><!-- Two-Column Contact Section --><\/p>\n<div class=\"grid grid-cols-1 lg:grid-cols-12 gap-gutter\">\n<!-- Left Column: Form --><\/p>\n<div class=\"lg:col-span-7 bg-surface-container-lowest p-8 md:p-12 rounded-xl shadow-soft border border-surface-container-high h-fit\">\n<div class=\"mb-8\">\n<h2 class=\"font-headline-md text-headline-md text-primary mb-2\">Send Us a Message<\/h2>\n<p class=\"font-body-md text-on-surface-variant\">Fill out the form below and we will get back to you within 24 business hours.<\/p>\n<\/div>\n<form class=\"space-y-6\" id=\"contact-form\">\n<input name=\"action\" type=\"hidden\" value=\"submit_contact_form\"\/><br \/>\n<input id=\"form-security\" name=\"security\" type=\"hidden\" value=\"\"\/><\/p>\n<div class=\"hidden\">\n<input name=\"website_url\" type=\"text\" value=\"\"\/>\n<\/div>\n<div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n<div class=\"space-y-2\">\n<label class=\"font-label-bold text-on-surface\" for=\"form-name\">Full Name *<\/label><br \/>\n<input class=\"w-full bg-surface-muted border-none rounded-lg p-4 font-body-md form-input-focus transition-all\" id=\"form-name\" name=\"nome\" placeholder=\"Seu nome\" required=\"\" type=\"text\"\/>\n<\/div>\n<div class=\"space-y-2\">\n<label class=\"font-label-bold text-on-surface\" for=\"form-email\">Corporate Email *<\/label><br \/>\n<input class=\"w-full bg-surface-muted border-none rounded-lg p-4 font-body-md form-input-focus transition-all\" id=\"form-email\" name=\"email\" placeholder=\"nome@empresa.com.br\" required=\"\" type=\"email\"\/>\n<\/div>\n<\/div>\n<div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n<div class=\"space-y-2\">\n<label class=\"font-label-bold text-on-surface\" for=\"form-phone\">Phone \/ Mobile *<\/label><br \/>\n<input class=\"w-full bg-surface-muted border-none rounded-lg p-4 font-body-md form-input-focus transition-all\" id=\"form-phone\" name=\"telefone\" placeholder=\"(11) 99999-9999\" required=\"\" type=\"text\"\/>\n<\/div>\n<div class=\"space-y-2\">\n<label class=\"font-label-bold text-on-surface\" for=\"form-company\">Company *<\/label><br \/>\n<input class=\"w-full bg-surface-muted border-none rounded-lg p-4 font-body-md form-input-focus transition-all\" id=\"form-company\" name=\"empresa\" placeholder=\"Sua empresa\" required=\"\" type=\"text\"\/>\n<\/div>\n<\/div>\n<div class=\"space-y-2\">\n<label class=\"font-label-bold text-on-surface\" for=\"form-area\">Area of Interest<\/label><br \/>\n<select class=\"w-full bg-surface-muted border-none rounded-lg p-4 font-body-md form-input-focus transition-all\" id=\"form-area\" name=\"area\"><option value=\"I want to hire IT professionals\">I want to hire IT professionals<\/option><option value=\"Questions about job openings\">Questions about job openings<\/option><option value=\"Partnerships\">Partnerships<\/option><option value=\"Other inquiries\">Other inquiries<\/option><\/select>\n<\/div>\n<div class=\"space-y-2\">\n<label class=\"font-label-bold text-on-surface\" for=\"form-message\">Your Message *<\/label><br \/>\n<textarea class=\"w-full bg-surface-muted border-none rounded-lg p-4 font-body-md form-input-focus transition-all resize-none\" id=\"form-message\" name=\"mensagem\" placeholder=\"Como podemos ajudar o seu neg\u00f3cio hoje?\" required=\"\" rows=\"5\"><\/textarea>\n<\/div>\n<p><button class=\"w-full md:w-auto bg-primary text-on-primary px-10 py-4 rounded-full font-label-bold shadow-soft hover:translate-y-[-4px] hover:shadow-lg transition-all duration-300 flex items-center justify-center gap-2 group\" id=\"form-submit-btn\" type=\"submit\"><br \/>\n        Send Message<br \/>\n        <span class=\"material-symbols-outlined text-xl group-hover:translate-x-1 transition-transform\">send<\/span><br \/>\n<\/button><\/p>\n<div class=\"text-sm font-semibold p-4 rounded-lg hidden animate-pulse\" id=\"form-feedback\"><\/div>\n<\/form>\n<p><script>\nfunction initContactForm() {\n    var contactForm = document.getElementById(\"contact-form\");\n    var formSubmitBtn = document.getElementById(\"form-submit-btn\");\n    var formFeedback = document.getElementById(\"form-feedback\");\n    var formSecurity = document.getElementById(\"form-security\");<\/p>\n<p>    \/\/ Inject Nonce\n    if (window.huntITNonces) {\n        if (window.huntITNonces.contact) {\n            formSecurity.value = window.huntITNonces.contact;\n        }\n    }<\/p>\n<p>    if (contactForm) {\n        contactForm.addEventListener(\"submit\", function(e) {\n            e.preventDefault();<\/p>\n<p>            formFeedback.className = \"text-sm font-semibold p-4 rounded-lg bg-primary\/5 text-primary\";\n            formFeedback.classList.remove(\"hidden\");\n            formFeedback.textContent = \"Enviando mensagem...\";\n            formSubmitBtn.disabled = true;<\/p>\n<p>            var formData = new FormData(contactForm);<\/p>\n<p>            fetch(\"\/wp-admin\/admin-ajax.php\", {\n                method: \"POST\",\n                body: formData\n            })\n            .then(function(res) { return res.json(); })\n            .then(function(response) {\n                if (response.success) {\n                    contactForm.classList.add(\"hidden\");\n                    formFeedback.className = \"text-sm text-center font-semibold p-8 bg-green-50 border border-green-200 text-green-700 rounded-xl space-y-3\";\n                    formFeedback.innerHTML = '<span class=\"material-symbols-outlined text-4xl\" style=\"color:#0D9488;\">check_circle<\/span><\/p>\n<h4 class=\"font-bold text-base text-primary\">Mensagem Enviada!<\/h4>\n<p class=\"text-xs text-on-surface-variant leading-relaxed\">Sua mensagem foi enviada com sucesso. Retornaremos em at\u00e9 24 horas \u00fateis.<\/p>\n<p>';\n                    formFeedback.classList.remove(\"hidden\");\n                    formFeedback.scrollIntoView({ behavior: \"smooth\" });\n                } else {\n                    formFeedback.className = \"text-sm font-semibold p-4 rounded-lg bg-red-50 text-red-700\";\n                    formFeedback.textContent = response.data || \"Erro ao enviar mensagem. Tente novamente.\";\n                    formSubmitBtn.disabled = false;\n                }\n            })\n            .catch(function(err) {\n                console.error(\"Contact form submit error:\", err);\n                formFeedback.className = \"text-sm font-semibold p-4 rounded-lg bg-red-50 text-red-700\";\n                formFeedback.textContent = \"Erro de conex\u00e3o. Verifique sua internet.\";\n                formSubmitBtn.disabled = false;\n            });\n        });\n    }\n}<\/p>\n<p>if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", initContactForm);\n} else {\n    initContactForm();\n}\n<\/script>\n<\/div>\n<p><!-- Right Column: Direct Channels & Maps --><\/p>\n<div class=\"lg:col-span-5 space-y-gutter\">\n<!-- Quick Channels Card --><\/p>\n<div class=\"bg-primary text-on-primary p-8 md:p-10 rounded-xl shadow-soft\">\n<h3 class=\"font-headline-sm text-headline-sm mb-8\">Direct Channels<\/h3>\n<div class=\"space-y-8\">\n<a class=\"flex items-center gap-6 group\" href=\"https:\/\/wa.me\/551151995000\" target=\"_blank\" rel=\"noopener\"><\/p>\n<div class=\"w-12 h-12 bg-whatsapp-green rounded-full flex items-center justify-center group-hover:scale-110 transition-transform\">\n<span class=\"material-symbols-outlined text-white text-2xl\" style=\"font-variation-settings: 'FILL' 1;\">chat<\/span>\n<\/div>\n<div>\n<p class=\"font-caption text-primary-fixed\/60 uppercase tracking-widest\">WhatsApp<\/p>\n<p class=\"font-headline-sm text-lg\">(11) 5199-5000<\/p>\n<\/div>\n<p><\/a><\/p>\n<div class=\"flex items-center gap-6\">\n<div class=\"w-12 h-12 bg-white\/10 rounded-full flex items-center justify-center\">\n<span class=\"material-symbols-outlined text-white text-2xl\">call<\/span>\n<\/div>\n<div class=\"grid grid-cols-2 gap-8 w-full\">\n<div>\n<p class=\"font-caption text-primary-fixed\/60 uppercase tracking-widest\">S\u00e3o Paulo\/SP<\/p>\n<p class=\"font-body-md font-semibold\">(11) 5199-5000<\/p>\n<\/div>\n<div>\n<p class=\"font-caption text-primary-fixed\/60 uppercase tracking-widest\">Porto Alegre\/RS<\/p>\n<p class=\"font-body-md font-semibold\">(51) 2042-1300<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"flex items-center gap-6\">\n<div class=\"w-12 h-12 bg-white\/10 rounded-full flex items-center justify-center\">\n<span class=\"material-symbols-outlined text-white text-2xl\">mail<\/span>\n<\/div>\n<div>\n<p class=\"font-caption text-primary-fixed\/60 uppercase tracking-widest\">Email<\/p>\n<p class=\"font-body-md font-semibold\">contato@huntit.com.br<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- Office Locations (Asymmetric Bento-ish Style) --><\/p>\n<div class=\"grid grid-cols-1 gap-gutter\">\n<!-- SP Card --><\/p>\n<div class=\"group relative overflow-hidden rounded-xl h-48 bg-surface-container shadow-soft\">\n<div class=\"absolute inset-0 bg-gradient-to-r from-primary\/90 to-transparent z-10\"><\/div>\n<p><img decoding=\"async\" class=\"absolute inset-0 w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-700\" data-alt=\"A professional aerial view of Avenida Paulista in Sao Paulo during a bright day, featuring modern glass architecture and urban bustle. The image has a clean, corporate photography style with high contrast and vibrant tones reflecting the energy of Brazil's financial heart.\" src=\"https:\/\/huntit.com.br\/wp-content\/themes\/hunt-it-theme\/assets\/images\/contato1.webp\"\/><\/p>\n<div class=\"absolute bottom-6 left-6 z-20 text-white\">\n<p class=\"font-headline-sm text-lg\">S\u00e3o Paulo\/SP<\/p>\n<p class=\"font-body-md text-sm text-white\/80\">Avenida Paulista, 575\/101<\/p>\n<p><a class=\"mt-2 inline-flex items-center text-secondary font-label-bold hover:underline\" href=\"#\">View on Map <span class=\"material-symbols-outlined ml-1 text-sm\">open_in_new<\/span><\/a>\n<\/div>\n<\/div>\n<p><!-- POA Card --><\/p>\n<div class=\"group relative overflow-hidden rounded-xl h-48 bg-surface-container shadow-soft\">\n<div class=\"absolute inset-0 bg-gradient-to-r from-navy-deep\/90 to-transparent z-10\"><\/div>\n<p><img decoding=\"async\" class=\"absolute inset-0 w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-700\" data-alt=\"A sleek modern office interior in Porto Alegre with floor-to-ceiling windows showing a hint of the Guaiba lake at dusk. The lighting is warm and professional, emphasizing a high-end technology recruitment atmosphere with minimalist design furniture and corporate blue accents.\" src=\"https:\/\/huntit.com.br\/wp-content\/themes\/hunt-it-theme\/assets\/images\/contato2.webp\"\/><\/p>\n<div class=\"absolute bottom-6 left-6 z-20 text-white\">\n<p class=\"font-headline-sm text-lg\">Porto Alegre\/RS<\/p>\n<p class=\"font-body-md text-sm text-white\/80\">Avenida Carlos Gomes, 1000<\/p>\n<p><a class=\"mt-2 inline-flex items-center text-secondary font-label-bold hover:underline\" href=\"#\">View on Map <span class=\"material-symbols-outlined ml-1 text-sm\">open_in_new<\/span><\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Qual \u00e9 o tempo m\u00e9dio para apresenta\u00e7\u00e3o de candidatos de TI?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Apresentamos os primeiros candidatos alinhados tecnicamente em at\u00e9 5 dias \u00fateis, gra\u00e7as ao nosso banco ativo de talentos de TI.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"A HUNT IT atua com recrutamento para posi\u00e7\u00f5es remotas ou h\u00edbridas?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Sim, recrutamos profissionais para posi\u00e7\u00f5es remotas em todo o Brasil e no exterior, al\u00e9m de modelos de trabalho h\u00edbridos em hubs como S\u00e3o Paulo e Porto Alegre.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Como funciona o banco de talentos para candidatura espont\u00e2nea?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Profissionais de tecnologia podem enviar seu curr\u00edculo diretamente pelo banner de Candidatura Espont\u00e2nea no rodap\u00e9 da p\u00e1gina de Vagas (\/vagas\/). N\u00f3s analisamos e conectamos com as melhores oportunidades.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Quais s\u00e3o as frentes de especializa\u00e7\u00e3o de recrutamento tech da HUNT IT?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Somos especialistas em posi\u00e7\u00f5es de engenharia de software (Java, Node.js, .NET, Python, Frontend\/Backend), DevOps, Cloud Infrastructure, Intelig\u00eancia Artificial, Ci\u00eancia de Dados, Product Management e posi\u00e7\u00f5es executivas de TI (CTO, VP, Diretores).\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get in Touch Ready to find the ideal talent or your next great opportunity in tech? Our team is here to connect you to the future of innovation. Send Us a Message Fill out the form below and we will get back to you within 24 business hours. Full Name * Corporate Email * Phone [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"rank_math_description":"Get in touch with HUNT IT for specialized tech recruitment services or candidate inquiries.","rank_math_focus_keyword":"","rank_math_title":"Contact Us | HUNT IT","_joinchat":[],"footnotes":""},"class_list":["post-8334","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/pages\/8334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/comments?post=8334"}],"version-history":[{"count":2,"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/pages\/8334\/revisions"}],"predecessor-version":[{"id":8343,"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/pages\/8334\/revisions\/8343"}],"wp:attachment":[{"href":"https:\/\/huntit.com.br\/en\/wp-json\/wp\/v2\/media?parent=8334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}