{"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": 0.8, "hideInMobileView": false, "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.", "image": "https://static.vscdn.net/images/careers/demo/vale/imageevp.jpg"}, "showJobId": 1, "links": {"videos": ["https://www.youtube.com/watch?v=tk3SrZ6WPb0", "https://www.youtube.com/watch?v=33Mgbclh5xw", "https://www.youtube.com/watch?v=1NFVEQ_BDN8"], "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/"]}, "companyName": "Vale", "navBar": {"opacity": 0.9, "link": "https://vale.com/pt/home", "image": "https://static.vscdn.net/images/careers/demo/vale/Vale_w.png", "background": "#007E7A", "title": "Vale"}, "applySuccessMessage": "Candidatura Confirmada!", "privacy": {"text": "Confirme que voc\u00ea concorda com a Pol\u00edtica de Privacidade de Dados. <br /> <br /> Pol\u00edtica - Eu reconhe\u00e7o que estou solicitando um emprego pela Vale (a 'Empresa') e, por meio desta confirma\u00e7\u00e3o, concordo com a coleta, processamento e uso de minhas informa\u00e7\u00f5es pessoais para fins de recrutamento pela Empresa. <br /> Entendo tamb\u00e9m que pretendentes que receberem oferta de emprego ser\u00e3o solicitados a se submeterem a um exame antidrogas, e a uma verifica\u00e7\u00e3o pr\u00e9-admiss\u00e3o da forma\u00e7\u00e3o educacional e empregos anteriores. <br /> Estou ciente que as respostas enviadas nesta candidatura constituem um compromisso e quaisquer informa\u00e7\u00f5es falsas ou incorretas poder\u00e3o apresentar a anula\u00e7\u00e3o da candidatura. </br> As informa\u00e7\u00f5es fornecidas ser\u00e3o mantidas em sigilo e ser\u00e3o usadas apenas de maneira consistente com a lei.<br /></b><a target=\"_blank\" href=\"https://forms.office.com/Pages/ResponsePage.aspx?id=G1eTeCxs70y02n1LJmoGJkk3c1lmdcxGgXQovtnt0CdUNzhXRkEzOFlFWkFUT05IUjJPUEpOTUVOSy4u\">TERMOS E CONDI\u00c7\u00d5ES</a></br></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": true, "autoLoadFirstPosition": true}, "custom_style": {"css": ".hero-image{background-size:cover !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": "Carreiras na Vale", "job_page_title": "Carreiras na Vale", "page_description": "Carreiras na Vale", "page_image": "", "talentNetworkBranding": {"custom_html": {"header": "", "footer": ""}}, "talentNetworkHeroBanner": {"useImage": 1, "opacity": 1, "hideInMobileView": false}, "custom_html": {"header": "", "footer": ""}, "recaptcha_enabled": 0, "uploadResumeModal": {"hideSkip": false, "hideCrossButton": false}, "resumeOptional": false, "push_application_to_ats": true, "enableNavLinks": 0, "showUploadResumeModal": 1, "recommended_star_threshold": 4, "max_applications_refer": 0, "showLoggedOutNotificationsPrivacyPolicy": true, "hideEightfoldBranding": false}, "positions": [{"id": 28435016, "name": "Programa Forma\u00e7\u00e3o Profissional - PFP Vale Metais B\u00e1sicos 2025 | Salobo (Parauapebas/PA)", "location": "MARABA, PA, BRA", "locations": ["MARABA, PA, BRA", "Parauapebas, Pa, BR"], "hot": 1, "department": "COORD ENG DE MANUT ALTA TENS\u00c3O", "business_unit": "Unknown", "t_update": 1744919983, "t_create": 1744848000, "ats_job_id": "1083455", "display_job_id": "1083455", "type": "ATS", "id_locale": "1083455-en", "job_description": "Programa Forma\u00e7\u00e3o Profissional - PFP Vale Metais B\u00e1sicos 2025 | Salobo (Parauapebas/PA) O Programa Forma\u00e7\u00e3o Profissional (PFP) \u00e9 uma das principais portas de entrada na Vale. Valorizamos e incentivamos oportunidades na ind\u00fastria, buscando desenvolver e qualificar os talentos locais. As oportunidades s\u00e3o para Salobo Metais/PA. O PFP oferece qualifica\u00e7\u00e3o profissional para o desempenho de fun\u00e7\u00f5es operacionais em diversas \u00e1reas de neg\u00f3cio e impulsionar a minera\u00e7\u00e3o. O programa \u00e9 realizado em parceria com o Servi\u00e7o Nacional de Aprendizagem Industrial (Senai) e tem dura\u00e7\u00e3o aproximada de 18 meses. Os conte\u00fados s\u00e3o oferecidos em diversos formatos: em sala de aula, por meio de simuladores e por meio da aprendizagem pr\u00e1tica (OJT). A aprendizagem pr\u00e1tica representa 86% da nossa forma\u00e7\u00e3o e, durante o ON THE JOB TRAINING (OJT), os participantes vivenciam experi\u00eancias incr\u00edveis de aprendizado ao lado de seus tutores, nas depend\u00eancias da empresa. Para participar, \u00e9 preciso ter 18 anos ou mais e Ensino M\u00e9dio completo, seja na modalidade regular ou por meio de Cursos T\u00e9cnicos, conforme os requisitos da vaga. Vivenciamos um processo de evolu\u00e7\u00e3o cultural e sabemos que reconhecer e desenvolver os talentos das pessoas \u00e9 parte essencial dessa mudan\u00e7a. Por isso, valorizamos a individualidade e a criatividade e estimulamos o aprendizado e o crescimento profissional por meio do Programa Forma\u00e7\u00e3o Profissional (PFP). As inscri\u00e7\u00f5es estar\u00e3o abertas at\u00e9 16/05/2025. Acesse o link: https://vale.eightfold.ai/careers/job/28435016. As oportunidades em Salobo Metais residentes em Parauapebas / PA contemplam vagas para os seguintes cursos: Eletricista Industrial; Mec\u00e2nico de Manuten\u00e7\u00e3o de Usina; PR\u00c9-REQUISITOS Pessoas a partir de 18 anos de idade, com ensino m\u00e9dio completo; Inscri\u00e7\u00f5es abertas para moradores de Parauapebas. As vagas s\u00e3o preferenciais para mulheres das Vilas Sans\u00e3o e Paulo Fonteles, vizinhas ao Salobo. Disponibilidade de 8 horas por dia; Obrigat\u00f3rio esquema vacinal da Febre Amarela; ETAPAS DO PROCESSO O processo seletivo ser\u00e1 dividido em sete etapas e ocorrer\u00e1 entre os meses de abril e agosto. As etapas incluem inscri\u00e7\u00f5es, avalia\u00e7\u00f5es de conhecimento, entrevista com a RH, painel de entrevistas com gestores(as) da Vale, avalia\u00e7\u00e3o psicol\u00f3gica, exames m\u00e9dicos e entrega de documenta\u00e7\u00e3o. A previs\u00e3o \u00e9 de que o in\u00edcio da forma\u00e7\u00e3o \u00e9 em agosto de 2025. CRONOGRAMA Inscri\u00e7\u00f5es: 28/04/2025 a 16/05/2025 Provas online: 28/04/2025 a 12/05/2025 Din\u00e2mica Online com a RH: a partir de maio Painel com o gestor: a partir de junho Avalia\u00e7\u00e3o Psicol\u00f3gica: a partir de julho Exames admissionais: a partir de julho Entrega de documentos: a partir de julho Admiss\u00e3o: A partir de Agosto BENEF\u00cdCIOS E VANTAGENS: Remunera\u00e7\u00e3o mensal de at\u00e9 R$ 2.120,00. F\u00e9rias remuneradas. Assist\u00eancia m\u00e9dica, odontol\u00f3gica e farmac\u00eautica; Seguro de vida, reembolso creche e pr\u00e9-escola; Vale-refei\u00e7\u00e3o ou refeit\u00f3rio no local de atua\u00e7\u00e3o (quando aplic\u00e1vel) e vale-alimenta\u00e7\u00e3o; Vale-transporte (quando aplic\u00e1vel) ou transporte no local de atua\u00e7\u00e3o; Benef\u00edcios de atividade f\u00edsica (Gympass); Acesso ao Apoiar - programa de assist\u00eancia ao empregado que d\u00e1 suporte jur\u00eddico, financeiro e psicol\u00f3gico; Benef\u00edcio de Fim de ano. Cesta de Natal, dentre outros. Voc\u00ea, empregado, conhece algu\u00e9m com esse perfil? Compartilhe esta oportunidade com ele! O Programa Forma\u00e7\u00e3o Profissional 2025 est\u00e1 com inscri\u00e7\u00f5es abertas, e pode ser a chance que ele estava esperando para crescer e se desenvolver na Vale. N\u00e3o deixe essa oportunidade passar!", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/28435016", "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": 28586659, "name": "OPERADORA (OR) DE SISTEMA AUTONOMO I (Vaga Afirmativa para Pessoas com Defici\u00eancia)", "location": "SAO LUIS, MA, BRA", "locations": ["SAO LUIS, MA, BRA", "Raposa", "Pa\u00e7o do Lumiar", "S\u00e3o Jos\u00e9 de Ribamar"], "hot": 0, "department": "SUP OPERACAO EMBARQUE C", "business_unit": "Unknown", "t_update": 1746558503, "t_create": 1745366400, "ats_job_id": "1083636", "display_job_id": "1083636", "type": "ATS", "id_locale": "1083636-en", "job_description": "Onde tem evolu\u00e7\u00e3o, a Vale est\u00e1. Aten\u00e7\u00e3o: \u00e9 necess\u00e1rio anexar seu curr\u00edculo no ato da inscri\u00e7\u00e3o. Nossa transforma\u00e7\u00e3o cultural: A Vale \u00e9 uma mineradora que busca acelerar a transi\u00e7\u00e3o para um mundo mais sustent\u00e1vel, que coloca a seguran\u00e7a no centro de tudo o que faz e trabalha para construir solu\u00e7\u00f5es para os desafios da humanidade - transformando, hoje, o futuro. Aprendemos juntos, e seguimos comprometidos com a nossa transforma\u00e7\u00e3o cultural para gerar, com as pessoas, valor e impacto positivo por meio das nossas atividades. Avan\u00e7ando a cada dia, nos sentimos prontos para cultivar rela\u00e7\u00f5es s\u00f3lidas e estabelecer sempre o di\u00e1logo aberto com a sociedade. vemcomavale Quer conhecer nossa oportunidade? N\u00b0 de Vagas: 1 Forma\u00e7\u00e3o: Ensino M\u00e9dio Completo. Localidade: S\u00e3o Lu\u00eds, Maranh\u00e3o, Brasil Hor\u00e1rio de Trabalho: Turno Noturno 2x2 19:00 \u00e0s 07:00 Tipo de contrato: Indeterminado Per\u00edodo de inscri\u00e7\u00e3o: 06/05/2025 a 12/05/2025 Requisitos necess\u00e1rios: Ensino M\u00e9dio Completo. Inform\u00e1tica n\u00edvel B\u00e1sico; Exclusivo para PcD (Pessoas com defici\u00eancia) Requisitos desej\u00e1veis: T\u00e9cnico em Eletromec\u00e2nica ou Eletroeletr\u00f4nica, Automa\u00e7\u00e3o, Mecatr\u00f4nica. Responsabilidades e atividades do cargo: Utilizar os recursos disponibilizados pela tecnologia da melhor forma poss\u00edvel, sempre buscando o aprimoramento do processo e uso da tecnologia embarcada, para execu\u00e7\u00e3o da tarefa produtiva; Executar os procedimentos operacionais atendendo as normas de seguran\u00e7a, meio ambiente e qualidade; Operar o equipamento a partir da esta\u00e7\u00e3o de trabalho, seguindo o procedimento definido para execu\u00e7\u00e3o da tarefa via modo remoto aut\u00f4nomo ou semi aut\u00f4nomo, atrav\u00e9s de uma cabine remota. 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 - Plan\u200bos 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. 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 Entre outros ... 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 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 sua candidatura.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/28586659", "isPrivate": false}, {"id": 29132481, "name": "Surveyor, Surface", "location": "Thompson, MB, CAN", "locations": ["Thompson, MB, CAN"], "hot": 0, "department": "Mill Tailings Mgmt (S)", "business_unit": "Unknown", "t_update": 1746714080, "t_create": 1746662400, "ats_job_id": "1084109", "display_job_id": "1084109", "type": "ATS", "id_locale": "1084109-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 Surface Surveyor to join our Team in Thompson, Manitoba. This is a permanent position. In this role, you will deliver survey services for Tailings and Dams, assisting with surface plant requests. Duties include maintaining water structures, submitting instrumentation data for the Engineer of Record (EOR), and communicating results to work groups. You will attend daily meetings, relay information to team members, and conduct inspections to ensure structure stability and address potential issues. Major Accountabilities Monitor tailings dams instrumentation, resolve system issues, and collect and submit monthly data for the Engineer of Record (EOR). Perform field collection of weekly water levels, tailings line extension advancement surveys, and data interpretation, and maintain control point locations. Conduct general surface surveying requests, develop and maintain surface drawings, and perform bathymetric surveys. Provide stockpile material survey reports, facilitate field orientation, conduct personnel field safety reviews, and perform relief site inspections. Participate in HomeSafe, kaizen, near miss, and condition reporting, and identify opportunities for safety, productivity, and cost improvements. Utilize Home Safe tools, participate in the dam safety and performance monitoring program, work closely with technical groups, manage assigned projects, and ensure compliance with safety, health, and environmental regulations. About You Education: Secondary School Post-Secondary Education preferred, with a minimum of a 3-Year Technologist program Experience: Less than 6 months of relevant experience Skills: Previous experience with surveying and outboard motors/boats, including a pleasure craft operating license, is considered an asset. Superior organizational, time management, and effective communication skills in both formal and informal settings. Strong commitment to safety, quality, a positive attitude, willingness to learn, and ability to work with little supervision. Ability to create networks and relationships with both internal and external stakeholders. 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). Leave for all of life's reasons (vacation, flex, sick, top-up for maternity/parental). Flexible work arrangements. 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 being 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. Apply by: May 22, 2025 Grade: H01 Valebasemetals", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29132481", "isPrivate": false}, {"id": 29103235, "name": "Senior Engineer - Ground Control", "location": "Thompson, MB, CAN", "locations": ["Thompson, MB, CAN"], "hot": 0, "department": "MTS-Mine Plning-Executin MB(S)", "business_unit": "Unknown", "t_update": 1746721091, "t_create": 1746576000, "ats_job_id": "1084076", "display_job_id": "1084076", "type": "ATS", "id_locale": "1084076-en", "job_description": "Ensure safety and stability of mine excavations according to geotechnical requirements. Provide technical support and coordination for ground control risk management programs at mine sites. Advise mine operators and technical staff on ground control strategies and methods. Implement new systems/processes and continuous improvement initiatives. Develop site-specific field instrumentation programs to monitor ground behavior during mining. Engineering degree in Mine Engineering with a Professional Engineering Designation Preferred. Eligible for registration as a licensed professional engineer with Engineers Geoscientists Manitoba 3 years of underground mining experience is an asset Proficient in MS Office Products (Excel, Word, PowerPoint) Understanding of mining standards and underground mine design, technology, and activities Experience with RocScience Software, Modelling Software (ie: Map3D, FLAC) and 3D mine design software (Deswik) Preferred Strong communication skills and ability to manage time effectively", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29103235", "isPrivate": false}, {"id": 29102068, "name": "Sr Metallurgist, TEC", "location": "Mississauga, ON, CAN", "locations": ["Mississauga, ON, CAN"], "hot": 0, "department": "VTDL Hydrometallurgy Group", "business_unit": "Unknown", "t_update": 1746629306, "t_create": 1746576000, "ats_job_id": "1084073", "display_job_id": "1084073", "type": "ATS", "id_locale": "1084073-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 Senior Metallurgist to join our Hydrometallurgy team in Sheridan Park, Mississauga. This is a permanent onsite position. As a Senior Metallurgist, you will work as part of the hydrometallurgy team, applying specialized knowledge and experience in science and technology (physical chemistry, electrochemistry, inorganic and organic chemistry, chemical engineering) to support technical excellence in Vale global operations with the focus on hydrometallurgy processes. Your experience and skill will allow you to plan and carry out technical investigation projects, by applying in-depth technical expertise in at least one area of science and technology, such as electrochemistry and electrometallurgy, to identify and demonstrate solutions to specific process metallurgy challenges in, and opportunities for, the operations; writes the reports and communicates key findings and recommendations. Additionally, in this position you will: Plan, assemble required equipment, prepare necessary chemicals, and safely execute testwork at laboratory and mini-plant scale; report results and what they mean. Proceed with the implementation of specific results-driven recommendations and provide ongoing assistance to Operations when required. Maintain regular communication with key personnel (Operations, Process Tech, others) from Base Metals operations. Participate in process technical peer reviews of other process technical investigation programs. Maintain awareness of best-in-class process technology developments and make recommendations for assessment for potential adoption in Base Metals operations; develop and maintain network of contacts with technology and equipment vendors, engineering companies, universities, and other technical institutions. About You Education: Undergraduate degree in relevant discipline is required, Graduate Degree (MSc or PhD) is preferred. Experience: Minimum 5 years of experience in the field of, or in an area related to, hydrometallurgy or other industrial chemistry operations; ability to apply your knowledge in process fundamentals to sustain and improve industrial chemistry or hydrometallurgy operations Skills: Strong teammate skills with ability to build and develop relationships Be a technology influencer and a champion for change Ability to work independently Strong organizational, interpersonal, problem solving and analytical skills Hands-on experience with laboratory and mini-plant equipment Be willing to travel to operations and other locations as required. 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) Flexible work arrangements. Work culture dedicated to safety, diversity & inclusion, and career growth Employee Family Assistance Program Virtual Healthcare online Online training and career development opportunities. Why Mississauga Vale's Mississauga office, located in one of Canada's fastest growing and most diverse cities, is the epicenter of the company's technology development team. This office focuses on advancing Vale's competitive edge and refining growth strategies to ensure long-term sustainability. The innovative and dynamic environment of Mississauga perfectly complements Vale's commitment to technological excellence and sustainable development. 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 Apply by: Monday, May 19th, 2025 ValeBaseMetals", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29102068", "isPrivate": false}, {"id": 29103236, "name": "Engineer in Training - Mines Technical Services", "location": "Thompson, MB, CAN", "locations": ["Thompson, MB, CAN"], "hot": 0, "department": "MTS-Geology&In-Mine Expl-MB(S)", "business_unit": "Unknown", "t_update": 1746633224, "t_create": 1746576000, "ats_job_id": "1084075", "display_job_id": "1084075", "type": "ATS", "id_locale": "1084075-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 Engineer in Training to join our Mines Technical Services Team in Thompson, Manitoba. This is a permanent on-site position. Relocation to Thompson, Manitoba will be required for this role. In this role you will work to build and maintain relationships and interact with other technical staff, supervision, and hourly employees. The position will involve regular trips underground and on surface in the field to visit existing mining areas and audit practices related to ground control. Additionally, in this position you will: Develop various designs and engineering prints for the operations team including development driving layouts, drilling/blasting, raisebore and service holes. Daily tracking of mining activities and analysis of rates to optimize scheduled activities Schedule weekly and monthly mining activities ensuring production targets are being met Collaboration with technical services group as well as operations team on design parameters, scheduled activities and safety Present information and schedule to technical services and operations teams. Stope performance audits and data collection and analysis to optimize designs Involvement in ground support and ventilation to plan mining activities and constraining processes About You Education: Engineering degree in Mine Engineering with a Professional Engineering Designation Preferred. Eligible for registration as a licensed professional engineer with Engineers Geoscientists Manitoba Experience: 1-2 years of related technical experience, preferably at an existing operating mine (underground mine or open pit). Skills: Strong initiative and excellent safety record are essential Proficiency in MS Office and experience with CAD systems for mine design and planning preferred Ability to prepare and present material on ground control, and work on mining proposals Valid driver's license and willingness to work in an underground environment required 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) Leave for all of life's reasons (vacation, flex, sick, top up for maternity/parental) Flexible work arrangements. 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: May 21, 2025 Grade: F8T Valebasemetals", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29103236", "isPrivate": false}, {"id": 29083018, "name": "ANL SEGURANCA EMPRESARIAL", "location": "PARAUAPEBAS, PA, BRA", "locations": ["PARAUAPEBAS, PA, BRA"], "hot": 0, "department": "Ger Seg Emp Serra Norte", "business_unit": "Unknown", "t_update": 1746728812, "t_create": 1746489600, "ats_job_id": "1084044", "display_job_id": "1084044", "type": "ATS", "id_locale": "1084044-en", "job_description": "Onde tem evolu\u00e7\u00e3o, a Vale est\u00e1. ANALISTA DE SEGURAN\u00c7A EMPRESARIAL VAGA AFIRMATIVA PARA MULHERES Nossa transforma\u00e7\u00e3o cultural: A Vale \u00e9 uma mineradora que busca acelerar a transi\u00e7\u00e3o para um mundo mais sustent\u00e1vel, que coloca a seguran\u00e7a no centro de tudo o que faz e trabalha para construir solu\u00e7\u00f5es para os desafios da humanidade - transformando, hoje, o futuro. Aprendemos juntos, e seguimos comprometidos com a nossa transforma\u00e7\u00e3o cultural para gerar, com as pessoas, valor e impacto positivo por meio das nossas atividades. Avan\u00e7ando a cada dia, nos sentimos prontos para cultivar rela\u00e7\u00f5es s\u00f3lidas e estabelecer sempre o di\u00e1logo aberto com a sociedade. vemcomavale Conhe\u00e7a mais do nosso prop\u00f3sito: https://www.youtube.com/watch?v=MUpLjGKLmSc https://www.vale.com/pt/home Por que vagas afirmativas para mulheres? A Vale est\u00e1 em uma jornada de transforma\u00e7\u00e3o, na busca de se tornar uma empresa mais diversa, equitativa e inclusiva. 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 exclusivas 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. O processo seletivo para essa posi\u00e7\u00e3o segue o mesmo formato dos outros programas de atra\u00e7\u00e3o de talentos da empresa. Quer conhecer a nossa oportunidade? N\u00b0 do CD (Cargo dispon\u00edvel): CD 1084044 N\u00b0 de Vagas: 01 Forma\u00e7\u00e3o: Gest\u00e3o de seguran\u00e7a privada ou \u00e1reas afins; Localidade: Paraupebas, PA, Brasil Hor\u00e1rio de Trabalho: Diurno Tipo de contrato: Indeterminado Per\u00edodo de inscri\u00e7\u00e3o: de 08/05/2025 a 14/05/2025 Requisitos necess\u00e1rios: Forma\u00e7\u00e3o Superior/ Tecn\u00f3logo: Gest\u00e3o de seguran\u00e7a privada ou \u00e1reas afins; Dom\u00ednio do Pacote Office; Ter conhecimento b\u00e1sico em armamento de vigil\u00e2ncia, incluir armas n\u00e3o Letais (MPO); Residir em Paraupebas- PA Requisitos desej\u00e1veis: Conhecimento nas ferramentas BI e Teams; Conhecimento em preven\u00e7\u00e3o de perdas. Responsabilidades e atividades do cargo: Realizar inspe\u00e7\u00f5es de S&S, di\u00e1logo comportamental e a\u00e7\u00f5es de Seguran\u00e7a no Trabalho. Ministrar treinamento de preven\u00e7\u00e3o aos Risco de Desrespeito aos Direitos Humanos, al\u00e9m de outros que esteja habilitado para tal; Solicitar a mobiliza\u00e7\u00e3o/desmobiliza\u00e7\u00e3o de postos dos Contratos de Vigil\u00e2ncia e Portarias, mediante an\u00e1lise pr\u00e9via e devida autoriza\u00e7\u00e3o do Gestor do Contrato; Manter a\u00e7\u00e3o de relacionamento e realizar visitas aos stakeholders da SegEmp, seja interno ao ambiente Vale, como os externos - principalmente dos \u00f3rg\u00e3os de seguran\u00e7a p\u00fablica; Validar mensalmente Boletim de Medi\u00e7\u00e3o do contrato de presta\u00e7\u00e3o de servi\u00e7os de Vigil\u00e2ncia, Portarias etc; Assessorar a Jur\u00eddica no que tange a audi\u00eancias e eventos cr\u00edticos contra a Vale; Planejar o apoio da vigil\u00e2ncia / portaria a eventos realizados por outras \u00e1reas; Preparar planos de a\u00e7\u00e3o e tratamento de n\u00e3o conformidades dos atendimentos de Seguran\u00e7a Empresarial, principalmente nas Auditorias de S&S, de Meio Ambiente, de Qualidade e Requisitos Legais (COLOG, CNEN, PAEBM, Produtos Controlados etc.); Participar de investiga\u00e7\u00f5es de acidentes e incidentes; Registrar a\u00e7\u00f5es de preven\u00e7\u00e3o de acidentes em ferramentas/sistemas de S&S. Participar da elabora\u00e7\u00e3o dos or\u00e7amentos de custeio e investimento anualmente, al\u00e9m de participar de estudo p/ equaliza\u00e7\u00e3o de custos operacionais; Elaborar relat\u00f3rios operacionais para subsidiar decis\u00f5es gerenciais; Acompanhar a execu\u00e7\u00e3o das ordens de servi\u00e7os de manuten\u00e7\u00e3o civil, el\u00e9trica ou TI dentro dos ambientes da SegEmp sob sua responsabilidade operacional; Acompanhar auditorias internas / AUDIT, al\u00e9m de suporte ao Canal de Den\u00fancia quando demandado e autorizado pela lideran\u00e7a imediata; Fiscalizar os servi\u00e7os de Seguran\u00e7a Patrimonial / Seguran\u00e7a Florestal e Servi\u00e7os de Portarias; Efetuar controle dos bens e ativos sob sua \u00e1rea de atua\u00e7\u00e3o; Elaborar planejamento t\u00e9cnico e t\u00e1tico de Seguran\u00e7a Empresarial; Controlar e manter atualizados documentos t\u00e9cnicos e administrativos p/ fins de auditoria; Controlar as aquisi\u00e7\u00f5es requeridas na sua \u00e1rea de atua\u00e7\u00e3o; Consolidar os dados estat\u00edsticos nos relat\u00f3rios; Participar do projeto de Seguran\u00e7a Eletr\u00f4nica da SegEmp e das \u00e1reas clientes, sugerindo alternativas de melhor dispositivo a ser empregado considerando a efici\u00eancia p/ controlar os riscos; Prestar o atendimento de Seguran\u00e7a Empresarial ao p\u00fablico interno e externo, principalmente autoridades quando em visita ao site; Combater fraudes, desvios e il\u00edcitos na \u00e1rea de atua\u00e7\u00e3o fazendo os devidos Reports; Atuar na preven\u00e7\u00e3o de perdas e apurar ocorr\u00eancias de rotina, controlando as a\u00e7\u00f5es preventivas e/ou mitigadoras; Propor e implantar medidas corretivas da Seguran\u00e7a Empresarial atrav\u00e9s da emiss\u00e3o de AVUs, bem como controlar as resolu\u00e7\u00f5es; Atuar como Gestor ou Fiscal de Contratos na \u00e1rea de Seguran\u00e7a Empresarial Atuar de acordo com os preceitos e diretrizes corporativas de Seguran\u00e7a Empresarial, atuando nos programas implantados, o PGAS por exemplo; Cumprir e aplicar em sua \u00e1rea de atua\u00e7\u00e3o o Plano diretor de Seguran\u00e7a Empresarial e suas Ferramentas; Garantir o emprego da vigil\u00e2ncia, portaria e recep\u00e7\u00e3o, junto \u00e0s empresas contratadas e seus prepostos; Atuar na lideran\u00e7a de equipes com seguran\u00e7a. Um pouco do que a Vale oferece para voc\u00ea: Previd\u00eancia Privada: garantia de um futuro tranquilo, com seguran\u00e7a financeira para a aposentadoria. PLR - Programa de Participa\u00e7\u00e3o nos Lucros e Resultados: reconhecimento pelos esfor\u00e7os de todos, com participa\u00e7\u00e3o nos lucros da empresa Assist\u00eancia M\u00e9dica e Hospitalar, Odontol\u00f3gica: Cuidados de sa\u00fade completos para empregados e seus dependentes, prezando por aquilo que \u00e9 priorit\u00e1rio em garantia: Sa\u00fade e qualidade de vida; Reembolso Creche ou Aux\u00edlio Bab\u00e1: apoio para conciliar o retorno ao trabalho com a chegada de um filho - at\u00e9 os 6 anos dos dependentes; PASA - Planos de sa\u00fade para familiares ou para o pr\u00f3prio empregado, em caso de aposentadoria ou desligamento; Vale alimenta\u00e7\u00e3o: suporte financeiro para compras de itens de mercado; Vale refei\u00e7\u00e3o ou Refei\u00e7\u00f5es no trabalho: benef\u00edcio para facilitar a rotina e promover h\u00e1bitos saud\u00e1veis na alimenta\u00e7\u00e3o di\u00e1ria; Apoiar - Programa de Assist\u00eancia ao Empregado e Dependentes: suporte emocional e social especializados para empregados e suas fam\u00edlias; Cart\u00e3o Presente de Natal para Dependentes: um gesto de carinho no final do ano - para dependentes at\u00e9 10 anos; Transporte fretado ou Vale transporte: garantias de deslocamento di\u00e1rio de nossos empregados para o ambiente de trabalho; Passagens de trem de passageiros na Estrada de Ferro Vit\u00f3ria a Minas (EFVM) e/ou na Estrada de Ferro Caraj\u00e1s (EFC). Destinadas para uso pessoal, viabilizando mais uma op\u00e7\u00e3o log\u00edstica para viagens dos empregados; Incentivo \u00e0 atividade f\u00edsica - Wellhub: promo\u00e7\u00e3o de sa\u00fade f\u00edsica e bem-estar com programas de atividade f\u00edsica; Programa Bem-Estar: cuidados integrais para melhorar a qualidade de vida dos empregados; Clube de Vantagens: Descontos e benef\u00edcios exclusivos para compras em estabelecimentos parceiros. Entre outros ... 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 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 sua candidatura.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29083018", "isPrivate": false}, {"id": 29082610, "name": "Sr. Analyst, Traffic", "location": "Toronto, ON, CAN", "locations": ["Toronto, ON, CAN"], "hot": 0, "department": "Global Logistics", "business_unit": "Unknown", "t_update": 1746566946, "t_create": 1746489600, "ats_job_id": "1084032", "display_job_id": "1084032", "type": "ATS", "id_locale": "1084032-en", "job_description": "Execute shipments to customers in diverse locations, including placing bookings, coordination and monitoring whilst minimizing freight cost, optimizing working capital and meeting commercial requirements. Provide timely notification to all relevant parties on bookings and coordinate with stakeholders on subsequent changes. Set up deliveries and shipments in SAP and ensure all shipments are reconciled and post goods issues in a timely manner. Undergraduate degree in business, logistics, supply chain management, commerce, or related field. Minimum 5 years in Logistics, Supply Chain or relevant experience. A team player, autonomous and self-driven. Excellent communication and presentation skills, both verbal and written. Determined problem solver with high level attention to details, strong analytical and critical thinking skills Solid time management skills and ability to prioritize workload in a changing environment and within tight deadlines Knowledge of transportation regulations and compliance requirements. Proficiency in Microsoft Word, Excel, PowerPoint and Outlook. Exposure to SAP systems will also be beneficial.", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29082610", "isPrivate": false}, {"id": 29075721, "name": "Mill Operator 6", "location": "Labrador, NL, CAN", "locations": ["Labrador, NL, CAN"], "hot": 0, "department": "Concentrator Genral Overhd (H)", "business_unit": "Unknown", "t_update": 1746537854, "t_create": 1746489600, "ats_job_id": "1083967", "display_job_id": "1083967", "type": "ATS", "id_locale": "1083967-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 Mill Operator 6 to join our Concentrator Team in Voisey's Bay, Labrador, a fly-in fly-out operation. This is a permanent on-site position, working a 2 weeks on, 2 weeks off rotation. As a Mill Operator 6, you operate one of the seven areas of the milling process (i.e. crushing, grinding, flotation, dewatering, reagents, paste plant, and tailings and water management). Additionally, in this position you will: Perform pre-operational checks and operate equipment according to standard operating procedures and monitor equipment and processes. Conduct troubleshooting activities when problems arise and interact with the Control Room Operator and the Supervisor as required to correct. Perform plant housekeeping activities, minor equipment repairs, and support maintenance activities as required. Complete operator reports and ensure that equipment deficiencies and operational issues are communicated to the supervisor. Use overhead cranes and lifts to move operational supplies around the plant. Participate in crew safety meetings. About You Education: Completed a minimum of Grade 10 or equivalent. Experience: Minimum of 6 months of operating experience in a mineral processing plant. Previous experience in Voisey's Bay would be considered an asset. Skills: Basic understanding of mineral processing theory and practice. Familiar with the process flowsheet and with the equipment and its function. Familiar with the safe work practices and standard operating procedures of the concentrator. Detailed knowledge of one area of the concentrator and can operate the equipment autonomously at the completion of the training period. Able to recognize hazards in an industrial workplace and understands his or her role in assessing and managing risk. Able to apply logical thinking to solve problems and \"trouble-shoot\" abnormal situations to correct mechanical or process problems. Has mechanical aptitude and is able, with appropriate instruction, to perform basic equipment repairs. Able to communicate effectively with operations and maintenance personnel while carrying out duties. Familiar with operating a computer and running Windows-driven applications. What We Offer You Competitive compensation including a variable annual incentive plan Participation in a competitive Defined Contribution Pension package Comprehensive benefits package 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 training and career development opportunities 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 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. Interested applicants must submit their application online at https://vale.eightfold.ai/careers. Apply by: Wednesday May 21st, 2025. ValeBaseMetals", "stars": 0.0, "medallionProgram": null, "location_flexibility": null, "work_location_option": "onsite", "canonicalPositionUrl": "https://vale.eightfold.ai/careers/job/29075721", "isPrivate": false}], "debug": {}, "count": 151, "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": "8827508"}, "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": 37, "MINERA\u00c7\u00c3O": 31, "Seguran\u00e7a": 29, "Microsoft Excel": 28, "Log\u00edstica": 21, "MANUTEN\u00c7\u00c3O": 20, "CONSTRU\u00c7\u00c3O": 18, "Transportation": 16, "Microsoft Power BI": 14, "Ensino": 13, "Maintenance": 13, "Operations": 13, "Mining": 12, "CNH B": 10, "Planejamento": 10, "Communication": 9, "Engenharia": 9, "F\u00cdSICA": 9, "Acompanhamento": 8, "Confiabilidade": 8, "INGL\u00caS": 8, "Kaizen": 8, "Lideran\u00e7a": 8, "MANUTEN\u00c7\u00c3O PREVENTIVA": 8, "Aberto": 7, "Atividade": 7, "AutoCAD": 7, "Microsoft Office": 7, "Programa\u00e7\u00e3o": 7, "Sensors": 7, "Treinamento": 7, "Welding": 7, "Civil Engineering": 6, "Finishing": 6, "Geology": 6, "Geotecnia": 6, "Gest\u00e3o De Contratos": 6, "MANUTEN\u00c7\u00c3O Corretiva": 6, "Problem Solving": 6, "Sistema": 6, "Soldagem": 6, "An\u00e1lise": 5, "CID": 5, "Deficiente": 5, "Defici\u00eancia": 5, "Disponibilidade": 5, "Engineering": 5, "INFORM\u00c1TICA": 5, "Negocia\u00e7\u00e3o": 5, "PCD": 5, "Repairs": 5, "Siderurgia": 5, "Time Management": 5, "WHMIS": 5, "ADMINISTRA\u00c7\u00c3O": 4, "Continuous Improvement": 4, "Deficiencia": 4, "Eletrodo": 4, "Ensino M\u00e9dio Completo": 4, "Heavy Equipment": 4, "Limpeza": 4, "Milling": 4, "Pacote Office": 4, "Seguro": 4, "Training": 4, "AUTOMA\u00c7\u00c3O": 3, "Avalia\u00e7\u00e3o": 3, "CNHB": 3, "Contabilidade": 3, "Contract Management": 3, "Corte": 3, "E-Procurement": 3, "Ferrovia": 3, "First Aid": 3, "Gest\u00e3o De Pessoas": 3, "Healthcare": 3, "Hydraulics": 3, "Inventory Framework": 3, "Large Goods Vehicle": 3, "Logistics": 3, "Mechanics": 3, "Mec\u00e2nica": 3, "Medi\u00e7\u00e3o": 3, "Microsoft Office 365": 3, "Microsoft Project": 3, "Organizational Skills": 3, "Presentation Skills": 3, "Safety Regulations": 3, "Teamwork": 3, "Troubleshooting": 3, "Equipamentos De MINERA\u00c7\u00c3O": 3, "Gest\u00e3o De Obras": 3, "Indicadores": 3, "Obras Civis": 3, "Solda": 3, "Amostra Deformada": 2, "Analise De Solo": 2, "Analytics": 2, "ArcGIS": 2, "Atterberg Limits": 2}, "departments": {"Sup Manut de Infra estrutura I": 5, "Laborat\u00f3rio Geotecnico": 4, "COORD GESTAO DE CONTRATOS": 3, "Coord Manuten\u00e7\u00e3o de Mina": 3, "GER IMPL BARRAG MARAVILHAS III": 3, "SUP INSPE\u00c7\u00c3O EQUIP MINA PICO": 3, "SUP MANUT INDUSTRIAL A": 3, "COORD MEIO AMBIENTE": 2, "Global Logistics": 2, "Mill Maintenance Mech (H)": 2, "SUP MANUT PREV TRANSPORTE": 2, "SUP OPER TERMINAL PBS - C": 2, "Stobie Open Pit Project (H)": 2, "Sup Manut Prevent Embarque D": 2, "Superv.Opera\u00e7\u00e3o Usina D": 2, "AP SUP COR MEC USINA TURNO A": 1, "AP SUP TERMINAIS NIQUEL_1": 1, "Ap Ger Serv Aquis Im Sist Sul": 1, "Aquisi\u00e7\u00e3o Talentos Corporativo": 1, "CCNR-IPC Util-Util Gen(H)": 1, "COOR PLANEJ E CONTROL MANUT MG": 1, "COORD CONF PREDITIVA ROD IND": 1, "COORD CONF/ENG MANUT USINA": 1, "COORD DE PCP COMP": 1, "COORD ENG DE MANUT ALTA TENS\u00c3O": 1, "COORD ENG E PROCESSOS": 1, "COORD ENG MANUT SLB III": 1, "COORD ENG\u00ba MINA PARAOPEBA": 1, "COORD GEST\u00c3O FIS IMOV N\u00c3O OPER": 1, "COORD MANUT USINA FABRICA": 1, "COORD PLANJ GEST IMPL OBRAS": 1, "COORD SEG OCUPACIONAL": 1, "COORD SEGURANCA DO TRABALHO": 1, "COORD SERVICOS EMERGENCIA": 1, "COORD. EIXO VGR1 E VULCA": 1, "COORD. ESTRATEGIA MANUTENCAO": 1, "COORD. ROTINA MAN. BRIQUETE": 1, "Coleman Mobile Mtce(H)": 1, "Concentrator Genral Overhd (H)": 1, "ConcentratorUG Utility Maint S": 1, "Cood Eng Usina _Paraopeba": 1, "Coord Ope Amb San Fau/Flo SS": 1, "Coord Talud Cavas PDEs Mariana": 1, "Coordenador PCM El\u00e9trica": 1, "Coordena\u00e7\u00e3o Manut Eletrica": 1, "Div Shops Srvcs Machining (H)": 1, "EXEC MANUT PREVENTIVA DESC A": 1, "Electrical - 11(H)": 1, "FACILITIES ALIM E COND SLS": 1, "GEOTECNIA SOSSEGO": 1, "GER BP ENG PROJ MIN E PROJ URB": 1, "GER EXPLOR CARAJAS OESTE": 1, "GER GARANTIA VALOR DE PROJETOS": 1, "GER INTEL DADOS AUDIT & CONFOR": 1, "GER LOG MAT FERR PROJ SUD": 1, "GER MAN USINA FASE SECA": 1, "GER MANUT PELLET US 5": 1, "GER OPER LOGISTICAS PARA": 1, "GER PLAN PERFURACAO E DESMONTE": 1, "GER PLANEJ PRONTIDAO SEG PROC": 1, "GER PLANEJAMENTO E GEST\u00c3O": 1, "GER Padroniz. e Apoio T\u00e9cnico": 1, "GER TECN ARQ NEG E SOLUCOES": 1, "Ger Estrat\u00e9gia e Desempenho": 1, "Ger Plan Longo Prazo Norte": 1, "Ger Seg Emp Serra Norte": 1, "Gerencia de TMP e Expedi\u00e7\u00e3o": 1, "Head of TEC Mining": 1, "IAM Reliability Surface - VB": 1, "IMPL FICO LOTE 5 E 6": 1, "LHO Health & Safety (S)": 1, "LHO_REFINERY_PH (S)": 1, "MANUT_SLS_OFC": 1, "MTS-Geology&In-Mine Expl-MB(S)": 1, "MTS-Mine Plning-Executin MB(S)": 1, "Manut Mec Rejeit. e tubula\u00e7oes": 1, "Matte Proc-Suprt-Plnt Admin(S)": 1, "Mill Tailings Mgmt (S)": 1, "Mine Maintenance (H)": 1, "OFICINA REF COMPONENTES - FAB": 1, "Procurement - Ontario(S)": 1, "Procurement CoE": 1, "Risk Management B": 1, "SUP DE SUBESTA\u00c7\u00c3O": 1, "SUP DIRETRIZ BASICA MAN": 1, "SUP ELET INSTR BRIQUETE": 1, "SUP Engenharia Mina SS": 1, "SUP INFRA MINA PICO - A": 1, "SUP INFRA MINA PICO - D": 1, "SUP MAN AGLOM PREP CARV CALCI": 1, "SUP MAN CARGA E INFRA": 1, "SUP MANUT EQ MINA ABO D": 1, "SUP MANUT MEC HID PATIO": 1, "SUP MANUT PORTO NOITE A": 1, "SUP MANUT TRANSPORTE FABRICA": 1, "SUP OP INFRAESTRUTURA HZT - B": 1, "SUP OPERACAO EMBARQUE C": 1, "SUP PCM - MATERIAIS RECURS SLB": 1, "SUP PREV ELE PROC PAD ESTERIL": 1, "SUP PROC MANUT EQ PERFURA\u00c7\u00c3O": 1}, "seniority": {"Mid/Senior": 89, "Entry": 56, "Intern": 2, "Director": 1}, "work_location_option": {"onsite": 141, "hybrid": 9, "remote": 1}, "locations": {"Remote": 999999, "Nova Lima, MG, Brazil": 28, "Parauapebas, PA, Brazil": 18, "S\u00e3o Lu\u00eds, MA, Brazil": 13, "Itabirito, MG, Brazil": 12, "Marab\u00e1, PA, Brazil": 10, "Greater Sudbury, ON, Canada": 9, "Thompson, MB, Canada": 9, "Vitoria, ES, Brazil": 8, "Cana\u00e3 dos Caraj\u00e1s, PA, Brazil": 8, "MG, Brazil": 8, "Congonhas, MG, Brazil": 7, "Itabira, MG, Brazil": 4, "Labrador City, NL, Canada": 4, "Toronto, ON, Canada": 4, "Belo Horizonte, MG, Brazil": 3, "Betim, MG, Brazil": 2, "ES, Brazil": 2, "Contagem, MG, Brazil": 2, "Long Harbour-Mount Arlington Heights, NL, Canada": 2, "Mississauga, ON, Canada": 2, "Rio de Janeiro, RJ, Brazil": 2, "Conselheiro Lafaiete, MG, Brazil": 2, "PA, Brazil": 2, "Pa\u00e7o do Lumiar, MA, Brazil": 2, "A\u00e7ail\u00e2ndia, MA, Brazil": 1, "Aimor\u00e9s, MG, Brazil": 1, "Alto Horizonte, GO, Brazil": 1, "Brumadinho, MG, Brazil": 1, "Colatina, ES, Brazil": 1, "Curion\u00f3polis, PA, Brazil": 1, "Caet\u00e9, MG, Brazil": 1, "Caraj\u00e1s, PA, Brazil": 1, "Governador Valadares, MG, Brazil": 1, "Itagua\u00ed, RJ, Brazil": 1, "Mangaratiba, RJ, Brazil": 1, "Mariana, MG, Brazil": 1, "Ouril\u00e2ndia do Norte, PA, Brazil": 1, "Ouro Branco, MG, Brazil": 1, "Pedro Leopoldo, MG, Brazil": 1, "MA, United States": 1, "MA, Brazil": 1, "S\u00e3o Jos\u00e9 de Ribamar, MA, Brazil": 1, "Tim\u00f3teo, MG, Brazil": 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": [{"location": "NOVA LIMA, MG, BRA", "city": "Nova Lima", "state": "MG,BR", "country": "BR"}]}
{"display_banner": false, "display_text": ""}
.hero-image{background-size:cover !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;}}