{"id":348,"date":"2021-08-24T11:27:12","date_gmt":"2021-08-24T14:27:12","guid":{"rendered":"https:\/\/planejarservicos.com.br\/?page_id=348"},"modified":"2026-03-17T08:53:45","modified_gmt":"2026-03-17T11:53:45","slug":"area-do-empregado","status":"publish","type":"page","link":"https:\/\/planejarservicos.com.br\/index.php\/area-do-empregado\/","title":{"rendered":"\u00c1rea do empregado"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"348\" class=\"elementor elementor-348\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1bbdac elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1bbdac\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9185274\" data-id=\"9185274\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-efe28fb elementor-widget elementor-widget-html\" data-id=\"efe28fb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u00c1rea do Colaborador - Planejar<\/title>\n    <link href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-color: #2c3e50;\n            --secondary-color: #3498db;\n            --accent-color: #e74c3c;\n            --success-color: #27ae60;\n            --warning-color: #f39c12;\n            --info-color: #1abc9c;\n            --dark-color: #34495e;\n            --light-color: #ecf0f1;\n        }\n\n        body {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            min-height: 100vh;\n            padding: 20px 0;\n        }\n\n        .main-container {\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            padding: 40px 20px;\n            margin: 20px auto;\n            max-width: 1300px;\n            backdrop-filter: blur(10px);\n        }\n\n        h1 {\n            color: var(--primary-color);\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 40px;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 15px;\n        }\n\n        h1:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: linear-gradient(to right, var(--secondary-color), var(--accent-color));\n            border-radius: 2px;\n        }\n\n        .button-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            padding: 20px;\n        }\n\n        .button-item {\n            transition: all 0.3s ease;\n            animation: fadeInUp 0.5s ease backwards;\n        }\n\n        .button-item:nth-child(1) { animation-delay: 0.1s; }\n        .button-item:nth-child(2) { animation-delay: 0.2s; }\n        .button-item:nth-child(3) { animation-delay: 0.3s; }\n        .button-item:nth-child(4) { animation-delay: 0.4s; }\n        .button-item:nth-child(5) { animation-delay: 0.5s; }\n        .button-item:nth-child(6) { animation-delay: 0.6s; }\n        .button-item:nth-child(7) { animation-delay: 0.7s; }\n        .button-item:nth-child(8) { animation-delay: 0.8s; }\n        .button-item:nth-child(9) { animation-delay: 0.9s; }\n        .button-item:nth-child(10) { animation-delay: 1s; }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .btn-custom {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding: 25px 15px;\n            border-radius: 15px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-size: 14px;\n            height: 100%;\n            min-height: 140px;\n            border: none;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n            color: white;\n            text-decoration: none;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .btn-custom:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .btn-custom:hover:before {\n            left: 100%;\n        }\n\n        .btn-custom:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.2);\n            color: white;\n            text-decoration: none;\n        }\n\n        .btn-custom i {\n            font-size: 32px;\n            margin-bottom: 12px;\n        }\n\n        .btn-custom span {\n            display: block;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .btn-primary-custom {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        }\n\n        .btn-secondary-custom {\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n        }\n\n        .btn-success-custom {\n            background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);\n        }\n\n        .btn-danger-custom {\n            background: linear-gradient(135deg, #f43b47 0%, #453a94 100%);\n        }\n\n        .btn-warning-custom {\n            background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);\n        }\n\n        .btn-info-custom {\n            background: linear-gradient(135deg, #17ead9 0%, #6078ea 100%);\n        }\n\n        .btn-light-custom {\n            background: linear-gradient(135deg, #bdc3c7 0%, #2c3e50 100%);\n        }\n\n        .btn-dark-custom {\n            background: linear-gradient(135deg, #141e30 0%, #243b55 100%);\n        }\n\n        .btn-link-custom {\n            background: linear-gradient(135deg, #3a1c71 0%, #d76d77 50%, #ffaf7b 100%);\n        }\n\n        .btn-voltar-custom {\n            background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);\n        }\n\n        .footer {\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px solid rgba(0,0,0,0.1);\n            color: var(--primary-color);\n        }\n\n        .footer i {\n            color: var(--accent-color);\n            margin: 0 5px;\n        }\n\n        @media (max-width: 768px) {\n            .main-container {\n                padding: 20px 10px;\n                margin: 10px;\n            }\n            \n            h1 {\n                font-size: 24px;\n            }\n            \n            .btn-custom {\n                min-height: 120px;\n                padding: 15px 10px;\n                font-size: 12px;\n            }\n            \n            .btn-custom i {\n                font-size: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"main-container\">\n            <h1 class=\"text-center\">\u00c1rea do Colaborador<\/h1>\n            \n            <div class=\"button-container\">\n                <div class=\"button-item\">\n                    <a href=\"https:\/\/sistemasplanejar.com.br\/contrachequesNovo\" class=\"btn-custom btn-primary-custom\">\n                        <i class=\"fas fa-file-invoice\"><\/i>\n                        <span>Acesso ao contracheque<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/sistemasplanejar.com.br\/contrachequesNovo\/\" class=\"btn-custom btn-secondary-custom\">\n                        <i class=\"fas fa-chart-line\"><\/i>\n                        <span>Informe de rendimentos 2025<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/planejarservicos.com.br\/consulta_chapa\/\" class=\"btn-custom btn-success-custom\">\n                        <i class=\"fas fa-id-card\"><\/i>\n                        <span>Saiba sua matr\u00edcula<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/sistemasplanejar.com.br\/contrachequesNovo\" class=\"btn-custom btn-danger-custom\">\n                        <i class=\"fas fa-file-medical\"><\/i>\n                        <span>Envio de atestado<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/sistemasplanejar.com.br\/app\/index.php\/denuncia-de-assedio\/\" class=\"btn-custom btn-warning-custom\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                        <span>Portal de den\u00fancias de ass\u00e9dio<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/planejarservicos.com.br\/index.php\/area-do-empregado\/index.php\/portal\/\" class=\"btn-custom btn-info-custom\">\n                        <i class=\"fas fa-comment-dots\"><\/i>\n                        <span>Sugest\u00f5es, d\u00favidas e elogios<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/planejarservicos.com.br\/wp-content\/uploads\/2025\/03\/Relatorio-PLANEJAR.pdf\" class=\"btn-custom btn-light-custom\">\n                        <i class=\"fas fa-venus-mars\"><\/i>\n                        <span>Relat\u00f3rio de Transpar\u00eancia e Igualdade Salarial<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/planejarservicos.com.br\/index.php\/lgpd\/\" class=\"btn-custom btn-dark-custom\">\n                        <i class=\"fas fa-shield-virus\"><\/i>\n                        <span>LGPD<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"https:\/\/planejarservicos.com.br\/manual\" class=\"btn-custom btn-link-custom\">\n                        <i class=\"fas fa-book\"><\/i>\n                        <span>Manual de instru\u00e7\u00f5es<\/span>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"button-item\">\n                    <a href=\"http:\/\/planejarservicos.com.br\" class=\"btn-custom btn-voltar-custom\">\n                        <i class=\"fas fa-arrow-left\"><\/i>\n                        <span>Voltar<\/span>\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"footer text-center\">\n                <p>\n                    <i class=\"fas fa-copyright\"><\/i> 2024 Planejar Servi\u00e7os - Todos os direitos reservados\n                    <br>\n                    <small>\n                        <i class=\"fas fa-clock\"><\/i> \u00daltima atualiza\u00e7\u00e3o: Mar\u00e7o 2024\n                    <\/small>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.5.1.slim.min.js\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@popperjs\/core@2.5.3\/dist\/umd\/popper.min.js\"><\/script>\n    <script src=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/js\/bootstrap.min.js\"><\/script>\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u00c1rea do Colaborador &#8211; Planejar \u00c1rea do Colaborador Acesso ao contracheque Informe de rendimentos 2025 Saiba sua matr\u00edcula Envio de atestado Portal de den\u00fancias de ass\u00e9dio Sugest\u00f5es, d\u00favidas e elogios Relat\u00f3rio de Transpar\u00eancia e Igualdade Salarial LGPD Manual de instru\u00e7\u00f5es Voltar 2024 Planejar Servi\u00e7os &#8211; Todos os direitos reservados \u00daltima atualiza\u00e7\u00e3o: Mar\u00e7o 2024<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_regular_price":[],"currency_symbol":[],"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"aioseo_notices":[],"post_slider_layout_featured_media_urls":{"thumbnail":"","post_slider_layout_landscape_large":"","post_slider_layout_portrait_large":"","post_slider_layout_square_large":"","post_slider_layout_landscape":"","post_slider_layout_portrait":"","post_slider_layout_square":"","full":""},"_links":{"self":[{"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/pages\/348"}],"collection":[{"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=348"}],"version-history":[{"count":114,"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/pages\/348\/revisions"}],"predecessor-version":[{"id":1276,"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/pages\/348\/revisions\/1276"}],"wp:attachment":[{"href":"https:\/\/planejarservicos.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}