{"id":1760,"date":"2026-01-08T18:52:53","date_gmt":"2026-01-08T18:52:53","guid":{"rendered":"https:\/\/senhorapps.com\/?page_id=1760"},"modified":"2026-01-08T18:58:08","modified_gmt":"2026-01-08T18:58:08","slug":"encontre-sua-vaga-aqui","status":"publish","type":"page","link":"https:\/\/senhorapps.com\/sl\/encontre-sua-vaga-aqui\/","title":{"rendered":"ENCONTRE SUA VAGA AQUI"},"content":{"rendered":"<style>\n    :root {\n        --pink-main: #db2777;\n        --pink-hover: #be185d;\n        --bg-color: #f8fafc;\n        --text-color: #334155;\n    }\n\n    #results-pro-wrapper {\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        max-width: 850px;\n        margin: 40px auto;\n        padding: 20px;\n        background-color: var(--bg-color);\n        min-height: 600px;\n        border-radius: 20px;\n    }\n\n    \/* Cabe\u00e7alho *\/\n    .header-results { margin-bottom: 40px; }\n    \n    .btn-back-clean {\n        display: inline-flex; align-items: center; gap: 8px;\n        color: #64748b; text-decoration: none; font-weight: 600; font-size: 14px;\n        transition: 0.2s; margin-bottom: 15px;\n    }\n    .btn-back-clean:hover { color: var(--pink-main); transform: translateX(-3px); }\n\n    .title-results { font-size: 28px; font-weight: 800; color: #1e293b; margin: 0; }\n    \n    \/* PREVEN\u00c7\u00c3O DE DROP-CAP: Usando display block *\/\n    .subtitle-results { \n        color: #64748b; \n        font-size: 16px; \n        margin-top: 5px; \n        font-weight: 500;\n        display: block; \n    }\n\n    \/* Estiliza\u00e7\u00e3o dos Cards *\/\n    #job-feed-content { display: flex; flex-direction: column; gap: 15px; }\n\n    #job-feed-content .job-card-pro-pink {\n        background: #ffffff !important;\n        border-radius: 16px !important;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;\n        border: 1px solid #f1f5f9 !important;\n        transition: all 0.3s ease !important;\n        overflow: hidden !important;\n    }\n\n    #job-feed-content .job-card-pro-pink:hover {\n        transform: translateY(-3px) !important;\n        box-shadow: 0 10px 30px rgba(219, 39, 119, 0.1) !important;\n        border-color: #fce7f3 !important;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 600px) {\n        #job-feed-content .job-card-body { flex-direction: column !important; text-align: center !important; }\n        #job-feed-content .job-action { width: 100% !important; margin-top: 15px !important; }\n        #job-feed-content .btn-pro-pink { display: block !important; width: 100% !important; }\n    }\n\n    \/* Loader *\/\n    .loader-ring {\n        display: inline-block; width: 50px; height: 50px;\n        border: 4px solid #fce7f3; border-radius: 50%;\n        border-top: 4px solid var(--pink-main);\n        animation: spin 1s linear infinite; margin-bottom: 20px;\n    }\n    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }\n    \n    \/* Classe de seguran\u00e7a para textos *\/\n    .safe-text {\n        font-size: 16px;\n        color: #64748b;\n        font-weight: 500;\n        margin: 0;\n        padding: 0;\n        display: block; \/* Garante que n\u00e3o seja tratado como par\u00e1grafo inline *\/\n    }\n\n<\/style>\n\n<div id=\"results-pro-wrapper\">\n    \n    <div class=\"header-results\">\n        <a href=\"https:\/\/senhorapps.com\/sl\/o-proximo-passo-comeca-aqui\/\" class=\"btn-back-clean\">\n            <i class=\"fas fa-arrow-left\"><\/i> Voltar para busca\n        <\/a>\n        <h1 class=\"title-results\" id=\"dynamic-h1\">Carregando Vagas&#8230;<\/h1>\n        \n        <div class=\"subtitle-results\">Conectando voc\u00ea \u00e0s oportunidades.<\/div>\n    <\/div>\n\n    <div id=\"loading-box\" style=\"text-align:center; padding: 60px 0;\">\n        <div class=\"loader-ring\"><\/div>\n        <div class=\"safe-text\">Buscando&#8230;<\/div>\n    <\/div>\n\n    <div id=\"job-feed-content\"><\/div>\n\n<\/div>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const params = new URLSearchParams(window.location.search);\n        const kw = params.get('keywords') || 'Vagas Recentes';\n        const loc = params.get('location') || 'Brasil';\n\n        \/\/ Atualiza T\u00edtulo\n        const h1 = document.getElementById('dynamic-h1');\n        h1.innerHTML = (kw === 'Vagas Recentes') \n            ? 'Vagas <span style=\"color:#db2777\">Recentes<\/span>' \n            : `Vagas para <span style=\"color:#db2777\">${kw}<\/span>`;\n\n        fetch(`\/wp-json\/vagas\/v1\/buscar?keywords=${encodeURIComponent(kw)}&location=${encodeURIComponent(loc)}`)\n            .then(r => r.json())\n            .then(html => {\n                document.getElementById('loading-box').style.display = 'none';\n                \n                const temp = document.createElement('div');\n                temp.innerHTML = html;\n                const list = temp.querySelector('.job-list-container');\n                const finalHtml = list ? list.innerHTML : html;\n\n                const feed = document.getElementById('job-feed-content');\n                feed.innerHTML = finalHtml;\n                \n                feed.style.opacity = 0;\n                setTimeout(() => { \n                    feed.style.transition = 'opacity 0.5s ease'; \n                    feed.style.opacity = 1; \n                }, 50);\n            })\n            .catch(err => {\n                console.error(err);\n                \/\/ Erro tamb\u00e9m mudado para DIV\n                document.getElementById('loading-box').innerHTML = '<div class=\"safe-text\" style=\"color:#ef4444\">Erro ao carregar vagas.<\/div>';\n            });\n    });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Voltar para busca Carregando Vagas&#8230; Conectando voc\u00ea \u00e0s oportunidades. Buscando&#8230;<\/p>","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1760","page","type-page","status-publish","hentry","latest_post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ENCONTRE SUA VAGA AQUI - Senhor Apps<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/senhorapps.com\/sl\/encontre-sua-vaga-aqui\/\" \/>\n<meta property=\"og:locale\" content=\"sl_SI\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ENCONTRE SUA VAGA AQUI - Senhor Apps\" \/>\n<meta property=\"og:description\" content=\"Voltar para busca Carregando Vagas&#8230; Conectando voc\u00ea \u00e0s oportunidades. Buscando&#8230;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/senhorapps.com\/sl\/encontre-sua-vaga-aqui\/\" \/>\n<meta property=\"og:site_name\" content=\"Senhor Apps\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T18:58:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuta\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/\",\"url\":\"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/\",\"name\":\"ENCONTRE SUA VAGA AQUI - Senhor Apps\",\"isPartOf\":{\"@id\":\"https:\/\/senhorapps.com\/en\/#website\"},\"datePublished\":\"2026-01-08T18:52:53+00:00\",\"dateModified\":\"2026-01-08T18:58:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/#breadcrumb\"},\"inLanguage\":\"sl-SI\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/senhorapps.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ENCONTRE SUA VAGA AQUI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/senhorapps.com\/en\/#website\",\"url\":\"https:\/\/senhorapps.com\/en\/\",\"name\":\"Senhor Apps\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/senhorapps.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/senhorapps.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"sl-SI\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/senhorapps.com\/en\/#organization\",\"name\":\"Senhor Apps\",\"url\":\"https:\/\/senhorapps.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"sl-SI\",\"@id\":\"https:\/\/senhorapps.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/senhorapps.com\/wp-content\/uploads\/2024\/09\/cropped-logo-srapps.jpeg\",\"contentUrl\":\"https:\/\/senhorapps.com\/wp-content\/uploads\/2024\/09\/cropped-logo-srapps.jpeg\",\"width\":143,\"height\":40,\"caption\":\"Senhor Apps\"},\"image\":{\"@id\":\"https:\/\/senhorapps.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ENCONTRE SUA VAGA AQUI - Senhor Apps","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:\/\/senhorapps.com\/sl\/encontre-sua-vaga-aqui\/","og_locale":"sl_SI","og_type":"article","og_title":"ENCONTRE SUA VAGA AQUI - Senhor Apps","og_description":"Voltar para busca Carregando Vagas&#8230; Conectando voc\u00ea \u00e0s oportunidades. Buscando&#8230;","og_url":"https:\/\/senhorapps.com\/sl\/encontre-sua-vaga-aqui\/","og_site_name":"Senhor Apps","article_modified_time":"2026-01-08T18:58:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minuta"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/","url":"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/","name":"ENCONTRE SUA VAGA AQUI - Senhor Apps","isPartOf":{"@id":"https:\/\/senhorapps.com\/en\/#website"},"datePublished":"2026-01-08T18:52:53+00:00","dateModified":"2026-01-08T18:58:08+00:00","breadcrumb":{"@id":"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/#breadcrumb"},"inLanguage":"sl-SI","potentialAction":[{"@type":"ReadAction","target":["https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/senhorapps.com\/encontre-sua-vaga-aqui\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/senhorapps.com\/en\/"},{"@type":"ListItem","position":2,"name":"ENCONTRE SUA VAGA AQUI"}]},{"@type":"WebSite","@id":"https:\/\/senhorapps.com\/en\/#website","url":"https:\/\/senhorapps.com\/en\/","name":"Lord Apps","description":"","publisher":{"@id":"https:\/\/senhorapps.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/senhorapps.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"sl-SI"},{"@type":"Organization","@id":"https:\/\/senhorapps.com\/en\/#organization","name":"Lord Apps","url":"https:\/\/senhorapps.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"sl-SI","@id":"https:\/\/senhorapps.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/senhorapps.com\/wp-content\/uploads\/2024\/09\/cropped-logo-srapps.jpeg","contentUrl":"https:\/\/senhorapps.com\/wp-content\/uploads\/2024\/09\/cropped-logo-srapps.jpeg","width":143,"height":40,"caption":"Senhor Apps"},"image":{"@id":"https:\/\/senhorapps.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/pages\/1760","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/comments?post=1760"}],"version-history":[{"count":3,"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/pages\/1760\/revisions"}],"predecessor-version":[{"id":1770,"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/pages\/1760\/revisions\/1770"}],"wp:attachment":[{"href":"https:\/\/senhorapps.com\/sl\/wp-json\/wp\/v2\/media?parent=1760"}],"curies":[{"name":"delovni list","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}