{"id":7,"date":"2026-08-10T18:55:00","date_gmt":"2026-08-10T21:55:00","guid":{"rendered":"http:\/\/jadymedicina.com.br\/?page_id=7"},"modified":"2026-08-10T19:28:54","modified_gmt":"2026-08-10T22:28:54","slug":"inicio","status":"publish","type":"page","link":"https:\/\/jadymedicina.com.br\/","title":{"rendered":"Inicio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-215754ac e-con-full e-flex e-con e-parent\" data-id=\"215754ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b957755 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"6b957755\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"pt-BR\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Jady Medicina Integrativa | Portal<\/title>\r\n    \r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@200;300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        :root {\r\n            \/* Paleta Oficial da Marca *\/\r\n            --verde-escuro: #202F2C;\r\n            --verde-musgo: #344233;\r\n            --bege-claro: #E1CDB5;\r\n            --dourado: #C39D6C;\r\n            --marrom-escuro: #4F3B30;\r\n            --off-white: #F7F6F4;\r\n            \r\n            \/* Todas as fontes padronizadas para Montserrat *\/\r\n            --font-titulo: 'Montserrat', sans-serif;\r\n            --font-texto: 'Montserrat', sans-serif;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body, html {\r\n            height: 100%;\r\n            width: 100%;\r\n            font-family: var(--font-texto);\r\n            background-color: var(--verde-escuro); \r\n            overflow-x: hidden; \r\n            overflow-y: hidden; \/* Trava a rolagem no desktop *\/\r\n        }\r\n\r\n        \/* ==================================================\r\n           ANIMA\u00c7\u00d5ES (KEYFRAMES)\r\n           ================================================== *\/\r\n        @keyframes fadeIn {\r\n            0% { opacity: 0; }\r\n            100% { opacity: 1; }\r\n        }\r\n\r\n        @keyframes slideInUp {\r\n            0% { \r\n                opacity: 0; \r\n                transform: translateY(30px); \r\n            }\r\n            100% { \r\n                opacity: 1; \r\n                transform: translateY(0); \r\n            }\r\n        }\r\n\r\n        .background-wrapper {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-image: url('https:\/\/darkslategray-newt-671324.hostingersite.com\/wp-content\/uploads\/2026\/03\/imagem1.png');\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-repeat: no-repeat;\r\n            filter: grayscale(100%); \r\n            z-index: -2;\r\n        }\r\n\r\n        .overlay {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-color: var(--verde-escuro);\r\n            opacity: 0.96; \r\n            z-index: -1;\r\n        }\r\n\r\n        .split-layout {\r\n            display: flex;\r\n            min-height: 100vh;\r\n            width: 100%;\r\n            max-width: 1400px;\r\n            margin: 0 auto; \r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* ==================================================\r\n           DESKTOP STYLES\r\n           ================================================== *\/\r\n        .brand-side {\r\n            width: 50%;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n            align-items: flex-end; \r\n            padding: 5%;\r\n        }\r\n\r\n        .brand-content {\r\n            max-width: 420px;\r\n            width: 100%;\r\n        }\r\n\r\n        \/* LOGO COM LINK *\/\r\n        .logo-container a {\r\n            display: block;\r\n            width: 100%;\r\n        }\r\n\r\n        .logo-container img {\r\n            max-width: 260px; \r\n            width: 100%;\r\n            height: auto;\r\n            margin-bottom: 30px;\r\n            opacity: 0;\r\n            animation: fadeIn 1.2s ease-out forwards;\r\n        }\r\n\r\n        .manifesto-subtitle {\r\n            font-family: var(--font-texto);\r\n            font-size: 1.15rem; \r\n            font-weight: 500;\r\n            color: var(--bege-claro);\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            margin-bottom: 12px;\r\n            line-height: 1.3;\r\n            opacity: 0;\r\n            animation: fadeIn 1s ease-out 0.3s forwards;\r\n        }\r\n\r\n        .manifesto-subtitle svg {\r\n            width: 16px;\r\n            height: 16px;\r\n        }\r\n\r\n        .elegant-divider {\r\n            width: 50px;\r\n            height: 1px;\r\n            background-color: var(--dourado);\r\n            margin-bottom: 20px;\r\n            opacity: 0;\r\n            animation: fadeIn 1s ease-out 0.5s forwards;\r\n        }\r\n\r\n        .manifesto-text {\r\n            font-size: 1.05rem; \r\n            font-weight: 300;\r\n            line-height: 1.6;\r\n            color: var(--off-white);\r\n            max-width: 400px;\r\n            opacity: 0;\r\n            animation: fadeIn 1s ease-out 0.7s forwards;\r\n        }\r\n\r\n        .manifesto-text strong {\r\n            font-weight: 500;\r\n            color: var(--dourado);\r\n        }\r\n\r\n        \/* ==================================================\r\n           NAVEGA\u00c7\u00c3O (CARDS)\r\n           ================================================== *\/\r\n        .nav-side {\r\n            width: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: flex-start; \r\n            padding: 5% 5% 5% 3%;\r\n        }\r\n\r\n        .nav-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 15px; \r\n            width: 100%;\r\n            max-width: 620px; \r\n        }\r\n\r\n        \/* Hack de design para 5 itens: O 5\u00ba item ocupa as duas colunas *\/\r\n        .card-wrapper:nth-child(5) {\r\n            grid-column: 1 \/ -1; \r\n        }\r\n\r\n        .card-wrapper {\r\n            opacity: 0;\r\n            animation: slideInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\r\n            height: 100%;\r\n        }\r\n\r\n        .nav-card {\r\n            border: 1px solid rgba(225, 205, 181, 0.25);\r\n            padding: 28px 22px; \r\n            text-decoration: none;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n            background-color: rgba(247, 246, 244, 0.02);\r\n            backdrop-filter: blur(5px);\r\n            position: relative;\r\n            overflow: hidden;\r\n            transition: all 0.4s ease;\r\n            height: 100%;\r\n        }\r\n\r\n        \/* Ajuste pro texto do 5\u00ba card n\u00e3o ficar perdido no meio *\/\r\n        .card-wrapper:nth-child(5) .nav-card {\r\n            align-items: center;\r\n            text-align: center;\r\n        }\r\n\r\n        .card-title {\r\n            font-family: var(--font-titulo);\r\n            font-size: 1.4rem; \r\n            font-weight: 500; \r\n            color: var(--bege-claro);\r\n            margin-bottom: 8px;\r\n            transition: color 0.4s ease;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .card-subtitle {\r\n            font-family: var(--font-texto);\r\n            font-size: 0.68rem; \r\n            text-transform: uppercase;\r\n            letter-spacing: 1.2px;\r\n            color: var(--off-white);\r\n            opacity: 0.7;\r\n            transition: color 0.4s ease;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .nav-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-color: var(--dourado);\r\n            transform: scaleY(0);\r\n            transform-origin: bottom;\r\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\r\n            z-index: 1;\r\n        }\r\n\r\n        .nav-card:hover {\r\n            border-color: var(--dourado);\r\n            transform: translateY(-4px);\r\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .nav-card:hover::before {\r\n            transform: scaleY(1);\r\n        }\r\n\r\n        .nav-card:hover .card-title {\r\n            color: var(--verde-escuro);\r\n        }\r\n\r\n        .nav-card:hover .card-subtitle {\r\n            color: var(--marrom-escuro);\r\n            opacity: 1;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* ==================================================\r\n           ELEMENTOS FLUTUANTES \/ RODAP\u00c9\r\n           ================================================== *\/\r\n        .bottom-logo {\r\n            position: absolute;\r\n            bottom: 6vh; \r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 115px; \r\n            height: auto;\r\n            opacity: 0;\r\n            animation: fadeIn 1s ease-out 1.2s forwards; \r\n            z-index: 10;\r\n            pointer-events: none; \r\n        }\r\n\r\n        .whatsapp-btn {\r\n            position: fixed;\r\n            bottom: 40px;\r\n            right: 40px;\r\n            width: 50px;\r\n            height: 50px;\r\n            background-color: var(--dourado);\r\n            color: var(--verde-escuro);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\r\n            z-index: 100;\r\n            transition: all 0.3s ease;\r\n            opacity: 0;\r\n            animation: fadeIn 1s ease-out 1.4s forwards;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .whatsapp-btn:hover {\r\n            transform: scale(1.1);\r\n            background-color: var(--bege-claro);\r\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);\r\n        }\r\n\r\n        .whatsapp-btn svg {\r\n            width: 26px;\r\n            height: 26px;\r\n            fill: currentColor;\r\n        }\r\n\r\n        \/* ==================================================\r\n           RESPONSIVIDADE (MOBILE)\r\n           ================================================== *\/\r\n        @media (max-width: 1024px) {\r\n            body, html {\r\n                overflow-y: auto; \r\n            }\r\n\r\n            .split-layout {\r\n                flex-direction: column;\r\n                align-items: center; \r\n                padding: 40px 15px 120px 15px; \r\n            }\r\n\r\n            .brand-side {\r\n                width: 100%;\r\n                max-width: 500px; \r\n                padding: 0; \r\n                align-items: center;\r\n                text-align: center;\r\n                margin-bottom: 30px; \r\n            }\r\n\r\n            .brand-content {\r\n                max-width: 100%;\r\n            }\r\n\r\n            .logo-container img {\r\n                max-width: 180px; \r\n                margin: 0 auto 20px auto;\r\n            }\r\n\r\n            .manifesto-subtitle {\r\n                font-size: 0.95rem; \r\n                justify-content: center;\r\n                text-align: center;\r\n                margin-bottom: 10px;\r\n            }\r\n\r\n            .elegant-divider {\r\n                width: 40px; \r\n                margin: 0 auto 15px auto;\r\n            }\r\n\r\n            .manifesto-text {\r\n                margin: 0 auto;\r\n                font-size: 0.85rem; \r\n                line-height: 1.5;\r\n                width: 100%; \r\n            }\r\n\r\n            .nav-side {\r\n                width: 100%;\r\n                max-width: 500px;\r\n                padding: 0;\r\n                justify-content: center;\r\n            }\r\n\r\n            .nav-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 8px; \r\n                width: 100%;\r\n            }\r\n\r\n            .card-wrapper:nth-child(5) {\r\n                grid-column: auto; \/* Reseta o hack no mobile *\/\r\n            }\r\n\r\n            .nav-card {\r\n                padding: 18px 15px; \r\n                align-items: center;\r\n                text-align: center;\r\n            }\r\n\r\n            .card-title {\r\n                font-size: 1.25rem; \r\n                margin-bottom: 4px;\r\n            }\r\n\r\n            .card-subtitle {\r\n                font-size: 0.65rem; \r\n            }\r\n\r\n            .bottom-logo {\r\n                bottom: 35px;\r\n                width: 90px; \r\n            }\r\n\r\n            .whatsapp-btn {\r\n                bottom: 25px;\r\n                right: 20px;\r\n                width: 45px;\r\n                height: 45px;\r\n            }\r\n\r\n            .whatsapp-btn svg {\r\n                width: 24px;\r\n                height: 24px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"background-wrapper\"><\/div>\r\n    <div class=\"overlay\"><\/div>\r\n\r\n    <div class=\"split-layout\">\r\n        \r\n        <div class=\"brand-side\">\r\n            <div class=\"brand-content\">\r\n                <div class=\"logo-container\">\r\n                    <a href=\"http:\/\/jadymedicina.com.br\/\">\r\n                        <img decoding=\"async\" src=\"https:\/\/darkslategray-newt-671324.hostingersite.com\/wp-content\/uploads\/2026\/03\/logo-2.png\" alt=\"Jady Medicina Integrativa\">\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"manifesto\">\r\n                    <h3 class=\"manifesto-subtitle\">\r\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <path d=\"M12 2L14.4 9.6L22 12L14.4 14.4L12 22L9.6 14.4L2 12L9.6 9.6L12 2Z\" fill=\"#C39D6C\"\/>\r\n                        <\/svg>\r\n                        Jady Medicina de Precis\u00e3o\r\n                    <\/h3>\r\n                    \r\n                    <div class=\"elegant-divider\"><\/div>\r\n                    \r\n                    <p class=\"manifesto-text\">\r\n                        Aplicada ao <strong>emagrecimento<\/strong> e \u00e0 <strong>sa\u00fade metab\u00f3lica<\/strong>.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"nav-side\">\r\n            <div class=\"nav-grid\">\r\n                \r\n                <div class=\"card-wrapper\" style=\"animation-delay: 0.2s;\">\r\n                    <a href=\"http:\/\/jadymedicina.com.br\/?page_id=23\" class=\"nav-card\">\r\n                        <h2 class=\"card-title\">A Jady<\/h2>\r\n                        <span class=\"card-subtitle\">Medicina, prop\u00f3sito e vis\u00e3o.<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"card-wrapper\" style=\"animation-delay: 0.3s;\">\r\n                    <a href=\"http:\/\/jadymedicina.com.br\/?page_id=31\" class=\"nav-card\">\r\n                        <h2 class=\"card-title\">Medicina de Precis\u00e3o<\/h2>\r\n                        <span class=\"card-subtitle\">Protocolos cl\u00ednicos personalizados<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"card-wrapper\" style=\"animation-delay: 0.4s;\">\r\n                    <a href=\"http:\/\/jadymedicina.com.br\/?page_id=39\" class=\"nav-card\">\r\n                        <h2 class=\"card-title\">Resultados Reais<\/h2>\r\n                        <span class=\"card-subtitle\">Hist\u00f3rias de transforma\u00e7\u00e3o<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"card-wrapper\" style=\"animation-delay: 0.5s;\">\r\n                    <a href=\"http:\/\/jadymedicina.com.br\/?page_id=47\" class=\"nav-card\">\r\n                        <h2 class=\"card-title\">Guia do Paciente<\/h2>\r\n                        <span class=\"card-subtitle\">Informa\u00e7\u00f5es e orienta\u00e7\u00f5es<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"card-wrapper\" style=\"animation-delay: 0.6s;\">\r\n                    <a href=\"http:\/\/jadymedicina.com.br\/?page_id=55\" class=\"nav-card\">\r\n                        <h2 class=\"card-title\">Agendar Consulta<\/h2>\r\n                        <span class=\"card-subtitle\">Atendimento m\u00e9dico personalizado<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <img decoding=\"async\" src=\"https:\/\/darkslategray-newt-671324.hostingersite.com\/wp-content\/uploads\/2026\/03\/logo2.png\" alt=\"S\u00edmbolo Jady\" class=\"bottom-logo\">\r\n\r\n    <\/div>\r\n\r\n    <a href=\"https:\/\/wa.me\/5511939542761?text=Ol%C3%A1%21%20Estava%20em%20seu%20site%20gostaria%20de%20mais%20informa%C3%A7%C3%B5es.\" class=\"whatsapp-btn\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Fale conosco no WhatsApp\">\r\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"\/>\r\n        <\/svg>\r\n    <\/a>\r\n\r\n<\/body>\r\n<\/html>\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>Jady Medicina Integrativa | Portal Jady Medicina de Precis\u00e3o Aplicada ao emagrecimento e \u00e0 sa\u00fade metab\u00f3lica. A Jady Medicina, prop\u00f3sito e vis\u00e3o. Medicina de Precis\u00e3o Protocolos cl\u00ednicos personalizados Resultados Reais Hist\u00f3rias de transforma\u00e7\u00e3o Guia do Paciente Informa\u00e7\u00f5es e orienta\u00e7\u00f5es Agendar Consulta Atendimento m\u00e9dico personalizado<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":19,"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":82,"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/82"}],"wp:attachment":[{"href":"https:\/\/jadymedicina.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}