{"id":925,"date":"2025-03-26T05:26:57","date_gmt":"2025-03-26T05:26:57","guid":{"rendered":"https:\/\/greenflyn.com\/?p=925"},"modified":"2026-02-04T22:38:15","modified_gmt":"2026-02-04T22:38:15","slug":"pick-n-pay-job-opportunities","status":"publish","type":"post","link":"https:\/\/greenflyn.com\/es\/pick-n-pay-job-opportunities\/","title":{"rendered":"Oportunidades de empleo en Pick n Pay: \u00a1Aprende c\u00f3mo postularte!"},"content":{"rendered":"<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><sup><strong>Descargo de responsabilidad:<\/strong> El contenido de este sitio web es meramente informativo. No tenemos ninguna afiliaci\u00f3n con las empresas, reclutadores ni plataformas mencionadas. La informaci\u00f3n sobre vacantes, requisitos y condiciones puede cambiar y siempre debe verificarse con fuentes oficiales.<\/sup><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\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\">Explore diversas oportunidades profesionales en Pick n Pay con roles en comercio minorista, finanzas, marketing y m\u00e1s.<\/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-full\"><img decoding=\"async\" width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-delivery-1.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-934\" srcset=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-delivery-1.png 800w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-delivery-1-300x144.png 300w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-delivery-1-768x369.png 768w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-delivery-1-18x9.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Descubre c\u00f3mo aplicar a los puestos vacantes. \u2013 Fuente: Adobe Stock.<\/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>\u00bfEst\u00e1s pensando en un trabajo? Pick n Pay no es s\u00f3lo un lugar para trabajar; Es un lugar para construir una verdadera carrera y sentirse bien con lo que haces.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Son muy importantes en el mundo de la alimentaci\u00f3n y tienen todo tipo de trabajos, desde administrar tiendas hasta hacer marketing, finanzas y llevar los productos a donde necesitan llegar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Entonces, si algo de esto despierta tu inter\u00e9s, es posible que encuentres lo que buscas en Pick n Pay. Y para ayudarte, vamos a desglosar las ofertas de trabajo t\u00edpicas y c\u00f3mo postularte, \u00a1as\u00ed que qu\u00e9date!<\/p>\n<\/div><div class=\"wp-block-lazyblock-namespace-feed lazyblock-namespace-feed-11QTJJ\">\n<script>\n  document.addEventListener(\"click\", function(event) {\n      if (window.namespace6a12b5f6402a4436072699?.viewed !== true) return;\n      if (window.namespace6a12b5f6402a4436072699?.clicked === true) return;\n\n      let id = event.target.getAttribute('data-namespace6a12b5f6402a4436072699-id') ?? event.target.parentElement.getAttribute('data-namespace6a12b5f6402a4436072699-id') ?? event.target.parentElement.parentElement.getAttribute('data-namespace6a12b5f6402a4436072699-id');\n      if (id !== null) {\n          window.namespace6a12b5f6402a4436072699.clicked = true;\n\n          fetch(`https:\/\/str.atpnd.com\/click\/${id}`, {\n              method: 'GET',\n              headers: {'accept': 'application\/json'}\n          });\n      }\n  }, true);\n\n  (function () {\n    window.namespace6a12b5f6402a4436072699 = window.namespace6a12b5f6402a4436072699 || {};\n\n    window.namespace6a12b5f6402a4436072699.isElementInViewport = function (elem) {\n        if (!elem) return false;\n\n        var rect = elem.getBoundingClientRect();\n        \n        \/\/ Check if the top is greater than or equal to 0\n        if (rect.top < 0) return false;\n        \n        \/\/ Check if the left is greater than or equal to 0\n        if (rect.left < 0) return false;\n        \n        \/\/ Check if the bottom is less than or equal to the viewport height\n        if (rect.bottom > (window.innerHeight || document.documentElement.clientHeight)) return false;\n        \n        \/\/ Check if the right is less than or equal to the viewport width\n        if (rect.right > (window.innerWidth || document.documentElement.clientWidth)) return false;\n        \n        \/\/ If all checks pass, return true\n        return true;\n    };\n\n    window.namespace6a12b5f6402a4436072699.observeVisibility = function (elem, callback) {\n      if (!elem || typeof callback !== 'function') return;\n\n      var observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            var rect = elem.getBoundingClientRect();\n            var centerX = rect.left + rect.width \/ 2;\n            var centerY = rect.top + rect.height \/ 2;\n\n            var elementsAtPoint = document.elementsFromPoint(centerX, centerY);\n            var isActuallyVisible = elementsAtPoint.includes(elem);\n\n            callback(isActuallyVisible, entry);\n\n            observer.disconnect();\n          } else {\n            callback(false, entry);\n          }\n        });\n      }, {\n        root: null,\n        threshold: 0.75\n      });\n\n      observer.observe(elem);\n      return observer;\n    };\n  })();\n<\/script>\n\n<script>\n  function waitFor(conditionFunction) {\n    const poll = resolve => {\n      if(conditionFunction()) resolve();\n      else setTimeout(_ => poll(resolve), 400);\n    };\n    return new Promise(poll);\n  }\n\n  waitFor(_ => (sessionStorage.getItem('wildcardCountry') !== null))\n    .then(_ => {\n      window.namespace6a12b5f6402a4436072699 = window.namespace6a12b5f6402a4436072699 ?? {};\n      window.namespace6a12b5f6402a4436072699.endpoint = 'jb'.split(\":\")[0];\n      window.namespace6a12b5f6402a4436072699.placement = 'feed';\n      window.namespace6a12b5f6402a4436072699.keyword = 'pick+n+pay';\n      window.namespace6a12b5f6402a4436072699.location = sessionStorage.getItem('wildcardCity');\n      window.namespace6a12b5f6402a4436072699.country = 'za';\n      window.namespace6a12b5f6402a4436072699.locale = 'en_ZA';\n      window.namespace6a12b5f6402a4436072699.length = window.namespace6a12b5f6402a4436072699.endpoint !== 'gm' ? 10 : 100;\n      window.namespace6a12b5f6402a4436072699.entries = [];\n\n      window.namespace6a12b5f6402a4436072699.urlParams = new URLSearchParams(window.location.search);\n      if (window.namespace6a12b5f6402a4436072699.urlParams.has('keyword')) {\n        window.namespace6a12b5f6402a4436072699.keyword = window.namespace6a12b5f6402a4436072699.urlParams.get('keyword');\n      }\n\n      if (window.namespace6a12b5f6402a4436072699.country === '') {\n        window.namespace6a12b5f6402a4436072699.country = sessionStorage.getItem('wildcardCountry');\n      }\n\n      if (window.namespace6a12b5f6402a4436072699.locale === '') {\n        window.namespace6a12b5f6402a4436072699.locale = 'es_MX';\n      }\n\n      window.namespace6a12b5f6402a4436072699.url = `https:\/\/gns.atpnd.com\/${window.namespace6a12b5f6402a4436072699.endpoint}?placement=${window.namespace6a12b5f6402a4436072699.placement}&keyword=${window.namespace6a12b5f6402a4436072699.keyword}&location=${window.namespace6a12b5f6402a4436072699.location}&country=${window.namespace6a12b5f6402a4436072699.country}&locale=${window.namespace6a12b5f6402a4436072699.locale}`;\n      if (!['jb', 'ox', 'tr'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n        window.namespace6a12b5f6402a4436072699.url = `https:\/\/gns.atpnd.com\/${window.namespace6a12b5f6402a4436072699.endpoint}?placement=${window.namespace6a12b5f6402a4436072699.placement}&keyword=${window.namespace6a12b5f6402a4436072699.keyword}&country=${window.namespace6a12b5f6402a4436072699.country}&locale=${window.namespace6a12b5f6402a4436072699.locale}`;\n      }\n      if ('jb'.includes(\":\")) {\n        window.namespace6a12b5f6402a4436072699.url += '&endpoint=';\n      }\n\n            \n      fetch(window.namespace6a12b5f6402a4436072699.url, {\n        mode: 'cors',\n        method: 'GET',\n        headers: {'accept': 'application\/json'}\n      }).then(response => response.json()).then(data => {\n        window.namespace6a12b5f6402a4436072699.entries = data.entries;\n\n        \n        document.querySelectorAll('[data-namespace6a12b5f6402a4436072699-card]').forEach((card, index) => {\n          const entry = window.namespace6a12b5f6402a4436072699.entries[index];\n          if (entry && index < window.namespace6a12b5f6402a4436072699.length) {\n            if (entry.id) card.setAttribute('data-namespace6a12b5f6402a4436072699-card', entry.id);\n            if (entry.id) card.querySelector('[data-namespace6a12b5f6402a4436072699-url]').setAttribute('data-namespace6a12b5f6402a4436072699-id', entry.id);\n\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-image]').src = entry.image;\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-title]').textContent = entry.title;\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-city]').textContent = entry.city;\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-prompt]').textContent = entry.prompt;\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-url]').href = entry.url;\n\n            if (entry.city === '' || entry.city === undefined || entry.city === null || entry.city === 'null') {\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-city]').textContent = '';\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-location] svg').style.fill = 'transparent';\n            }\n\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-location]').remove();\n            if (!['jb'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-title]').style.fontSize = '22px';\n              card.style.minHeight = '360px';\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-header]').style.minHeight = '80px';\n            }\n\n            if (['gm', 'ps'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n              card.style.minHeight = '0px';\n            }\n\n            if (['ps'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-url]').href = `\/search\/?q=${encodeURIComponent(entry.prompt)}`;\n\n              window.namespace6a12b5f6402a4436072699.host = 'greenflyn.com';\n              document.querySelector('[data-namespace6a12b5f6402a4436072699-powered]').href = `https:\/\/lp.${window.namespace6a12b5f6402a4436072699.host}\/se\/search\/?endpoint=${\"\"}`;\n            }\n\n            if (['cp'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-image]').remove();\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-title]').style.marginRight = '0px';\n              card.style.border = '4px dashed ' + (index === 0 ? '#28a745' : '');\n            }\n            \n            if (['pd', 'ox', 'sh', 'tr'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-title]').style.fontSize = '18px';\n\n              let rating = entry.rating;\n              let starContainer = card.querySelector('[data-namespace6a12b5f6402a4436072699-reviews] div');\n              let ratingText = card.querySelector('[data-namespace6a12b5f6402a4436072699-reviews] span');\n\n              let fullStar = '\u2605';\n              let halfStar = '\u2605';\n              let emptyStar = '\u2606';\n\n              let stars = '';\n              let fullStars = Math.floor(rating);\n              let hasHalfStar = rating % 1 >= 0.45 && rating % 1 < 0.99;\n              let totalStars = hasHalfStar ? fullStars + 1 : fullStars;\n              let emptyStars = 5 - totalStars;\n\n              stars += fullStar.repeat(fullStars);\n              if (hasHalfStar) stars += halfStar;\n              stars += emptyStar.repeat(emptyStars);\n\n              if (starContainer) starContainer.textContent = stars;\n              if (ratingText) ratingText.textContent = rating;\n\n              if (entry.rating === '' || entry.rating === undefined || entry.rating === null || entry.rating === 'null') {\n                card.querySelector('[data-namespace6a12b5f6402a4436072699-reviews]').remove();\n              }\n            }\n            \n            card.querySelector('[data-namespace6a12b5f6402a4436072699-curprice]').textContent = entry.price;\n            card.querySelector('[data-namespace6a12b5f6402a4436072699-oldprice]').textContent = entry.old_price;\n            if (!['pd', 'ox', 'sh', 'tr'].includes(window.namespace6a12b5f6402a4436072699.endpoint)) {\n              card.querySelector('[data-namespace6a12b5f6402a4436072699-price]').remove();\n            }\n\n            document.querySelector('[data-namespace6a12b5f6402a4436072699-feed]').style.display = 'flex';\n\n            waitFor(_ => (typeof av === 'object' && av.timeline.includes('rewarded->closed') && document.getElementById('av-offerwall__wrapper') === null))\n              .then(_ => {\n                waitFor(_ => (window.namespace6a12b5f6402a4436072699.isElementInViewport(document.querySelector(`[data-namespace6a12b5f6402a4436072699-card=\"${card.getAttribute('data-namespace6a12b5f6402a4436072699-card')}\"]`).querySelector('button'))))\n                  .then(_ => {\n                    window.namespace6a12b5f6402a4436072699.observeVisibility(card, function(isVisible, entry) {\n                      if (!card.getAttribute('data-namespace6a12b5f6402a4436072699-card')) return;\n\n                      if (isVisible) {\n                        fetch(`https:\/\/str.atpnd.com\/view\/${card.getAttribute('data-namespace6a12b5f6402a4436072699-card')}`, {\n                          method: 'GET',\n                          headers: {'accept': 'application\/json'}\n                        }).then(response => {\n                          if (response.ok) {\n                            window.namespace6a12b5f6402a4436072699.viewed = true;\n                          }\n\n                          if (!response.ok) {\n                            console.error('Error logging view:', response.statusText);\n                          }\n                        }).catch(error => {\n                          console.error('Error logging view:', error);\n                        });\n\n                      }\n                    });\n                  });\n              });\n\n          } else {\n            card.remove();\n          }\n        });\n\n      }).catch(error => {\n        console.error('Error fetching data:', error);\n      });\n    });\n<\/script>\n\n\n\n  <div data-namespace6a12b5f6402a4436072699-feed style=\"display: none; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 80px; margin-bottom: 80px;\">\n\n    \n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; border: 1px solid #28a745\">\n                  <div style=\"position: absolute; top: -35px; right: 15px; color: #28a745; padding: 5px 10px; border-radius: 6px; font-size: 14px; font-weight: bold; display: flex; align-items: center; z-index: 10;\">\n            Ser\u00e1s redirigido a otro sitio web.          <\/div>\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a12b5f6402a4436072699-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a12b5f6402a4436072699-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a12b5f6402a4436072699-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a12b5f6402a4436072699-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a12b5f6402a4436072699-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a12b5f6402a4436072699-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a12b5f6402a4436072699-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a12b5f6402a4436072699-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a12b5f6402a4436072699-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a12b5f6402a4436072699-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a12b5f6402a4436072699-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            M\u00c1S INFORMACI\u00d3N          <\/button>\n        <\/a>\n              <\/div>\n      <\/div>\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\">\u00bfQu\u00e9 define la cultura interna de Pick n Pay?<\/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-full\"><img decoding=\"async\" width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-jobs.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-937\" srcset=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-jobs.png 800w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-jobs-300x144.png 300w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-jobs-768x369.png 768w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-jobs-18x9.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Conozca la cultura organizacional en Pick n Pay. \u2013 Fuente: Adobe Stock.<\/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>En el coraz\u00f3n del \u00e9xito de Pick n Pay se encuentra una s\u00f3lida cultura organizacional basada en tres principios fundamentales: soberan\u00eda del consumidor, hacer el bien es buen negocio y maximizar la eficiencia empresarial. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Estos valores gu\u00edan las operaciones e interacciones de la empresa, fomentando un entorno donde se anima a los empleados a innovar y priorizar la satisfacci\u00f3n del cliente. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>La misi\u00f3n de la empresa se centra en servir con el coraz\u00f3n y la mente, creando un excelente lugar para comprar y trabajar. Durante m\u00e1s de 50 a\u00f1os, estos principios han impulsado el \u00e9xito de Pick n Pay en crecimiento, innovaci\u00f3n y servicio de calidad.<\/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\">\u00bfQu\u00e9 tipo de compensaci\u00f3n y beneficios ofrece Pick n Pay?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Si bien Pick n Pay no revela p\u00fablicamente una lista detallada de los beneficios para empleados en su p\u00e1gina de carreras, es posible delinear los beneficios t\u00edpicos que ofrecen los grandes empleadores en Sud\u00e1frica. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>La lista que aparece a continuaci\u00f3n es especulativa y se basa en pr\u00e1cticas de empleo comunes en los sectores minorista y corporativo de Sud\u00e1frica. Para obtener informaci\u00f3n verificada, los candidatos deben consultar el portal oficial de carreras de Pick n Pay o comunicarse directamente con su equipo de RR.HH.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5 w-full overflow-x-auto\">\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Beneficio<\/strong><\/th><th><strong>Descripci\u00f3n<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Contribuciones a la ayuda m\u00e9dica<\/strong><\/td><td>La mayor\u00eda de los empleadores formales contribuyen a planes de asistencia m\u00e9dica para apoyar el acceso de los empleados a servicios de salud privados.<\/td><\/tr><tr><td><strong>Fondo de Jubilaci\u00f3n\/Pensi\u00f3n<\/strong><\/td><td>Las contribuciones a un fondo de previsi\u00f3n o pensi\u00f3n generalmente se incluyen para ayudar a los empleados a construir seguridad financiera a largo plazo.<\/td><\/tr><tr><td><strong>Descuentos para empleados<\/strong><\/td><td>Los minoristas a menudo ofrecen descuentos al personal en los productos de la tienda, lo que puede ser un beneficio valioso para el ahorro diario.<\/td><\/tr><tr><td><strong>Licencia anual y por enfermedad<\/strong><\/td><td>De acuerdo con las leyes laborales sudafricanas, los empleados generalmente reciben un m\u00ednimo de 15 d\u00edas h\u00e1biles de vacaciones anuales y licencia por enfermedad paga.<\/td><\/tr><tr><td><strong>Capacitaci\u00f3n y desarrollo<\/strong><\/td><td>Empresas como Pick n Pay com\u00fanmente invierten en el crecimiento profesional a trav\u00e9s de programas de capacitaci\u00f3n y promociones internas.<\/td><\/tr><tr><td><strong>Programas de bienestar<\/strong><\/td><td>Algunos empleadores brindan acceso a iniciativas de bienestar, como apoyo de salud mental, programas de acondicionamiento f\u00edsico o programas de asistencia a los empleados (EAP).<\/td><\/tr><tr><td><strong>Bonificaciones por rendimiento<\/strong><\/td><td>En ciertos roles, los empleados pueden calificar para recibir bonificaciones basadas en el desempe\u00f1o individual o de la empresa.<\/td><\/tr><tr><td><strong>Licencia por maternidad y paternidad<\/strong><\/td><td>Generalmente se ofrece licencia parental, en consonancia con las regulaciones laborales, y algunas empresas ofrecen condiciones mejoradas.<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tenga en cuenta que los beneficios anteriores no est\u00e1n confirmados por Pick n Pay y deben usarse solo como orientaci\u00f3n general. Para obtener detalles precisos, consulte siempre el Portal de carreras de Pick n Pay o pregunte directamente durante el proceso de solicitud o entrevista.<\/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\">\u00bfQu\u00e9 vacantes ofrece actualmente Pick n Pay?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En Pick n Pay hay una amplia selecci\u00f3n de puestos de trabajo disponibles que cubren diferentes sectores del negocio. Algunos de los roles clave que las personas suelen desempe\u00f1ar son:<\/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>Operaciones de la tienda<\/strong>:Gerente de tienda; Subgerente de tienda; Gerente de piso; Gerente de Departamento.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Comercial y Marketing<\/strong>:Comprador\u200b; Planificador de mercanc\u00edas; Especialista en Marketing Digital.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Cadena de suministro<\/strong>:Gerente del Centro de Distribuci\u00f3n; Planificador de la cadena de suministro.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Finanzas<\/strong>:Contador Financiero; Especialista en Impuestos.<\/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>Para obtener una lista completa de las vacantes actuales, visite la p\u00e1gina de Carreras de Pick n Pay.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-K8CUC\"><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:\/\/picknpay.wd3.myworkdayjobs.com\/PNP_Careers\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-logo.png\">\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          Ofertas de empleo        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Carreras de Pick n Pay        <\/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              beneficios            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              aplicar en l\u00ednea            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          \u00a1Reg\u00edstrate hoy y consigue tu lugar en Pick n Pay!        <\/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:\/\/picknpay.wd3.myworkdayjobs.com\/PNP_Careers\" 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              M\u00c1S INFORMACI\u00d3N            <\/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:\/\/picknpay.wd3.myworkdayjobs.com\/PNP_Careers\" 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              M\u00c1S INFORMACI\u00d3N            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Ser\u00e1s redirigido a otra ubicaci\u00f3n.        <\/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:\/\/picknpay.wd3.myworkdayjobs.com\/PNP_Careers\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-logo.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                \u00a1Reg\u00edstrate hoy y consigue tu lugar en Pick n Pay!              <\/p>\n              <a href=\"https:\/\/picknpay.wd3.myworkdayjobs.com\/PNP_Careers\" 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                    M\u00c1S INFORMACI\u00d3N                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ser\u00e1s redirigido a otra ubicaci\u00f3n.              <\/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\">\u00bfQu\u00e9 pasos hay que seguir para solicitar empleos Pick n Pay?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Unirse a Pick n Pay comienza con un proceso de solicitud sencillo:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Explorar puestos disponibles<\/strong>:Visite el Portal de Carreras de Pick n Pay para ver las ofertas de trabajo actuales.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Crear una cuenta<\/strong>:Reg\u00edstrate en el portal para administrar tus solicitudes y recibir actualizaciones.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Aplicar en l\u00ednea: <\/strong>Complete el formulario de solicitud cuidadosamente, asegur\u00e1ndose de que todos los detalles sean correctos y actuales.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Evaluaci\u00f3n<\/strong>: Dependiendo del puesto, es posible que se le solicite completar evaluaciones para evaluar su idoneidad.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Etapa de entrevista: <\/strong>Se contactar\u00e1 a los candidatos seleccionados para analizar sus antecedentes, habilidades e idoneidad para el puesto.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Oferta de Empleo e Integraci\u00f3n: <\/strong>A los candidatos seleccionados se les presentar\u00e1 una oferta y pasar\u00e1n por un programa de incorporaci\u00f3n para realizar una transici\u00f3n sin problemas a su nuevo rol dentro de la empresa.<\/li>\n<\/div><\/ol>\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\">\u00bfCu\u00e1les son las mejores formas de destacarse al postularse en Pick n Pay?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para destacar en el proceso de selecci\u00f3n de Pick n Pay, investigue exhaustivamente la empresa. Comprenda sus valores, misi\u00f3n y operaciones para alinear su aplicaci\u00f3n de manera efectiva.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Demostrar familiaridad con la cultura de Pick n Pay (como la orientaci\u00f3n al cliente, el impacto en la comunidad y la excelencia operativa) demuestra un inter\u00e9s y compromiso genuinos de ser parte de la organizaci\u00f3n.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Adem\u00e1s, adapta tu CV y carta de presentaci\u00f3n a cada puesto. Aseg\u00farate de resaltar las calificaciones y los resultados que mejor se adapten al trabajo que est\u00e1s buscando.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prep\u00e1rese completamente para cualquier evaluaci\u00f3n o entrevista. Practique preguntas comunes sobre liderazgo y venta minorista y prep\u00e1rese para compartir ejemplos reales que demuestren sus capacidades y mentalidad de crecimiento.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Por \u00faltimo, pres\u00e9ntese con confianza y profesionalismo. Un lenguaje corporal positivo, una escucha activa y una actitud que priorice al cliente reforzar\u00e1n la idea de que usted es la persona adecuada para Pick n Pay.<\/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\">Consejos para crear un curr\u00edculum adecuado para los trabajos en Pick n Pay<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Crear un curr\u00edculum que resuene con las expectativas de Pick n Pay implica:<\/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>Estructura clara<\/strong>:Organice su curr\u00edculum con encabezados claros y vi\u00f1etas concisas para facilitar su lectura.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Descripci\u00f3n de la carrera: <\/strong>Comience con una introducci\u00f3n concisa que muestre sus principales fortalezas y describa sus objetivos profesionales.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Habilidades relevantes<\/strong>:Enumere las habilidades pertinentes al trabajo, como servicio al cliente, trabajo en equipo y habilidades para resolver problemas.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Detalles de la experiencia<\/strong>:Proporcione descripciones detalladas de roles anteriores, centr\u00e1ndose en los logros y responsabilidades relevantes para el puesto.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Educaci\u00f3n y certificaciones<\/strong>:Incluya calificaciones acad\u00e9micas y cualquier certificaci\u00f3n adicional que mejore su idoneidad.<\/li>\n<\/div><\/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\">Echa un vistazo a las ofertas de empleo en Shoprite tambi\u00e9n<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Si est\u00e1 buscando oportunidades de empleo en Pick n Pay, tambi\u00e9n vale la pena explorar puestos en Shoprite. Shoprite se est\u00e1 expandiendo actualmente y ofrece varios roles en m\u00faltiples regiones. \u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Shoprite ofrece oportunidades en \u00e1reas como ventas, log\u00edstica y gesti\u00f3n, atendiendo a diversos perfiles profesionales. Esta variedad permite a los candidatos encontrar puestos que se alineen con sus habilidades y objetivos profesionales. \u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Adem\u00e1s, la empresa invierte en programas de capacitaci\u00f3n y desarrollo para dotar a los empleados de las habilidades necesarias para avanzar en su carrera profesional. Este compromiso refleja la dedicaci\u00f3n de Shoprite al crecimiento profesional de su equipo. \u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Por lo tanto, al considerar las oportunidades en Pick n Pay, ampl\u00ede su b\u00fasqueda para incluir las vacantes de Shoprite. Este enfoque mejora sus posibilidades de conseguir el puesto ideal en el sector minorista.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-r3t6L\"><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.shopriteholdings.co.za\/careers.html\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/Captura-de-Tela-2025-03-26-as-06.27.38.png\">\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          Ofertas de empleo        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Carreras en Shoprite        <\/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              oportunidades            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              aplicar en l\u00ednea            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Te esperan grandes puestos en Shoprite: \u00a1no te los pierdas!        <\/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.shopriteholdings.co.za\/careers.html\" 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              M\u00c1S INFORMACI\u00d3N            <\/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.shopriteholdings.co.za\/careers.html\" 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              M\u00c1S INFORMACI\u00d3N            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Ser\u00e1s redirigido a otra ubicaci\u00f3n.        <\/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.shopriteholdings.co.za\/careers.html\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/Captura-de-Tela-2025-03-26-as-06.27.38.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                Te esperan grandes puestos en Shoprite: \u00a1no te los pierdas!              <\/p>\n              <a href=\"https:\/\/www.shopriteholdings.co.za\/careers.html\" 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                    M\u00c1S INFORMACI\u00d3N                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ser\u00e1s redirigido a otra ubicaci\u00f3n.              <\/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\">Explora esta opci\u00f3n: Oportunidades de empleo en limpieza<\/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-full\"><img decoding=\"async\" width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaners.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-847\" srcset=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaners.png 800w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaners-300x144.png 300w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaners-768x369.png 768w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaners-18x9.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">No te pierdas los beneficios de trabajar en el sector de la limpieza. \u2013 Fuente: Adobe Stock.<\/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>La industria de la limpieza ofrece numerosas oportunidades si est\u00e1s considerando trayectorias profesionales alternativas. Los roles en este sector incluyen servicios de limpieza, mantenimiento y puestos de limpieza especializados. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Estos trabajos a menudo requieren atenci\u00f3n a los detalles, confiabilidad y la capacidad de trabajar de forma independiente. Explorar oportunidades laborales de limpieza puede proporcionar empleo estable y v\u00edas para avanzar dentro de la industria.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para obtener m\u00e1s informaci\u00f3n sobre los puestos de limpieza disponibles, consulte el art\u00edculo siguiente. Encontrar\u00e1s detalles sobre el puesto y c\u00f3mo descubrir oportunidades laborales cerca de ti.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-1csmxi\">\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:\/\/greenflyn.com\/es\/cleaning-jobs\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Trabajos de limpieza\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning.png\" 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:\/\/greenflyn.com\/es\/cleaning-jobs\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Trabajos de limpieza\">\n            Trabajos de limpieza        <\/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            \u00bfBuscas un trabajo de limpieza estable? Aprenda c\u00f3mo postularse, elaborar un curr\u00edculum s\u00f3lido y negociar un mejor salario.        <\/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:\/\/greenflyn.com\/es\/cleaning-jobs\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuar leyendo            <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:\/\/greenflyn.com\/es\/cleaning-jobs\/\"  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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning.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                Trabajos de limpieza              <\/p>\n              <a href=\"https:\/\/greenflyn.com\/es\/cleaning-jobs\/\"  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 leyendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Seguir\u00e1s en el mismo lugar              <\/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><a style=\" color:;\" href=\"https:\/\/www.pnp.co.za\/careers\/pnp-careers?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Descubra c\u00f3mo comenzar una carrera exitosa en Pick n Pay consultando las vacantes disponibles, los pasos de solicitud y consejos para destacarse en el proceso de selecci\u00f3n.<\/p>","protected":false},"author":20,"featured_media":932,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,2,168],"tags":[166,165,167],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pick n Pay Job Opportunities: Learn how to apply! - Green Flyn<\/title>\n<meta name=\"description\" content=\"Learn about Pick n Pay job opportunities, company culture, benefits, and how to apply online to start your career!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenflyn.com\/es\/pick-n-pay-job-opportunities\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pick n Pay Job Opportunities: Learn how to apply! - Green Flyn\" \/>\n<meta property=\"og:description\" content=\"Learn about Pick n Pay job opportunities, company culture, benefits, and how to apply online to start your career!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenflyn.com\/es\/pick-n-pay-job-opportunities\/\" \/>\n<meta property=\"og:site_name\" content=\"Green Flyn\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-26T05:26:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-04T22:38:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"384\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Esther Sales\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Esther Sales\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/\",\"url\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/\",\"name\":\"Pick n Pay Job Opportunities: Learn how to apply! - Green Flyn\",\"isPartOf\":{\"@id\":\"https:\/\/greenflyn.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png\",\"datePublished\":\"2025-03-26T05:26:57+00:00\",\"dateModified\":\"2026-02-04T22:38:15+00:00\",\"author\":{\"@id\":\"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267\"},\"description\":\"Learn about Pick n Pay job opportunities, company culture, benefits, and how to apply online to start your career!\",\"breadcrumb\":{\"@id\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#breadcrumb\"},\"inLanguage\":\"es-MX\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-MX\",\"@id\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#primaryimage\",\"url\":\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png\",\"contentUrl\":\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png\",\"width\":800,\"height\":384},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenflyn.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pick n Pay Job Opportunities: Learn how to apply!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenflyn.com\/#website\",\"url\":\"https:\/\/greenflyn.com\/\",\"name\":\"Green Flyn\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenflyn.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es-MX\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267\",\"name\":\"Esther Sales\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-MX\",\"@id\":\"https:\/\/greenflyn.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"caption\":\"Esther Sales\"},\"description\":\"Esther writes with curiosity, clarity, and intention. Since 2019, she has been building her path in digital marketing through content, always seeking to understand what truly matters before putting words on the page. She values simple, useful, and real communication. Every piece of content is an opportunity to connect ideas with people in a meaningful way.\",\"url\":\"https:\/\/greenflyn.com\/es\/author\/esther-sales\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pick n Pay Job Opportunities: Learn how to apply! - Green Flyn","description":"Learn about Pick n Pay job opportunities, company culture, benefits, and how to apply online to start your career!","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:\/\/greenflyn.com\/es\/pick-n-pay-job-opportunities\/","og_locale":"es_MX","og_type":"article","og_title":"Pick n Pay Job Opportunities: Learn how to apply! - Green Flyn","og_description":"Learn about Pick n Pay job opportunities, company culture, benefits, and how to apply online to start your career!","og_url":"https:\/\/greenflyn.com\/es\/pick-n-pay-job-opportunities\/","og_site_name":"Green Flyn","article_published_time":"2025-03-26T05:26:57+00:00","article_modified_time":"2026-02-04T22:38:15+00:00","og_image":[{"width":800,"height":384,"url":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png","type":"image\/png"}],"author":"Esther Sales","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Esther Sales","Est. reading time":"8 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/","url":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/","name":"Pick n Pay Job Opportunities: Learn how to apply! - Green Flyn","isPartOf":{"@id":"https:\/\/greenflyn.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#primaryimage"},"image":{"@id":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#primaryimage"},"thumbnailUrl":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png","datePublished":"2025-03-26T05:26:57+00:00","dateModified":"2026-02-04T22:38:15+00:00","author":{"@id":"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267"},"description":"Learn about Pick n Pay job opportunities, company culture, benefits, and how to apply online to start your career!","breadcrumb":{"@id":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#breadcrumb"},"inLanguage":"es-MX","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/"]}]},{"@type":"ImageObject","inLanguage":"es-MX","@id":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#primaryimage","url":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png","contentUrl":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/pick-n-pay-capa.png","width":800,"height":384},{"@type":"BreadcrumbList","@id":"https:\/\/greenflyn.com\/pick-n-pay-job-opportunities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenflyn.com\/"},{"@type":"ListItem","position":2,"name":"Pick n Pay Job Opportunities: Learn how to apply!"}]},{"@type":"WebSite","@id":"https:\/\/greenflyn.com\/#website","url":"https:\/\/greenflyn.com\/","name":"Green Flyn","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenflyn.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es-MX"},{"@type":"Person","@id":"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267","name":"Esther Sales","image":{"@type":"ImageObject","inLanguage":"es-MX","@id":"https:\/\/greenflyn.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","caption":"Esther Sales"},"description":"Esther writes with curiosity, clarity, and intention. Since 2019, she has been building her path in digital marketing through content, always seeking to understand what truly matters before putting words on the page. She values simple, useful, and real communication. Every piece of content is an opportunity to connect ideas with people in a meaningful way.","url":"https:\/\/greenflyn.com\/es\/author\/esther-sales\/"}]}},"_links":{"self":[{"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/posts\/925"}],"collection":[{"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/comments?post=925"}],"version-history":[{"count":10,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/posts\/925\/revisions"}],"predecessor-version":[{"id":11166,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/posts\/925\/revisions\/11166"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/media\/932"}],"wp:attachment":[{"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/media?parent=925"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/categories?post=925"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenflyn.com\/es\/wp-json\/wp\/v2\/tags?post=925"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}