{"id":20,"date":"2025-09-04T15:59:31","date_gmt":"2025-09-04T18:59:31","guid":{"rendered":"https:\/\/theomoralejo.com.br\/cintiaka\/?page_id=20"},"modified":"2026-01-21T17:24:17","modified_gmt":"2026-01-21T20:24:17","slug":"inicio","status":"publish","type":"page","link":"https:\/\/theomoralejo.com.br\/cintiaka\/","title":{"rendered":"In\u00edcio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20\" class=\"elementor elementor-20\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c487141 e-flex e-con-boxed e-con e-parent\" data-id=\"c487141\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97330cd elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"97330cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"495\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/width_1175-1-1-1024x634.webp\" class=\"attachment-large size-large wp-image-47\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/width_1175-1-1-1024x634.webp 1024w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/width_1175-1-1-300x186.webp 300w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/width_1175-1-1-768x475.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/width_1175-1-1-1536x950.webp 1536w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/width_1175-1-1.webp 1930w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d10ba8 elementor-widget elementor-widget-heading\" data-id=\"3d10ba8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">S\u00e9rie Kabuki<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcd4f73 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"fcd4f73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conhecer as obras<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a6fac0f e-flex e-con-boxed e-con e-parent\" data-id=\"a6fac0f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c39b99 elementor-widget elementor-widget-html\" data-id=\"2c39b99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\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\" \/>\n<title>Hero com v\u00eddeo + controles<\/title>\n<style>\n  \/* layout existente adaptado *\/\n  .hero { max-width: 1200px; margin: 0 auto; display: flex; gap: 48px; align-items: center; justify-content: center; padding: 8px; }\n  .left { flex: 1 1 30%; min-width: 260px; display: flex; align-items: stretch; z-index: 1; }\n  .video-box { width:100%; aspect-ratio: 9\/16; background: #000; overflow: hidden; border-radius: 6px; position: relative; }\n  .video-box video { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n  \/* control bar (small) *\/\n  .controls { position: absolute; left: 12px; bottom: 12px; display:flex; gap:8px; z-index:30; align-items:center; }\n  .ctrl-btn { background: rgba(255,255,255,0.95); border:0; padding:8px; height:40px; min-width:40px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 6px 18px rgba(0,0,0,.12); }\n  .ctrl-btn:focus { outline:3px solid rgba(0,120,255,.18); }\n  .ctrl-btn svg{ width:18px; height:18px; display:block; pointer-events:none; }\n\n  \/* large center overlay play *\/\n  .play-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; z-index:40; cursor:pointer; transition:opacity .18s; background: linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.2)); }\n  .play-overlay.hidden { opacity:0; pointer-events:none; }\n  .play-overlay .big-btn { width:84px; height:84px; border-radius:999px; background: rgba(255,255,255,0.97); display:flex; align-items:center; justify-content:center; box-shadow:0 14px 40px rgba(0,0,0,.25); }\n  .play-overlay svg { width:36px; height:36px; }\n\n  \/* sound button waves animation states *\/\n  .sound-waves { transition:opacity .18s, transform .18s; }\n  .muted .sound-waves { opacity:0; transform:translateX(4px); }\n\n  \/* responsive tweaks *\/\n  @media (max-width:720px) {\n    .controls { left: 8px; bottom: 8px; }\n    .ctrl-btn{ height:36px; min-width:36px; padding:6px; }\n    .play-overlay .big-btn { width:68px; height:68px; }\n  }\n\n  \/* rest of your right side CSS (labels, svg, connectors) - unchanged *\/\n  .right { flex: 0 0 80%; display: flex; align-items: center; gap: 28px; position: relative; margin-left: -10em; }\n  .svg-wrap { position: relative; padding: 8px 12px; user-select: none; z-index: 0; }\n  .svg-wrap img { display: block; width: 100%; height: auto; }\n  .labels { display: flex; flex-direction: column; gap: 5.5em; flex: 1; min-width: 160px; position: relative; margin-top:2em; }\n  .label { display: flex; align-items: center; gap: 14px; font-size: 16px; color: #333; position: relative; padding-left: 18px; }\n  .label .bullet { width: 18px; height: 18px; border-radius: 50%; background: #2b2b2b; box-shadow: 0 6px 14px rgba(43, 43, 43, .12); flex: 0 0 18px; }\n  .label .title { font-family: var(--e-global-typography-5084f8f-font-family), Sans-serif; font-size: var(--e-global-typography-5084f8f-font-size); font-weight: var(--e-global-typography-5084f8f-font-weight); line-height: var(--e-global-typography-5084f8f-line-height); letter-spacing: var(--e-global-typography-5084f8f-letter-spacing); color: var(--e-global-color-dde45a7); }\n  .svg-wrap .connector { position: absolute; display: flex; align-items: center; gap: 10px; pointer-events: none; transition: opacity .18s ease; opacity: .98; transform: translateY(-50%); z-index: 20; will-change: left, top; }\n  .svg-wrap .connector .marker { width: 18px; height: 18px; border-radius: 50%; background: #111; flex: 0 0 18px; pointer-events: none; }\n  .svg-wrap .connector .line { height: 2px; display: block; border-bottom: 2px dashed rgba(0, 0, 0, .16); pointer-events: none; }\n  @media (min-width:721px) { .labels .label .bullet { display: none; } }\n  @media (min-width: 721px) and (max-width: 900px) { .labels { gap: 2em; } }\n  @media (max-width:720px) {\n    .hero { flex-direction: column; gap: 18px; padding: 12px; }\n    .left, .right { width: 100%; flex: 0 0 auto; }\n    .right { flex-direction: column; align-items: center; gap: 8px; margin: 0 auto; }\n    .svg-wrap { width: 100%; max-width: 100%; padding: 6px; margin: -9em auto 0; }\n    .labels { gap: 14px; align-items: stretch; width: 100%; padding-left: 40px; margin-top: 0; }\n    .label { padding-left: 0; text-align: left; align-items: center; gap: 12px; }\n    .label .bullet { display: inline-block; }\n    .svg-wrap .connector { display: none !important; }\n    .labels::before { content: \"\"; position: absolute; left: 23px; top: -72px; bottom: 6px; border: 1px dashed rgba(0, 0, 0, .12); border-radius: 1px; }\n    .label { position: relative; }\n    .label .bullet { position: absolute; left: -25px; top: 50%; transform: translateY(-50%); }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <main class=\"hero\" role=\"main\" aria-label=\"V\u00eddeo e \u00edcone com legendas\">\n    <!-- V\u00eddeo -->\n    <section class=\"left\" aria-label=\"V\u00eddeo\">\n      <div class=\"video-box\" role=\"img\" aria-label=\"V\u00eddeo demo\" id=\"videoBox\">\n        <video id=\"heroVideo\" autoplay muted loop playsinline preload=\"metadata\" aria-label=\"V\u00eddeo demonstrativo\">\n          <source src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/cintiaka.mp4\">\n          Seu navegador n\u00e3o suporta v\u00eddeo.\n        <\/video>\n\n        <!-- overlay play (aparece quando autoplay for bloqueado ou quando pausado) -->\n        <div id=\"playOverlay\" class=\"play-overlay\" role=\"button\" tabindex=\"0\" aria-label=\"Reproduzir v\u00eddeo\">\n          <div class=\"big-btn\" id=\"bigPlayBtn\" title=\"Reproduzir \/ Pausar\">\n            <!-- \u00edcone play (troca para pause via JS) -->\n            <svg id=\"bigPlayIcon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n              <path d=\"M6 4l14 8-14 8V4z\" fill=\"currentColor\"><\/path>\n            <\/svg>\n          <\/div>\n        <\/div>\n\n        <!-- small control bar -->\n        <div class=\"controls\" id=\"controls\">\n          <button id=\"playBtn\" class=\"ctrl-btn\" aria-pressed=\"false\" aria-label=\"Reproduzir\" title=\"Reproduzir \/ Pausar\">\n            <svg id=\"playBtnIcon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M6 4l14 8-14 8V4z\" fill=\"currentColor\"><\/path><\/svg>\n          <\/button>\n\n          <button id=\"soundBtn\" class=\"ctrl-btn muted\" aria-pressed=\"false\" aria-label=\"Ativar som\" title=\"Ativar som\">\n            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\">\n              <path d=\"M3 10v4h4l5 5V5L7 10H3z\" fill=\"currentColor\"><\/path>\n              <g class=\"sound-waves\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M16.5 7a6.5 6.5 0 0 1 0 10\"><\/path>\n                <path d=\"M19 4a9 9 0 0 1 0 16\"><\/path>\n              <\/g>\n            <\/svg>\n          <\/button>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- SVG + labels (mesmo markup) -->\n    <aside class=\"right\" aria-label=\"\u00cdcone e legendas\">\n      <div class=\"svg-wrap\" id=\"svgWrap\">\n        <img decoding=\"async\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/FORMA.svg\" alt=\"\u00cdcone forma \/ flor\" id=\"flowerSvg\">\n        <div class=\"connector\" id=\"connector-0\" data-index=\"0\"><div class=\"line\" aria-hidden=\"true\"><\/div><div class=\"marker\" aria-hidden=\"true\"><\/div><\/div>\n        <div class=\"connector\" id=\"connector-1\" data-index=\"1\"><div class=\"line\" aria-hidden=\"true\"><\/div><div class=\"marker\" aria-hidden=\"true\"><\/div><\/div>\n        <div class=\"connector\" id=\"connector-2\" data-index=\"2\"><div class=\"line\" aria-hidden=\"true\"><\/div><div class=\"marker\" aria-hidden=\"true\"><\/div><\/div>\n      <\/div>\n\n      <div class=\"labels\" id=\"labels\">\n        <div class=\"label\" data-index=\"0\"><div class=\"bullet\" aria-hidden=\"true\"><\/div><div><div class=\"title\">Arte como express\u00e3o<\/div><\/div><\/div>\n        <div class=\"label\" data-index=\"1\"><div class=\"bullet\" aria-hidden=\"true\"><\/div><div><div class=\"title\">Afeto em linhas e pontos<\/div><\/div><\/div>\n        <div class=\"label\" data-index=\"2\"><div class=\"bullet\" aria-hidden=\"true\"><\/div><div><div class=\"title\">Cultura nipo-brasileira<\/div><\/div><\/div>\n      <\/div>\n    <\/aside>\n  <\/main>\n\n  <script>\n    (function () {\n      \/* layout connectors (mantive sua l\u00f3gica) *\/\n      const wrap = document.getElementById('svgWrap');\n      const img = document.getElementById('flowerSvg');\n      const connectors = [ document.getElementById('connector-0'), document.getElementById('connector-1'), document.getElementById('connector-2') ];\n      const markers = connectors.map(c => c.querySelector('.marker'));\n      const lines = connectors.map(c => c.querySelector('.line'));\n      const labels = Array.from(document.querySelectorAll('.labels .label'));\n      const anchors = JSON.parse(localStorage.getItem('attrio_anchors_v1') || 'null') || [{ x: 0.76, y: 0.28 },{ x: 0.99, y: 0.53 },{ x: 0.76, y: 0.78 }];\n\n      function updateLayout() {\n        if (!wrap) return;\n        const wrapRect = wrap.getBoundingClientRect();\n        const wrapW = wrapRect.width;\n        const wrapH = wrapRect.height;\n        const wrapLeftGlobal = wrapRect.left;\n        const isMobile = window.matchMedia('(max-width:720px)').matches;\n        connectors.forEach((c, i) => {\n          const a = anchors[i];\n          const xPx = Math.round(a.x * wrapW);\n          const yPx = Math.round(a.y * wrapH);\n          const markerW = parseInt(getComputedStyle(markers[i]).width, 10) || 18;\n          c.style.left = (xPx - Math.round(markerW \/ 2)) + 'px';\n          c.style.top = yPx + 'px';\n          const markerGlobalCenterX = wrapLeftGlobal + xPx;\n          const labelRect = labels[i].getBoundingClientRect();\n          let gap = Math.round(labelRect.left - markerGlobalCenterX - 12);\n          if (gap < 10) gap = 10;\n          lines[i].style.width = gap + 'px';\n          c.style.display = isMobile ? 'none' : 'flex';\n        });\n      }\n      function debounce(fn, t) { let timer; return function () { clearTimeout(timer); timer = setTimeout(fn, t); }; }\n      window.addEventListener('resize', debounce(updateLayout, 80));\n      window.addEventListener('load', () => setTimeout(updateLayout, 80));\n      if (!img.complete) img.addEventListener('load', () => setTimeout(updateLayout, 60));\n      window.attrioAnchors = anchors;\n      updateLayout();\n\n      \/* ------------------ Controles do v\u00eddeo ------------------ *\/\n      const video = document.getElementById('heroVideo');\n      const playOverlay = document.getElementById('playOverlay');\n      const bigPlayBtn = document.getElementById('bigPlayBtn');\n      const playBtn = document.getElementById('playBtn');\n      const playBtnIcon = document.getElementById('playBtnIcon');\n      const bigPlayIcon = document.getElementById('bigPlayIcon');\n      const soundBtn = document.getElementById('soundBtn');\n      const videoBox = document.getElementById('videoBox');\n\n      \/\/ persist\u00eancia: som (1 = unmuted), se preferir som ligado\n      const prefUnmuted = localStorage.getItem('attrio_video_unmuted') === '1';\n\n      \/\/ Estado de reprodu\u00e7\u00e3o\n      function setPlayingState(playing) {\n        \/\/ UI: play\/pause icons + overlay visibility + aria\n        if (playing) {\n          playBtn.setAttribute('aria-pressed', 'true');\n          playBtn.setAttribute('aria-label', 'Pausar');\n          playBtnIcon.innerHTML = '<path d=\"M6 4h4v16H6zM14 4h4v16h-4z\" fill=\"currentColor\"><\/path>'; \/\/ pause\n          bigPlayIcon.innerHTML = '<path d=\"M6 4h4v16H6zM14 4h4v16h-4z\" fill=\"currentColor\"><\/path>';\n          playOverlay.classList.add('hidden');\n        } else {\n          playBtn.setAttribute('aria-pressed', 'false');\n          playBtn.setAttribute('aria-label', 'Reproduzir');\n          playBtnIcon.innerHTML = '<path d=\"M6 4l14 8-14 8V4z\" fill=\"currentColor\"><\/path>'; \/\/ play\n          bigPlayIcon.innerHTML = '<path d=\"M6 4l14 8-14 8V4z\" fill=\"currentColor\"><\/path>';\n          playOverlay.classList.remove('hidden');\n        }\n      }\n\n      \/\/ Estado de som\n      function setMutedState(muted, persist = false) {\n        video.muted = !!muted;\n        soundBtn.classList.toggle('muted', !!muted);\n        soundBtn.classList.toggle('unmuted', !muted);\n        soundBtn.setAttribute('aria-pressed', (!muted).toString());\n        soundBtn.setAttribute('aria-label', muted ? 'Ativar som' : 'Desativar som');\n        soundBtn.title = muted ? 'Ativar som' : 'Desativar som';\n        if (persist) localStorage.setItem('attrio_video_unmuted', muted ? '0' : '1');\n      }\n\n      \/\/ tenta restaurar prefer\u00eancia de som; se preferir som ligado, tentamos desmutar (mas pode ser bloqueado)\n      if (prefUnmuted) {\n        video.muted = false;\n        \/\/ tentamos autoplay com som \u2014 se falhar, voltamos para muted e mostramos overlay\n        video.play().then(() => {\n          setPlayingState(!video.paused && !video.ended);\n          setMutedState(false, true);\n        }).catch(() => {\n          setMutedState(true, true);\n          setPlayingState(false);\n        });\n      } else {\n        \/\/ default: muted + tentar autoplay mudo\n        setMutedState(true, false);\n        video.play().then(() => setPlayingState(true)).catch(() => setPlayingState(false));\n      }\n\n      \/\/ play \/ pause helpers\n      function playVideo() {\n        return video.play().then(() => {\n          setPlayingState(true);\n        }).catch(() => {\n          \/\/ se play falhar (pol\u00edtica do browser), mostramos overlay (j\u00e1 vis\u00edvel) e deixamos estado pausado\n          setPlayingState(false);\n        });\n      }\n      function pauseVideo() {\n        video.pause();\n        setPlayingState(false);\n      }\n      function togglePlay() {\n        if (video.paused || video.ended) {\n          playVideo();\n        } else {\n          pauseVideo();\n        }\n      }\n\n      \/\/ eventos dos bot\u00f5es\n      playBtn.addEventListener('click', (e) => { e.preventDefault(); togglePlay(); });\n      bigPlayBtn.addEventListener('click', (e) => { e.preventDefault(); togglePlay(); });\n      \/\/ overlay tamb\u00e9m responde a clique e teclado\n      playOverlay.addEventListener('click', (e) => { e.preventDefault(); togglePlay(); });\n      playOverlay.addEventListener('keydown', (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); togglePlay(); } });\n\n      \/\/ quando o v\u00eddeo realmente come\u00e7a a tocar, sincronizamos estado (useful for programmatic changes)\n      video.addEventListener('play', () => setPlayingState(true));\n      video.addEventListener('pause', () => setPlayingState(false));\n      video.addEventListener('ended', () => setPlayingState(false));\n\n      \/\/ bot\u00e3o de som\n      soundBtn.addEventListener('click', (e) => {\n        e.preventDefault();\n        const willBeMuted = !video.muted;\n        \/\/ se vamos desmutar, tentamos tamb\u00e9m iniciar a reprodu\u00e7\u00e3o (se estiver pausado, n\u00e3o for\u00e7ar)\n        setMutedState(willBeMuted, true);\n        if (!willBeMuted && video.paused) {\n          \/\/ opcional: n\u00e3o for\u00e7amos play ao desmutar, apenas permitimos som quando o usu\u00e1rio iniciar\n          \/\/ voc\u00ea pode descomentar a linha abaixo para tamb\u00e9m tentar tocar ao desmutar:\n          \/\/ playVideo();\n        }\n      });\n\n      \/\/ sincronia caso a muta\u00e7\u00e3o seja alterada fora\n      let lastMuted = video.muted;\n      setInterval(() => { if (video.muted !== lastMuted) { lastMuted = video.muted; setMutedState(video.muted, false); } }, 500);\n\n      \/\/ se autoplay for bloqueado, overlay aparece \u2014 oferecemos instru\u00e7\u00e3o visual (padr\u00e3o)\n      \/\/ acessibilidade: espa\u00e7o no document alterna play\/pause quando o foco n\u00e3o estiver em um campo\n      document.addEventListener('keydown', (e) => {\n        const tag = document.activeElement && document.activeElement.tagName;\n        if (e.code === 'Space' && tag !== 'INPUT' && tag !== 'TEXTAREA' && tag !== 'BUTTON') {\n          e.preventDefault();\n          togglePlay();\n        }\n      });\n\n      \/\/ fallback: se o v\u00eddeo estiver pronto e tocando, esconder overlay\n      video.addEventListener('canplay', () => {\n        \/\/ se navegador permitiu autoplay e v\u00eddeo n\u00e3o estiver pausado -> atualiza UI\n        if (!video.paused) setPlayingState(true);\n      });\n\n    })();\n  <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4672c55 e-flex e-con-boxed e-con e-parent\" data-id=\"4672c55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8e0cac9 e-con-full e-flex e-con e-child\" data-id=\"8e0cac9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b617a57 e-con-full e-flex e-con e-child\" data-id=\"b617a57\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67bf5c0 elementor-widget elementor-widget-heading\" data-id=\"67bf5c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pr\u00eamio Men\u00e7\u00e3o Honrosa<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-081e44b elementor-widget elementor-widget-heading\" data-id=\"081e44b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">12\u00ba Grande Exposi\u00e7\u00e3o de Arte Bunkyo 2018- SP<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5bb3fb elementor-widget elementor-widget-text-editor\" data-id=\"e5bb3fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Esta obra traz a representa\u00e7\u00e3o do Castelo de Himeji, Patrim\u00f4nio Mundial da UNESCO, tamb\u00e9m conhecido como Hakuroj\u014d ou Shirasagij\u014d devido ao seu brilhante exterior branco, \u00e9 um complexo palaciano com 82 edif\u00edcios de madeira, localizado na cidade de Himeji, Prov\u00edncia de Hyogo, no Jap\u00e3o.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a09e01b elementor-widget elementor-widget-image\" data-id=\"a09e01b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"605\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478447-68b9e8a589b90-1024x774.webp\" class=\"attachment-large size-large wp-image-25\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478447-68b9e8a589b90-1024x774.webp 1024w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478447-68b9e8a589b90-300x227.webp 300w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478447-68b9e8a589b90-768x581.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478447-68b9e8a589b90-1536x1161.webp 1536w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478447-68b9e8a589b90.webp 1562w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f3e964 e-con-full e-flex e-con e-parent\" data-id=\"1f3e964\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-81caf0a e-con-full e-flex e-con e-child\" data-id=\"81caf0a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3a4724 elementor-widget elementor-widget-heading\" data-id=\"a3a4724\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Conhe\u00e7as as obras<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e72ed6d elementor-align-left elementor-widget elementor-widget-button\" data-id=\"e72ed6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver todos os produtos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-f3d1575 elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"f3d1575\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;174&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;6&quot;,&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_widescreen&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.product\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t<style id=\"loop-174\">.elementor-174 .elementor-element.elementor-element-34ab117{--display:flex;--justify-content:space-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-174 .elementor-element.elementor-element-a92596e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:1em;--padding-right:1em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-174 .elementor-element.elementor-element-5d896b9 .elementor-heading-title{font-family:var( --e-global-typography-bba8c5e-font-family ), Sans-serif;font-size:var( --e-global-typography-bba8c5e-font-size );font-weight:var( --e-global-typography-bba8c5e-font-weight );line-height:var( --e-global-typography-bba8c5e-line-height );letter-spacing:var( --e-global-typography-bba8c5e-letter-spacing );word-spacing:var( --e-global-typography-bba8c5e-word-spacing );color:var( --e-global-color-text );}.elementor-174 .elementor-element.elementor-element-3fd6e20{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-174 .elementor-element.elementor-element-e3db57d .elementor-heading-title{font-family:var( --e-global-typography-b47b5fa-font-family ), Sans-serif;font-size:var( --e-global-typography-b47b5fa-font-size );font-weight:var( --e-global-typography-b47b5fa-font-weight );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );color:var( --e-global-color-text );}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.woocommerce .elementor-174 .elementor-element.elementor-element-3c8abfa .price{color:var( --e-global-color-text );font-family:var( --e-global-typography-b47b5fa-font-family ), Sans-serif;font-size:var( --e-global-typography-b47b5fa-font-size );font-weight:var( --e-global-typography-b47b5fa-font-weight );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}.elementor-174 .elementor-element.elementor-element-3c8abfa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-174 .elementor-element.elementor-element-3c8abfa.elementor-element{--align-self:center;}@media(min-width:2400px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-174 .elementor-element.elementor-element-5d896b9 .elementor-heading-title{font-size:var( --e-global-typography-bba8c5e-font-size );line-height:var( --e-global-typography-bba8c5e-line-height );letter-spacing:var( --e-global-typography-bba8c5e-letter-spacing );word-spacing:var( --e-global-typography-bba8c5e-word-spacing );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-174 .elementor-element.elementor-element-e3db57d .elementor-heading-title{font-size:var( --e-global-typography-b47b5fa-font-size );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}.woocommerce .elementor-widget-woocommerce-product-price .price{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.woocommerce .elementor-174 .elementor-element.elementor-element-3c8abfa .price{font-size:var( --e-global-typography-b47b5fa-font-size );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}}@media(max-width:1024px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-174 .elementor-element.elementor-element-5d896b9 .elementor-heading-title{font-size:var( --e-global-typography-bba8c5e-font-size );line-height:var( --e-global-typography-bba8c5e-line-height );letter-spacing:var( --e-global-typography-bba8c5e-letter-spacing );word-spacing:var( --e-global-typography-bba8c5e-word-spacing );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-174 .elementor-element.elementor-element-e3db57d .elementor-heading-title{font-size:var( --e-global-typography-b47b5fa-font-size );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}.woocommerce .elementor-widget-woocommerce-product-price .price{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.woocommerce .elementor-174 .elementor-element.elementor-element-3c8abfa .price{font-size:var( --e-global-typography-b47b5fa-font-size );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}}@media(max-width:767px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-174 .elementor-element.elementor-element-5d896b9 .elementor-heading-title{font-size:var( --e-global-typography-bba8c5e-font-size );line-height:var( --e-global-typography-bba8c5e-line-height );letter-spacing:var( --e-global-typography-bba8c5e-letter-spacing );word-spacing:var( --e-global-typography-bba8c5e-word-spacing );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-174 .elementor-element.elementor-element-e3db57d .elementor-heading-title{font-size:var( --e-global-typography-b47b5fa-font-size );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}.woocommerce .elementor-widget-woocommerce-product-price .price{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.woocommerce .elementor-174 .elementor-element.elementor-element-3c8abfa .price{font-size:var( --e-global-typography-b47b5fa-font-size );line-height:var( --e-global-typography-b47b5fa-line-height );letter-spacing:var( --e-global-typography-b47b5fa-letter-spacing );word-spacing:var( --e-global-typography-b47b5fa-word-spacing );}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"174\" class=\"elementor elementor-174 swiper-slide e-loop-item e-loop-item-172 post-172 product type-product status-publish has-post-thumbnail product_cat-kabuki first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-34ab117 e-flex e-con-boxed e-con e-parent\" data-id=\"34ab117\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f4d5fb elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3f4d5fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"1013\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3-809x1024.webp\" class=\"attachment-large size-large wp-image-194\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3-809x1024.webp 809w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3-237x300.webp 237w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3-768x972.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3-600x759.webp 600w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3-64x81.webp 64w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem3.webp 917w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a92596e e-con-full e-flex e-con e-child\" data-id=\"a92596e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d896b9 elementor-widget elementor-widget-heading\" data-id=\"5d896b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/theomoralejo.com.br\/cintiaka\/categoria\/obras\/kabuki\/\" rel=\"tag\">Kabuki<\/a><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fd6e20 e-con-full e-flex e-con e-child\" data-id=\"3fd6e20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3db57d elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"e3db57d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t\t<h1 class=\"product_title entry-title elementor-heading-title elementor-size-default\">Nome do produto 3<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c8abfa elementor-widget elementor-widget-woocommerce-product-price\" data-id=\"3c8abfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-price.default\">\n\t\t\t\t\t<p class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#82;&#36;<\/span>&nbsp;90,00<\/bdi><\/span><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"174\" class=\"elementor elementor-174 swiper-slide e-loop-item e-loop-item-171 post-171 product type-product status-publish has-post-thumbnail product_cat-sem-categoria  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-34ab117 e-flex e-con-boxed e-con e-parent\" data-id=\"34ab117\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f4d5fb elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3f4d5fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"1013\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2-809x1024.webp\" class=\"attachment-large size-large wp-image-193\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2-809x1024.webp 809w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2-237x300.webp 237w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2-768x973.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2-600x760.webp 600w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2-64x81.webp 64w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem2.webp 916w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a92596e e-con-full e-flex e-con e-child\" data-id=\"a92596e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d896b9 elementor-widget elementor-widget-heading\" data-id=\"5d896b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/theomoralejo.com.br\/cintiaka\/categoria\/sem-categoria\/\" rel=\"tag\">Sem categoria<\/a><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fd6e20 e-con-full e-flex e-con e-child\" data-id=\"3fd6e20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3db57d elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"e3db57d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t\t<h1 class=\"product_title entry-title elementor-heading-title elementor-size-default\">Nome do produto 2<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c8abfa elementor-widget elementor-widget-woocommerce-product-price\" data-id=\"3c8abfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-price.default\">\n\t\t\t\t\t<p class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#82;&#36;<\/span>&nbsp;90,00<\/bdi><\/span><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"174\" class=\"elementor elementor-174 swiper-slide e-loop-item e-loop-item-170 post-170 product type-product status-publish has-post-thumbnail product_cat-sem-categoria  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-34ab117 e-flex e-con-boxed e-con e-parent\" data-id=\"34ab117\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f4d5fb elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"3f4d5fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"1013\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1-809x1024.webp\" class=\"attachment-large size-large wp-image-192\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1-809x1024.webp 809w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1-237x300.webp 237w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1-768x972.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1-600x759.webp 600w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1-64x81.webp 64w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/imagem1.webp 917w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a92596e e-con-full e-flex e-con e-child\" data-id=\"a92596e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d896b9 elementor-widget elementor-widget-heading\" data-id=\"5d896b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/theomoralejo.com.br\/cintiaka\/categoria\/sem-categoria\/\" rel=\"tag\">Sem categoria<\/a><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fd6e20 e-con-full e-flex e-con e-child\" data-id=\"3fd6e20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3db57d elementor-widget elementor-widget-woocommerce-product-title elementor-page-title elementor-widget-heading\" data-id=\"e3db57d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-title.default\">\n\t\t\t\t\t<h1 class=\"product_title entry-title elementor-heading-title elementor-size-default\">Nome do produto<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c8abfa elementor-widget elementor-widget-woocommerce-product-price\" data-id=\"3c8abfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-product-price.default\">\n\t\t\t\t\t<p class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#82;&#36;<\/span>&nbsp;90,00<\/bdi><\/span><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Anterior\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Pr\u00f3ximo\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab2f69c e-flex e-con-boxed e-con e-parent\" data-id=\"ab2f69c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fead232 e-con-full e-flex e-con e-child\" data-id=\"fead232\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1570b88 e-con-full e-flex e-con e-child\" data-id=\"1570b88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-013f9dd elementor-widget elementor-widget-heading\" data-id=\"013f9dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cintia Ka<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6047fbd elementor-widget elementor-widget-text-editor\" data-id=\"6047fbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Artista visual, cirurgi\u00e3-dentista e advogada. Sua trajet\u00f3ria multidisciplinar \u00e9 marcada por uma abordagem est\u00e9tica que transita entre as artes pl\u00e1sticas e a harmoniza\u00e7\u00e3o facial, explorando os limites entre o corpo, a mat\u00e9ria e a mem\u00f3ria.<br \/><br \/>Na pintura, sua produ\u00e7\u00e3o \u00e9 centrada no uso da tinta acr\u00edlica aplicada com a t\u00e9cnica do impasto, criando superf\u00edcies densas e tridimensionais que ultrapassam os limites do bidimensional. O relevo das camadas, deliberadamente excessivas, atribui \u00e0s obras uma presen\u00e7a quase escult\u00f3rica, evocando texturas org\u00e2nicas e din\u00e2micas. A artista investiga, por meio da materialidade da tinta, a interse\u00e7\u00e3o entre suas origens japonesa e brasileira, propondo um di\u00e1logo po\u00e9tico entre tradi\u00e7\u00e3o e contemporaneidade.<br \/><br \/>Seus trabalhos revelam um sistema visual baseado em pontilhados e linhas recorrentes, elementos que remetem ao universo t\u00eaxtil. Especialmente ao bordado e ao croch\u00ea: pr\u00e1ticas manuais que marcaram sua inf\u00e2ncia. Esses gestos s\u00e3o reconfigurados em pintura, como uma forma de \u201ccostura pict\u00f3rica\u201d, em que a tinta assume o papel de linha, e a tela, o de tecido. Assim, cada obra se liga \u00e0 anterior e \u00e0 pr\u00f3xima, compondo uma narrativa cont\u00ednua de afetos e ancestralidade.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc58fb5 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"bc58fb5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Leia mais<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48bcc54 elementor-widget elementor-widget-image\" data-id=\"48bcc54\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"1024\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/01-736x1024.webp\" class=\"attachment-large size-large wp-image-23\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/01-736x1024.webp 736w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/01-216x300.webp 216w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/01-768x1068.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/01-1105x1536.webp 1105w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/01.webp 1437w\" sizes=\"(max-width: 736px) 100vw, 736px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8e40f3 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"f8e40f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"864\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/pattern-2.svg\" class=\"attachment-large size-large wp-image-208\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86066b1 e-flex e-con-boxed e-con e-parent\" data-id=\"86066b1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9e1c50b e-con-full e-flex e-con e-child\" data-id=\"9e1c50b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ce7c41 elementor-widget elementor-widget-heading\" data-id=\"2ce7c41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Exposic\u00f5es<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48b857b elementor-widget elementor-widget-text-editor\" data-id=\"48b857b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>9\u00ba Grande Exposi\u00e7\u00e3o de Arte Bunkyo 2015. (S\u00e3o Paulo- SP).<\/li><li>12\u00ba Grande Exposi\u00e7\u00e3o de Arte Bunkyo 2018. (Premia\u00e7\u00e3o: Men\u00e7\u00e3o Honrosa). (S\u00e3o Paulo- SP).<\/li><li>X Sal\u00e3o Internacional de Artes Visuais SINAP\/AIAP. C\u00e2mara Municipal de SP-SP. Outubro, 2020.<\/li><li>Exposi\u00e7\u00e3o de Outono. Cia Arte Cultura. S\u00e3o Paulo-SP. Abril, 2021.<\/li><li>Exposi\u00e7\u00e3o Pan Techn\u00e9. Pal\u00e1cio dos Correios de Niter\u00f3i-RJ. Janeiro, 2022.<\/li><li>Exposi\u00e7\u00e3o Arte e Mulher. Art Lab Gallery. S\u00e3o Paulo-SP. Mar\u00e7o, 2022.<\/li><li>Exposi\u00e7\u00e3o Brasil In Focus. Galerie Artes. Paris- Fran\u00e7a. Mar\u00e7o, 2022.<\/li><li>Exposi\u00e7\u00e3o Brasil In Focus. ImaginArte Gallery. Barcelona-Espanha. Mar\u00e7o, 2022.<\/li><li>Exposi\u00e7\u00e3o Pan Techn\u00e9. Museu Nacional dos Correios-Bras\u00edlia. Abril 2022.<\/li><li>Exposi\u00e7\u00e3o em homenagem a Gustavo Rosa. Cia Arte Cultura. S\u00e3o Paulo-SP. Maio 2022.<\/li><li>Expo Arte SP. Art Lab Gallery. S\u00e3o Paulo-SP. Setembro 2022.<\/li><li>Exposi\u00e7\u00e3o O circo que nos habita, Centro Cultural Santo Amaro-S\u00e3o Paulo-SP . Mar\u00e7o 2023.<\/li><li>Exposi\u00e7\u00e3o 115 anos da Imigra\u00e7\u00e3o Japonesa no Brasil. Hall da prefeitura municipal de S\u00e3o Paulo- SP. Agosto 2023.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-477401b elementor-absolute elementor-widget elementor-widget-image\" data-id=\"477401b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"864\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/pattern-2.svg\" class=\"attachment-large size-large wp-image-208\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23c7b17 e-flex e-con-boxed e-con e-parent\" data-id=\"23c7b17\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b70f3c elementor-widget elementor-widget-image\" data-id=\"9b70f3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"1024\" src=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478448-68b9e8a59ce61-774x1024.webp\" class=\"attachment-large size-large wp-image-26\" alt=\"\" srcset=\"https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478448-68b9e8a59ce61-774x1024.webp 774w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478448-68b9e8a59ce61-227x300.webp 227w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478448-68b9e8a59ce61-768x1016.webp 768w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478448-68b9e8a59ce61-1161x1536.webp 1161w, https:\/\/theomoralejo.com.br\/cintiaka\/wp-content\/uploads\/2025\/09\/frame-1707478448-68b9e8a59ce61.webp 1181w\" sizes=\"(max-width: 774px) 100vw, 774px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00d9ba6 e-con-full e-flex e-con e-child\" data-id=\"00d9ba6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-402d8ac e-con-full e-flex e-con e-child\" data-id=\"402d8ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2dcc1c elementor-widget elementor-widget-heading\" data-id=\"a2dcc1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Amor incondicional<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d9cebe elementor-widget elementor-widget-heading\" data-id=\"2d9cebe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ano 2015<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3bc7b7b elementor-widget elementor-widget-text-editor\" data-id=\"3bc7b7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAmor incondicional\u201d, obra pintada com tinta acr\u00edlica sobre tela com t\u00e9cnica mista por Cintia Ka, tem como protagonista uma figura cujo rosto pode ser visto em duas partes. Uma n\u00e3o tem qualquer tipo de marca; a outra est\u00e1 parcialmente coberta com pequenos pontos pretos. O fundo apresenta numerosos elementos, como flores, espirais, plantas e arabescos. Sua face parece beatificada, mas h\u00e1 nela um peso de dor na express\u00e3o. A metade com o sutil v\u00e9u pict\u00f3rico guardaria um segredo? Talvez seja a express\u00e3o simb\u00f3lica de um sofrimento? O clima instaurado \u00e9 de mist\u00e9rio, um dos alimentos da arte. Perante aquilo que n\u00e3o \u00e9 facilmente decifr\u00e1vel, novas observa\u00e7\u00f5es atentas s\u00e3o motivadoras para o estabelecimento de elos arquet\u00edpicos entre aquilo que foi criado e o que se v\u00ea. Quando a emo\u00e7\u00e3o se instaura, o trabalho indaga e emociona.\n\n<strong>Oscar D\u2019Ambrosio\u2028<\/strong>\nDoutor em educa\u00e7\u00e3o, mestre em artes, jornalista e cr\u00edtico de arte. Desde 1964 integra a Associa\u00e7\u00e3o Paulista de Cr\u00edticos de Arte (APCA).\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-413eadb elementor-align-left elementor-widget elementor-widget-button\" data-id=\"413eadb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Leia mais<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0475ef3 e-flex e-con-boxed e-con e-parent\" data-id=\"0475ef3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b620620 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b620620\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tinta \u00e9 a minha linha, costurando uma obra \u00e0 outra.\nBordando agora em tinta.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b55207 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3b55207\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Conhecer as obras<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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>S\u00e9rie Kabuki Conhecer as obras Hero com v\u00eddeo + controles Seu navegador n\u00e3o suporta v\u00eddeo. Arte como express\u00e3o Afeto em linhas e pontos Cultura nipo-brasileira Pr\u00eamio Men\u00e7\u00e3o Honrosa 12\u00ba Grande Exposi\u00e7\u00e3o de Arte Bunkyo 2018- SP Esta obra traz a representa\u00e7\u00e3o do Castelo de Himeji, Patrim\u00f4nio Mundial da UNESCO, tamb\u00e9m conhecido como Hakuroj\u014d ou Shirasagij\u014d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":94,"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":466,"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/pages\/20\/revisions\/466"}],"wp:attachment":[{"href":"https:\/\/theomoralejo.com.br\/cintiaka\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}