{"id":1161,"date":"2026-02-19T15:14:24","date_gmt":"2026-02-19T15:14:24","guid":{"rendered":"https:\/\/domesticassp.com.br\/?page_id=1161"},"modified":"2026-07-31T00:26:11","modified_gmt":"2026-07-31T00:26:11","slug":"impressao-de-ficha","status":"publish","type":"page","link":"https:\/\/domesticassp.com.br\/?page_id=1161","title":{"rendered":"Impressao de Ficha"},"content":{"rendered":"\r\n<div class=\"gc-wrapper\">\r\n\r\n    <h2>Pesquisa de Candidatas<\/h2>\r\n\r\n    <div class=\"gc-search-area\">\r\n\r\n        <input\r\n            type=\"text\"\r\n            id=\"gc_nome\"\r\n            placeholder=\"Digite no m\u00ednimo 5 letras do nome\">\r\n\r\n        <button\r\n            type=\"button\"\r\n            id=\"gc_pesquisar\">\r\n\r\n            Pesquisar\r\n\r\n        <\/button>\r\n\r\n    <\/div>\r\n\r\n    <div id=\"gc_msg\"><\/div>\r\n\r\n    <table class=\"gc-table\">\r\n\r\n        <thead>\r\n\r\n            <tr>\r\n                <th>Nome<\/th>\r\n                <th>Bairro<\/th>\r\n                <th>Fun\u00e7\u00e3o<\/th>\r\n                <th style=\"width:260px;\">A\u00e7\u00f5es<\/th>\r\n            <\/tr>\r\n\r\n        <\/thead>\r\n\r\n        <tbody id=\"gc_resultado\">\r\n\r\n        <\/tbody>\r\n\r\n    <\/table>\r\n\r\n<\/div>\r\n\r\n<style>\r\n\r\n.gc-wrapper{\r\n    padding:20px;\r\n    background:#FFF;\r\n    font-family:Arial, Helvetica, sans-serif;\r\n}\r\n\r\n.gc-wrapper h2{\r\n    margin-bottom:20px;\r\n    font-size:36px;\r\n}\r\n\r\n.gc-search-area{\r\n    display:flex;\r\n    gap:10px;\r\n    margin-bottom:20px;\r\n}\r\n\r\n.gc-search-area input{\r\n    flex:1;\r\n    padding:12px;\r\n    font-size:16px;\r\n    border:1px solid #CCC;\r\n    border-radius:4px;\r\n}\r\n\r\n.gc-search-area input:focus{\r\n    outline:none;\r\n    border:1px solid #0073aa;\r\n}\r\n\r\n.gc-search-area button{\r\n    padding:12px 20px;\r\n    background:#0073aa;\r\n    color:#FFF;\r\n    border:none;\r\n    cursor:pointer;\r\n    border-radius:4px;\r\n}\r\n\r\n.gc-search-area button:hover{\r\n    background:#005f8d;\r\n}\r\n\r\n.gc-table{\r\n    width:100%;\r\n    border-collapse:collapse;\r\n    margin-top:20px;\r\n}\r\n\r\n.gc-table th{\r\n    background:#f1f1f1;\r\n    border:1px solid #DDD;\r\n    padding:10px;\r\n    text-align:left;\r\n}\r\n\r\n.gc-table td{\r\n    border:1px solid #DDD;\r\n    padding:10px;\r\n}\r\n\r\n.gc-table tr:hover{\r\n    background:#f9f9f9;\r\n}\r\n\r\n.gc-btn{\r\n    display:inline-block;\r\n    padding:6px 10px;\r\n    background:#0073aa;\r\n    color:#FFF !important;\r\n    text-decoration:none;\r\n    border-radius:4px;\r\n    font-size:13px;\r\n    margin-right:4px;\r\n}\r\n\r\n.gc-btn:hover{\r\n    background:#005f8d;\r\n}\r\n\r\n.gc-btn-secondary{\r\n    background:#444;\r\n}\r\n.gc-btn-secondary:hover{\r\n    background:#222;\r\n}\r\n\r\n.gc-btn-danger{\r\n    background:#c0392b;\r\n}\r\n.gc-btn-danger:hover{\r\n    background:#962d22;\r\n}\r\n\r\n#gc_msg{\r\n    margin-bottom:10px;\r\n    color:#C00;\r\n    font-weight:bold;\r\n}\r\n\r\n<\/style>\r\n\r\n<script>\r\n\r\njQuery(document).ready(function($){\r\n\r\n    function pesquisarCandidata(){\r\n\r\n        let nome = $('#gc_nome').val().trim();\r\n\r\n        $('#gc_msg').html('');\r\n        $('#gc_resultado').html('');\r\n\r\n        if(nome.length < 5){\r\n\r\n            $('#gc_msg').html('Digite no m\u00ednimo 5 letras.');\r\n\r\n            return;\r\n        }\r\n\r\n        $('#gc_msg').html('Pesquisando...');\r\n\r\n        $.ajax({\r\n\r\n            url:'https:\/\/domesticassp.com.br\/wp-admin\/admin-ajax.php',\r\n\r\n            type:'POST',\r\n\r\n            data:{\r\n\r\n                action:'gc_buscar_candidata',\r\n                nome:nome,\r\n                base_url:'https:\/\/domesticassp.com.br\/?page_id=1161'\r\n\r\n            },\r\n\r\n            success:function(retorno){\r\n\r\n                $('#gc_msg').html('');\r\n\r\n                $('#gc_resultado').html(retorno);\r\n\r\n            },\r\n\r\n            error:function(){\r\n\r\n                $('#gc_msg').html('Erro na pesquisa.');\r\n\r\n            }\r\n\r\n        });\r\n\r\n    }\r\n\r\n    $('#gc_pesquisar').click(function(){\r\n\r\n        pesquisarCandidata();\r\n\r\n    });\r\n\r\n    $('#gc_nome').keypress(function(e){\r\n\r\n        if(e.which == 13){\r\n\r\n            pesquisarCandidata();\r\n\r\n        }\r\n\r\n    });\r\n\r\n});\r\n\r\n<\/script>\r\n\r\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-e49c8866\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-336dd0ee wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/domesticassp.com.br\/?page_id=1065.\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Fechar<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":1065,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1161","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Fechar\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/domesticassp.com.br\/?page_id=1161\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"- empregadas domesticas - sao paulo\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Impressao de Ficha -\" \/>\n\t\t<meta property=\"og:description\" content=\"Fechar\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/domesticassp.com.br\/?page_id=1161\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-02-19T15:14:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-31T00:26:11+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Impressao de Ficha -\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Fechar\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/domesticassp.com.br\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1065#listItem\",\"name\":\"Portal\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1065#listItem\",\"position\":2,\"name\":\"Portal\",\"item\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1065\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161#listItem\",\"name\":\"Impressao de Ficha\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161#listItem\",\"position\":3,\"name\":\"Impressao de Ficha\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1065#listItem\",\"name\":\"Portal\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/#organization\",\"description\":\"empregadas domesticas - sao paulo\",\"url\":\"https:\\\/\\\/domesticassp.com.br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/domesticassp.com.br\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Logo_T.png\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161\\\/#organizationLogo\",\"width\":1281,\"height\":554,\"caption\":\"logo t\"},\"image\":{\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161#webpage\",\"url\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161\",\"name\":\"Impressao de Ficha -\",\"description\":\"Fechar\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/?page_id=1161#breadcrumblist\"},\"datePublished\":\"2026-02-19T15:14:24+00:00\",\"dateModified\":\"2026-07-31T00:26:11+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/#website\",\"url\":\"https:\\\/\\\/domesticassp.com.br\\\/\",\"description\":\"empregadas domesticas - sao paulo\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/domesticassp.com.br\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Impressao de Ficha -","description":"Fechar","canonical_url":"https:\/\/domesticassp.com.br\/?page_id=1161","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/domesticassp.com.br\/?page_id=1161#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br#listItem","position":1,"name":"Home","item":"https:\/\/domesticassp.com.br","nextItem":{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br\/?page_id=1065#listItem","name":"Portal"}},{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br\/?page_id=1065#listItem","position":2,"name":"Portal","item":"https:\/\/domesticassp.com.br\/?page_id=1065","nextItem":{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br\/?page_id=1161#listItem","name":"Impressao de Ficha"},"previousItem":{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br\/?page_id=1161#listItem","position":3,"name":"Impressao de Ficha","previousItem":{"@type":"ListItem","@id":"https:\/\/domesticassp.com.br\/?page_id=1065#listItem","name":"Portal"}}]},{"@type":"Organization","@id":"https:\/\/domesticassp.com.br\/#organization","description":"empregadas domesticas - sao paulo","url":"https:\/\/domesticassp.com.br\/","logo":{"@type":"ImageObject","url":"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png","@id":"https:\/\/domesticassp.com.br\/?page_id=1161\/#organizationLogo","width":1281,"height":554,"caption":"logo t"},"image":{"@id":"https:\/\/domesticassp.com.br\/?page_id=1161\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/domesticassp.com.br\/?page_id=1161#webpage","url":"https:\/\/domesticassp.com.br\/?page_id=1161","name":"Impressao de Ficha -","description":"Fechar","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/domesticassp.com.br\/#website"},"breadcrumb":{"@id":"https:\/\/domesticassp.com.br\/?page_id=1161#breadcrumblist"},"datePublished":"2026-02-19T15:14:24+00:00","dateModified":"2026-07-31T00:26:11+00:00"},{"@type":"WebSite","@id":"https:\/\/domesticassp.com.br\/#website","url":"https:\/\/domesticassp.com.br\/","description":"empregadas domesticas - sao paulo","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/domesticassp.com.br\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"- empregadas domesticas - sao paulo","og:type":"article","og:title":"Impressao de Ficha -","og:description":"Fechar","og:url":"https:\/\/domesticassp.com.br\/?page_id=1161","og:image":"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png","og:image:secure_url":"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png","article:published_time":"2026-02-19T15:14:24+00:00","article:modified_time":"2026-07-31T00:26:11+00:00","twitter:card":"summary_large_image","twitter:title":"Impressao de Ficha -","twitter:description":"Fechar","twitter:image":"https:\/\/domesticassp.com.br\/wp-content\/uploads\/2026\/03\/cropped-Logo_T.png"},"aioseo_meta_data":{"post_id":"1161","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-02-19 15:14:25","updated":"2026-07-31 00:26:53","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/domesticassp.com.br\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/domesticassp.com.br\/?page_id=1065\" title=\"Portal\">Portal<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tImpressao de Ficha\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/domesticassp.com.br"},{"label":"Portal","link":"https:\/\/domesticassp.com.br\/?page_id=1065"},{"label":"Impressao de Ficha","link":"https:\/\/domesticassp.com.br\/?page_id=1161"}],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"lucianosegura@icloud.com","author_link":"https:\/\/domesticassp.com.br\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/pages\/1161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1161"}],"version-history":[{"count":10,"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/pages\/1161\/revisions"}],"predecessor-version":[{"id":2190,"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/pages\/1161\/revisions\/2190"}],"up":[{"embeddable":true,"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=\/wp\/v2\/pages\/1065"}],"wp:attachment":[{"href":"https:\/\/domesticassp.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}