{"id":2541,"date":"2025-11-18T10:28:40","date_gmt":"2025-11-18T10:28:40","guid":{"rendered":"https:\/\/themisternews.com\/?p=2541"},"modified":"2026-01-19T15:01:16","modified_gmt":"2026-01-19T15:01:16","slug":"amazon-jobs","status":"publish","type":"post","link":"https:\/\/themisternews.com\/pt\/amazon-jobs\/","title":{"rendered":"A Amazon est\u00e1 contratando! Vagas abertas com competitividade competitiva"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-trabalhe-na-amazon-e-de-o-proximo-passo-na-sua-carreira\">Trabalhe na Amazon e d\u00ea o pr\u00f3ximo passo em sua carreira<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Amazon est\u00e1 contratando! Com vagas abertas em diversas \u00e1reas, o gigante do e-commerce oferece oportunidades de crescimento, benef\u00edcios completos e um ambiente de trabalho inclusivo. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>N\u00e3o perca a chance de fazer parte de uma empresa inovadora e em constante expans\u00e3o!<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-2kHGzC\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.amazon.jobs\/pt\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/US_HP_DS_Tile_800x500_1._CB1714765816_.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Vagas        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Amazon        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Carreira            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Benef\u00edcios            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Junte-se \u00e0 Amazon \u2013 Sua vaga est\u00e1 esperando por voc\u00ea!\n        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.amazon.jobs\/pt\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              Candidato-se            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.amazon.jobs\/pt\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              Candidato-se            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Voc\u00ea ser\u00e1 redirecionado para outro site        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/www.amazon.jobs\/pt\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/US_HP_DS_Tile_800x500_1._CB1714765816_.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Junte-se \u00e0 Amazon \u2013 Sua vaga est\u00e1 esperando por voc\u00ea!              <\/p>\n              <a href=\"https:\/\/www.amazon.jobs\/pt\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Candidato-se                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea ser\u00e1 redirecionado para outro site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-explore-as-oportunidades-de-emprego-na-amazon\">Explore as oportunidades de emprego na Amazon<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Se voc\u00ea est\u00e1 ingressando no mercado de trabalho ou buscando uma oportunidade de avan\u00e7ar em sua carreira, a Amazon oferece cargas que atendem a diferentes n\u00edveis de habilidade e objetivos profissionais.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As diversas vagas de emprego da Amazon atendem a diferentes forma\u00e7\u00f5es profissionais.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Auxiliar de Armaz\u00e9m<\/strong>: Junte-se \u00e0 equipe de opera\u00e7\u00f5es da Amazon e ajude a garantir que os produtos sejam selecionados, embalados e enviados para os clientes com precis\u00e3o e sem prazo. Essa fun\u00e7\u00e3o exige resist\u00eancia f\u00edsica e aten\u00e7\u00e3o aos detalhes.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Atendimento ao Cliente<\/strong>: Ajude os clientes com suas d\u00favidas, resolva problemas e melhore a experi\u00eancia deles. Esta posi\u00e7\u00e3o \u00e9 ideal para quem tem facilidade de comunica\u00e7\u00e3o e resolu\u00e7\u00e3o de problemas.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Consultor de Vendas<\/strong>: Interaja com clientes potenciais e existentes para promover os produtos e servi\u00e7os da Amazon, construir relacionamentos e fechar vendas. Esta fun\u00e7\u00e3o exige habilidades interpessoais fortes, foco em resultados e capacidade de comunicar valor de forma eficaz.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Motorista de Entrega<\/strong>: Seja parte da rede de entregas, garantindo entregas seguras e pontuais. Os motoristas precisam de carteira de motorista v\u00e1lida e habilidades para gerenciar rotas com efici\u00eancia.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Gerente de Opera\u00e7\u00f5es<\/strong>: Liderar equipes para otimizar as opera\u00e7\u00f5es do armaz\u00e9m, melhorar processos e atingir metas de desempenho. Experi\u00eancia em log\u00edstica ou gest\u00e3o da cadeia de suprimentos \u00e9 frequentemente necess\u00e1ria.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Analista de Dados<\/strong>: Apoie a tomada de decis\u00f5es analisando conjuntos de dados complexos e fornecendo insights acion\u00e1veis. Esta fun\u00e7\u00e3o \u00e9 ideal para pessoas com fortes habilidades anal\u00edticas e experi\u00eancia em ferramentas de visualiza\u00e7\u00e3o de dados.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Especialista em Marketing<\/strong>: Ajude a definir estrat\u00e9gias de divulga\u00e7\u00e3o da Amazon, conduza campanhas e analise o engajamento dos clientes para melhorar os resultados de marketing. Criatividade e pensamento anal\u00edtico s\u00e3o essenciais para essa fun\u00e7\u00e3o.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Coordenador de Recursos Humanos<\/strong>: Apoie as iniciativas de RH da Amazon, ajude na integra\u00e7\u00e3o de novos funcion\u00e1rios e gerencie as rela\u00e7\u00f5es com os colaboradores. Experi\u00eancia em administra\u00e7\u00e3o de RH pode ser um diferencial.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z14nJEn\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.amazon.jobs\/pt\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/US_HP_DS_Tile_800x500_1._CB1714765816_.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Vagas        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Amazon        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Carreira            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Benef\u00edcios            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Junte-se \u00e0 Amazon \u2013 Sua vaga est\u00e1 esperando por voc\u00ea!\n        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.amazon.jobs\/pt\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              Candidato-se            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.amazon.jobs\/pt\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              Candidato-se            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Voc\u00ea ser\u00e1 redirecionado para outro site        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/www.amazon.jobs\/pt\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/US_HP_DS_Tile_800x500_1._CB1714765816_.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Junte-se \u00e0 Amazon \u2013 Sua vaga est\u00e1 esperando por voc\u00ea!              <\/p>\n              <a href=\"https:\/\/www.amazon.jobs\/pt\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Candidato-se                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea ser\u00e1 redirecionado para outro site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cada uma dessas fun\u00e7\u00f5es desempenha um papel vital nas opera\u00e7\u00f5es e no crescimento da Amazon.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Seja trabalhando de forma pr\u00e1tica em log\u00edstica ou utilizando sua expertise t\u00e9cnica em desenvolvimento de software, a Amazon oferece uma plataforma para um trabalho significativo com potencial de crescimento.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A variedade de cargas dispon\u00edveis reflete as diversas fun\u00e7\u00f5es da empresa e o suporte essencial que cada fun\u00e7\u00e3o oferece \u00e0 miss\u00e3o geral da Amazon.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-por-que-trabalhar-na-amazon-veja-os-beneficios-para-os-funcionarios\">Por que trabalhar na Amazon? Veja os benef\u00edcios para os funcion\u00e1rios<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Amazon \u00e9 conhecida n\u00e3o apenas pelas suas metas competitivas, mas tamb\u00e9m pelo seu pacote robusto de benef\u00edcios.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Os funcion\u00e1rios citam frequentemente esses benef\u00edcios como motivos principais para ades\u00e3o e perman\u00eancia na empresa:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Plano de recrutamento completo<\/strong>: A cobertura inclui planos m\u00e9dicos, odontol\u00f3gicos e de vis\u00e3o para apoiar a sa\u00fade e o bem-estar dos funcion\u00e1rios.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Previd\u00eancia privada<\/strong>: A Amazon oferece contribui\u00e7\u00e3o para planos de previd\u00eancia privada, ajudando os funcion\u00e1rios a garantir seu futuro financeiro.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Licen\u00e7a remunerada<\/strong>: Pol\u00edticas generosas de licen\u00e7a remunerada, incluindo dias de f\u00e9rias, licen\u00e7a m\u00e9dica e feriados, para promover o equil\u00edbrio entre vida profissional e pessoal.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Descontos para funcion\u00e1rios<\/strong>: Acesso a descontos em diversos produtos e servi\u00e7os da Amazon.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Licen\u00e7a parental<\/strong>: Op\u00e7\u00f5es de licen\u00e7a maternidade, paternidade e ado\u00e7\u00e3o para apoiar os funcion\u00e1rios em momentos importantes com a fam\u00edlia.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Programas de desenvolvimento de carreira<\/strong>: Acesso a programas de treinamento, workshops e oportunidades de mentoria para fomentar o crescimento profissional.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Aux\u00edlio educa\u00e7\u00e3o<\/strong>: Suporte financeiro para quem busca cursos de educa\u00e7\u00e3o continuada, gradua\u00e7\u00e3o ou certifica\u00e7\u00f5es profissionais.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Apoio \u00e0 mente<\/strong>: Servi\u00e7os de aconselhamento psicol\u00f3gico e programas de apoio para manter o bem-estar emocional e psicol\u00f3gico dos funcion\u00e1rios.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Os benef\u00edcios para os funcion\u00e1rios da Amazon s\u00e3o indicados para um ambiente de trabalho positivo e acolhedor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Esses benef\u00edcios n\u00e3o apenas aumentam a satisfa\u00e7\u00e3o no trabalho, mas tamb\u00e9m incentivam o desenvolvimento de carreira a longo prazo e o crescimento pessoal.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ao investir em cobertura de sa\u00fade abrangente, poupan\u00e7a para aposentadoria e programas de desenvolvimento de habilidades, a Amazon demonstra seu compromisso em ser mais do que apenas um local de trabalho.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Por\u00e9m, saiba que os benef\u00edcios podem variar de acordo com local, carga, tempo de trabalho e elegibilidade.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-qualificacoes-e-habilidades-necessarias-para-trabalhar-na-amazon\">Qualifica\u00e7\u00f5es e habilidades permitidas para trabalhar na Amazon<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" loading=\"lazy\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657-1024x576.png\" alt=\"Amazon\" class=\"w-full object-cover object-center border mx-auto wp-image-1413\" srcset=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657-1024x576.png 1024w, https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657-300x169.png 300w, https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657-768x432.png 768w, https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657-1536x864.png 1536w, https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657-18x10.png 18w, https:\/\/themisternews.com\/wp-content\/uploads\/2024\/11\/Captura-de-tela-2024-11-11-103657.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Qualifica\u00e7\u00f5es e habilidades poss\u00edveis para trabalhar na Amazon. Fonte: Amazonas<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cada carga na Amazon tem qualifica\u00e7\u00f5es espec\u00edficas, mas h\u00e1 habilidades e atributos gerais que uma empresa valoriza em seus colaboradores:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Adaptabilidade<\/strong>: A capacidade de prosperar em um ambiente din\u00e2mico \u00e9 fundamental na Amaz\u00f4nia, onde projetos e prioridades podem mudar rapidamente.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Trabalho em equipe<\/strong>: Habilidades fortes de colabora\u00e7\u00e3o s\u00e3o essenciais, pois a maioria das fun\u00e7\u00f5es exige trabalho de forma eficaz dentro de equipes diversas.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Aten\u00e7\u00e3o aos detalhes<\/strong>: Padr\u00f5es elevados de precis\u00e3o e qualidade s\u00e3o indispens\u00e1veis em cargas como Auxiliar de Armaz\u00e9m ou Analista de Dados.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Resolu\u00e7\u00e3o de problemas<\/strong>: A capacidade de identificar problemas e implementar solu\u00e7\u00f5es \u00e9 valorizada, especialmente em fun\u00e7\u00f5es de atendimento ao cliente e engenharia.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Profici\u00eancia t\u00e9cnica<\/strong>: Para cargas t\u00e9cnicas, \u00e9 necess\u00e1rio conhecimento nas linguagens de programa\u00e7\u00e3o e frameworks relevantes.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Gest\u00e3o de tempo<\/strong>: Ser capaz de priorizar tarefas e cumprir prazos \u00e9 importante para manter a produtividade.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Comunica\u00e7\u00e3o excelente<\/strong>: Habilidades claras de comunica\u00e7\u00e3o s\u00e3o ben\u00e9ficas em cargas como Atendimento ao Cliente e Coordenador de Recursos Humanos.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Essas habilidades e atributos essenciais fazem com que a for\u00e7a de trabalho da Amaz\u00f4nia seja din\u00e2mica e eficiente.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Seja voc\u00ea um candidato para uma vaga de n\u00edvel inicial ou uma fun\u00e7\u00e3o de gest\u00e3o mais elevada, demonstrar essas habilidades pode ajudar a destacar sua candidatura.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A \u00eanfase da empresa em detalhes e trabalho em equipe significa que os funcion\u00e1rios frequentemente t\u00eam a oportunidade de aprender e expandir suas habilidades ao longo de suas carreiras.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-candidatura-a-vagas-na-amazon-siga-esses-passos-faceis\">Candidatura a vagas na Amazon: Siga esses passos simples<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Se voc\u00ea est\u00e1 pronto para se candidatar a uma vaga na Amazon, siga estes passos simples para come\u00e7ar:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>1. Visite o site oficial de empregos da Amazon<\/strong>: Acesse a p\u00e1gina de carreiras da Amazon para explorar as vagas abertas e filtrar por localiza\u00e7\u00e3o, tipo de vaga e \u00e1rea de interesse.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>2. Crie uma conta na Amazon Jobs<\/strong>: Cadastre-se ou fa\u00e7a login na sua conta para se candidatar \u00e0s vagas e acompanhar o status da sua candidatura.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>3. Envie sua candidatura<\/strong>: Preencher o formul\u00e1rio de pedido de envio do seu curr\u00edculo e outros documentos solicitados. Lembre-se de personalizar seu curr\u00edculo para destacar as qualifica\u00e7\u00f5es que atendem aos requisitos da vaga.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>4. Fa\u00e7a como avalia\u00e7\u00f5es<\/strong>: Algumas vagas podem ser solicitadas online para testar suas habilidades e aptid\u00f5es. Prepare-se para realizar esses testes dentro do prazo estipulado.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>5. Prepare-se para uma entrevista<\/strong>: Caso sua candidatura seja selecionada, voc\u00ea ser\u00e1 convidado para uma entrevista, que poder\u00e1 ocorrer por telefone, v\u00eddeo ou presencialmente.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>6. Acompanhe sua candidatura<\/strong>: Ap\u00f3s a entrevista, aguarde um retorno ou acesse sua conta na Amazon Jobs para verificar o status de sua candidatura.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>7. Receba a oferta<\/strong>: Se voc\u00ea for selecionado, receber\u00e1 uma oferta de emprego com os detalhes sobre a carga, benef\u00edcios e os dados de in\u00edcio.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A candidatura \u00e0 Amazon \u00e9 um processo simples que enfatiza a prepara\u00e7\u00e3o e a aten\u00e7\u00e3o aos detalhes.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ao dedicar um tempo para personalizar seu curr\u00edculo e se preparar para as entrevistas, voc\u00ea pode aumentar suas chances de garantir uma vaga em uma das maiores empresas de tecnologia do mundo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O processo transparente de candidatura e as pr\u00e1ticas de contrata\u00e7\u00e3o eficientes da empresa buscam encontrar o candidato certo com a carga adequada, garantindo uma experi\u00eancia ben\u00e9fica para ambas as partes.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-pronto-para-encontrar-a-oportunidade-certa-para-voce\">Pronto para encontrar uma oportunidade certa para voc\u00ea?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Amazon \u00e9 uma excelente escolha para contribui\u00e7\u00f5es em sua carreira, com suas oportunidades de crescimento, benef\u00edcios e um ambiente inclusivo.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>No entanto, \u00e9 sempre bom explorar outras op\u00e7\u00f5es e encontrar a vaga que mais se alinha aos seus objetivos e habilidades.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Continue lendo e descubra outras vagas dispon\u00edveis que podem ser uma pr\u00f3xima grande oportunidade para o seu futuro profissional!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-ZRhKiw\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/themisternews.com\/pt\/ns-br-jb-001\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Novas vagas dispon\u00edveis! Confira agora\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/10\/960x0.webp\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/themisternews.com\/pt\/ns-br-jb-001\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Novas vagas dispon\u00edveis! Confira agora\">\n            Novas vagas dispon\u00edveis! Confira agora        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Vagas com e sem experi\u00eancia, benef\u00edcios atrativos e processos seletivos simplificados.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/themisternews.com\/pt\/ns-br-jb-001\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuar lendo            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/themisternews.com\/pt\/ns-br-jb-001\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/themisternews.com\/wp-content\/uploads\/2024\/10\/960x0.webp\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Novas vagas dispon\u00edveis! Confira agora              <\/p>\n              <a href=\"https:\/\/themisternews.com\/pt\/ns-br-jb-001\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuar lendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea permanecer\u00e1 no mesmo site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Trabalhe na Amazon e d\u00ea o pr\u00f3ximo passo na sua carreira A Amazon est\u00e1 contratando! Com vagas abertas em diversas \u00e1reas, o gigante do e-commerce oferece oportunidades de crescimento, benef\u00edcios completos e um ambiente de trabalho inclusivo. N\u00e3o perca a chance de fazer parte de uma empresa inovadora e em constante expans\u00e3o! Explore as oportunidades\u2026 <a class=\"more-link\" href=\"https:\/\/themisternews.com\/pt\/amazon-jobs\/\">Continuar lendo <span class=\"screen-reader-text\">A Amazon est\u00e1 contratando! Vagas abertas com competitividade competitiva<\/span><\/a><\/p>","protected":false},"author":7,"featured_media":1978,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[225,222],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos - The Mister News<\/title>\n<meta name=\"description\" content=\"Junte-se \u00e0 Amazon e fa\u00e7a parte de uma empresa que valoriza inova\u00e7\u00e3o e crescimento. Descubra uma carreira que impulsiona seu futuro!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/themisternews.com\/pt\/amazon-jobs\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos\" \/>\n<meta property=\"og:description\" content=\"Junte-se \u00e0 Amazon e fa\u00e7a parte de uma empresa que valoriza inova\u00e7\u00e3o e crescimento. Descubra uma carreira que impulsiona seu futuro!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/themisternews.com\/pt\/amazon-jobs\/\" \/>\n<meta property=\"og:site_name\" content=\"The Mister News\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-18T10:28:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-19T15:01:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/themisternews.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-4-de-jun.-de-2025-12_37_53.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amanda Laet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/themisternews.com\/#website\",\"url\":\"https:\/\/themisternews.com\/\",\"name\":\"The Mister News\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/themisternews.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/themisternews.com\/amazon-jobs\/#primaryimage\",\"url\":\"https:\/\/themisternews.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-4-de-jun.-de-2025-12_37_53.jpg\",\"contentUrl\":\"https:\/\/themisternews.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-4-de-jun.-de-2025-12_37_53.jpg\",\"width\":1536,\"height\":1024,\"caption\":\"Source: ChatGPT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/themisternews.com\/amazon-jobs\/#webpage\",\"url\":\"https:\/\/themisternews.com\/amazon-jobs\/\",\"name\":\"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos - The Mister News\",\"isPartOf\":{\"@id\":\"https:\/\/themisternews.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/themisternews.com\/amazon-jobs\/#primaryimage\"},\"datePublished\":\"2025-11-18T10:28:40+00:00\",\"dateModified\":\"2026-01-19T15:01:16+00:00\",\"author\":{\"@id\":\"https:\/\/themisternews.com\/#\/schema\/person\/83b879740b5664526a126a7e6da10f67\"},\"description\":\"Junte-se \u00e0 Amazon e fa\u00e7a parte de uma empresa que valoriza inova\u00e7\u00e3o e crescimento. Descubra uma carreira que impulsiona seu futuro!\",\"breadcrumb\":{\"@id\":\"https:\/\/themisternews.com\/amazon-jobs\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/themisternews.com\/amazon-jobs\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/themisternews.com\/amazon-jobs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/themisternews.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/themisternews.com\/#\/schema\/person\/83b879740b5664526a126a7e6da10f67\",\"name\":\"Amanda Laet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/themisternews.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"caption\":\"Amanda Laet\"},\"url\":\"https:\/\/themisternews.com\/pt\/author\/amanda-laet\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos - The Mister News","description":"Junte-se \u00e0 Amazon e fa\u00e7a parte de uma empresa que valoriza inova\u00e7\u00e3o e crescimento. Descubra uma carreira que impulsiona seu futuro!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/themisternews.com\/pt\/amazon-jobs\/","og_locale":"pt_BR","og_type":"article","og_title":"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos","og_description":"Junte-se \u00e0 Amazon e fa\u00e7a parte de uma empresa que valoriza inova\u00e7\u00e3o e crescimento. Descubra uma carreira que impulsiona seu futuro!","og_url":"https:\/\/themisternews.com\/pt\/amazon-jobs\/","og_site_name":"The Mister News","article_published_time":"2025-11-18T10:28:40+00:00","article_modified_time":"2026-01-19T15:01:16+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/themisternews.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-4-de-jun.-de-2025-12_37_53.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amanda Laet","Est. reading time":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/themisternews.com\/#website","url":"https:\/\/themisternews.com\/","name":"The Mister News","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/themisternews.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/themisternews.com\/amazon-jobs\/#primaryimage","url":"https:\/\/themisternews.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-4-de-jun.-de-2025-12_37_53.jpg","contentUrl":"https:\/\/themisternews.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-4-de-jun.-de-2025-12_37_53.jpg","width":1536,"height":1024,"caption":"Source: ChatGPT"},{"@type":"WebPage","@id":"https:\/\/themisternews.com\/amazon-jobs\/#webpage","url":"https:\/\/themisternews.com\/amazon-jobs\/","name":"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos - The Mister News","isPartOf":{"@id":"https:\/\/themisternews.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/themisternews.com\/amazon-jobs\/#primaryimage"},"datePublished":"2025-11-18T10:28:40+00:00","dateModified":"2026-01-19T15:01:16+00:00","author":{"@id":"https:\/\/themisternews.com\/#\/schema\/person\/83b879740b5664526a126a7e6da10f67"},"description":"Junte-se \u00e0 Amazon e fa\u00e7a parte de uma empresa que valoriza inova\u00e7\u00e3o e crescimento. Descubra uma carreira que impulsiona seu futuro!","breadcrumb":{"@id":"https:\/\/themisternews.com\/amazon-jobs\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/themisternews.com\/amazon-jobs\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/themisternews.com\/amazon-jobs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/themisternews.com\/"},{"@type":"ListItem","position":2,"name":"A Amazon est\u00e1 contratando! Vagas abertas com sal\u00e1rios competitivos"}]},{"@type":"Person","@id":"https:\/\/themisternews.com\/#\/schema\/person\/83b879740b5664526a126a7e6da10f67","name":"Amanda Laet","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/themisternews.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","caption":"Amanda Laet"},"url":"https:\/\/themisternews.com\/pt\/author\/amanda-laet\/"}]}},"_links":{"self":[{"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/posts\/2541"}],"collection":[{"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/comments?post=2541"}],"version-history":[{"count":0,"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/posts\/2541\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/media\/1978"}],"wp:attachment":[{"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/media?parent=2541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/categories?post=2541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themisternews.com\/pt\/wp-json\/wp\/v2\/tags?post=2541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}