{"id":101,"date":"2024-12-10T18:38:19","date_gmt":"2024-12-10T18:38:19","guid":{"rendered":"https:\/\/inovamed.pro\/?page_id=101"},"modified":"2026-02-19T13:11:04","modified_gmt":"2026-02-19T16:11:04","slug":"webinarios","status":"publish","type":"page","link":"https:\/\/inovamed.pro\/?page_id=101","title":{"rendered":"INOVAMED TV | Intelig\u00eancia Artificial na Medicina"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Inovamed TV \u2014 INOVAMED<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&#038;family=Montserrat:wght@300;400;500;600;700;800&#038;family=DM+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<\/head>\n<body>\n\n<style>\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   TOKENS \u2014 scoped to #ino-yt\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#ino-yt {\n  --navy:        #020817;\n  --navy-mid:    #0a1b38;\n  --card:        #0d1e3a;\n  --card-h:      #112247;\n  --gold:        #c9a84c;\n  --gold-lt:     #e8c97a;\n  --gold-dim:    #7a6030;\n  --gold-glow:   rgba(201,168,76,.16);\n  --gold-border: rgba(201,168,76,.28);\n  --gold-bh:     rgba(201,168,76,.65);\n  --red:         #e03030;\n  --red-dim:     rgba(224,48,48,.1);\n  --red-border:  rgba(224,48,48,.3);\n  --green:       #00a859;\n  --green-dim:   rgba(0,168,89,.1);\n  --green-border:rgba(0,168,89,.3);\n  --white:       #ffffff;\n  --gray:        #9aaabf;\n  --gray-dk:     #4a5f7a;\n  --radius:      6px;\n  --radius-lg:   14px;\n  --font-d: 'Playfair Display', Georgia, serif;\n  --font-b: 'Montserrat', sans-serif;\n  --font-m: 'DM Mono', monospace;\n}\n\n#ino-yt * { box-sizing: border-box; margin: 0; padding: 0; }\n\n#ino-yt {\n  font-family: var(--font-b);\n  background: var(--navy);\n  color: var(--white);\n  line-height: 1.7;\n  -webkit-font-smoothing: antialiased;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* grid bg *\/\n#ino-yt::before {\n  content: '';\n  position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(201,168,76,.013) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(201,168,76,.013) 1px, transparent 1px);\n  background-size: 60px 60px;\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* radial glow *\/\n#ino-yt::after {\n  content: '';\n  position: absolute;\n  top: -60px; left: 50%;\n  transform: translateX(-50%);\n  width: 900px; height: 500px;\n  background: radial-gradient(ellipse at center, rgba(201,168,76,.06) 0%, transparent 65%);\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 INNER WRAP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.ino-yt-wrap {\n  position: relative;\n  z-index: 1;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 64px 28px 72px;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HEADER \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.ino-yt-header {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 24px;\n  padding-bottom: 36px;\n  border-bottom: 1px solid var(--gold-border);\n  margin-bottom: 36px;\n  flex-wrap: wrap;\n}\n\n.ino-yt-header-left { flex: 1; min-width: 240px; }\n\n.ino-yt-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: .65rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--gold);\n  padding: 4px 14px;\n  border: 1px solid var(--gold-border);\n  border-radius: 40px;\n  background: rgba(201,168,76,.06);\n  margin-bottom: 14px;\n  animation: inoYtFade .5s ease both;\n}\n\n.ino-yt-eyebrow span { opacity: .45; }\n\n.ino-yt-title {\n  font-family: var(--font-d);\n  font-size: clamp(2rem, 4.5vw, 3rem);\n  font-weight: 900;\n  line-height: 1.1;\n  animation: inoYtFade .5s .07s ease both;\n}\n\n.ino-yt-title em {\n  font-style: italic;\n  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 55%, var(--gold) 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n\n.ino-yt-title-sub {\n  display: block;\n  font-family: var(--font-b);\n  font-size: .85rem;\n  font-weight: 400;\n  color: var(--gray);\n  letter-spacing: .5px;\n  margin-top: 6px;\n  -webkit-text-fill-color: var(--gray);\n}\n\n\/* subscribe btn *\/\n.ino-yt-subscribe {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 13px 24px;\n  border-radius: var(--radius-lg);\n  background: var(--red-dim);\n  border: 1px solid var(--red-border);\n  color: #ff7070;\n  font-family: var(--font-b);\n  font-size: .78rem;\n  font-weight: 700;\n  letter-spacing: .5px;\n  text-decoration: none;\n  transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;\n  flex-shrink: 0;\n  align-self: flex-start;\n  animation: inoYtFade .5s .14s ease both;\n}\n\n.ino-yt-subscribe:hover {\n  background: rgba(224,48,48,.2);\n  border-color: rgba(224,48,48,.6);\n  color: #ff9090;\n  transform: translateY(-2px);\n  box-shadow: 0 8px 24px rgba(224,48,48,.15);\n}\n\n.ino-yt-subscribe svg { width: 16px; height: 16px; fill: #ff7070; }\n.ino-yt-subscribe:hover svg { fill: #ff9090; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 DESCRIPTION \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.ino-yt-desc {\n  background: var(--card);\n  border: 1px solid var(--gold-border);\n  border-left: 3px solid var(--gold);\n  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;\n  padding: 22px 26px;\n  margin-bottom: 36px;\n  animation: inoYtFade .5s .2s ease both;\n}\n\n.ino-yt-desc p {\n  font-size: .88rem;\n  color: var(--gray);\n  line-height: 1.9;\n}\n\n.ino-yt-desc p strong { color: var(--gold-lt); }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CARDS GRID \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.ino-yt-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 18px;\n  margin-bottom: 40px;\n}\n\n.ino-yt-card {\n  background: var(--card);\n  border: 1px solid var(--gold-border);\n  border-radius: var(--radius-lg);\n  padding: 26px 24px;\n  position: relative;\n  overflow: hidden;\n  transition: border-color .25s, box-shadow .25s, transform .25s;\n  animation: inoYtFade .5s ease both;\n}\n\n.ino-yt-card:nth-child(1) { animation-delay: .26s; }\n.ino-yt-card:nth-child(2) { animation-delay: .32s; }\n.ino-yt-card:nth-child(3) { animation-delay: .38s; }\n\n.ino-yt-card:hover {\n  border-color: var(--gold-bh);\n  box-shadow: 0 8px 36px rgba(201,168,76,.1);\n  transform: translateY(-3px);\n}\n\n\/* top accent *\/\n.ino-yt-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 2px;\n  background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  opacity: 0;\n  transition: opacity .3s;\n}\n\n.ino-yt-card:hover::before { opacity: 1; }\n\n\/* vertical accent bar *\/\n.ino-yt-card::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 3px;\n  height: 0;\n  background: var(--gold);\n  transition: height .4s ease;\n}\n\n.ino-yt-card:hover::after { height: 100%; }\n\n.ino-yt-card-icon {\n  width: 40px; height: 40px;\n  border-radius: var(--radius);\n  background: var(--gold-glow);\n  border: 1px solid var(--gold-border);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 16px;\n  transition: background .2s;\n}\n\n.ino-yt-card:hover .ino-yt-card-icon {\n  background: rgba(201,168,76,.25);\n}\n\n.ino-yt-card-icon svg { width: 18px; height: 18px; stroke: var(--gold); }\n\n.ino-yt-card h3 {\n  font-family: var(--font-d);\n  font-size: 1.05rem;\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 10px;\n  line-height: 1.25;\n}\n\n.ino-yt-card p {\n  font-size: .8rem;\n  color: var(--gray);\n  line-height: 1.8;\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 FOOTER \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n.ino-yt-footer {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  padding-top: 32px;\n  border-top: 1px solid var(--gold-border);\n  flex-wrap: wrap;\n  animation: inoYtFade .5s .44s ease both;\n}\n\n\/* stats pills *\/\n.ino-yt-stats {\n  display: flex;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n\n.ino-yt-stat {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 8px 16px;\n  background: var(--card);\n  border: 1px solid var(--gold-border);\n  border-radius: 40px;\n  font-size: .72rem;\n  font-weight: 600;\n  color: var(--gray);\n  transition: border-color .2s, color .2s;\n}\n\n.ino-yt-stat:hover {\n  border-color: var(--gold-bh);\n  color: var(--gold-lt);\n}\n\n.ino-yt-stat-dot {\n  width: 6px; height: 6px;\n  border-radius: 50%;\n  background: var(--gold);\n  flex-shrink: 0;\n}\n\n\/* CTA *\/\n.ino-yt-cta {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 12px 22px;\n  border-radius: var(--radius-lg);\n  background: var(--green-dim);\n  border: 1px solid var(--green-border);\n  color: #4ecf8a;\n  font-family: var(--font-b);\n  font-size: .78rem;\n  font-weight: 700;\n  letter-spacing: .5px;\n  text-decoration: none;\n  transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;\n}\n\n.ino-yt-cta:hover {\n  background: rgba(0,168,89,.2);\n  border-color: rgba(0,168,89,.6);\n  color: #7de0ab;\n  transform: translateY(-2px);\n  box-shadow: 0 8px 24px rgba(0,168,89,.12);\n}\n\n.ino-yt-cta svg { width: 14px; height: 14px; stroke: currentColor; transition: transform .2s; }\n.ino-yt-cta:hover svg { transform: translateX(3px); }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n@media (max-width: 768px) {\n  .ino-yt-wrap { padding: 44px 18px 56px; }\n  .ino-yt-header { flex-direction: column; gap: 18px; }\n  .ino-yt-subscribe { align-self: stretch; justify-content: center; }\n  .ino-yt-grid { grid-template-columns: 1fr; }\n  .ino-yt-footer { flex-direction: column; align-items: flex-start; }\n  .ino-yt-stats { width: 100%; }\n  .ino-yt-cta { align-self: stretch; justify-content: center; }\n}\n\n@keyframes inoYtFade {\n  from { opacity: 0; transform: translateY(14px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  #ino-yt *, #ino-yt *::before, #ino-yt *::after {\n    animation: none !important; transition: none !important;\n  }\n}\n<\/style>\n\n<div id=\"ino-yt\">\n  <div class=\"ino-yt-wrap\">\n\n    <!-- HEADER -->\n    <div class=\"ino-yt-header\">\n      <div class=\"ino-yt-header-left\">\n        <div class=\"ino-yt-eyebrow\"><span>\u25c6<\/span> INOVAMED <span>\u00b7<\/span> Canal<\/div>\n        <h2 class=\"ino-yt-title\">\n          Inovamed <em>TV<\/em>\n          <span class=\"ino-yt-title-sub\">Inova\u00e7\u00e3o em Sa\u00fade Digital<\/span>\n        <\/h2>\n      <\/div>\n      <a href=\"https:\/\/www.youtube.com\/@InovamedPro\/featured\"\n         class=\"ino-yt-subscribe\"\n         target=\"_blank\" rel=\"noopener noreferrer\">\n        <!-- YouTube icon -->\n        <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <path d=\"M21.8 8.0a2.75 2.75 0 0 0-1.94-1.95C18.2 5.6 12 5.6 12 5.6s-6.2 0-7.86.45A2.75 2.75 0 0 0 2.2 8.0 28.8 28.8 0 0 0 1.75 12a28.8 28.8 0 0 0 .45 4 2.75 2.75 0 0 0 1.94 1.95C5.8 18.4 12 18.4 12 18.4s6.2 0 7.86-.45A2.75 2.75 0 0 0 21.8 16a28.8 28.8 0 0 0 .45-4 28.8 28.8 0 0 0-.45-4z\"\/>\n          <polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\" fill=\"#020817\"\/>\n        <\/svg>\n        Inscreva-se no Canal\n      <\/a>\n    <\/div>\n\n    <!-- DESCRIPTION -->\n    <div class=\"ino-yt-desc\">\n      <p>\n        Bem-vindo \u00e0 <strong>Inovamed TV<\/strong>! Aqui voc\u00ea descobre como a intelig\u00eancia artificial est\u00e1 revolucionando a medicina e a sa\u00fade moderna. Com conte\u00fado exclusivo produzido pelo <strong>Dr. Mbula Barros<\/strong>, apresentamos as mais recentes inova\u00e7\u00f5es em IA na sa\u00fade, compartilhamos t\u00e9cnicas avan\u00e7adas de prompt engineering e exploramos as transforma\u00e7\u00f5es tecnol\u00f3gicas que est\u00e3o redefinindo o futuro da medicina brasileira.\n      <\/p>\n    <\/div>\n\n    <!-- CARDS -->\n    <div class=\"ino-yt-grid\">\n\n      <div class=\"ino-yt-card\">\n        <div class=\"ino-yt-card-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Inova\u00e7\u00f5es em Sa\u00fade<\/h3>\n        <p>Descubra as principais transforma\u00e7\u00f5es tecnol\u00f3gicas no setor da sa\u00fade e como implement\u00e1-las em sua pr\u00e1tica cl\u00ednica. An\u00e1lise aprofundada das tend\u00eancias que est\u00e3o moldando o futuro da medicina.<\/p>\n      <\/div>\n\n      <div class=\"ino-yt-card\">\n        <div class=\"ino-yt-card-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/>\n          <\/svg>\n        <\/div>\n        <h3>IA na Medicina<\/h3>\n        <p>Explore como a Intelig\u00eancia Artificial est\u00e1 revolucionando diagn\u00f3sticos e tratamentos. Casos pr\u00e1ticos, aplica\u00e7\u00f5es reais e orienta\u00e7\u00f5es para integrar a IA no seu dia a dia profissional.<\/p>\n      <\/div>\n\n      <div class=\"ino-yt-card\">\n        <div class=\"ino-yt-card-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.121 2.121 0 013 3L7 19l-4 1 1-4L16.5 3.5z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Dicas Pr\u00e1ticas<\/h3>\n        <p>Aprenda a criar prompts eficazes com a metodologia AIMED e implemente solu\u00e7\u00f5es de IA na sua rotina m\u00e9dica. Tutoriais detalhados e estrat\u00e9gias comprovadas para otimizar seu trabalho.<\/p>\n      <\/div>\n\n    <\/div>\n\n    <!-- FOOTER -->\n    <div class=\"ino-yt-footer\">\n      <div class=\"ino-yt-stats\">\n        <div class=\"ino-yt-stat\">\n          <span class=\"ino-yt-stat-dot\"><\/span>\n          Conte\u00fado Exclusivo\n        <\/div>\n        <div class=\"ino-yt-stat\">\n          <span class=\"ino-yt-stat-dot\"><\/span>\n          Comunidade M\u00e9dica Ativa\n        <\/div>\n        <div class=\"ino-yt-stat\">\n          <span class=\"ino-yt-stat-dot\"><\/span>\n          Atualizado Regularmente\n        <\/div>\n      <\/div>\n\n      <a href=\"https:\/\/www.youtube.com\/@InovamedPro\/featured\"\n         class=\"ino-yt-cta\"\n         target=\"_blank\" rel=\"noopener noreferrer\">\n        Acessar Canal Completo\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n        <\/svg>\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n  \/\/ BTT padr\u00e3o INOVAMED \u2014 s\u00f3 cria se n\u00e3o existir j\u00e1 na p\u00e1gina\n  if (!document.getElementById('ino-yt-btt')) {\n    var style = document.createElement('style');\n    style.textContent = `\n      #ino-yt-btt {\n        position: fixed; bottom: 28px; right: 28px;\n        width: 46px; height: 46px;\n        background: #020817;\n        border: 1px solid rgba(201,168,76,.5);\n        border-radius: 6px;\n        display: grid; place-items: center;\n        z-index: 9999;\n        opacity: 0; visibility: hidden;\n        transform: translateY(10px);\n        transition: opacity .3s, visibility .3s, transform .3s, background .2s, box-shadow .2s;\n        cursor: pointer;\n      }\n      #ino-yt-btt.visible { opacity: 1; visibility: visible; transform: translateY(0); }\n      #ino-yt-btt:hover { background: rgba(201,168,76,.1); box-shadow: 0 0 24px rgba(201,168,76,.25); }\n      #ino-yt-btt svg { width: 18px; height: 18px; stroke: #c9a84c; }\n      @media (max-width: 640px) { #ino-yt-btt { bottom: 18px; right: 16px; width: 42px; height: 42px; } }\n    `;\n    document.head.appendChild(style);\n\n    var btn = document.createElement('button');\n    btn.id = 'ino-yt-btt';\n    btn.setAttribute('aria-label', 'Voltar ao topo');\n    btn.innerHTML = '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 19V5M5 12l7-7 7 7\"\/><\/svg>';\n    document.body.appendChild(btn);\n\n    var t = false;\n    window.addEventListener('scroll', function () {\n      if (!t) {\n        requestAnimationFrame(function () {\n          btn.classList.toggle('visible', window.scrollY > 300);\n          t = false;\n        });\n        t = true;\n      }\n    }, { passive: true });\n\n    btn.addEventListener('click', function () {\n      window.scrollTo({ top: 0, behavior: 'smooth' });\n    });\n  }\n})();\n<\/script>\n\n<\/body>\n<\/html><p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Inovamed TV \u2014 INOVAMED \u25c6 INOVAMED \u00b7 Canal Inovamed TV Inova\u00e7\u00e3o em Sa\u00fade Digital Inscreva-se no Canal Bem-vindo \u00e0 Inovamed TV! Aqui voc\u00ea descobre como a intelig\u00eancia artificial est\u00e1 revolucionando a medicina e a sa\u00fade moderna. Com conte\u00fado exclusivo produzido pelo Dr. Mbula Barros, apresentamos as mais recentes inova\u00e7\u00f5es em<span class=\"more-link\"><a href=\"https:\/\/inovamed.pro\/?page_id=101\">LEIA O ARTIGO COMPLETO<\/a><\/span><\/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":["entry","author-mbulabarros","post-101","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>INOVAMED TV | Intelig\u00eancia Artificial na Medicina - INOVAMED<\/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:\/\/inovamed.pro\/?page_id=101\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"INOVAMED TV | Intelig\u00eancia Artificial na Medicina - INOVAMED\" \/>\n<meta property=\"og:description\" content=\"Inovamed TV \u2014 INOVAMED \u25c6 INOVAMED \u00b7 Canal Inovamed TV Inova\u00e7\u00e3o em Sa\u00fade Digital Inscreva-se no Canal Bem-vindo \u00e0 Inovamed TV! Aqui voc\u00ea descobre como a intelig\u00eancia artificial est\u00e1 revolucionando a medicina e a sa\u00fade moderna. Com conte\u00fado exclusivo produzido pelo Dr. Mbula Barros, apresentamos as mais recentes inova\u00e7\u00f5es emLEIA O ARTIGO COMPLETO\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inovamed.pro\/?page_id=101\" \/>\n<meta property=\"og:site_name\" content=\"INOVAMED\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T16:11:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/inovamed.pro\/?page_id=101\",\"url\":\"https:\/\/inovamed.pro\/?page_id=101\",\"name\":\"INOVAMED TV | Intelig\u00eancia Artificial na Medicina - INOVAMED\",\"isPartOf\":{\"@id\":\"https:\/\/inovamed.pro\/#website\"},\"datePublished\":\"2024-12-10T18:38:19+00:00\",\"dateModified\":\"2026-02-19T16:11:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/inovamed.pro\/?page_id=101#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/inovamed.pro\/?page_id=101\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/inovamed.pro\/?page_id=101#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/inovamed.pro\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"INOVAMED TV | Intelig\u00eancia Artificial na Medicina\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/inovamed.pro\/#website\",\"url\":\"https:\/\/inovamed.pro\/\",\"name\":\"INOVAMED\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/inovamed.pro\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/inovamed.pro\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/inovamed.pro\/#organization\",\"name\":\"INOVAMED\",\"url\":\"https:\/\/inovamed.pro\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp\",\"contentUrl\":\"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp\",\"width\":1706,\"height\":1023,\"caption\":\"INOVAMED\"},\"image\":{\"@id\":\"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"INOVAMED TV | Intelig\u00eancia Artificial na Medicina - INOVAMED","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:\/\/inovamed.pro\/?page_id=101","og_locale":"pt_BR","og_type":"article","og_title":"INOVAMED TV | Intelig\u00eancia Artificial na Medicina - INOVAMED","og_description":"Inovamed TV \u2014 INOVAMED \u25c6 INOVAMED \u00b7 Canal Inovamed TV Inova\u00e7\u00e3o em Sa\u00fade Digital Inscreva-se no Canal Bem-vindo \u00e0 Inovamed TV! Aqui voc\u00ea descobre como a intelig\u00eancia artificial est\u00e1 revolucionando a medicina e a sa\u00fade moderna. Com conte\u00fado exclusivo produzido pelo Dr. Mbula Barros, apresentamos as mais recentes inova\u00e7\u00f5es emLEIA O ARTIGO COMPLETO","og_url":"https:\/\/inovamed.pro\/?page_id=101","og_site_name":"INOVAMED","article_modified_time":"2026-02-19T16:11:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inovamed.pro\/?page_id=101","url":"https:\/\/inovamed.pro\/?page_id=101","name":"INOVAMED TV | Intelig\u00eancia Artificial na Medicina - INOVAMED","isPartOf":{"@id":"https:\/\/inovamed.pro\/#website"},"datePublished":"2024-12-10T18:38:19+00:00","dateModified":"2026-02-19T16:11:04+00:00","breadcrumb":{"@id":"https:\/\/inovamed.pro\/?page_id=101#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inovamed.pro\/?page_id=101"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inovamed.pro\/?page_id=101#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inovamed.pro\/"},{"@type":"ListItem","position":2,"name":"INOVAMED TV | Intelig\u00eancia Artificial na Medicina"}]},{"@type":"WebSite","@id":"https:\/\/inovamed.pro\/#website","url":"https:\/\/inovamed.pro\/","name":"INOVAMED","description":"","publisher":{"@id":"https:\/\/inovamed.pro\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inovamed.pro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/inovamed.pro\/#organization","name":"INOVAMED","url":"https:\/\/inovamed.pro\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/","url":"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp","contentUrl":"https:\/\/inovamed.pro\/wp-content\/uploads\/2024\/12\/cropped-DALL\u00b7E-2024-12-10-13.53.06-A-hyperrealistic-3D-rendering-of-a-half-human-brain-merged-with-circuit-board-patterns-viewed-from-a-slight-side-angle.-The-brains-left-hemisphere-s.webp","width":1706,"height":1023,"caption":"INOVAMED"},"image":{"@id":"https:\/\/inovamed.pro\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/pages\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=101"}],"version-history":[{"count":5,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/pages\/101\/revisions"}],"predecessor-version":[{"id":2579,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/pages\/101\/revisions\/2579"}],"wp:attachment":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}