{"id":6007,"date":"2022-12-20T17:30:53","date_gmt":"2022-12-20T17:30:53","guid":{"rendered":"https:\/\/centralvagas.com\/?p=6007"},"modified":"2022-12-20T17:30:56","modified_gmt":"2022-12-20T17:30:56","slug":"farmacia-pague-menos","status":"publish","type":"post","link":"https:\/\/centralvagas.com\/en\/farmacia-pague-menos\/","title":{"rendered":"Pague Menos Pharmacy: 131 vacancies throughout Brazil"},"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-venha-trabalhar-em-uma-grande-rede-farmaceutica-vagas-para-profissionais-e-jovens-aprendizes-confira\">Come work in a large pharmaceutical chain! Vacancies for professionals and young apprentices. Check it out!<\/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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1-1024x576.png\" alt=\"Farm\u00e1cia Pague Menos\" class=\"w-full object-cover object-center border mx-auto wp-image-6008\" srcset=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1-1024x576.png 1024w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1-300x169.png 300w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1-768x432.png 768w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Pague Menos Pharmacy Unit (Photo: Network Website)<\/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>Farm\u00e1cia Pague Menos is part of a drugstore chain in Cear\u00e1 and has job opportunities all over Brazil. Therefore, the vacancies are for pharmacists and also other positions, for several states in the country.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Opportunities at Pague Menos give professionals the chance to work in a renowned pharmaceutical chain. Therefore, it is worth keeping an eye on the open positions.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-ZmdE3w\">\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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Open vacancies at Pague Menos Pharmacy \">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/vagas-pague-menos-1-1.png\" alt=\"Vagas Pague Menos\">\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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Open vacancies at Pague Menos Pharmacy \">\n            Open vacancies at Pague Menos Pharmacy         <\/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            Pague Menos vacancies are for pharmacists and other administrative and corporate areas. Check out the opportunities. \n\n        <\/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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/vagas-pague-menos-1-1.png\">          \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                Open vacancies at Pague Menos Pharmacy              <\/p>\n              <a href=\"https:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  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                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\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\">Job opportunity at Pague Menos Pharmacy&nbsp;&nbsp;<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Job openings at Pague Menos Pharmacy are open throughout Brazil. All vacancies are permanent and are designed to meet the high demand of the chain.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, the pharmacy chain has opened vacancies in all its units. We have listed some opportunities spread across the country. Check them out:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Pharmacy Assistant \u2013<\/li><li>Warehouse Assistant \u2013 Jaboat\u00e3o dos Guararapes \u2013 PE;<\/li><li>Call Center Attendant \u2013 Fortaleza-CE;<\/li><li>Cashier \u2013 New York, ...<\/li><li>Pharmacist \u2013<\/li><li>Store Operator \u2013 New York, New York, New York, New York City ...<\/li><li>Assistant Manager \u2013 Rio Grande do Norte<\/li><li>Pharmacy Assistant \u2013 Campinas, S\u00e3o Jos\u00e9 dos Campos<\/li><li>Loss Prevention Agent \u2013 Sao Paulo;<\/li><li>Store Assistant \u2013 Aracaju, Mossoro, Monte Claros, Florianopolis, Ribeir\u00e3o Preto&nbsp;<\/li><li>Intern \u2013 Fortaleza&nbsp;<\/li><li>Pharmacist Manager \u2013 Sao Paulo;<\/li><li>CRM Analyst \u2013 Fortaleza;<\/li><li>Agile Specialist \u2013 Fortaleza;<\/li><li>Developer \u2013 Fortaleza;&nbsp;<\/li><li>Infrastructure Analyst \u2013 Fortaleza.<\/li><\/ul>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-1IJ82L\">\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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Pague Menos Pharmacy is hiring\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/vagas-pague-menos-1-1.png\" alt=\"Vagas Pague Menos\">\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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Pague Menos Pharmacy is hiring\">\n            Pague Menos Pharmacy is hiring        <\/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            Pague Menos vacancies are available in several Brazilian states. They range from pharmacists to pharmacy assistants. Check them out!        <\/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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/vagas-pague-menos-1-1.png\">          \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                Pague Menos Pharmacy is hiring              <\/p>\n              <a href=\"https:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  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                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>There are job openings for different levels. Therefore, some require higher education, while others do not. You need to go to the opportunity you are interested in and check the requirements.<\/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\">Young Apprentice for the Pague Menos Pharmacy&nbsp;<\/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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-3-1-1024x576.jpg\" alt=\"Jovem Aprendiz Pague Menos (Fonte: Freepik)\" class=\"w-full object-cover object-center border mx-auto wp-image-6012\" srcset=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-3-1-1024x576.jpg 1024w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-3-1-300x169.jpg 300w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-3-1-768x432.jpg 768w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-3-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Young Apprentice Pay Less (Source: Freepik)<\/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>Not only are professional positions open, but the Pague Menos pharmacy chain is also accepting applications for its Young Apprentice Program. Applications are open for the cities below:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Belo Horizonte;<\/li><li>Count;<\/li><li>Santana Fair;<\/li><li>Saint Anthony of Jesus;<\/li><li>Judge of Outside;<\/li><li>Clear Mountains;<\/li><li>Colatina.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pague Menos launched the Young Apprentice Program in accordance with the Apprenticeship Law. Therefore, it aims to help more people get their first job, without requiring experience.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, between 5% and 15% of the vacancies opened by Farm\u00e1cia Pague Menos are intended for young apprentices. Therefore, candidates have the chance to learn and get to know a profession, acquiring theoretical and practical knowledge.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>To apply for the Young Apprentice program you must:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Age between 14 and 24 years;<\/li><li>Be duly enrolled in school (elementary, secondary or technical education), have good attendance and exemplary grades;<\/li><li>Availability to work between 4 and 6 hours a day;<\/li><li>Not having a record in your work card.<\/li><\/ul>\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\">What does it take to work in this large pharmaceutical chain?<\/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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-2-1-1024x576.jpg\" alt=\"Farmac\u00eautica para a Rede Pague Menos (Fonte: Freepik)\" class=\"w-full object-cover object-center border mx-auto wp-image-6014\" srcset=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-2-1-1024x576.jpg 1024w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-2-1-300x169.jpg 300w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-2-1-768x432.jpg 768w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-2-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Pharmaceutical for the Pague Menos Network (Source: Freepik)<\/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>Pharmacists who want to work in the Pague Menos pharmacy chain must be aware of the latest developments in the market. Therefore, more than just training, it is necessary to check all the updates. After all, everything evolves over time!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>It is worth noting that the Pague Menos pharmacist must have completed higher education. They must also have at least six months of experience in customer service in this area. They must also have sales techniques. This is because this professional may need to deal directly with the public.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Its differential is to have specialization and sales courses, all in the area of clinical care and pharmaceutical care.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pague Menos does not disclose salary figures. However, it highlights the benefits of working in the network. They are:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Health and dental plan;<\/li><li>Discount at chain pharmacies;<\/li><li>Gympass;<\/li><li>Free courses in pharmaceutical services;<\/li><li>Have discount programs at schools, colleges, language and computer courses.&nbsp;<\/li><\/ul>\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\">See the requirements to work at Pague Menos pharmacy&nbsp;<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The requirements for working at the Pague Menos network have not been disclosed. After all, each position has its own particularities. However, the general requirements are:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Be 18 years of age or older;<\/li><li>Have completed high school (opportunities that require higher education should be checked);<\/li><li>Proven experience in the desired area.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>It is worth noting that apprentices have other requirements. They were mentioned above. Therefore, sending a presentable resume with good references can help you get through the first selection process. Remember, highlight your qualities and experiences to fill the desired position.<\/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\">About Pague Menos Pharmacy&nbsp;<\/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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-4-1-1024x576.jpg\" alt=\"Rede de Farm\u00e1cia Pague Menos (Fonte: Freepik)\" class=\"w-full object-cover object-center border mx-auto wp-image-6015\" srcset=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-4-1-1024x576.jpg 1024w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-4-1-300x169.jpg 300w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-4-1-768x432.jpg 768w, https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-4-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Pague Menos Pharmacy Chain (Source: Freepik)<\/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>The Pague Menos Pharmacy Network is an institution that offers retail products in the pharmaceutical area. However, it has been operating in the market since 1981 and is currently headquartered in Fortaleza. However, it is worth remembering that the chain employs more than 20 thousand people in all of its Brazilian units.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Today, Pague Menos is considered the third largest pharmacy chain in Brazil. After all, it has more than 1,100 stores. However, the products offered by the pharmacy vary between medicines, pharmaceutical items, compounded products, cosmetics and convenience stores.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pague Menos has six important values. They are:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Human appreciation;<\/li><li>Integrity;<\/li><li>Customer focus;<\/li><li>Overcoming Results;<\/li><li>Sustainability;<\/li><li>Innovation in Solution.&nbsp;<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This culture is important to them and the company preserves it very much. Therefore, Pague Menos wants to convey the essence of the organization. That is why it wants professionals on its team who have the same vision.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>We would like to remind you that Pague Menos is a chain that values being a reference in pharmaceutical retail. Therefore, it is looking for new employees to join this excellent team.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Furthermore, it has become known for being a network that offers complete health solutions. Therefore, it reduces inequalities in access to items for a healthier life.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lots of opportunities, right? So, if you want to know how to sign up for any of them, we invite you to read the next post.&nbsp;<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1D4vMQ\">\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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Come be part of the Pague Menos team\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/vagas-pague-menos-1-1.png\" alt=\"Vagas Pague Menos\">\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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Come be part of the Pague Menos team\">\n            Come be part of the Pague Menos team        <\/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            Pague Menos vacancies are for pharmacists and other administrative and corporate areas.        <\/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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <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:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  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:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/vagas-pague-menos-1-1.png\">          \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                Come be part of the Pague Menos team              <\/p>\n              <a href=\"https:\/\/centralvagas.com\/en\/vagas-pague-menos-como-se-inscrever\/\"  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                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Farm\u00e1cia Pague Menos has announced more than 100 job openings throughout Brazil. Check out what they are!<\/p>","protected":false},"author":15,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[40],"tags":[134,130,131,133,132],"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>Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil<\/title>\n<meta name=\"description\" content=\"A Farm\u00e1cia Pague Menos \u00e9 uma das maiores redes do Brasil e est\u00e1 \u00e0 procura de novos profissionais para compor o seu time. Confira as vagas.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/centralvagas.com\/en\/farmacia-pague-menos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil\" \/>\n<meta property=\"og:description\" content=\"A Farm\u00e1cia Pague Menos \u00e9 uma das maiores redes do Brasil e est\u00e1 \u00e0 procura de novos profissionais para compor o seu time. Confira as vagas.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/centralvagas.com\/en\/farmacia-pague-menos\/\" \/>\n<meta property=\"og:site_name\" content=\"Central Vagas\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-20T17:30:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-20T17:30:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1-1024x576.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"amandalaet@gmail.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/centralvagas.com\/#website\",\"url\":\"https:\/\/centralvagas.com\/\",\"name\":\"Central Vagas\",\"description\":\"Seu portal de oportunidades\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/centralvagas.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/centralvagas.com\/farmacia-pague-menos\/#primaryimage\",\"url\":\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1.png\",\"contentUrl\":\"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1.png\",\"width\":1200,\"height\":675,\"caption\":\"Unidade da Farm\u00e1cia Pague Menos (Foto: Site da Rede)\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/centralvagas.com\/farmacia-pague-menos\/#webpage\",\"url\":\"https:\/\/centralvagas.com\/farmacia-pague-menos\/\",\"name\":\"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil\",\"isPartOf\":{\"@id\":\"https:\/\/centralvagas.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/centralvagas.com\/farmacia-pague-menos\/#primaryimage\"},\"datePublished\":\"2022-12-20T17:30:53+00:00\",\"dateModified\":\"2022-12-20T17:30:56+00:00\",\"author\":{\"@id\":\"https:\/\/centralvagas.com\/#\/schema\/person\/84aced91e833ab710b6edb87f829e24a\"},\"description\":\"A Farm\u00e1cia Pague Menos \u00e9 uma das maiores redes do Brasil e est\u00e1 \u00e0 procura de novos profissionais para compor o seu time. Confira as vagas.\",\"breadcrumb\":{\"@id\":\"https:\/\/centralvagas.com\/farmacia-pague-menos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/centralvagas.com\/farmacia-pague-menos\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/centralvagas.com\/farmacia-pague-menos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/centralvagas.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/centralvagas.com\/#\/schema\/person\/84aced91e833ab710b6edb87f829e24a\",\"name\":\"amandalaet@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/centralvagas.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\":\"amandalaet@gmail.com\"},\"url\":\"https:\/\/centralvagas.com\/en\/author\/amandalaetgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil","description":"A Farm\u00e1cia Pague Menos \u00e9 uma das maiores redes do Brasil e est\u00e1 \u00e0 procura de novos profissionais para compor o seu time. Confira as vagas.","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:\/\/centralvagas.com\/en\/farmacia-pague-menos\/","og_locale":"en_US","og_type":"article","og_title":"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil","og_description":"A Farm\u00e1cia Pague Menos \u00e9 uma das maiores redes do Brasil e est\u00e1 \u00e0 procura de novos profissionais para compor o seu time. Confira as vagas.","og_url":"https:\/\/centralvagas.com\/en\/farmacia-pague-menos\/","og_site_name":"Central Vagas","article_published_time":"2022-12-20T17:30:53+00:00","article_modified_time":"2022-12-20T17:30:56+00:00","og_image":[{"url":"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1-1024x576.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"amandalaet@gmail.com","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/centralvagas.com\/#website","url":"https:\/\/centralvagas.com\/","name":"Central Vagas","description":"Seu portal de oportunidades","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/centralvagas.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/centralvagas.com\/farmacia-pague-menos\/#primaryimage","url":"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1.png","contentUrl":"https:\/\/centralvagas.com\/wp-content\/uploads\/2022\/12\/farmacia-pague-menos-1.png","width":1200,"height":675,"caption":"Unidade da Farm\u00e1cia Pague Menos (Foto: Site da Rede)"},{"@type":"WebPage","@id":"https:\/\/centralvagas.com\/farmacia-pague-menos\/#webpage","url":"https:\/\/centralvagas.com\/farmacia-pague-menos\/","name":"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil","isPartOf":{"@id":"https:\/\/centralvagas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/centralvagas.com\/farmacia-pague-menos\/#primaryimage"},"datePublished":"2022-12-20T17:30:53+00:00","dateModified":"2022-12-20T17:30:56+00:00","author":{"@id":"https:\/\/centralvagas.com\/#\/schema\/person\/84aced91e833ab710b6edb87f829e24a"},"description":"A Farm\u00e1cia Pague Menos \u00e9 uma das maiores redes do Brasil e est\u00e1 \u00e0 procura de novos profissionais para compor o seu time. Confira as vagas.","breadcrumb":{"@id":"https:\/\/centralvagas.com\/farmacia-pague-menos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/centralvagas.com\/farmacia-pague-menos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/centralvagas.com\/farmacia-pague-menos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/centralvagas.com\/"},{"@type":"ListItem","position":2,"name":"Farm\u00e1cia Pague Menos: 131 vagas em todo o Brasil"}]},{"@type":"Person","@id":"https:\/\/centralvagas.com\/#\/schema\/person\/84aced91e833ab710b6edb87f829e24a","name":"amandalaet@gmail.com","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/centralvagas.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":"amandalaet@gmail.com"},"url":"https:\/\/centralvagas.com\/en\/author\/amandalaetgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/posts\/6007"}],"collection":[{"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/comments?post=6007"}],"version-history":[{"count":0,"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/posts\/6007\/revisions"}],"wp:attachment":[{"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/media?parent=6007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/categories?post=6007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/centralvagas.com\/en\/wp-json\/wp\/v2\/tags?post=6007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}