{"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "--blue-color-90", "textHoverBackground": "rgba(0,0,0,0.15)"}}}, "TALENT_ACQUISITION": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "--blue-color-90", "textHoverBackground": "rgba(0,0,0,0.15)"}}}}, "JIE": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "--blue-color-90", "textHoverBackground": "rgba(0,0,0,0.15)"}}}}, "CANDIDATE_EXPERIENCE": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "#007E7A", "textHoverBackground": "rgba(0,0,0,0.1)"}}}}, "domain": "vale.com", "configPath": "", "updatePath": "PCS>"} false
{"domain": "vale.com", "user": "", "isWillingToRelocate": false, "isUserAuthenticated": false, "isUserETXCandidate": false, "isDomainETX": false, "isDomainVeteran": false, "signUpConfig": {}, "getHelpButton": {}, "isCareerPlannerEnabled": false, "enableRememberMeOption": false, "isMyApplicationsEnabled": false, "showVeteranEmployerSignUp": false, "enableUserPreferenceSelection": false, "isUserPreferenceApplied": false, "candidate": {"enc_id": 0, "fullname": "", "firstname": "", "lastname": "", "skills": [], "email": "", "phone": "", "location": "", "filename": null, "starred_positions": [], "resumeUrl": "", "onboardingCompleted": false, "isUserInPcsIjp": false, "linkedinUrl": ""}, "branding": {"customNavbarItems": [{"label": "Portal para Empregados Vale", "path": "https://vale.eightfold.ai/careers?site=internal"}], "custom_head_scripts": {"HOME_PAGE_LOAD": "", "SINGLE_POSITION_PAGE_LOAD": "", "APPLY_FORM_PAGE_LOAD": "<script>\nfunction is_canada_external(){\n return $(\".apply-item-title:contains('1- Are you legally eligible to work in Canada?')\").length == 1\n}\n\nfunction is_canada_internal(){\n return $(\".apply-item-instruction:contains('If you are already a Vale employee')\").length == 1\n}\n\n// The script tries to put in custom icons with class \"custom_vale_icon\" only if this is an external brazilian position. \nfunction is_brazil_external(){\n return $(\".custom_vale_icon\").length != 0\n}\n\nfunction is_brazil_internal(){\n return $(\".apply-item-instruction:contains('Quer se candidatar a um novo cargo aqui na Vale')\").length == 1\n}\n\n\nfunction try_adding_tooltip_icons(){\n questions = {\n \"Qual sua identidade de g\u00eanero?\": \"\",\n \"Considerando as categorias do IBGE (Instituto Brasileiro de Geografia e Estat\u00edstica - principal provedor de dados e informa\u00e7\u00f5es do Pa\u00eds), qual cor/ra\u00e7a voc\u00ea se declara?\":\n \"\",\n \"Qual a sua orienta\u00e7\u00e3o afetivo-sexual?\":\n \"'Indica como nos sentimos em rela\u00e7\u00e3o \u00e0 atra\u00e7\u00e3o afetiva e/ou sexual nos relacionamentos'\",\n \"Voc\u00ea se considera uma Pessoa com Defici\u00eancia?\":\n \"'Pessoas com defici\u00eancia s\u00e3o aquelas que t\u00eam impedimentos de longo prazo de natureza f\u00edsica, mental, intelectual ou sensorial, os quais podem obstruir sua participa\u00e7\u00e3o plena e efetiva na sociedade em igualdades de condi\u00e7\u00f5es com as demais pessoas.'\",\n };\n \n radio_text_to_tooltip_text = {\n \"Homem cisg\u00eanero\":\n \"'Pessoa nasceu com o \u00f3rg\u00e3o sexual masculino e se identifica com o g\u00eanero masculino'\",\n \"Mulher cisg\u00eanero\":\n \"'Pessoa nasceu com o \u00f3rg\u00e3o sexual feminino e se identifica com o g\u00eanero feminino'\",\n \"Homem trans\": \"'N\u00e3o se identifica com o g\u00eanero atribu\u00eddo ao nascimento'\",\n \"Mulher trans\": \"'N\u00e3o se identifica com o g\u00eanero atribu\u00eddo ao nascimento'\",\n \"N\u00e3o Bin\u00e1rio / Fluida\":\n \"'N\u00e3o se identifica com nenhum g\u00eanero ou se identifica com ambos os g\u00eaneros'\",\n Branca: \"'Pessoas de apar\u00eancia e pele branca'\",\n Preta: \"'Pessoas que t\u00eam pele escura'\",\n Amarela:\n \"'Pessoas com descend\u00eancia asi\u00e1tica \u2013 japonesas, chinesas, coreanas, etc'\",\n Parda:\n \"'Pessoas de pele mais clara porque s\u00e3o mesti\u00e7as \u2013 filhas de pessoas brancas e pretas, de ind\u00edgenas e brancas ou de ind\u00edgenas e pretas'\",\n Ind\u00edgena: \"'Pessoas descendentes de \u00edndios(as)'\",\n Heterossexual:\n \"'Pessoa que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com pessoa do g\u00eanero oposto.'\",\n Gay: \"'Homem que se sente atra\u00eddo e/ou se relaciona amorosa e/ou sexualmente com outro homem.'\",\n L\u00e9sbica:\n \"'Mulher que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com outra mulher.'\",\n Bissexual:\n \"'Pessoa que se sente atra\u00edda e/ou se relaciona amorosa e/ou sexualmente com pessoas de todos os g\u00eaneros.'\",\n };\n\n for (question in questions) {\n current_question = $(`.apply-item-title:contains(${question})`)[0];\n radio_div =\n current_question.parentElement.parentElement.nextElementSibling;\n question_tooltip = questions[question];\n question_icon = `<i class='far fa-info-circle hidden-md hidden-sm hidden-xs' data-toggle='tooltip' data-placement='top' title='' data-original-title=${question_tooltip} style='font-size: 20px;color: #288061;position: relative;top: 3px;padding:5px;' trigger='click'></i>`;\n if (question_tooltip != \"\") {\n $(current_question).append(`<span>${question_icon}</span>`);\n }\n var containers = $(radio_div).find(\".radioContainer\");\n radios = containers.find(\".radio-label\");\n radios.each(function () {\n radio_text = $(this).text();\n parent_container = $(this).parent(\".radioContainer\");\n tooltip_text = radio_text_to_tooltip_text[radio_text];\n icon = `<i class='far custom_vale_icon fa-info-circle pull-right hidden-md hidden-sm hidden-xs' data-toggle='tooltip' data-placement='top' title='' data-original-title=${tooltip_text} style='font-size: 20px;color: #288061;position: relative;top: 10px;padding:5px;' trigger='click'></i>`;\n if (tooltip_text != undefined) {\n parent_container.append(`<span class='tablecell'>${icon}</span>`);\n }\n });\n }\n}\n\n\n// This function adds icons with hoverable tooltips to the questions on brazillian external positions\nfunction question_modifications() {\n console.log(\"Calling question_modifications\");\n\n try {\n try_adding_tooltip_icons()\n\n } catch (error) {\n\n if (is_canada_external()){\n // no modifications needed, quit\n return\n }\n if (is_canada_internal()){\n // remove numbers from questions\n $(\"span:contains('5- Please state your city') > span > span\").first().text(\"Please state your city\")\n $(\"span:contains('6- Please state your province') > span > span\").first().text(\"Please state your province\")\n return\n }\n if (is_brazil_internal()){\n // no modification needed, quit\n return\n }\n if (is_brazil_external()){\n // If we get here, then the try block was succesful and we can quit this loop\n return\n }\n\n setTimeout(question_modifications, 300);\n\n \n // // if we get here, then the questions haven't loaded yet. Re-call th\n // // above script throws a \"parentElement not found\" error if the jquery selectors fail. Jquery selector likely failing because question does not exist on DOM when script is called.\n // if ($(\".custom_vale_icon\").length == 0) {\n // console.log(\"calling tooltips recursively\");\n // }\n }\n}\n\nsetTimeout(question_modifications, 300);\n</script>", "SUCCESS_FORM_PAGE_LOAD": "", "JOIN_TALENT_NETWORK_PAGE_LOAD": ""}, "enableTalentNetwork": 1, "favicons": {"favicon": "https://static.vscdn.net/images/careers/demo/vale/favicon.ico"}, "homePageHeroBanner": {"useImage": 0, "opacity": 1, "hideInMobileView": false, "image": "https://static.vscdn.net/images/careers/demo/vale/imageevp.jpg", "title": "N\u00f3s utilizamos intelig\u00eancia artificial para indicar as melhores vagas para o seu perfil. A ferramenta ainda est\u00e1 em fase de aprendizagem, por isso seja compreensivo(a) caso haja indica\u00e7\u00f5es n\u00e3o coerentes com seu curr\u00edculo."}, "showJobId": 1, "links": {"blogs": ["https://www.linkedin.com/pulse/data-governance-key-element-digital-transformation-edson-antonio/", "https://www.linkedin.com/pulse/vale-experience-global-trainee-program-paula-nacif-de-moura/"], "videos": ["https://www.youtube.com/watch?v=tk3SrZ6WPb0", "https://www.youtube.com/watch?v=33Mgbclh5xw", "https://www.youtube.com/watch?v=1NFVEQ_BDN8"]}, "companyName": "Vale", "navBar": {"opacity": 0.9, "image": "https://static.vscdn.net/images/careers/demo/vale/Vale_w.png", "link": "https://vale.com/pt/home", "background": "#007E7A", "title": "Vale"}, "applySuccessMessage": "Candidatura Confirmada!", "privacy": {"text": "<div style=\"text-align: initial;\">We only collect essential data for this activity under the legal basis of your interest in participating in selection processes and joining the talent bank. We use Eightfold's artificial intelligence tool that automatically reads your resume and fills in the data found on it on the Platform. We use the personal data collected as follows:<br><br>\n\n<ul>\n<li>Enable your participation in the selection process(es);</li>\n\n<li>Include your data in our system to facilitate the analysis of your resume during the selection process for the position;</li>\n\n<li>Contact you, based on the progress of the selection process in which you are participating or to inform you about new opportunities that may be of interest to you;</li>\n\n<li>Monitor our service and our interactions with you.</li>\n\n<li>Notify your manager, via email, of your application</li>\n\n</ul>\n<br>\nWe will not use your data for purposes other than those indicated above without your consent.<br>\nYour data will only be shared with those who need to receive it to enable their participation in the selection process or to suggest other vacancies at Vale that align with your profile. Thus, Vale's recruiters will receive your data and, any partner HR consultant that is supporting us in conducting the Vale selection process.<br>\nSuch companies will be able to communicate directly with you to conduct the selection process and related topics.</div>\n\n<br><br><p>Coletamos apenas dados essenciais para essa atividade e sob o fundamento legal do seu interesse na participa\u00e7\u00e3o de tais processos seletivos e integra\u00e7\u00e3o de bancos de talentos.<br>N\u00f3s usamos a ferramenta de intelig\u00eancia artificial da Eightfold que l\u00ea seu curr\u00edculo automaticamente e preenche os dados que se encontram nele na Plataforma.<br>Utilizamos os dados pessoais coletados para:<br><br>\u2022 Viabilizar sua participa\u00e7\u00e3o em processos(s) seletivo(s);<br>\u2022 Incluir seus dados no nosso sistema para facilitar a an\u00e1lise do curr\u00edculo durante o processo seletivo para a vaga;<br>\u2022 Entrar em contato com voc\u00ea, em raz\u00e3o de andamento do processo seletivo de que voc\u00ea esteja participando ou para inform\u00e1-lo sobre novos processos que possam ser de seu interesse;<br>\u2022 Monitorar nosso atendimento e nossas intera\u00e7\u00f5es com voc\u00ea.<br>\u2022 Seu gestor receber\u00e1 uma confirma\u00e7\u00e3o por email da sua candidatura<br><br>N\u00e3o n\u00e3o usaremos seus dados para fins diferentes dos indicados acima sem o seu consentimento.<br>Seus dados ser\u00e3o compartilhados apenas com aqueles que precisam receb\u00ea-los para viabilizar sua participa\u00e7\u00e3o no processo seletivo ou para sugerir para voc\u00ea outras vagas na Vale que sejam aderentes ao seu perfil. Assim, receber\u00e3o seus dados os recrutadores da Vale e, eventualmente, alguma consultoria de RH parceira que esteja nos apoiando na condu\u00e7\u00e3o do processo seletivo Vale.<br>Tais empresas poder\u00e3o se comunicar diretamente com voc\u00ea para a condu\u00e7\u00e3o do processo seletivo e para temas relacionados.<br><b> O site de carreiras interno \u00e9 um portal exclusivo para funcion\u00e1rios Vale. Terceirizados devem aplicar pelo site de carreiras externos </b></br>", "button": "Confirmar", "title": "Pol\u00edtica de Privacidade de Dados"}, "postApplyText": "Voc\u00ea receber\u00e1 uma mensagem de confirma\u00e7\u00e3o da sua candidatura no email registrado. Fique atento ao seu email para novidades sobre o processo seletivo.", "defaultState": {"pymww": false, "autoLoadFirstPosition": false}, "custom_style": {"css": ".hero-image{background-size:cover !important; height:450px !important}.btn-primary{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important}.btn-primary:hover{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important;color: #000 !important}.go-button{border-color: #007e7a !important;color: #007e7a !important}.btn-secondary{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.btn-secondary:hover{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.position-apply-button,.add-to-job-cart-button{background:#007e7a!important;border-color: #007e7a !important;color: rgb(0, 126, 122) !important}.position-apply-button, .add-to-job-cart-button:hover{color: #ffffff !important}.people-card-matches{color: rgb(0, 126, 122) !important}.perk-icon{color: rgb(0, 126, 122) !important}.get-matched-button{font-weight:normal;font-size:12pt!important;border:0px;}.search-results-main-container .position-cards-container .card-selected {border-left-color:#007e7a!important;}.personalization-bar{background-color: #6a6a69 !important}.position-card .position-title{color: #007e7a !important}.all-positions-header h1{font-size: 20pt !important; color: rgb(0, 0, 0) !important;font-weight:bold;}.perk-icon{color: rgb(0, 126, 122) !important}.jumbotron{font-size: 200px !important}.advanced-options-button{color: rgb(0, 126, 122) !important}.jumbotron h1{font-size:24pt!important;font-weight:normal!important;margin-top: 70px !important}.position-sub-title, .custom-content-title {font-size:16pt!important;color:#000000!important;}.banner-item img{width:136px;}.banner-item {right:-43px;}.candidate-login-button{color: rgb(0, 126, 122) !important; border-color: #007e7a !important} .apply .refer .navbar img { height: 20px !important;}.upload-resume-modal .privacy-agreement {width: 470px !important;min-height: 590px !important;border-radius: 30px !important; padding: 15px 15px 15px 15px; !important; font-size:9pt !important}.upload-resume-modal .privacy-agreement .btn-sm {border-color: rgb(0, 126, 122) !important} .position-count-message{color: #ffffff !important} .position-insights.p-md{visibility: hidden !important} .insights-bg{visibility: hidden !important} .col-xs-12.col-sm-12.col-md-7.no-pad-right{width: 54% !important} .match-details {visibility:hidden !important} .jumbotron h1 { text-align: left !important; margin-left: 68% !important; padding-left: 16px !important; font-size: 16px !important; padding-right: 2% !important; background-color: rgba(237,177,17, 0.85)!important; padding-top: 16px !important; padding-bottom: 16px !important; margin-top: 28px !important;} @media only screen and (max-width: 992px) {.jumbotron h1 { margin-left: 52% !important; margin-top: 50px !important;}}"}, "hideJobCart": true, "page_title": "Careers at Vale", "job_page_title": "Careers at Vale", "page_description": "Careers at Vale", "page_image": "", "talentNetworkBranding": {"custom_html": {"header": "", "footer": ""}}, "talentNetworkHeroBanner": {"useImage": 1, "opacity": 1, "hideInMobileView": false}, "custom_html": {"header": "", "footer": ""}, "recaptcha_enabled": 0, "showLoggedOutNotificationsPrivacyPolicy": true, "hideEightfoldBranding": false}, "positions": [{"id": 27026830, "name": "ENGENHEIRO SENIOR - GER\u00caNCIA ENGENHARIA CONTROLE OTIMIZA\u00c7\u00c3O PROCESSOS AUTOMA\u00c7\u00c3O\u2013 MINERA\u00c7\u00c3O", "location": "PARAUAPEBAS, PA, BRA", "locations": ["PARAUAPEBAS, PA, BRA"], "hot": 1, "department": "Coord Eng Cont Otimiz Norte", "business_unit": "Unknown", "t_update": 1747768156, "t_create": 1737676800, "ats_job_id": "1080564", "display_job_id": "1080564", "type": "ATS", "id_locale": "1080564-en", "job_description": "Conhecimento em melhorias em PLC ABB 800xA, Siemens, Rockwell; Experi\u00eancia com sistemas de controle regulat\u00f3rio (Malhas PID); Experi\u00eancia em projetos de Controle e Otimiza\u00e7\u00e3o de Processos; Experi\u00eancia em sistemas especialistas; Experi\u00eancia em desenvolvimento de solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o de Processos; Experi\u00eancia em implanta\u00e7\u00e3o de rotinas de sustenta\u00e7\u00e3o de solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o de Processos (gerenciamento de malhas de controles e KPIs); Conhecimentos em automa\u00e7\u00e3o industrial; Conhecimento em redes industriais; Conhecimentos de instrumenta\u00e7\u00e3o; Conhecimento em an\u00e1lise de indicadores de resultado e processo; Dom\u00ednio do Pacote Office; Conhecimento das linguagens de programa\u00e7\u00e3o padr\u00e3o (Texto Estruturado, Lista de Instru\u00e7\u00e3o, Ladder, Function Block e SFC); Experi\u00eancia em processo de beneficiamento de min\u00e9rio de ferro. Conhecimento em Metodologias Lean, Seis Sigma, PDCA, Scrum; Conhecimento em sistemas de gest\u00e3o da produ\u00e7\u00e3o (Toyota, ABS, VPS); Conhecimento Metodologia \u00c1gil; Conhecimentos de redes de telecominica\u00e7\u00e3o; Experi\u00eancia nas tecnologias Fuzzy, MPC (Model Predictive Control) e sistemas de controle com compensa\u00e7\u00e3o de tempo morto; Desenvolvimento de solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o de Processos; Comissionamento, ajustes e melhorias necess\u00e1rias para operacionaliza\u00e7\u00e3o de solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o de Processos; Desenvolvimento de rotina de sustentabilidade das solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o; Implanta\u00e7\u00e3o de rotina de sustentabilidade das solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o; Operacionaliza\u00e7\u00e3o da rotina de sustentabilidade das solu\u00e7\u00f5es de Controle e Otimiza\u00e7\u00e3o; Prepara\u00e7\u00e3o de KPIs, levantamento de ganhos dos trabalhos e desenvolvimento de relat\u00f3rios; Desenvolvimento de fichas de projeto; Identifica\u00e7\u00e3o de oportunidades de melhorias nos processos; Interface com os stakeholders para mapeamento de oportunidades e alinhamento de estrat\u00e9gias; Implanta\u00e7\u00e3o de Sistemas de Especialistas de Controles de Processos; Integra\u00e7\u00e3o, Monitoramento e Manuten\u00e7\u00e3o dos sistemas de Controle Especialistas; Busca de Novas Tecnologias e Controles de Processos. Previd\u00eancia Privada PLR - Programa de Participa\u00e7\u00e3o nos Lucros e Resultados Reembolso Creche ou Aux\u00edlio Bab\u00e1 para empregadas Assist\u00eancia M\u00e9dica e Hospitalar, Odontol\u00f3gica, farmacol\u00f3gica e vacinas para preven\u00e7\u00e3o de doen\u00e7as Infectocontagiosas PASA - Planos de sa\u00fade para familiares de empregados ou para o pr\u00f3prio empregado, em caso de aposentadoria ou desligamento Seguro de Vida em Grupo Auxilio funeral Apoiar - Programa de Assist\u00eancia ao Empregado e seus dependentes. Cart\u00e3o presente no final do ano para Dependentes, filhos, enteados e menores sob guarda com at\u00e9 10 anos Gympass Programa Bem-Estar Passagens no trem de passageiros na Estrada de Ferro Vit\u00f3ria a Minas (EFVM) e/ou na Estrada de Ferro Caraj\u00e1s (EFC). Desconto para aluguel de carros Entre outros ... Seja voc\u00ea! Toda pessoa tem de ser ouvida, e ter a mesma oportunidade de se desenvolver aqui dentro. Essa \u00e9 a verdadeira inclus\u00e3o. O que realmente importa \u00e9 trabalhar com gente que quer fazer as coisas acontecerem. Queremos conhecer o seu potencial. Queremos protagonistas. Algu\u00e9m que quer sempre aprender, correr atr\u00e1s dos seus objetivos, gosta de desafios e tem um esp\u00edrito colaborativo. Sentimos muito orgulho de estimular o crescimento de quem trabalha aqui conosco. Porque o desenvolvimento e a qualifica\u00e7\u00e3o dos nossos colaboradores e colaboradoras s\u00e3o fundamentais para a nossa transforma\u00e7\u00e3o cultural. A gente d\u00e1 as ferramentas, mas \u00e9 voc\u00ea que vai construir a sua carreira. Oportunidades para todas as pessoas Voc\u00ea sabe a diferen\u00e7a entre diversidade e inclus\u00e3o? Diversidade significa ter, no ambiente de trabalho, pessoas de todas as ra\u00e7as, credos, cores, religi\u00f5es, culturas, orienta\u00e7\u00f5es sexuais, caracter\u00edsticas f\u00edsicas. Inclus\u00e3o \u00e9 dar real espa\u00e7o para todas as pessoas se desenvolverem na carreira, com equidade e oportunidades para qualquer cargo. Trabalhamos para construir um ambiente em que todos e todas se sintam aceitos e respeitados. Todas as oportunidades est\u00e3o abertas para pessoas com defici\u00eancia (PcD) e reabilitados do INSS. Conhe\u00e7a tamb\u00e9m nossa Pol\u00edtica de diversidade Acima de tudo, SOMOS MOVIDOS POR PESSOAS.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/27026830", "isPrivate": false}, {"id": 26742300, "name": "Banco de oportunidades- Mec\u00e2nico(a) II- Preferencial para Mulheres", "location": "S\u00e3o Lu\u00eds, Maranh\u00e3o, Brazil", "locations": ["S\u00e3o Lu\u00eds, Maranh\u00e3o, Brazil"], "hot": 1, "department": null, "business_unit": "Unknown", "t_update": 1741836906, "t_create": 1736187831, "ats_job_id": 26742300, "display_job_id": 26742300, "type": "ATS", "id_locale": "26742300-en", "job_description": "Al\u00e9m disso, acreditamos que o avan\u00e7o em equidade de g\u00eanero contribui para a constru\u00e7\u00e3o de um futuro melhor para todos. Queremos aumentar a representatividade de todas as mulheres: pretas, brancas, com qualquer identidade de g\u00eanero e orienta\u00e7\u00e3o sexual ou que tenham algum tipo de defici\u00eancia. Entendemos que iniciativas com foco em vagas preferenciais contribuem para avan\u00e7os na cria\u00e7\u00e3o de um ambiente cada vez mais colaborativo, inovador e atrativo para novos talentos. Por isso, valorizamos em diferentes a\u00e7\u00f5es e processos seletivos a participa\u00e7\u00e3o de todos os diferentes perfis de candidatos e candidatas, nas diferentes dimens\u00f5es de grupos que integram a agenda de Diversidade, Equidade e Inclus\u00e3o. Juntos, a gente transforma o futuro. Na minera\u00e7\u00e3o, atuamos para transformar recursos naturais em prosperidade e desenvolvimento sustent\u00e1vel. Na seguran\u00e7a, buscamos aprender com o passado para evoluir diariamente e se tornar refer\u00eancia de confiabilidade. Nossas pessoas fazem parte de toda esta jornada de transforma\u00e7\u00e3o e evolu\u00e7\u00e3o. Afinal, o nosso compromisso \u00e9 com a vida. Juntos. Acreditamos que a minera\u00e7\u00e3o \u00e9 essencial para o desenvolvimento do mundo e precisamos deixar um legado para o meio ambiente, para as comunidades em que estamos e para todas as vidas que tocamos. Nos orgulhamos de empregar mais de 120 mil pessoas, em 30 pa\u00edses. Somente com esta for\u00e7a, nos tornamos a maior mineradora do mundo em min\u00e9rio de ferro, pelotas e n\u00edquel. Tamb\u00e9m atuamos nas \u00e1reas de log\u00edstica, energia e siderurgia. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o T\u00e9cnica Completa em Mec\u00e2nica ou \u00e1reas correlatas. Certifica\u00e7\u00e3o em Soldagem (MIG/MAG, TIG e eletrodo revestido). Experi\u00eancia m\u00ednima de 2 anos em manuten\u00e7\u00e3o mec\u00e2nica e soldagem industrial, preferencialmente em minera\u00e7\u00e3o. Conhecimento em leitura e interpreta\u00e7\u00e3o de desenhos t\u00e9cnicos mec\u00e2nicos e de solda. Habilidade no uso de ferramentas de corte (ma\u00e7arico de oxicorte, esmerilhadeiras). Conhecimento em t\u00e9cnicas de recupera\u00e7\u00e3o e refor\u00e7o de estruturas met\u00e1licas. Familiaridade com normas de seguran\u00e7a, como NR-12 (Seguran\u00e7a em M\u00e1quinas e Equipamentos) e NR-18 (Condi\u00e7\u00f5es e Meio Ambiente de Trabalho na Ind\u00fastria da Constru\u00e7\u00e3o). Disponibilidade para trabalhar em regime de turno e em \u00e1reas operacionais. Experi\u00eancia em manuten\u00e7\u00e3o de outros equipamentos de minera\u00e7\u00e3o, como britadores e peneiras. Conhecimento em processos de caldeiraria e fabrica\u00e7\u00e3o de pe\u00e7as met\u00e1licas. Experi\u00eancia com soldagem em alum\u00ednio e ligas especiais. Familiaridade com sistemas de gest\u00e3o de manuten\u00e7\u00e3o, como SAP PM ou IBM Maximo. Para transformar o futuro temos de cuidar do presente. Apostamos em um ambiente cada vez mais aberto, em que as pessoas possam ser mais aut\u00f4nomas e buscar o seu desenvolvimento pessoal. Criamos para os nossos colaboradores um portf\u00f3lio de treinamentos e capacita\u00e7\u00f5es t\u00e9cnicas, de gest\u00e3o e de lideran\u00e7a ou transversais. Acreditamos em quem faz a nossa empresa. Previd\u00eancia Privada PLR - Programa de Participa\u00e7\u00e3o nos Lucros e Resultados Reembolso Creche ou Aux\u00edlio Bab\u00e1 para empregadas Assist\u00eancia M\u00e9dica e Hospitalar, Odontol\u00f3gica, farmacol\u00f3gica e vacinas para preven\u00e7\u00e3o de doen\u00e7as Infectocontagiosas PASA - Planos de sa\u00fade para familiares de empregados ou para o pr\u00f3prio empregado, em caso de aposentadoria ou desligamento Seguro de Vida em Grupo Aux\u00edlio funeral Apoiar - Programa de Assist\u00eancia ao Empregado e seus dependentes. Cart\u00e3o presente no final do ano para Dependentes, filhos, enteados e menores sob guarda com at\u00e9 10 anos Incentivo \u00e0 atividade f\u00edsica - Wellhub Programa Bem-Estar Passagens no trem de passageiros na Estrada de Ferro Vit\u00f3ria a Minas (EFVM) e/ou na Estrada de Ferro Caraj\u00e1s (EFC). Clube de Vantagens O Mec\u00e2nico Soldador \u00e9 respons\u00e1vel pela execu\u00e7\u00e3o de manuten\u00e7\u00f5es mec\u00e2nicas e servi\u00e7os de soldagem nos equipamentos do circuito de embarque, com foco em transportadores de correia e demais equipamentos de minera\u00e7\u00e3o. Este profissional desempenha um papel essencial na recupera\u00e7\u00e3o de componentes e estruturas met\u00e1licas, garantindo a disponibilidade e integridade dos ativos por meio de reparos e interven\u00e7\u00f5es t\u00e9cnicas. Executar servi\u00e7os de manuten\u00e7\u00e3o mec\u00e2nica preventiva e corretiva em transportadores de correia e outros equipamentos de minera\u00e7\u00e3o. Realizar servi\u00e7os de soldagem em a\u00e7o carbono, a\u00e7o inox e outras ligas met\u00e1licas, incluindo solda MIG/MAG, TIG e eletrodo revestido. Recuperar e refor\u00e7ar estruturas met\u00e1licas, chutes de transfer\u00eancia, tambores, suportes e outros componentes mec\u00e2nicos. Efetuar cortes e ajustes em chapas met\u00e1licas utilizando ma\u00e7arico de oxicorte e esmerilhadeiras. Montar e desmontar componentes mec\u00e2nicos para realiza\u00e7\u00e3o de reparos e soldagens. Diagnosticar falhas e desgastes em estruturas met\u00e1licas e propor solu\u00e7\u00f5es para corre\u00e7\u00e3o. Garantir a qualidade das soldas e realizar inspe\u00e7\u00f5es visuais para assegurar a integridade das juntas soldadas. Cumprir normas de seguran\u00e7a e utilizar os Equipamentos de Prote\u00e7\u00e3o Individual (EPIs) adequados. Manter a organiza\u00e7\u00e3o e limpeza do ambiente de trabalho, seguindo os padr\u00f5es de 5S. Registrar as atividades realizadas em sistemas de gest\u00e3o de manuten\u00e7\u00e3o (CMMS). Participar de reuni\u00f5es di\u00e1rias e contribuir com sugest\u00f5es de melhorias nos processos de manuten\u00e7\u00e3o.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/26742300", "isPrivate": false}, {"id": 29339947, "name": "Industrial Instrumentation Mechanic TQ", "location": "Thompson, MB, CAN", "locations": ["Thompson, MB, CAN"], "hot": 0, "department": "Utilities Maintenance (H)", "business_unit": "Unknown", "t_update": 1747940711, "t_create": 1747872000, "ats_job_id": "1084659", "display_job_id": "1084659", "type": "ATS", "id_locale": "1084659-en", "job_description": "Ready to build a rewarding career in an industry that is growing? Who We Are We are a global mining company dedicated to safely delivering nickel, copper, cobalt, and platinum group metals essential for the world's energy transition. Our mission is to improve lives and shape a better future together. From utensils to cellphones to satellites, our operations simplify daily life and enhance connectivity. Our metals are integral to life-saving medical equipment and the electric vehicles driving the fight against climate change - our work truly matters. Join our diverse team of 15,000 talented individuals committed to transforming critical minerals into prosperity and sustainable development in countries like Canada, Brazil, Indonesia, the United Kingdom, and Japan. We invite you to use your skills with us and contribute to something meaningful and enduring. The Opportunity We are currently seeking an Industrial Instrumentation Mechanic/Technician to join our Maintenance Department in Thompson, Manitoba. This is a permanent position, relocation to Thompson Manitoba would be required for this role. As an Industrial Instrumentation Mechanic, you will be responsible for maintaining and improving the reliability of production by maintaining the mine technical infrastructure and instrumentation. Your experience and skills will contribute to scheduled or emergency repairs, installation and inspection of work to be done in the shop or field. Additionally, in this position, you will: Safely install, test, debug and troubleshoot various pieces of equipment, preforming inspections as required. Safely perform Preventative Maintenance work to meet production schedules. Diagnose and repair instrumentation equipment problems and breakdowns to reduce impact on operations. Ability to read and interpret blueprints, electrical diagrams and OEM Manuals. Respond to emergency situations and or call outs as required. Report deviations to established procedures and provide required documentation of work performed. Align with work safety policies and safety regulations. About You Education: Inter-Provincial Red Seal (Certificate of Qualification) as an instrumentation Mechanic. Level 3 or 4 Apprentice may be considered. Experience: 3-4 years of industrial experience. Skills: Proven understanding of the Manitoba Electrical Safety Code, Occupational Health and Safety Act, and all other applicable legislation is required. Maintain, install, repair or splice various types of communication and instrumentation cable and wiring. Ability to dismantle, assemble, install, clean, inspect, adjust, calibrate, test repair or replace faulty parts and wiring on all types of instrumentation and electronic devices. What We Offer You Competitive salary. Attractive pension and benefits (company paid core coverage, flex health and dental coverage, flex accounts, disability plans and optional insurances) Work culture dedicated to safety, diversity & inclusion, and career growth. Grow your career in a large and global company, and mining industry leader. Employee Family Assistance Program. Online training and career development opportunities. Why Thompson Often referred to as the \"Hub of the North,\" Thompson is a city deeply intertwined with the mining industry, particularly due to its rich deposits of nickel. Our presence in Thompson includes significant mining and milling operations that extract and process nickel ore from the surrounding deposits. These operations are central to Thompson's economy, providing employment and supporting local businesses. The company's ongoing investments in the region highlight Thompson's importance in our broader operational strategy to improve life and transform the future. Include to Transform At Vale Base Metals, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are critical to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation, or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Manitobans Act, accommodation is available throughout our recruitment process for applicants with disabilities. Accommodation is available throughout our recruitment process for applicants with disabilities. Apply by: June 5, 2025 Valebasemetals", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29339947", "isPrivate": false}, {"id": 29330806, "name": "Geologist-in-Training II", "location": "Labrador, NL, CAN", "locations": ["Labrador, NL, CAN"], "hot": 0, "department": "Mine Eng. Geology (S)", "business_unit": "Unknown", "t_update": 1747920446, "t_create": 1747872000, "ats_job_id": "1084623", "display_job_id": "1084623", "type": "ATS", "id_locale": "1084623-en", "job_description": "Ready to build a rewarding career in an industry that is growing? Who We Are We are a global mining company dedicated to safely delivering nickel, copper, cobalt, and platinum group metals essential for the world's energy transition. Our mission is to improve lives and shape a better future together. From utensils to cellphones to satellites, our operations simplify daily life and enhance connectivity. Our metals are integral to life-saving medical equipment and the electric vehicles driving the fight against climate change - our work truly matters. Join our diverse team of 15,000 talented individuals committed to transforming critical minerals into prosperity and sustainable development in countries like Canada, Brazil, Indonesia, the United Kingdom, and Japan. We invite you to use your skills with us and contribute to something meaningful and enduring. The Opportunity We are currently seeking a Geologist-in-Training II to join our Mines Technical Services (MTS) team in Voisey's Bay, Labrador, a fly-in fly-out operation. This is a fixed term on-site position for approximately 12-months, working a 2 week on/2 week off rotation. As a Geologist-in-Training II, you will be responsible for supporting a variety of activities with the opportunity to lead certain aspects of our underground definition drill program with the support and guidance from the senior team. Important responsibilities of this role include, collecting geoscience data through logging of underground drill core, QAQC and contributions to geological interpretations. The position will provide the opportunity to work with other geoscientists, to learn and gain geoscience work experience towards completing your professional accreditation in a rewarding career in the resource and mining industry. Additionally, in this position, you will: Ensure work is planned and implemented in accordance with Vale's health, safety, environmental and community normative documents and policies, and in compliance with local laws. Coordinate and execute the underground definition drill program, including generation of drill layouts, logging, sampling, interpretation, evaluation, and reporting as required. Quality control and quality assurance (QAQC) sample audits including compilation of results and initial review with the assistance of the Senior Geologist. Complete underground drill bay inspections on weekly and monthly basis. Drill hole database management including review, analysis and import of pertinent drill hole data. Assist senior personnel in carrying out technical tasks requiring adherence to prescribed geoscience methods. Support annual government and internal reporting requirements. About You Education: Undergraduate Degree in Science (Geology or Earth Sciences). Must be registered or eligible to be registered as a Geoscientist-in-Training (GIT) in Newfoundland & Labrador. Experience: A minimum of 2 years experience in a similar role. Experience working in core processing and a mining environment is preferred. Skills: Knowledge of diamond drilling methods, strategy, and technologies. Knowledge of Ore Deposits, Magmatic and hydrothermal systems, Magmatic Sulfide deposits and deposit geology specifically Voisey's Bay Geology. Ability to communicate effectively with peers, community members, and other stakeholders. Experience with drill core logging software such as Fusion and 3D software such as Datamine and/or Deswik would be an asset. What We Offer You Competitive compensation Flexible work arrangements Work culture dedicated to safety, diversity & inclusion, and career growth Online training and career development opportunities Employee Family Assistance Program Chartered flights within Newfoundland & Labrador 24/7 access to a fully stocked cafeteria with balanced meals prepared by our culinary team Access to recreational facilities and social activities (cardio/weight room, gymnasium, music room, movie theatre, etc.) Accommodations are equipped with cable TV, internet, and unlimited long-distance calling All Personal Protective Equipment is provided upon hire. Employees are given a safety boot allowance and receive a 100% reimbursement for prescription safety glasses Opportunities to build your network and lots of fun! Why Newfoundland and Labrador Newfoundland and Labrador, Canada's easternmost province, is known for its rugged coastline, rich cultural heritage, and significant natural resources. The province's economy is bolstered by a robust mining sector, where our operations play a crucial role. At Long Harbour, we operate a state-of-the-art processing plant, which refines nickel concentrate from the Voisey's Bay mine into finished nickel, copper, and cobalt products. This plant is a cornerstone of our commitment to value-added processing in Canada. Meanwhile, the Voisey's Bay mine, located in Labrador, is one of the world's most substantial nickel deposits. It provides high-quality nickel, copper, and cobalt, essential for the 21st century economy. Include to Transform At Vale Base Metals, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are critical to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation, or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. Vale recognizes the Impacts and Benefits Agreements with the Innu Nation and the Nunatsiavut Government in which Innu and Inuit workers have first preference for employment at the Voisey's Bay Mine Site. This is guided by an adjacency principle that first gives preference to those who live on the coast of Labrador, followed by those residing in the rest of Labrador, those residing on the island of the province, followed by the rest of Canada. Next, priority will be given to Newfoundland and Labrador residents. We also welcome those who are willing to relocate back home and those looking to make NL their permanent home. Accommodation is available throughout our recruitment process for applicants with disabilities. Innu Nation members and Nunatsiavut beneficiaries can submit their application to their Vale Aboriginal Employment Coordinator. Pay Grade: F7T Apply by: Friday, June 6th, 2025 ValeBaseMetals Interested applicants must submit their application online at https://vale.eightfold.ai/careers.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29330806", "isPrivate": false}, {"id": 29319969, "name": "CADASTRO DE TALENTOS \u2013 ELETRICISTA - MANUTEN\u00c7\u00c3O \u2013 USINA \u2013 FA\u00c7A PARTE DO NOSSO BANCO DE TALENTOS!", "location": "ITABIRA, MG, BRA", "locations": ["ITABIRA, MG, BRA"], "hot": 0, "department": "Coord Alta Tens\u00e3o e Hidrog", "business_unit": "Unknown", "t_update": 1747923356, "t_create": 1747785600, "ats_job_id": "1084588", "display_job_id": "1084588", "type": "ATS", "id_locale": "1084588-en", "job_description": "CADASTRO DE TALENTOS - ELETRICISTA - MANUTEN\u00c7\u00c3O - USINA - FA\u00c7A PARTE DO NOSSO BANCO DE TALENTOS! Por que fazer parte? Estamos criando um Banco de Talentos para futuras oportunidades em nossa empresa. Queremos conhecer profissionais qualificados e alinhados com nossos valores e objetivos, para que possamos entrar em contato quando surgirem vagas compat\u00edveis com o seu perfil. Procuramos gente que faz acontecer. Para crescermos e evoluirmos juntos. Pessoas que sabem como \u00e9 fundamental um ambiente seguro e colaborativo, aberto ao di\u00e1logo transparente, aumentando a diversidade nas nossas opera\u00e7\u00f5es e melhorando a igualdade de oportunidades na ind\u00fastria de minera\u00e7\u00e3o. Se voc\u00ea possui experi\u00eancia ou forma\u00e7\u00e3o em outras \u00e1reas e acredita que pode contribuir com a nossa empresa, tamb\u00e9m estamos interessados em conhecer o seu perfil. Recomendamos que voc\u00ea continue acessando o portal de carreiras para acompanhar outras oportunidades. Juntos, a gente transforma o futuro. A Vale tem uma hist\u00f3ria de transforma\u00e7\u00e3o. Na minera\u00e7\u00e3o, atuamos para transformar recursos naturais em prosperidade e desenvolvimento sustent\u00e1vel. Na seguran\u00e7a, buscamos aprender com o passado para evoluir diariamente e se tornar refer\u00eancia de confiabilidade. Nossas pessoas fazem parte de toda esta jornada de transforma\u00e7\u00e3o e evolu\u00e7\u00e3o. Afinal, o nosso compromisso \u00e9 com a vida. A Vale existe para melhorar a vida e transformar o futuro. Juntos. Acreditamos que a minera\u00e7\u00e3o \u00e9 essencial para o desenvolvimento do mundo e precisamos deixar um legado para o meio ambiente, para as comunidades em que estamos e para todas as vidas que tocamos. Nos orgulhamos de empregar mais de 120 mil pessoas, em 30 pa\u00edses. Somente com esta for\u00e7a, nos tornamos a maior mineradora do mundo em min\u00e9rio de ferro, pelotas e n\u00edquel. Tamb\u00e9m atuamos nas \u00e1reas de log\u00edstica, energia e siderurgia. Quer conhecer nossa oportunidade? Forma\u00e7\u00e3o: Ensino m\u00e9dio completo e curso de el\u00e9trica, eletrot\u00e9cnica ou \u00e1reas correlacionadas Localidade: Itabira, Minas Gerais, Brasil Per\u00edodo de inscri\u00e7\u00e3o: de 22/05/2025 a 04/06/2025 IMPORTANTE: Para constru\u00e7\u00e3o do Banco de Talentos, estamos aceitando candidaturas de todos os n\u00edveis para o cargo divulgado. Como profissional, voc\u00ea vai... Realizar manuten\u00e7\u00e3o el\u00e9trica em equipamentos da planta; Corrigir falhas el\u00e9tricas e substituir componentes danificados; Instalar e testar sistemas el\u00e9tricos de baixa, m\u00e9dia e alta tens\u00e3o; Usar instrumentos de medi\u00e7\u00e3o el\u00e9trica (mult\u00edmetro, alicate amper\u00edmetro, etc); Preencher ordens de manuten\u00e7\u00e3o e registrar atividades; Seguir normas de seguran\u00e7a (NR-10, NR-35, etc); Utilizar EPIs corretamente em todas as atividades; Apoiar paradas de manuten\u00e7\u00e3o e grandes manuten\u00e7\u00f5es; Contribuir para a melhoria cont\u00ednua dos processos de manuten\u00e7\u00e3o el\u00e9trica e seguran\u00e7a; Trabalhar em equipe e comunicar problemas t\u00e9cnicos. Estamos muito felizes por ter algu\u00e9m como voc\u00ea: Ensino m\u00e9dio completo; Curso Profissionalizante ou T\u00e9cnico em El\u00e9trica, Eletrot\u00e9cnica ou correlacionadas; Desej\u00e1vel experi\u00eancia na \u00e1rea de manuten\u00e7\u00e3o el\u00e9trica; Desej\u00e1vel conhecimento b\u00e1sico no Pacote Office ou outros sistemas. Como \u00e9 trabalhar na Vale? Para transformar o futuro temos de cuidar do presente. Apostamos em um ambiente cada vez mais aberto, em que as pessoas possam ser mais aut\u00f4nomas e buscar o seu desenvolvimento pessoal. Criamos para os nossos colaboradores um portf\u00f3lio de treinamentos e capacita\u00e7\u00f5es t\u00e9cnicas, de gest\u00e3o e de lideran\u00e7a ou transversais. Acreditamos em quem faz a nossa empresa. Um pouco do que a Vale oferece para voc\u00ea Previd\u00eancia Privada PLR - Programa de Participa\u00e7\u00e3o nos Lucros e Resultados Reembolso Creche ou Aux\u00edlio Bab\u00e1 para empregadas Assist\u00eancia M\u00e9dica e Hospitalar, Odontol\u00f3gica, farmacol\u00f3gica e vacinas para preven\u00e7\u00e3o de doen\u00e7as Infectocontagiosas PASA - Planos de sa\u00fade para familiares de empregados ou para o pr\u00f3prio empregado, em caso de aposentadoria ou desligamento Seguro de Vida em Grupo Aux\u00edlio funeral Apoiar - Programa de Assist\u00eancia ao Empregado e seus dependentes. Vale alimenta\u00e7\u00e3o Vale refei\u00e7\u00e3o ou Refei\u00e7\u00f5es no trabalho concedidas em restaurantes industriais Vale alimenta\u00e7\u00e3o extra para o Natal Cart\u00e3o presente no final do ano para Dependentes, filhos, enteados e menores sob guarda com at\u00e9 10 anos Transporte fretado ou Vale transporte. Incentivo \u00e0 atividade f\u00edsica - Wellhub (Gympass) Programa Bem-Estar Passagens no trem de passageiros na Estrada de Ferro Vit\u00f3ria a Minas (EFVM) e/ou na Estrada de Ferro Caraj\u00e1s (EFC). Clube de Vantagens A Vale n\u00e3o realiza nenhum tipo de cobran\u00e7a para participa\u00e7\u00e3o em nenhuma etapa dos seus processos seletivos. Todas as candidaturas devem ser feitas exclusivamente pelo nosso site ou por meio de vagas postadas no perfil da Vale no LinkedIn. EXISTIMOS PARA MELHORAR A VIDA E TRANSFORMAR O FUTURO. JUNTOS.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29319969", "isPrivate": false}, {"id": 29324367, "name": "ANALISTA REC HUMANOS PLENO (ADMISS\u00c3O) - CORPORATIVO - VALE BASE METALS", "location": "NOVA LIMA, MG, BRA", "locations": ["NOVA LIMA, MG, BRA"], "hot": 0, "department": "Talentos BM Brasil", "business_unit": "Unknown", "t_update": 1747862076, "t_create": 1747785600, "ats_job_id": "1084607", "display_job_id": "1084607", "type": "ATS", "id_locale": "1084607-en", "job_description": null, "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29324367", "isPrivate": false}, {"id": 29302173, "name": "ANALISTA DE RECRUTAMENTO & SELE\u00c7\u00c3O SENIOR - CORPORATIVO - VALE BASE METALS", "location": "NOVA LIMA, MG, BRA", "locations": ["NOVA LIMA, MG, BRA"], "hot": 0, "department": "Talentos BM Brasil", "business_unit": "Unknown", "t_update": 1747856529, "t_create": 1747699200, "ats_job_id": "1084542", "display_job_id": "1084542", "type": "ATS", "id_locale": "1084542-en", "job_description": "Juntos, a gente transforma o futuro. A Vale Metais B\u00e1sicos \u00e9 uma empresa aut\u00f4noma do Grupo Vale com opera\u00e7\u00f5es no Brasil, Canad\u00e1, Reino Unido e Jap\u00e3o. O foco \u00e9 a produ\u00e7\u00e3o dos minerais cr\u00edticos para a transi\u00e7\u00e3o energ\u00e9tica. O Grupo Vale tem uma hist\u00f3ria de transforma\u00e7\u00e3o. Na minera\u00e7\u00e3o, atuamos para transformar recursos naturais em prosperidade e desenvolvimento sustent\u00e1vel. Na seguran\u00e7a, buscamos aprender com o passado para evoluir diariamente e se tornar refer\u00eancia de confiabilidade. Nossas pessoas fazem parte de toda esta jornada de transforma\u00e7\u00e3o e evolu\u00e7\u00e3o. Afinal, o nosso compromisso \u00e9 com a vida. A Vale existe para melhorar a vida e transformar o futuro. Juntos. Acreditamos que a minera\u00e7\u00e3o \u00e9 essencial para o desenvolvimento do mundo e precisamos deixar um legado para o meio ambiente, para as comunidades em que estamos e para todas as vidas que tocamos. Nos orgulhamos de empregar mais de 120 mil pessoas, em 30 pa\u00edses. Quer conhecer nossa oportunidade? N\u00b0 de Vagas: 1 Forma\u00e7\u00e3o: Superior Completo (Desej\u00e1vel Psicologia, Administra\u00e7\u00e3o de Empresas, Gest\u00e3o de RH ou similares) Localidade: Nova Lima, MG ou Parauapebas, PA ou Can\u00e3a dos Caraj\u00e1s, PA Hor\u00e1rio de Trabalho: diurno Tipo de contrato: indeterminado Per\u00edodo de inscri\u00e7\u00e3o: de 22/05/2025 a 02/06/2025 Como profissional, voc\u00ea vai... Auxiliar na implementa\u00e7\u00e3o de pol\u00edticas, normas e diretrizes globais de Recrutamento e Sele\u00e7\u00e3o (R&S), assim como assegurar que os processos de R&S ocorram de acordo com essas determina\u00e7\u00f5es. Realizar o processo de R&S de ponta a ponta (desde o recebimento da vaga at\u00e9 admiss\u00e3o), assegurando o contato com todos os stakeholders envolvidos (candidatos, clientes, gestores, consultorias, etc). Pesquisas e mapeamento de mercado na \u00e1rea. Prospec\u00e7\u00e3o de candidatos e forma ativa. Acompanhar indicadores de performance (KPIs) necess\u00e1rios para a mensura\u00e7\u00e3o do sucesso do processo de R&S. Identificar e implantar melhorias nos processos relacionados a R&S. Realizar gest\u00e3o de contratos de R&S. Estamos muito felizes por ter algu\u00e9m como voc\u00ea: S\u00f3lida experi\u00eancia com recrutamento para diferentes n\u00edveis (vagas operacionais, n\u00edvel superior, coordena\u00e7\u00e3o, ger\u00eancia, etc) para ambientes corporativos e operacionais; Ingl\u00eas avan\u00e7ado ou fluente. Como \u00e9 trabalhar na Vale Metais B\u00e1sicos? Para transformar o futuro temos de cuidar do presente. Apostamos em um ambiente cada vez mais aberto, em que as pessoas possam ser mais aut\u00f4nomas e buscar o seu desenvolvimento pessoal. Criamos para os nossos empregados um portf\u00f3lio de treinamentos e capacita\u00e7\u00f5es t\u00e9cnicas, de gest\u00e3o e de lideran\u00e7a ou transversais. Acreditamos em quem faz a nossa empresa. Um pouco do que a Vale Metais B\u00e1sicos oferece para voc\u00ea Previd\u00eancia Privada PLR - Programa de Participa\u00e7\u00e3o nos Lucros e Resultados Reembolso Creche ou Aux\u00edlio Bab\u00e1 para empregadas Assist\u00eancia M\u00e9dica e Hospitalar, Odontol\u00f3gica, farmacol\u00f3gica e vacinas para preven\u00e7\u00e3o de doen\u00e7as Infectocontagiosas PASA - Planos de sa\u00fade para familiares de empregados ou para o pr\u00f3prio empregado, em caso de aposentadoria ou desligamento Seguro de Vida em Grupo Aux\u00edlio funeral Apoiar - Programa de Assist\u00eancia ao Empregado e seus dependentes. Vale alimenta\u00e7\u00e3o Vale refei\u00e7\u00e3o ou Refei\u00e7\u00f5es no trabalho concedidas em restaurantes industriais Vale alimenta\u00e7\u00e3o extra para o Natal Cart\u00e3o presente no final do ano para Dependentes, filhos, enteados e menores sob guarda com at\u00e9 10 anos Transporte fretado ou Vale transporte. Incentivo \u00e0 atividade f\u00edsica - Wellhub (Gympass) Programa Bem-Estar Passagens no trem de passageiros na Estrada de Ferro Vit\u00f3ria a Minas (EFVM) e/ou na Estrada de Ferro Caraj\u00e1s (EFC). Clube de Vantagens Como \u00e9 trabalhar na Vale? Na Vale, contribu\u00edmos para a forma\u00e7\u00e3o de futuros. Da minera\u00e7\u00e3o, do planeta e o seu. Oferecemos oportunidades para diversas \u00e1reas e objetivos profissionais. Aqui, nossos talentos constroem juntos um ambiente colaborativo e inclusivo que valoriza a pessoa como ela \u00e9: sua individualidade, seu protagonismo e comprometimento. Na Vale, aprendemos juntos. Acreditamos na riqueza das experi\u00eancias do dia a dia e na troca de conhecimento entre os talentos. Aqui, todo momento pode e deve ser um aprendizado. Na Vale, tamb\u00e9m crescemos juntos. Estabelecemos rela\u00e7\u00f5es s\u00f3lidas e de valor compartilhado com os nossos empregados e a sociedade. Assim, demonstramos nosso comprometimento com um legado positivo, resultados consistentes e com a constru\u00e7\u00e3o de uma minera\u00e7\u00e3o com processos mais inovadores e sustent\u00e1veis: a minera\u00e7\u00e3o do futuro. Onde tem futuro, a Vale est\u00e1. Ficou curioso para conhecer um pouco mais da Vale? Acesse www.vale.com e https://vale.com/pt/basemetals Conhe\u00e7a tamb\u00e9m nossa Pol\u00edtica de diversidade A Vale n\u00e3o realiza nenhum tipo de cobran\u00e7a para participa\u00e7\u00e3o em nenhuma etapa dos seus processos seletivos. Todas as candidaturas devem ser feitas exclusivamente pelo nosso site ou por meio de vagas postadas no perfil da Vale no LinkedIn. Obs: Se voc\u00ea j\u00e1 se candidatou a esta vaga anteriormente, o bot\u00e3o para o envio de candidatura n\u00e3o estar\u00e1 dispon\u00edvel. Caso seja selecionado no processo seletivo, entraremos em contato para informar sobre o resultado da sele\u00e7\u00e3o.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29302173", "isPrivate": false}, {"id": 29308847, "name": "Treasury Co-Op Student", "location": "Toronto, ON, CAN", "locations": ["Toronto, ON, CAN"], "hot": 0, "department": "Treasury\\VP & Treasurer", "business_unit": "Unknown", "t_update": 1747785465, "t_create": 1747699200, "ats_job_id": "1084577", "display_job_id": "1084577", "type": "ATS", "id_locale": "1084577-en", "job_description": null, "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29308847", "isPrivate": false}, {"id": 29303599, "name": "Superintendent, Civil/Structural", "location": "Sudbury, ON, CAN", "locations": ["Sudbury, ON, CAN"], "hot": 0, "department": "IAM-Eng&Studies-Design(S)", "business_unit": "Unknown", "t_update": 1747763032, "t_create": 1747699200, "ats_job_id": "1084549", "display_job_id": "1084549", "type": "ATS", "id_locale": "1084549-en", "job_description": "Provides technical direction for complex civil/structural engineering designs and guides other design personnel. Responsible for integrity of designs produced under their technical direction and legally approves drawings as per the Professional Engineers Act. Apply sound engineering knowledge and ensure all designs comply with applicable codes, standards, and regulations, and are economically feasible. Provide direction and assistance in identifying infrastructure areas that require repair, replacement, modification, or removal from service. Engineering Degree in Structural Engineering with a Professional Engineering designation preferred. Excellent leadership skills. Robust knowledge of structural design and analysis for various types of structures. Strong knowledge of steel, concrete, masonry, and timber design. Knowledge of various mining, smelting, and refining, structures. Experience in planning and estimating engineering hours for design projects. Proficiency writing equipment specification and construction scopes of work. Understanding and application of risk assessment and process hazards review processes. Familiarity with the latest codes, acts, regulations, and up to date on technology and developments in the design field. Ability to work independently to achieve outcomes with minimum supervision. Possesses excellent oral and written communication skills Proficiency with Microsoft Office suite of programs (Excel, Word, Power BI). Strong knowledge of structural design and analysis for various types of structures including steel, concrete, masonry and timber design. Strong knowledge of various mining, smelting and refining, structures. Proficiency with Microsoft Office suite of programs (Excel, Word and Power Point). Knowledge of SAP or ERP solutions software is highly desirable and experience as Project Engineer and/or knowledge on CAPEX/OPEX project execution is highly desirable", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29303599", "isPrivate": false}, {"id": 29304399, "name": "Civil Structural Design Engineer", "location": "Sudbury, ON, CAN", "locations": ["Sudbury, ON, CAN"], "hot": 0, "department": "IAM-Eng&Studies-Design(S)", "business_unit": "Unknown", "t_update": 1747762533, "t_create": 1747699200, "ats_job_id": "1084551", "display_job_id": "1084551", "type": "ATS", "id_locale": "1084551-en", "job_description": "Ready to build a rewarding career in an industry that is growing? Who We Are We are a global mining company dedicated to safely delivering nickel, copper, cobalt, and platinum group metals essential for the world's energy transition. Our mission is to improve lives and shape a better future together. From utensils to cellphones to satellites, our operations simplify daily life and enhance connectivity. Our metals are integral to life-saving medical equipment and the electric vehicles driving the fight against climate change - our work truly matters. Join our diverse team of 15,000 talented individuals committed to transforming critical minerals into prosperity and sustainable development in countries like Canada, Brazil, Indonesia, the United Kingdom, and Japan. We invite you to use your skills with us and contribute to something meaningful and enduring. The Opportunity We are currently seeking a Civil Structural Design Engineer to join our Central Engineering team in Sudbury, Ontario. The level and paygrade of this role will be determined based on the applicant's experience and background. Relocation will be required for this role. This is a permanent position. As a Civil Structural Design Engineer, you will be responsible to provide engineering services to the various mines and plants in Sudbury and other Vale north Atlantic facilities. The position involves regular trips to underground mines and to the various surface plants. The successful candidate must possess valid driver license. Additionally, in this position you will: Use structural software for structural analysis. Responsible for integrity of designs produced under his/her technical direction and legally approves and seals designs and drawings as per the Professional Engineers Act. Provides technical direction for complex engineering designs within his/her area of expertise and assists and guides other design personnel. Conduct complex engineering studies, conducts field inspections and prepares relevant reports and participates in the review of construction and commissioning and start-up functions. Applies mature engineering knowledge and exercises leadership, mentoring and training to other design personnel and manages the work of design personnel, when assigned, to ensure adherence to scope, schedule, budget, codes and standards. Conducts reviews of engineering consultant's engineering designs, drawings and specifications on assigned projects. Is familiar with latest codes, acts and regulations and keeps abreast of technology and latest developments in his/her design field. About You Education: An Engineering Degree in Structural Engineering A Professional Engineering Designation Experience: The ideal candidate will have a minimum of eight (8) to thirty plus (30+) years of experience in the Structural Engineering field. Skills: Strong knowledge of structural design and analysis for various types of structures including steel, concrete, masonry and timber design. Strong knowledge of various mining, smelting and refining, structures. Proficiency with Microsoft Office suite of programs (Excel, Word and Power Point). Knowledge of SAP or ERP solutions software is highly desirable and experience as Project Engineer and/or knowledge on CAPEX/OPEX project execution is highly desirable What We Offer You Competitive compensation including a variable annual incentive plan Participation in a competitive Defined Contribution Pension package Comprehensive benefits package (company paid core coverage, health and dental coverage, flex accounts, disability plans and optional insurances) Leave for all of life's reasons (vacation, personal, sick, parental) Work culture dedicated to safety, diversity & inclusion, and career growth Employee Family Assistance Program Virtual Healthcare online Online training and career development opportunities Relocation Assistance Why Sudbury Greater Sudbury is a vibrant city in northeastern Ontario, renowned for its rich mining history and significant role in Canada's mineral production. The city sits atop one of the world's largest and oldest meteorite impact sites, the Sudbury Basin, which is exceptionally rich in nickel, copper, and other critical minerals that are needed for the green economy. The mining sector is a cornerstone of Sudbury's economy, driving both employment and economic growth, and Vale Base Metals plays a pivotal role in this regard. Our commitment to the community is as deep as our mines. Include to Transform At Vale Base Metals, we are committed to ensuring an inclusive work environment where people feel comfortable to be themselves. Vale encourages everyone to express their ideas and opinions and values the plurality of individual profiles. We want our people to feel that all voices are heard, all cultures respected and that a variety of perspectives are not only welcome - they are critical to our success. We treat each other fairly and with dignity regardless of race, gender, nationality, ethnic origin, religion, age, sexual orientation, or any other personal consideration that makes us different. Vale is an equal opportunity employer seeking to increase diversity across our operations and improve equal opportunity at Vale and in the mining industry. In accordance with the Accessibility for Ontarians with Disabilities Act, accommodation is available throughout our recruitment process for applicants with disabilities. Pay Grade: F5T to F1T depending on experience and background of the successful candidate Apply by: June 3, 2025 ValeBaseMetals", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29304399", "isPrivate": false}], "debug": {}, "count": 188, "countFilterByMatchScore": null, "location_user": "any", "location_used": "", "locationInsights": null, "showWizard": 1, "disableLocationSearchDropdown": false, "pcsAutocompleteLocationEnabled": 0, "recommended_star_threshold": 3.7, "mocTitle": null, "fuzzyResultsReturned": false, "query": {"query": "", "location": "", "department": [], "skill": [], "seniority": [], "pid": "2798052626domain=vale.com"}, "userTitles": [], "isThinProfile": false, "veteranProgramDetails": [], "enableTargetedResume": 0, "jobCardConfig": null, "facetDisplaySort": {"skills": "count_desc", "departments": "count_desc", "seniority": "count_desc", "work_location_option": "count_desc", "locations": "count_desc"}, "facets": {"skills": {"SAP": 55, "Microsoft Excel": 34, "MINERA\u00c7\u00c3O": 32, "Operations": 24, "Microsoft Power BI": 23, "CONSTRU\u00c7\u00c3O": 21, "Seguran\u00e7a": 21, "Maintenance": 20, "Mining": 20, "MANUTEN\u00c7\u00c3O": 19, "AutoCAD": 18, "Ensino": 16, "Log\u00edstica": 15, "CNH B": 13, "Communication": 13, "Microsoft Project": 13, "Transportation": 13, "Confiabilidade": 12, "Engenharia": 11, "Geology": 11, "MANUTEN\u00c7\u00c3O PREVENTIVA": 11, "Microsoft Office": 11, "Programa\u00e7\u00e3o": 11, "Sensors": 11, "MANUTEN\u00c7\u00c3O Mec\u00e2nica": 10, "Part Inspection": 10, "Planejamento": 10, "Acompanhamento": 9, "Civil Engineering": 9, "Construction": 9, "Training": 9, "WHMIS": 9, "Welding": 9, "An\u00e1lise": 8, "Atividade": 8, "Gest\u00e3o De Contratos": 8, "Lideran\u00e7a": 8, "Siderurgia": 8, "Sistema": 8, "CPR": 7, "Engenharia Mec\u00e2nica": 7, "Repairs": 7, "Avalia\u00e7\u00e3o": 6, "Caterpillar": 6, "Documenta\u00e7\u00e3o": 6, "First Aid": 6, "Heavy Equipment": 6, "MANUTEN\u00c7\u00c3O Corretiva": 6, "MANUTEN\u00c7\u00c3O El\u00e9trica": 6, "Milling": 6, "Carregadeira": 6, "Perfuratriz": 6, "AUTOMA\u00c7\u00c3O": 5, "Budgeting": 5, "Engenharia El\u00e9trica": 5, "Fall Protection": 5, "Geotecnia": 5, "Instrumenta\u00e7\u00e3o": 5, "Large Goods Vehicle": 5, "Limpeza": 5, "Mechanics": 5, "Pacote Office": 5, "Project Management": 5, "Seguro": 5, "Troubleshooting": 5, "Escavadeira": 5, "Gest\u00e3o De Projetos": 5, "Motoniveladora": 5, "Aberto": 4, "CNH D": 4, "Disponibilidade": 4, "E-Procurement": 4, "Engineering": 4, "INFORM\u00c1TICA": 4, "INGL\u00caS": 4, "Kaizen": 4, "Leitura": 4, "Mecatr\u00f4nica": 4, "Mec\u00e2nica": 4, "Opera\u00e7\u00f5es": 4, "PCM": 4, "Safety Regulations": 4, "Sampling": 4, "C": 3, "CFT Ativo": 3, "Career Development": 3, "Colaborativo": 3, "Commissioning": 3, "Drilling": 3, "Engineering Design": 3, "Ensino M\u00e9dio": 3, "Excavation": 3, "Exploration": 3, "Hidr\u00e1ulica": 3, "Instrumentation": 3, "MANUTEN\u00c7\u00c3O Preditiva": 3, "MS Project": 3, "Maintenance Work": 3}, "departments": {"GER AVLIA\u00c7\u00c3O DE MATURIDADE EN": 3, "Talentos BM Brasil": 3, "COORD CONFIABILIDADE USINA": 2, "COORD ENG MINA ITABIRA": 2, "COORD GESTAO CONTRATOS": 2, "COORD PCM": 2, "COORD SEG OCUPACIONAL": 2, "COORD. DESENV. ESTRATEGICO": 2, "Coord. Supr. Automa\u00e7\u00e3o": 2, "Coordena\u00e7\u00e3o de Aut. e Inst.": 2, "Forno II - Equip M\u00f3veis": 2, "GER SAUDE OCUPACIONAL GLOBAL": 2, "Ger Plan Longo Prazo Norte": 2, "Ger RH/Comunica\u00e7\u00e3o/Comunidade": 2, "IAM-Eng&Studies-Design(S)": 2, "Laborat\u00f3rio Geotecnico": 2, "Mill Maintenance Mech (H)": 2, "Projetos SSMA Pelotizacao": 2, "SUP MANUT CARGA E INFRA FAB": 2, "SUP MANUT PORTO NOITE A": 2, "SUP MANUT PREVENTIVA CORRETIVA": 2, "SUP MANUT USINA FAB E VIGA": 2, "SUP MANUTEN\u00c7\u00c3O FROTA VIGA ADM": 2, "Stobie Open Pit Project (H)": 2, "Sup Lab Serv Anl TIG CPBS": 2, "Sup Lubri e Hidr\u00e1ulica": 2, "Sup Man Equip CFJ": 2, "Utilities Maintenance (H)": 2, "AP COORD INS PROC ELE USINA": 1, "AP SUP OP MINA ABO D_CAT 785": 1, "Ap Man Eletro Ativos Automac": 1, "Area de Negocio Neovale": 1, "CCM South Prod Recon (S)": 1, "CCNR-IPC Util-Util Gen(H)": 1, "CONDICOES SEGURAS PORTO TU": 1, "COOR ROTINA MANUTEN\u00c7\u00c3O 1 A 4": 1, "COORD AUTOM E INSTRUM SLB III": 1, "COORD CONF LOCOS E MAQ VIA": 1, "COORD CONFIAB MANUT PELOTIZ": 1, "COORD CONFIAB MANUT PELOTIZ EL": 1, "COORD ENERGIA INSTR": 1, "COORD ENG CONFIABILIDADE": 1, "COORD ENG INSP PREDITIVA": 1, "COORD ENG MANUT SLB III": 1, "COORD ENG MANUTENCAO MINERACAO": 1, "COORD GEOCIENCIAS MARIANA": 1, "COORD GEST PORTFOLIO SOL NEG": 1, "COORD INTEGRIDADE ESTRUTURAL": 1, "COORD PCM EQUIPAMENTOS M\u00d3VEIS": 1, "COORD PCM TRUCKLESS": 1, "COORD PLANEJAMENTO": 1, "COORD PROC OPER MANUT USINA": 1, "COORD PROCESSO OPER": 1, "COORD PROJ E DESENVOLVIMENTOS": 1, "COORD SERVICOS EMERGENCIA": 1, "COORD. ESTRATEGIA MANUTENCAO": 1, "Coleman Mobile Mtce(H)": 1, "Concentrat-Fixd Plant Main (S)": 1, "Concentrator Gen Overhead (S)": 1, "Coord Alta Tens\u00e3o e Hidrog": 1, "Coord Eng Cont Otimiz Norte": 1, "Coord Eng Elet Mina & Usina": 1, "Coord Eng Manut Ind Itabira CE": 1, "Coord Instituto Vale": 1, "Coord Mina Paralis Infra Sud": 1, "Coord Telecom Minas Gerais": 1, "Coord de Proc. de Mant VV e EP": 1, "Coord. PCM Controle DBM Usina": 1, "Coord. de Inspe\u00e7\u00e3o da Man CPBS": 1, "Coord. de Rejeito Filtrado": 1, "Coordena\u00e7\u00e3o inspe\u00e7\u00e3o ativos": 1, "Creighton Bt 21-Gen Exp": 1, "DEP PMI CONTROLADAS E POS M&A": 1, "DESENV PARCERIAS MINERAIS": 1, "Div Shops Srvcs Machining (H)": 1, "EXEC MANUT PREVENTIVA TURMA A1": 1, "Electrical - 11(H)": 1, "Eng Controle Otimiza\u00e7ao": 1, "FA MOTONIVELADORAS": 1, "Forno II - PCM e Engenharia": 1, "GER ENG MINERA\u00c7\u00c3O NORTE": 1, "GER GESTAO RISCOS DESCARACT": 1, "GER GOV PERFOR SSMA E OP INTER": 1, "GER IMPLANTAC FABRICA": 1, "GERENCIA PCM": 1, "Ger Centro de Excel\u00eancia Porto": 1, "Ger Desenv E Atuaria": 1, "Ger Manut Transportes MRA": 1, "Ger Seg Empres TPM Pelot Norte": 1, "Ger. Fomento Econ\u00f4mico": 1, "Gest\u00e3o de Ativos Fundi\u00e1rios": 1, "HD,GEO,EXPLOR,MINEDESIGN (S)": 1, "Health & Safety (S)": 1, "LH Tailings & Dams Mgmt (S)": 1, "LHO_MTCE_EI": 1, "Labrador Training/Develop (S)": 1, "MANUTEN\u00c7\u00c3O NAUTICA - TIG": 1, "MEIO AMB, SUST E RISCOS": 1, "MTS - Vent Design Ontario(S)": 1, "MTS-Geo&In-Mine Expl-MSC MB(S)": 1}, "seniority": {"Mid/Senior": 120, "Entry": 57, "Intern": 6, "Director": 1}, "work_location_option": {"onsite": 178, "hybrid": 9, "remote": 1}, "locations": {"Remote": 999999, "Nova Lima, MG, Brazil": 32, "Vitoria, ES, Brazil": 18, "Greater Sudbury, ON, Canada": 16, "Parauapebas, PA, Brazil": 13, "Congonhas, MG, Brazil": 11, "Itabira, MG, Brazil": 11, "Thompson, MB, Canada": 11, "Labrador City, NL, Canada": 9, "Cana\u00e3 dos Caraj\u00e1s, PA, Brazil": 8, "Ouro Preto, MG, Brazil": 7, "Itagua\u00ed, RJ, Brazil": 6, "Rio de Janeiro, RJ, Brazil": 6, "S\u00e3o Gon\u00e7alo do Rio Abaixo, MG, Brazil": 6, "Ouro Branco, MG, Brazil": 6, "S\u00e3o Lu\u00eds, MA, Brazil": 6, "Conselheiro Lafaiete, MG, Brazil": 6, "Mangaratiba, RJ, Brazil": 6, "Marab\u00e1, PA, Brazil": 5, "Ouril\u00e2ndia do Norte, PA, Brazil": 5, "MG, Brazil": 4, "Brumadinho, MG, Brazil": 3, "Belo Horizonte, MG, Brazil": 3, "Contagem, MG, Brazil": 3, "Mariana, MG, Brazil": 3, "Betim, MG, Brazil": 2, "Itabirito, MG, Brazil": 2, "RJ, Brazil": 2, "Long Harbour-Mount Arlington Heights, NL, Canada": 2, "Rio Piracicaba, MG, Brazil": 2, "PA, Brazil": 2, "Caet\u00e9, MG, Brazil": 1, "ON, Canada": 1, "Jeceaba, MG, Brazil": 1, "Nova Era, MG, Brazil": 1, "Rio Acima, MG, Brazil": 1, "Toronto, ON, Canada": 1}}, "isSubQuery": false, "showBusinessUnitInPositionSidebar": false, "hideDepartment": null, "iframeImplementation": null, "pcsTextConfiguration": {}, "facetNoTitlecase": null, "skipCSSFacetCapitalization": false, "enableMapClustering": false, "readmoreInstructionEnabled": false, "candidateLogin": {}, "isHomePageLoad": false, "candidateBuildProfile": {}, "chatbot": false, "enabledPersonalizedFeatures": {"recommendationFeedback": false, "tldr": false, "personalizationPreferences": false}, "installed_app_data": [], "enhancementsEnabled": false, "disableAutoScrollOnPositionSelect": false, "locationDistanceKmDefault": 100, "searchFiltersTranslationWhitelist": [], "customJobDescTranslationSkipList": [], "enableCandidateReferralFlow": false, "showBanner": false, "pcsBannerMessage": null, "locationRadiusConfig": {"showLocationRadius": false, "locationRadiusType": "km"}, "pcsApplyFormV2Enabled": false, "isPcsBrandingApril2023Enabled": false, "allowedFileTypes": {}, "pcsOctupleMigration0Enabled": true, "pcsOctupleMigration1Enabled": false, "replaceUrlOnGoBack": true, "pcsRedesignedNuxEnabled": true, "userActivityTimeout": 86400000, "userActivityTimeoutEnabled": 1, "isLoggedInPcsEnabled": false, "sortByConfig": [{"id": "relevance", "label": "Relevance"}, {"id": "new", "label": "New to Old", "value": "if(field(position.ats_data.creation_ts, max), field(position.ats_data.creation_ts, max), field(position.timestamp, max)) desc"}, {"id": "old", "label": "Old to New", "value": "if(field(position.ats_data.creation_ts, max), field(position.ats_data.creation_ts, max), field(position.timestamp, max)) asc"}], "searchBoxConfig": {}, "excludePrivatePositions": true, "eeocFilterKeywords": ["veteran", "disability", "gender", "race", "citizen", "visa", "ethnicity"], "disableScrollLoadPositionSidebar": false, "locationFlexibilityFrontendEnabled": true, "workLocationOptionFrontendEnabled": true, "remoteFlexibleJobsFilterEnabled": false, "loggedOutNotificationsEnabled": true, "prepopulateApplyFormEnabled": true, "prepopulateSettings": {"prepopulateCheckboxText": "Save my answers for future applications", "showPrepopulateCheckbox": false}, "themeBuilderUser": null, "mandatoryFields": ["firstname", "lastname", "email", "phone"], "blindfoldWidgetPcsGate": false, "pcsApplyFormLocationGate": false, "t3sEnabled": false, "uploadApplicationAnswers": false, "candidateAuthV2Enabled": true, "preApplicationSubmitAuthEnabled": false, "applyFormV2Enabled": false, "loggedOutSavedSearchEnabled": false, "locationRadiusTypeToggleEnabled": true, "incompleteApplicationsEnabled": false, "incompleteApplicationConfig": {}, "fallbackPcsJdGate": true, "enableResumeCoach": false, "isPcsEnabled": true, "applicationInfoReviewEnabled": false, "phoneWithCountryCodeEnabled": true, "phoneWithCountryCodeJTNEnabled": false, "notificationSuggestVerificationToken": null, "cookiesAutoDisabled": false, "strictEmailValidationEnabled": true, "chatbotxConfig": {"enabled": false, "featureAccessFlags": {"resumeCoachCardFlags": {"showApplyWithResume": true, "showEditResume": true}, "positionCardFlags": {"showAddToJobCart": false}}}, "pcsOptionalResumeWithJobcartGate": false, "loggedInCandidate": {}, "hamburgerMenuEnabled": false, "sharedTalentPoolGate": false, "pcsAccessibilityHomeEnabled": false, "pcsAccessibilityApplyFormEnabled": false, "showLanguageDropdown": true, "languages": [{"value": "en", "title": "English"}, {"value": "it", "title": "Italiano"}, {"value": "es", "title": "Espa\u00f1ol"}, {"value": "fr", "title": "Fran\u00e7ais"}, {"value": "pt", "title": "Portugu\u00eas"}, {"value": "nb", "title": "Norsk"}, {"value": "de", "title": "Deutsch"}, {"value": "ja", "title": "\u65e5\u672c\u8a9e"}, {"value": "ms", "title": "Bahasa melayu"}, {"value": "zh-CN", "title": "\u4e2d\u6587 (\u7b80\u4f53)"}, {"value": "zh-TW", "title": "\u4e2d\u6587 (\u7e41\u9ad4)"}, {"value": "ko", "title": "\ud55c\uad6d\uc5b4"}, {"value": "th", "title": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}, {"value": "nl", "title": "Nederlands"}, {"value": "pl", "title": "Polski"}, {"value": "uk", "title": "Y\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}, {"value": "hr", "title": "Hrvatski"}, {"value": "el", "title": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}, {"value": "hu", "title": "Magyar"}, {"value": "cs", "title": "\u010de\u0161tina"}, {"value": "tr", "title": "T\u00fcrk\u00e7e"}, {"value": "ru", "title": "P\u0443\u0441\u0441\u043a\u0438\u0439"}, {"value": "ht", "title": "Haitian"}, {"value": "he", "title": "\u05e2\u05d1\u05e8\u05d9\u05ea"}, {"value": "pt-BR", "title": "Brazilian Portugu\u00eas"}, {"value": "da", "title": "Dansk"}, {"value": "fi", "title": "Suomi"}, {"value": "sv", "title": "Svenska"}, {"value": "fr-CA", "title": "Fran\u00e7ais (Canada)"}, {"value": "pt-PT", "title": "portugu\u00eas (Portugal)"}, {"value": "vi", "title": "Ti\u1ebfng Vi\u1ec7t"}, {"value": "ro", "title": "rom\u00e2n\u0103"}, {"value": "bg", "title": "\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"}, {"value": "ar", "title": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629"}], "displayLanguage": "en", "requestLocation": false, "positionQnAEnabled": false, "singlePageCareersNavbarGate": false, "advancedOptionsA11yGate": false, "positionSidebarScrollResetGate": false, "pcsApplyFormFileAnswerGate": false, "all_applicable_locations": []} {"display_banner": false, "display_text": ""}
.hero-image{background-size:cover !important; height:450px !important}.btn-primary{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important}.btn-primary:hover{background-color: rgb(0, 126, 122) !important;border-color: rgb(0, 126, 122) !important;color: #000 !important}.go-button{border-color: #007e7a !important;color: #007e7a !important}.btn-secondary{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.btn-secondary:hover{border-color: rgb(0, 126, 122) !important;color: rgb(0, 126, 122) !important}.position-apply-button,.add-to-job-cart-button{background:#007e7a!important;border-color: #007e7a !important;color: rgb(0, 126, 122) !important}.position-apply-button, .add-to-job-cart-button:hover{color: #ffffff !important}.people-card-matches{color: rgb(0, 126, 122) !important}.perk-icon{color: rgb(0, 126, 122) !important}.get-matched-button{font-weight:normal;font-size:12pt!important;border:0px;}.search-results-main-container .position-cards-container .card-selected {border-left-color:#007e7a!important;}.personalization-bar{background-color: #6a6a69 !important}.position-card .position-title{color: #007e7a !important}.all-positions-header h1{font-size: 20pt !important; color: rgb(0, 0, 0) !important;font-weight:bold;}.perk-icon{color: rgb(0, 126, 122) !important}.jumbotron{font-size: 200px !important}.advanced-options-button{color: rgb(0, 126, 122) !important}.jumbotron h1{font-size:24pt!important;font-weight:normal!important;margin-top: 70px !important}.position-sub-title, .custom-content-title {font-size:16pt!important;color:#000000!important;}.banner-item img{width:136px;}.banner-item {right:-43px;}.candidate-login-button{color: rgb(0, 126, 122) !important; border-color: #007e7a !important} .apply .refer .navbar img { height: 20px !important;}.upload-resume-modal .privacy-agreement {width: 470px !important;min-height: 590px !important;border-radius: 30px !important; padding: 15px 15px 15px 15px; !important; font-size:9pt !important}.upload-resume-modal .privacy-agreement .btn-sm {border-color: rgb(0, 126, 122) !important} .position-count-message{color: #ffffff !important} .position-insights.p-md{visibility: hidden !important} .insights-bg{visibility: hidden !important} .col-xs-12.col-sm-12.col-md-7.no-pad-right{width: 54% !important} .match-details {visibility:hidden !important} .jumbotron h1 { text-align: left !important; margin-left: 68% !important; padding-left: 16px !important; font-size: 16px !important; padding-right: 2% !important; background-color: rgba(237,177,17, 0.85)!important; padding-top: 16px !important; padding-bottom: 16px !important; margin-top: 28px !important;} @media only screen and (max-width: 992px) {.jumbotron h1 { margin-left: 52% !important; margin-top: 50px !important;}}