{"id":96,"date":"2024-12-10T18:38:19","date_gmt":"2024-12-10T18:38:19","guid":{"rendered":"https:\/\/inovamed.pro\/?page_id=96"},"modified":"2026-05-02T13:22:38","modified_gmt":"2026-05-02T16:22:38","slug":"curso","status":"publish","type":"page","link":"https:\/\/inovamed.pro\/?page_id=96","title":{"rendered":"Cursos"},"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<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\n       IDENTITY: INOVAMED PREMIUM PALETTE\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 *\/\n    #course-hub-root {\n        --navy:        #050e1f;\n        --navy-card:   #0d1e3a;\n        --navy-light:  #112240;\n        --gold:        #c9a84c;\n        --gold-glow:   rgba(201,168,76,0.15);\n        --white:       #ffffff;\n        --gray:        #9aaabf;\n        --red-soft:    rgba(224,80,80,0.15);\n        --red-text:    #e05050;\n        --font-main:   'DM Sans', sans-serif;\n        --font-serif:  'Playfair Display', serif;\n        \n        font-family: var(--font-main);\n        background-color: var(--navy);\n        color: var(--white);\n        padding: 60px 20px;\n        min-height: 60vh;\n    }\n\n    #course-hub-root * { box-sizing: border-box; text-decoration: none; }\n\n    \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n    .hub-header {\n        text-align: center;\n        max-width: 800px;\n        margin: 0 auto 50px;\n    }\n    .hub-title {\n        font-family: var(--font-serif);\n        font-size: 2.5rem;\n        font-weight: 700;\n        margin-bottom: 15px;\n        color: var(--white);\n        line-height: 1.2;\n    }\n    .hub-title span {\n        color: var(--gold);\n        font-style: italic;\n    }\n    .hub-subtitle {\n        color: var(--gray);\n        font-size: 1.1rem;\n        line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 GRID \u2500\u2500 *\/\n    .hub-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    \/* \u2500\u2500 CARD BASE \u2500\u2500 *\/\n    .course-card {\n        background: var(--navy-card);\n        border: 1px solid rgba(201,168,76,0.2);\n        border-radius: 6px;\n        padding: 35px 25px;\n        transition: all 0.3s ease;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        position: relative;\n        overflow: hidden;\n        height: 100%;\n    }\n\n    \/* Linha dourada topo *\/\n    .course-card::before {\n        content: '';\n        position: absolute; top: 0; left: 0; right: 0; height: 2px;\n        background: linear-gradient(90deg, transparent, var(--gold), transparent);\n        opacity: 0.5;\n    }\n\n    \/* \u2500\u2500 ESTADO: ATIVO \u2500\u2500 *\/\n    .course-card.active:hover {\n        transform: translateY(-5px);\n        border-color: var(--gold);\n        box-shadow: 0 10px 25px -5px rgba(0,0,0,0.5), 0 0 15px var(--gold-glow);\n    }\n    .course-card.active:hover::before { opacity: 1; }\n\n    \/* \u2500\u2500 ESTADO: ESGOTADO\/INATIVO \u2500\u2500 *\/\n    .course-card.locked {\n        opacity: 0.75;\n        border-color: rgba(255,255,255,0.05);\n        background: rgba(13, 30, 58, 0.6);\n    }\n\n    \/* \u2500\u2500 TAGS \u2500\u2500 *\/\n    .card-tags {\n        display: flex;\n        gap: 8px;\n        margin-bottom: 18px;\n        flex-wrap: wrap;\n    }\n    .tag {\n        font-family: 'DM Mono', monospace;\n        font-size: 0.7rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        padding: 4px 8px;\n        border-radius: 3px;\n        background: rgba(255,255,255,0.05);\n        color: var(--gray);\n        border: 1px solid rgba(255,255,255,0.1);\n    }\n    .tag.highlight {\n        color: var(--gold);\n        border-color: rgba(201,168,76,0.3);\n        background: rgba(201,168,76,0.05);\n    }\n    .tag.sold-out {\n        color: var(--red-text);\n        border-color: rgba(224,80,80,0.3);\n        background: var(--red-soft);\n    }\n\n    \/* \u2500\u2500 CONTE\u00daDO \u2500\u2500 *\/\n    .card-title {\n        font-family: var(--font-serif);\n        font-size: 1.6rem;\n        color: var(--white);\n        margin: 0 0 5px 0; \/* Margem reduzida para caber a especialidade *\/\n        line-height: 1.2;\n    }\n    .card-specialty {\n        font-size: 0.9rem;\n        color: var(--gray);\n        margin-bottom: 10px;\n        font-style: italic;\n        display: block;\n    }\n    .card-date {\n        font-family: 'DM Mono', monospace;\n        font-size: 0.8rem;\n        color: var(--gold);\n        margin-bottom: 12px;\n        display: block;\n        letter-spacing: 0.5px;\n    }\n    .card-desc {\n        color: var(--gray);\n        font-size: 0.95rem;\n        line-height: 1.5;\n        margin-bottom: 25px;\n        flex-grow: 1;\n    }\n\n    \/* \u2500\u2500 BOT\u00d5ES \u2500\u2500 *\/\n    .card-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-size: 0.85rem;\n        padding: 12px 0;\n        border-top: 1px solid rgba(255,255,255,0.05);\n        width: 100%;\n        margin-top: auto;\n        transition: gap 0.3s;\n    }\n    \n    .course-card.active .card-btn { color: var(--gold); }\n    .course-card.active:hover .card-btn { gap: 12px; text-shadow: 0 0 8px var(--gold-glow); }\n    .course-card.locked .card-btn { color: var(--gray); cursor: default; border-top-color: transparent; }\n\n    \/* \u2500\u2500 RESPONSIVO \u2500\u2500 *\/\n    @media (max-width: 768px) {\n        #course-hub-root { padding: 40px 15px; }\n        .hub-title { font-size: 2rem; }\n    }\n<\/style>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&#038;family=DM+Sans:wght@400;500;700&#038;family=DM+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<\/head>\n\n<body>\n\n<div id=\"course-hub-root\">\n    \n    <header class=\"hub-header\">\n        <h1 class=\"hub-title\">Cursos <span>INOVAMED<\/span><\/h1>\n        <p class=\"hub-subtitle\">\n            Selecione sua edi\u00e7\u00e3o. Turmas exclusivas e personalizadas por especialidade.\n        <\/p>\n    <\/header>\n\n    <div class=\"hub-grid\">\n\n        <a href=\"https:\/\/inovamed.pro\/?page_id=2671\" class=\"course-card active\">\n            <div class=\"card-tags\">\n                <span class=\"tag highlight\">Inscri\u00e7\u00f5es Abertas<\/span>\n                <span class=\"tag\">Presencial<\/span>\n            <\/div>\n            <h2 class=\"card-title\">AIMED Goi\u00e2nia<\/h2>\n            <span class=\"card-specialty\">3\u00aa Edi\u00e7\u00e3o em Goi\u00e2nia<\/span>\n            <span class=\"card-date\">20 e 21 de Junho, 2026<\/span>\n            <p class=\"card-desc\">\n                Imers\u00e3o de 2 dias em IA aplicada. Sociedade Goiana de Pediatria, Goi\u00e2nia\/GO. A forma\u00e7\u00e3o completa para dominar as ferramentas do futuro.\n            <\/p>\n            <div class=\"card-btn\">\n                Ver Programa\u00e7\u00e3o <span>&rarr;<\/span>\n            <\/div>\n        <\/a>\n\n        <div class=\"course-card locked\">\n            <div class=\"card-tags\">\n                <span class=\"tag sold-out\">\u25cf Vagas Esgotadas<\/span>\n                <span class=\"tag\">Residentes<\/span>\n            <\/div>\n            <h2 class=\"card-title\">AIMED Residentes G.O.<\/h2>\n            <span class=\"card-specialty\">Ginecologia e Obstetr\u00edcia \u00b7 Joinville \u00b7 Turma I<\/span>\n            <span class=\"card-date\">22 e 23 de Maio, 2026<\/span>\n            <p class=\"card-desc\">\n                Edi\u00e7\u00e3o exclusiva para m\u00e9dicos residentes da especialidade. Inscri\u00e7\u00f5es encerradas.\n            <\/p>\n            <div class=\"card-btn\">\n                Turma Fechada\n            <\/div>\n        <\/div>\n\n        <div class=\"course-card locked\">\n            <div class=\"card-tags\">\n                <span class=\"tag sold-out\">\u25cf Vagas Esgotadas<\/span>\n                <span class=\"tag\">Residentes<\/span>\n            <\/div>\n            <h2 class=\"card-title\">AIMED Residentes G.O.<\/h2>\n            <span class=\"card-specialty\">Ginecologia e Obstetr\u00edcia \u00b7 Joinville \u00b7 Turma II<\/span>\n            <span class=\"card-date\">26 e 27 de Junho, 2026<\/span>\n            <p class=\"card-desc\">\n                Segunda edi\u00e7\u00e3o para residentes. Turma completa.\n            <\/p>\n            <div class=\"card-btn\">\n                Turma Fechada\n            <\/div>\n        <\/div>\n\n        <div class=\"course-card locked\">\n            <div class=\"card-tags\">\n                <span class=\"tag\">Em Breve<\/span>\n                <span class=\"tag\">Online<\/span>\n            <\/div>\n            <h2 class=\"card-title\">Mentoria High-End<\/h2>\n            <span class=\"card-specialty\">Implementa\u00e7\u00e3o de IA<\/span>\n            <span class=\"card-date\">2\u00ba Semestre 2026<\/span>\n            <p class=\"card-desc\">\n                Acompanhamento exclusivo para implementa\u00e7\u00e3o de projetos de IA.\n            <\/p>\n            <div class=\"card-btn\">\n                Aguarde Novidades\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Cursos INOVAMED Selecione sua edi\u00e7\u00e3o. Turmas exclusivas e personalizadas por especialidade. Inscri\u00e7\u00f5es Abertas Presencial AIMED Goi\u00e2nia 3\u00aa Edi\u00e7\u00e3o em Goi\u00e2nia 20 e 21 de Junho, 2026 Imers\u00e3o de 2 dias em IA aplicada. Sociedade Goiana de Pediatria, Goi\u00e2nia\/GO. A forma\u00e7\u00e3o completa para dominar as ferramentas do futuro. Ver Programa\u00e7\u00e3o &rarr;<span class=\"more-link\"><a href=\"https:\/\/inovamed.pro\/?page_id=96\">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-96","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>Cursos - 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=96\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cursos - INOVAMED\" \/>\n<meta property=\"og:description\" content=\"Cursos INOVAMED Selecione sua edi\u00e7\u00e3o. Turmas exclusivas e personalizadas por especialidade. Inscri\u00e7\u00f5es Abertas Presencial AIMED Goi\u00e2nia 3\u00aa Edi\u00e7\u00e3o em Goi\u00e2nia 20 e 21 de Junho, 2026 Imers\u00e3o de 2 dias em IA aplicada. Sociedade Goiana de Pediatria, Goi\u00e2nia\/GO. A forma\u00e7\u00e3o completa para dominar as ferramentas do futuro. Ver Programa\u00e7\u00e3o &rarr;LEIA O ARTIGO COMPLETO\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inovamed.pro\/?page_id=96\" \/>\n<meta property=\"og:site_name\" content=\"INOVAMED\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-02T16:22:38+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=96\",\"url\":\"https:\/\/inovamed.pro\/?page_id=96\",\"name\":\"Cursos - INOVAMED\",\"isPartOf\":{\"@id\":\"https:\/\/inovamed.pro\/#website\"},\"datePublished\":\"2024-12-10T18:38:19+00:00\",\"dateModified\":\"2026-05-02T16:22:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/inovamed.pro\/?page_id=96#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/inovamed.pro\/?page_id=96\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/inovamed.pro\/?page_id=96#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/inovamed.pro\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cursos\"}]},{\"@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":"Cursos - 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=96","og_locale":"pt_BR","og_type":"article","og_title":"Cursos - INOVAMED","og_description":"Cursos INOVAMED Selecione sua edi\u00e7\u00e3o. Turmas exclusivas e personalizadas por especialidade. Inscri\u00e7\u00f5es Abertas Presencial AIMED Goi\u00e2nia 3\u00aa Edi\u00e7\u00e3o em Goi\u00e2nia 20 e 21 de Junho, 2026 Imers\u00e3o de 2 dias em IA aplicada. Sociedade Goiana de Pediatria, Goi\u00e2nia\/GO. A forma\u00e7\u00e3o completa para dominar as ferramentas do futuro. Ver Programa\u00e7\u00e3o &rarr;LEIA O ARTIGO COMPLETO","og_url":"https:\/\/inovamed.pro\/?page_id=96","og_site_name":"INOVAMED","article_modified_time":"2026-05-02T16:22:38+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=96","url":"https:\/\/inovamed.pro\/?page_id=96","name":"Cursos - INOVAMED","isPartOf":{"@id":"https:\/\/inovamed.pro\/#website"},"datePublished":"2024-12-10T18:38:19+00:00","dateModified":"2026-05-02T16:22:38+00:00","breadcrumb":{"@id":"https:\/\/inovamed.pro\/?page_id=96#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inovamed.pro\/?page_id=96"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inovamed.pro\/?page_id=96#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inovamed.pro\/"},{"@type":"ListItem","position":2,"name":"Cursos"}]},{"@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\/96","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=96"}],"version-history":[{"count":5,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/pages\/96\/revisions"}],"predecessor-version":[{"id":2675,"href":"https:\/\/inovamed.pro\/index.php?rest_route=\/wp\/v2\/pages\/96\/revisions\/2675"}],"wp:attachment":[{"href":"https:\/\/inovamed.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}