{"id":1784,"date":"2026-03-11T14:15:46","date_gmt":"2026-03-11T17:15:46","guid":{"rendered":"https:\/\/ipetech.ufla.br\/?page_id=1784"},"modified":"2026-06-12T11:12:18","modified_gmt":"2026-06-12T14:12:18","slug":"trabalhe-conosco","status":"publish","type":"page","link":"https:\/\/ipetech.ufla.br\/index.php\/trabalhe-conosco\/","title":{"rendered":"Trabalhe Conosco"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1784\" class=\"elementor elementor-1784\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cdc1ba e-flex e-con-boxed e-con e-parent\" data-id=\"6cdc1ba\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41ea66f elementor-widget elementor-widget-html\" data-id=\"41ea66f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  \/* ==========================================\r\n      ESTILOS DA P\u00c1GINA TRABALHE CONOSCO\r\n  ========================================== *\/\r\n  .tc-wrapper { \r\n    font-family: 'Poppins', sans-serif; \r\n    max-width: 1200px; \r\n    margin: 0 auto; \r\n    padding: 40px 20px; \r\n    color: #444;\r\n  }\r\n\r\n  .sec-title { \r\n    color: #1b5e20; \r\n    font-weight: 800; \r\n    border-bottom: 2px solid #eee; \r\n    padding-bottom: 15px; \r\n    margin-bottom: 40px; \r\n    font-size: clamp(1.5rem, 5vw, 2.2rem);\r\n    text-align: left;\r\n  }\r\n\r\n  #container-editais-dinamicos {\r\n    width: 100%;\r\n    margin-bottom: 30px;\r\n  }\r\n\r\n  .card-edital-ativo {\r\n    background: #ffffff;\r\n    border: 1px solid #e2e8f0;\r\n    border-left: 5px solid #009cb4; \r\n    border-radius: 12px;\r\n    padding: 25px;\r\n    margin-bottom: 20px;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    gap: 20px;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n  }\r\n\r\n  .card-edital-ativo:hover {\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 10px 25px rgba(0,0,0,0.08);\r\n    border-color: #009cb4;\r\n  }\r\n\r\n  .edital-info { flex: 1; }\r\n\r\n  .edital-data {\r\n    font-size: 12px;\r\n    font-weight: 600;\r\n    color: #009cb4;\r\n    text-transform: uppercase;\r\n    letter-spacing: 1px;\r\n    margin-bottom: 6px;\r\n  }\r\n\r\n  .edital-titulo {\r\n    color: #1b5e20;\r\n    font-size: 1.2rem;\r\n    font-weight: 700;\r\n    margin: 0 0 10px 0;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  .edital-resumo {\r\n    color: #555;\r\n    font-size: 14px;\r\n    margin: 0;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  .btn-inscrever {\r\n    background: #1b5e20;\r\n    color: #fff !important;\r\n    padding: 12px 25px;\r\n    border-radius: 50px;\r\n    text-decoration: none !important;\r\n    font-weight: 700;\r\n    font-size: 13px;\r\n    white-space: nowrap;\r\n    transition: 0.3s;\r\n    box-shadow: 0 4px 12px rgba(27, 94, 32, 0.2);\r\n  }\r\n\r\n  .btn-inscrever:hover {\r\n    background: #2e7d32;\r\n    transform: scale(1.03);\r\n  }\r\n\r\n  .sem-vagas-wrapper {\r\n    display: none; \r\n    text-align: center;\r\n    padding: 60px 20px;\r\n    background: #f9fafb;\r\n    border-radius: 16px;\r\n    border: 2px dashed #d8e8d9;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .sem-vagas-icon {\r\n    width: 64px;\r\n    height: 64px;\r\n    background: #e8f5e9;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 0 auto 24px auto;\r\n  }\r\n\r\n  .sem-vagas-titulo {\r\n    color: #1b5e20;\r\n    font-size: 1.4rem;\r\n    font-weight: 800;\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .sem-vagas-desc {\r\n    color: #666;\r\n    font-size: 14px;\r\n    line-height: 1.7;\r\n    max-width: 420px;\r\n    margin: 0 auto 30px auto;\r\n  }\r\n\r\n  .sem-vagas-redes {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    flex-wrap: wrap;\r\n  }\r\n\r\n  .btn-rede {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    padding: 10px 20px;\r\n    border-radius: 50px;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    text-decoration: none !important;\r\n    transition: 0.3s;\r\n  }\r\n\r\n  .btn-instagram { background: #fce4ec; color: #ad1457 !important; }\r\n  .btn-instagram:hover { background: #f48fb1; color: #fff !important; transform: translateY(-2px); }\r\n\r\n  .btn-linkedin { background: #e3f2fd; color: #1565c0 !important; }\r\n  .btn-linkedin:hover { background: #90caf9; color: #fff !important; transform: translateY(-2px); }\r\n\r\n  .btn-facebook { background: #e8eaf6; color: #283593 !important; }\r\n  .btn-facebook:hover { background: #9fa8da; color: #fff !important; transform: translateY(-2px); }\r\n\r\n  .container-encerrados {\r\n    text-align: center;\r\n    margin: 20px 0 40px 0;\r\n  }\r\n\r\n  .btn-encerrados {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    background: #f9f9f9;\r\n    color: #555 !important;\r\n    border: 2px solid #eee;\r\n    padding: 14px 30px;\r\n    border-radius: 50px;\r\n    font-size: 15px;\r\n    font-weight: 700;\r\n    text-decoration: none !important;\r\n    transition: 0.3s;\r\n  }\r\n\r\n  .btn-encerrados svg { color: #1b5e20; flex-shrink: 0; }\r\n  .btn-encerrados:hover { border-color: #009cb4; color: #009cb4 !important; background: #fff; transform: translateY(-3px); }\r\n\r\n  @media (max-width: 768px) {\r\n    .card-edital-ativo { flex-direction: column; text-align: center; }\r\n    .btn-inscrever { width: 100%; text-align: center; }\r\n    .sec-title { text-align: center; }\r\n    .btn-encerrados { width: 100%; box-sizing: border-box; }\r\n    .sem-vagas-redes { flex-direction: column; align-items: stretch; }\r\n    .btn-rede { justify-content: center; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"tc-wrapper\">\r\n  \r\n  <h3 class=\"sec-title\">Editais Recentes<\/h3>\r\n\r\n  <div id=\"container-editais-dinamicos\">\r\n    <div style=\"text-align: center; padding: 40px; color: #666;\">Verificando editais ativos...<\/div>\r\n  <\/div>\r\n\r\n  <div class=\"sem-vagas-wrapper\" id=\"fallback-sem-vagas\">\r\n    <div class=\"sem-vagas-icon\">\r\n      <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5e20\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n        <circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle>\r\n        <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"><\/line>\r\n      <\/svg>\r\n    <\/div>\r\n    <h4 class=\"sem-vagas-titulo\">Nenhuma vaga aberta no momento<\/h4>\r\n    <p class=\"sem-vagas-desc\">\r\n      Estamos sem processos seletivos ativos por enquanto. Fique de olho nas nossas redes sociais \u2014 \u00e9 por l\u00e1 que anunciamos as novidades e as novas oportunidades em primeira m\u00e3o!\r\n    <\/p>\r\n    <div class=\"sem-vagas-redes\">\r\n      <a href=\"https:\/\/www.instagram.com\/ipetech.ufla\/\" class=\"btn-rede btn-instagram\" target=\"_blank\">\r\n        <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\/><\/svg>\r\n        Instagram\r\n      <\/a>\r\n      <a href=\"https:\/\/www.linkedin.com\/company\/ip%C3%AAtech-parque-cient%C3%ADfico-e-tecnol%C3%B3gico-da-ufla\" class=\"btn-rede btn-linkedin\" target=\"_blank\">\r\n        <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z\"\/><\/svg>\r\n        LinkedIn\r\n      <\/a>\r\n      <a href=\"https:\/\/www.facebook.com\/ipetech.ufla\" class=\"btn-rede btn-facebook\" target=\"_blank\">\r\n        <svg width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z\"\/><\/svg>\r\n        Facebook\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"container-encerrados\">\r\n    <a href=\"https:\/\/ipetech.ufla.br\/index.php\/category\/editais-encerrados\/\" class=\"btn-encerrados\">\r\n      <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n        <path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2 2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"><\/path>\r\n      <\/svg>\r\n      Ver Todos Editais Encerrados\r\n    <\/a>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n  document.addEventListener('DOMContentLoaded', function() {\r\n    \r\n    async function buscarEditaisDoWordPress() {\r\n      const container = document.getElementById('container-editais-dinamicos');\r\n      const fallbackBox = document.getElementById('fallback-sem-vagas');\r\n      \r\n      \/\/ Chaves para o controle de cache do navegador\r\n      const cacheKey = 'ipetech_editais_cache';\r\n      const cacheTimeKey = 'ipetech_editais_cache_time';\r\n      const tempoExpiracao = 5 * 60 * 1000; \/\/ Cache expira em 5 minutos\r\n\r\n      const cachedData = sessionStorage.getItem(cacheKey);\r\n      const cachedTime = sessionStorage.getItem(cacheTimeKey);\r\n\r\n      let posts = [];\r\n\r\n      \/\/ \u26a1 SE ESTIVER NO CACHE E DENTRO DO TEMPO, EXIBE INSTANTANEAMENTE\r\n      if (cachedData && cachedTime && (Date.now() - cachedTime < tempoExpiracao)) {\r\n        posts = JSON.parse(cachedData);\r\n      } else {\r\n        \/\/ Sen\u00e3o, busca do servidor de forma ass\u00edncrona\r\n        try {\r\n          const urlAPI = 'https:\/\/ipetech.ufla.br\/index.php?rest_route=\/wp\/v2\/posts&_embed=1&per_page=10';\r\n          const resposta = await fetch(urlAPI);\r\n          if (!resposta.ok) throw new Error(\"Erro na conex\u00e3o\");\r\n          \r\n          posts = await resposta.json();\r\n          \r\n          \/\/ Guarda os dados no cache para as pr\u00f3ximas visualiza\u00e7\u00f5es\r\n          sessionStorage.setItem(cacheKey, JSON.stringify(posts));\r\n          sessionStorage.setItem(cacheTimeKey, Date.now().toString());\r\n\r\n        } catch (erro) {\r\n          console.error(\"Erro ao processar requisi\u00e7\u00e3o:\", erro);\r\n          container.innerHTML = '';\r\n          fallbackBox.style.display = 'block';\r\n          return;\r\n        }\r\n      }\r\n\r\n      \/\/ Filtra os posts correspondentes \u00e0 categoria de Trabalhe Conosco\r\n      const editaisAtivos = posts.filter(post => {\r\n        if (post._embedded && post._embedded['wp:term']) {\r\n          const categorias = post._embedded['wp:term'][0];\r\n          return categorias.some(cat => cat.slug === 'trabalhe_conosco' || cat.slug === 'trabalhe-conosco');\r\n        }\r\n        return false;\r\n      });\r\n\r\n      \/\/ Valida exibi\u00e7\u00e3o dos cards ou da caixa de fallback\r\n      if (editaisAtivos.length === 0) {\r\n        container.innerHTML = '';\r\n        fallbackBox.style.display = 'block';\r\n        return;\r\n      }\r\n\r\n      container.innerHTML = '';\r\n      fallbackBox.style.display = 'none';\r\n\r\n      editaisAtivos.forEach(edital => {\r\n        const dataObjeto = new Date(edital.date);\r\n        const dataFormatada = dataObjeto.toLocaleDateString('pt-BR', {\r\n          day: '2-digit',\r\n          month: '2-digit',\r\n          year: 'numeric'\r\n        });\r\n\r\n        let resumoLimpo = edital.excerpt.rendered.replace(\/<[^>]+>\/g, '').replace(\/\\[&hellip;\\]\/g, '').trim();\r\n        if (resumoLimpo.length > 180) resumoLimpo = resumoLimpo.substring(0, 180) + '...';\r\n\r\n        const htmlEdital = `\r\n          <div class=\"card-edital-ativo\">\r\n            <div class=\"edital-info\">\r\n              <div class=\"edital-data\">Publicado em ${dataFormatada}<\/div>\r\n              <h4 class=\"edital-titulo\">${edital.title.rendered}<\/h4>\r\n              <p class=\"edital-resumo\">${resumoLimpo}<\/p>\r\n            <\/div>\r\n            <div>\r\n              <a href=\"${edital.link}\" class=\"btn-inscrever\">Acessar Edital \u2192<\/a>\r\n            <\/div>\r\n          <\/div>\r\n        `;\r\n        \r\n        container.innerHTML += htmlEdital;\r\n      });\r\n    }\r\n\r\n    buscarEditaisDoWordPress();\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Editais Recentes Verificando editais ativos&#8230; Nenhuma vaga aberta no momento Estamos sem processos seletivos ativos por enquanto. Fique de olho nas nossas redes sociais \u2014 \u00e9 por l\u00e1 que anunciamos as novidades e as novas oportunidades em primeira m\u00e3o! Instagram LinkedIn Facebook Ver Todos Editais Encerrados<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":false,"footnotes":""},"class_list":["post-1784","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"_links":{"self":[{"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/pages\/1784","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/comments?post=1784"}],"version-history":[{"count":106,"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/pages\/1784\/revisions"}],"predecessor-version":[{"id":2666,"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/pages\/1784\/revisions\/2666"}],"wp:attachment":[{"href":"https:\/\/ipetech.ufla.br\/index.php\/wp-json\/wp\/v2\/media?parent=1784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}