{"id":240,"date":"2025-09-17T13:22:10","date_gmt":"2025-09-17T16:22:10","guid":{"rendered":"https:\/\/chaveecarimbo.com.br\/?page_id=240"},"modified":"2025-09-17T13:26:29","modified_gmt":"2025-09-17T16:26:29","slug":"chat","status":"publish","type":"page","link":"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/","title":{"rendered":"chat"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Chat com Athayde<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background: #f5f5f5;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      height: 100vh;\n    }\n    .chat-box {\n      width: 400px;\n      height: 500px;\n      background: #fff;\n      border-radius: 12px;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n      display: flex;\n      flex-direction: column;\n      overflow: hidden;\n    }\n    .messages {\n      flex: 1;\n      padding: 15px;\n      overflow-y: auto;\n    }\n    .message {\n      margin: 10px 0;\n      padding: 10px;\n      border-radius: 8px;\n      max-width: 80%;\n    }\n    .bot {\n      background: #e8f0fe;\n      align-self: flex-start;\n    }\n    .user {\n      background: #d1ffd1;\n      align-self: flex-end;\n    }\n    .input-area {\n      display: flex;\n      border-top: 1px solid #ddd;\n    }\n    .input-area input {\n      flex: 1;\n      border: none;\n      padding: 12px;\n      font-size: 14px;\n    }\n    .input-area button {\n      background: #4caf50;\n      color: white;\n      border: none;\n      padding: 12px 20px;\n      cursor: pointer;\n    }\n    .input-area button:hover {\n      background: #45a049;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"chat-box\">\n    <div class=\"messages\" id=\"messages\">\n      <!-- Mensagem inicial padronizada -->\n      <div class=\"message bot\">Ol\u00e1 Athayde, como posso ajudar?<\/div>\n    <\/div>\n    <div class=\"input-area\">\n      <input type=\"text\" id=\"userInput\" placeholder=\"Digite sua mensagem...\" \/>\n      <button onclick=\"sendMessage()\">Enviar<\/button>\n    <\/div>\n  <\/div>\n\n  <script>\n    function sendMessage() {\n      const input = document.getElementById(\"userInput\");\n      const text = input.value.trim();\n      if (text === \"\") return;\n\n      const messages = document.getElementById(\"messages\");\n\n      \/\/ Mensagem do usu\u00e1rio\n      const userMsg = document.createElement(\"div\");\n      userMsg.className = \"message user\";\n      userMsg.textContent = text;\n      messages.appendChild(userMsg);\n\n      \/\/ Resposta simulada do bot\n      const botMsg = document.createElement(\"div\");\n      botMsg.className = \"message bot\";\n      botMsg.textContent = \"Recebi sua mensagem: \" + text;\n      messages.appendChild(botMsg);\n\n      input.value = \"\";\n      messages.scrollTop = messages.scrollHeight;\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Chat com Athayde Ol\u00e1 Athayde, como posso ajudar? Enviar<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/empty-page-container.php","meta":{"footnotes":""},"class_list":["post-240","page","type-page","status-publish","hentry","no-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>chat -<\/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:\/\/chaveecarimbo.com.br\/index.php\/chat\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"chat -\" \/>\n<meta property=\"og:description\" content=\"Chat com Athayde Ol\u00e1 Athayde, como posso ajudar? Enviar\" \/>\n<meta property=\"og:url\" content=\"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T16:26:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/index.php\\\/chat\\\/\",\"url\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/index.php\\\/chat\\\/\",\"name\":\"chat -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/#website\"},\"datePublished\":\"2025-09-17T16:22:10+00:00\",\"dateModified\":\"2025-09-17T16:26:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/index.php\\\/chat\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/chaveecarimbo.com.br\\\/index.php\\\/chat\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/index.php\\\/chat\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"chat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/#website\",\"url\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/chaveecarimbo.com.br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"chat -","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:\/\/chaveecarimbo.com.br\/index.php\/chat\/","og_locale":"en_US","og_type":"article","og_title":"chat -","og_description":"Chat com Athayde Ol\u00e1 Athayde, como posso ajudar? Enviar","og_url":"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/","article_modified_time":"2025-09-17T16:26:29+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/","url":"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/","name":"chat -","isPartOf":{"@id":"https:\/\/chaveecarimbo.com.br\/#website"},"datePublished":"2025-09-17T16:22:10+00:00","dateModified":"2025-09-17T16:26:29+00:00","breadcrumb":{"@id":"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/chaveecarimbo.com.br\/index.php\/chat\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/chaveecarimbo.com.br\/index.php\/chat\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/chaveecarimbo.com.br\/"},{"@type":"ListItem","position":2,"name":"chat"}]},{"@type":"WebSite","@id":"https:\/\/chaveecarimbo.com.br\/#website","url":"https:\/\/chaveecarimbo.com.br\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/chaveecarimbo.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/pages\/240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=240"}],"version-history":[{"count":1,"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/pages\/240\/revisions"}],"predecessor-version":[{"id":241,"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/pages\/240\/revisions\/241"}],"wp:attachment":[{"href":"https:\/\/chaveecarimbo.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}