<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized &#8211; CENC UFRJ</title>
	<atom:link href="https://cenc.website/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://cenc.website</link>
	<description></description>
	<lastBuildDate>Tue, 14 Apr 2026 22:51:53 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://cenc.website/wp-content/uploads/2025/06/cropped-Logo_maca_CENC-removebg-preview-32x32.png</url>
	<title>Uncategorized &#8211; CENC UFRJ</title>
	<link>https://cenc.website</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sistema Profissional de Biometria Visual</title>
		<link>https://cenc.website/sistema-profissional-de-biometria-visual/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 16:30:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=4637</guid>

					<description><![CDATA[NutriPro AI &#8211; Sistema Completo de Avaliação Corporal NutriPro AI Sistema Profissional de Bioimpedância Visual Seu Progresso Especialista 85% 0 Análises 98% Precisão CONQUISTAS RECENTES Dashboard Pacientes 0 Relatórios Evolução Nova Avaliação Preencha os dados básicos para análise instantânea Dados Demo Nome do Paciente Peso (kg) Altura (m) Digite em metros (1.70) ou cm (170) [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="4637" class="elementor elementor-4637" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-9cd5e13 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9cd5e13" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8fc6584" data-id="8fc6584" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d2fa1c9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d2fa1c9" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-09290f5" data-id="09290f5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6e21044 elementor-widget elementor-widget-html" data-id="6e21044" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
    <title>NutriPro AI - Sistema Completo de Avaliação Corporal</title>
    
    <!-- Tailwind CSS -->
    <script src="https://cdn.tailwindcss.com"></script>
    
    <!-- Chart.js -->
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    
    <!-- MediaPipe -->
    <script src="https://cdn.jsdelivr.net/npm/@mediapipe/pose/pose.js" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/@mediapipe/camera_utils/camera_utils.js" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/@mediapipe/drawing_utils/drawing_utils.js" crossorigin="anonymous"></script>
    
    <!-- Confetti -->
    <script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js"></script>
    
    <!-- Ícones -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    
    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
    
    <style>
        * { font-family: 'Inter', sans-serif; color: #e2e8f0; }
        body { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%); min-height: 100vh; }
        .glass-card { background: rgba(30, 41, 59, 0.85); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.15); }
        input, select, textarea { color: #f8fafc !important; background-color: rgba(15, 23, 42, 0.9) !important; border: 1px solid rgba(148, 163, 184, 0.3) !important; }
        input::placeholder { color: #94a3b8 !important; }
        input:focus { border-color: #22c55e !important; box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2); outline: none; }
        label { color: #cbd5e1 !important; font-weight: 600; }
        .btn-secondary { color: #f1f5f9 !important; background: rgba(71, 85, 105, 0.8); border: 1px solid rgba(148, 163, 184, 0.3); cursor: pointer; }
        .btn-secondary:hover { background: rgba(100, 116, 139, 0.9); color: #ffffff !important; }
        .footer-section { background: linear-gradient(to bottom, #f8fafc, #e2e8f0); color: #0f172a !important; margin-top: 40px; padding: 30px; border-top: 3px solid #22c55e; }
        .footer-section * { color: #1e293b !important; }
        .footer-section h3 { color: #0f172a !important; font-weight: 700; font-size: 1.1rem; margin-bottom: 15px; }
        .footer-section p { color: #334155 !important; line-height: 1.6; margin-bottom: 8px; }
        .footer-section .disclaimer { color: #64748b !important; font-size: 0.85rem; margin-top: 15px; padding-top: 15px; border-top: 1px solid #cbd5e1; }
        .pulse-ring { animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
        @keyframes pulse-ring { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }
        .slide-in { animation: slideIn 0.5s ease-out; }
        @keyframes slideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        .metric-card:hover { transform: translateY(-2px); transition: all 0.3s ease; }
        .scanner-line { position: absolute; width: 100%; height: 2px; background: linear-gradient(to right, transparent, #22c55e, transparent); animation: scan 2s linear infinite; display: none; }
        @keyframes scan { 0% { top: 0; } 100% { top: 100%; } }
        .scanning .scanner-line { display: block; }
        .badge-unlock { animation: badgePop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        @keyframes badgePop { 0% { transform: scale(0) rotate(-180deg); } 100% { transform: scale(1) rotate(0deg); } }
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #0f172a; }
        ::-webkit-scrollbar-thumb { background: #475569; border-radius: 4px; }
        ::-webkit-scrollbar-thumb:hover { background: #64748b; }
        .metric-value { color: #ffffff !important; font-weight: 700; }
        .metric-label { color: #cbd5e1 !important; font-weight: 500; }
        .status-waiting { color: #94a3b8 !important; }
        .status-active { color: #22c55e !important; }
        .status-error { color: #ef4444 !important; }
        ::placeholder { color: #64748b !important; opacity: 1; }
        nav button { color: #e2e8f0 !important; }
        nav button:hover { color: #ffffff !important; background: rgba(51, 65, 85, 0.5); }
        h2, h3, h4 { color: #f8fafc !important; }
        .hint-text { color: #94a3b8 !important; font-size: 0.75rem; }
        input[type="file"] { display: none; }
        .file-label { color: #f1f5f9 !important; cursor: pointer; }
        #video, #canvas { width: 100%; height: 100%; object-fit: contain !important; }
        .video-container { position: relative; background: #000; border-radius: 0.75rem; overflow: hidden; aspect-ratio: 16/9; border: 2px solid #334155; }
        button { cursor: pointer; }
    </style>
</head>
<body class="text-slate-200">
    <header class="glass-card sticky top-0 z-50 border-b border-slate-600">
        <div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
            <div class="flex items-center gap-3">
                <div class="w-10 h-10 bg-gradient-to-br from-green-400 to-green-600 rounded-xl flex items-center justify-center">
                    <i class="fas fa-dna text-white text-lg"></i>
                </div>
                <div>
                    <h1 class="text-xl font-bold text-white">NutriPro AI</h1>
                    <p class="text-xs text-slate-300">Sistema Profissional de Bioimpedância Visual</p>
                </div>
            </div>
        </div>
    </header>

    <main class="max-w-7xl mx-auto px-4 py-6 grid grid-cols-1 lg:grid-cols-12 gap-6">
        <aside class="lg:col-span-3 space-y-4">
            <div class="glass-card rounded-2xl p-5">
                <h3 class="text-sm font-semibold text-slate-300 mb-4 uppercase tracking-wider">Seu Progresso</h3>
                <div class="space-y-4">
                    <div>
                        <div class="flex justify-between text-sm mb-1">
                            <span class="text-slate-200">Especialista</span>
                            <span class="text-green-400 font-semibold">85%</span>
                        </div>
                        <div class="h-2 bg-slate-700 rounded-full overflow-hidden">
                            <div class="h-full bg-gradient-to-r from-green-500 to-green-400 rounded-full" style="width: 85%"></div>
                        </div>
                    </div>
                    <div class="grid grid-cols-2 gap-3 mt-4">
                        <div class="bg-slate-800/80 rounded-lg p-3 text-center border border-slate-700">
                            <div class="text-2xl font-bold text-white" id="totalAnalyses">0</div>
                            <div class="text-xs text-slate-400">Análises</div>
                        </div>
                        <div class="bg-slate-800/80 rounded-lg p-3 text-center border border-slate-700">
                            <div class="text-2xl font-bold text-white" id="accuracyRate">98%</div>
                            <div class="text-xs text-slate-400">Precisão</div>
                        </div>
                    </div>
                </div>
                <div class="mt-5 pt-4 border-t border-slate-600">
                    <h4 class="text-xs font-semibold text-slate-400 mb-3">CONQUISTAS RECENTES</h4>
                    <div class="flex gap-2 flex-wrap" id="achievements">
                        <div class="w-8 h-8 rounded-full bg-yellow-500/30 flex items-center justify-center text-yellow-400 text-xs border border-yellow-500/50" title="Primeiro Paciente"><i class="fas fa-star"></i></div>
                        <div class="w-8 h-8 rounded-full bg-blue-500/30 flex items-center justify-center text-blue-400 text-xs border border-blue-500/50" title="Análise IA"><i class="fas fa-robot"></i></div>
                    </div>
                </div>
            </div>
            <nav class="glass-card rounded-2xl p-2">
                <button onclick="showSection('dashboard')" class="w-full text-left px-4 py-3 rounded-xl hover:bg-slate-700/50 transition flex items-center gap-3 text-green-400 bg-slate-700/30 border border-green-500/20">
                    <i class="fas fa-chart-line w-5"></i><span class="font-medium text-white">Dashboard</span>
                </button>
                <button onclick="showSection('patients')" class="w-full text-left px-4 py-3 rounded-xl hover:bg-slate-700/50 transition flex items-center gap-3 text-slate-300 mt-1">
                    <i class="fas fa-user-friends w-5 text-slate-400"></i><span class="font-medium text-slate-200">Pacientes</span>
                    <span class="ml-auto bg-green-500 text-xs px-2 py-0.5 rounded-full text-white font-bold" id="menuPatientCount">0</span>
                </button>
                <button onclick="showSection('reports')" class="w-full text-left px-4 py-3 rounded-xl hover:bg-slate-700/50 transition flex items-center gap-3 text-slate-300 mt-1">
                    <i class="fas fa-file-medical w-5 text-slate-400"></i><span class="font-medium text-slate-200">Relatórios</span>
                </button>
                <button onclick="showSection('evolution')" class="w-full text-left px-4 py-3 rounded-xl hover:bg-slate-700/50 transition flex items-center gap-3 text-slate-300 mt-1">
                    <i class="fas fa-chart-area w-5 text-slate-400"></i><span class="font-medium text-slate-200">Evolução</span>
                </button>
            </nav>
        </aside>

        <div class="lg:col-span-9 space-y-6">
            <div class="glass-card rounded-2xl p-6 border border-slate-600">
                <div class="flex justify-between items-center mb-6">
                    <div>
                        <h2 class="text-2xl font-bold text-white">Nova Avaliação</h2>
                        <p class="text-slate-300 text-sm mt-1">Preencha os dados básicos para análise instantânea</p>
                    </div>
                    <div class="flex gap-2">
                        <button onclick="loadDemoData()" class="text-sm text-slate-300 hover:text-white transition px-3 py-1.5 rounded-lg hover:bg-slate-700/50 border border-slate-600">Dados Demo</button>
                    </div>
                </div>
                <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
                    <div class="space-y-2"><label class="text-xs font-semibold text-slate-300 uppercase tracking-wider">Nome do Paciente</label><input type="text" id="nome" placeholder="Ex: Maria Silva" class="w-full rounded-xl px-4 py-3 text-sm"></div>
                    <div class="space-y-2"><label class="text-xs font-semibold text-slate-300 uppercase tracking-wider">Peso (kg)</label><input type="number" id="peso" step="0.1" placeholder="70.5" class="w-full rounded-xl px-4 py-3 text-sm"></div>
                    <div class="space-y-2"><label class="text-xs font-semibold text-slate-300 uppercase tracking-wider">Altura (m)</label><input type="number" id="altura" step="0.01" placeholder="1.70" class="w-full rounded-xl px-4 py-3 text-sm" onblur="correctHeight()"><p class="hint-text" id="heightHint">Digite em metros (1.70) ou cm (170)</p></div>
                    <div class="space-y-2"><label class="text-xs font-semibold text-slate-300 uppercase tracking-wider">Idade</label><input type="number" id="idade" placeholder="35" class="w-full rounded-xl px-4 py-3 text-sm"></div>
                </div>
                <div class="flex flex-wrap gap-3">
                    <button onclick="calcularTudo()" class="bg-gradient-to-r from-green-500 to-green-600 hover:from-green-400 hover:to-green-500 text-white px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition transform hover:scale-105 shadow-lg shadow-green-500/25 border border-green-400/30">Calcular Avaliação Completa</button>
                    <button onclick="toggleCamera()" class="btn-secondary px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition">Análise por IA</button>
                    <label class="btn-secondary px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition cursor-pointer file-label">Enviar Foto<input type="file" accept="image/*" id="fileInput" onchange="analisarFoto(event)"></label>
                </div>
            </div>

            <div id="cameraSection" class="hidden glass-card rounded-2xl p-6 relative overflow-hidden border border-slate-600">
                <div class="flex justify-between items-center mb-4">
                    <h3 class="text-lg font-semibold text-white">Análise Postural por IA</h3>
                    <button onclick="toggleCamera()" class="text-slate-400 hover:text-white transition"><i class="fas fa-times text-xl"></i></button>
                </div>
                <div class="video-container">
                    <video id="video" autoplay playsinline class="absolute top-0 left-0 w-full h-full object-contain"></video>
                    <canvas id="canvas" class="absolute top-0 left-0 w-full h-full object-contain"></canvas>
                    <div class="scanner-line"></div>
                    <div id="cameraOverlay" class="absolute inset-0 flex items-center justify-center bg-black/60 backdrop-blur-sm">
                        <button onclick="iniciarIA()" class="bg-green-500 hover:bg-green-600 text-white px-6 py-3 rounded-full font-semibold flex items-center gap-2 pulse-ring border-2 border-green-400 shadow-lg shadow-green-500/30"><i class="fas fa-play"></i>Iniciar Análise</button>
                    </div>
                    <div class="absolute inset-0 pointer-events-none border-2 border-green-500/40 rounded-xl m-8">
                        <div class="absolute top-0 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-green-500 text-xs px-3 py-1 rounded-full text-white font-semibold shadow-lg">Alinhe o corpo aqui</div>
                    </div>
                </div>
                <div class="mt-4 flex justify-between items-center">
                    <div class="flex items-center gap-2 text-sm text-slate-300"><span>Mantenha-se a 2 metros da câmera, de frente e com roupa adequada</span></div>
                    <div class="flex gap-2"><span id="analysisStatus" class="text-sm font-medium status-waiting">Aguardando...</span></div>
                </div>
            </div>

            <div id="resultsSection" class="hidden slide-in">
                <div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-6">
                    <div class="glass-card rounded-2xl p-5 metric-card border-l-4 border-green-500 bg-gradient-to-br from-slate-800/90 to-slate-900/90">
                        <div class="flex justify-between items-start mb-3"><div class="metric-label text-sm">IMC</div></div>
                        <div class="metric-value text-3xl mb-1" id="resultIMC">--</div>
                        <div class="text-sm font-medium text-green-400" id="resultClassificacao">--</div>
                        <div class="mt-3 h-2 bg-slate-700 rounded-full overflow-hidden"><div id="imcBar" class="h-full bg-gradient-to-r from-green-400 to-green-600 rounded-full transition-all duration-1000" style="width: 0%"></div></div>
                    </div>
                    <div class="glass-card rounded-2xl p-5 metric-card border-l-4 border-blue-500 bg-gradient-to-br from-slate-800/90 to-slate-900/90">
                        <div class="flex justify-between items-start mb-3"><div class="metric-label text-sm">RCQ Estimado</div></div>
                        <div class="metric-value text-3xl mb-1" id="resultRCQ">--</div>
                        <div class="text-sm font-medium text-blue-400" id="resultPerfil">--</div>
                        <div class="mt-3 flex gap-1"><div class="h-2 flex-1 bg-slate-700 rounded-full overflow-hidden"><div id="rcqBar" class="h-full bg-gradient-to-r from-blue-400 to-blue-600 rounded-full transition-all duration-1000" style="width: 0%"></div></div></div>
                    </div>
                    <div class="glass-card rounded-2xl p-5 metric-card border-l-4 border-purple-500 bg-gradient-to-br from-slate-800/90 to-slate-900/90">
                        <div class="flex justify-between items-start mb-3"><div class="metric-label text-sm">Análise Postural</div></div>
                        <div class="metric-value text-lg mb-1" id="resultPostura">--</div>
                        <div class="text-sm text-slate-400" id="resultPosturaDetalhe">--</div>
                        <div class="mt-3 flex items-center gap-2"><span class="text-xs bg-purple-500/20 text-purple-300 px-2 py-1 rounded border border-purple-500/30">IA Ativa</span><span class="text-xs text-slate-400">95% precisão</span></div>
                    </div>
                </div>
                <div class="glass-card rounded-2xl p-6 mb-6 border border-slate-600">
                    <h3 class="text-lg font-semibold text-white mb-4">Distribuição Corporal</h3>
                    <div class="relative h-64 w-full"><canvas id="bodyChart"></canvas></div>
                </div>
                <div class="flex flex-wrap gap-3">
                    <button onclick="salvarPaciente()" class="bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-400 hover:to-blue-500 text-white px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition shadow-lg shadow-blue-500/25 border border-blue-400/30">Salvar no Histórico</button>
                    <button onclick="gerarRelatorioPDF()" class="btn-secondary px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition">Gerar PDF</button>
                    <button onclick="compartilharWhatsApp()" class="bg-green-600 hover:bg-green-500 text-white px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition border border-green-400/30 shadow-lg shadow-green-500/20">Enviar Paciente</button>
                    <button onclick="agendarRetorno()" class="bg-purple-600 hover:bg-purple-500 text-white px-6 py-3 rounded-xl font-semibold flex items-center gap-2 transition border border-purple-400/30 shadow-lg shadow-purple-500/20">Agendar Retorno</button>
                </div>
            </div>

            <div class="glass-card rounded-2xl p-6 border border-slate-600">
                <div class="flex justify-between items-center mb-6">
                    <div><h3 class="text-xl font-bold text-white">Histórico de Pacientes</h3><p class="text-sm text-slate-300 mt-1">Dados salvos localmente</p></div>
                    <div class="flex gap-2">
                        <input type="text" id="searchPatient" placeholder="Buscar paciente..." class="rounded-lg px-4 py-2 text-sm w-48" onkeyup="filtrarPacientes()">
                        <button onclick="exportarDados()" class="btn-secondary p-2.5 rounded-lg transition" title="Exportar Excel">Exportar</button>
                    </div>
                </div>
                <div id="listaPacientes" class="space-y-3 max-h-96 overflow-y-auto pr-2">
                    <div class="text-center py-8 text-slate-400"><p class="text-slate-300">Nenhum paciente cadastrado ainda</p><p class="text-sm mt-1 text-slate-400">Comece fazendo sua primeira avaliação!</p></div>
                </div>
            </div>
        </div>
    </main>

    <div id="achievementModal" class="hidden fixed inset-0 bg-black/90 backdrop-blur-sm z-50 flex items-center justify-center p-4">
        <div class="bg-slate-800 border-2 border-yellow-500/50 rounded-2xl p-8 max-w-md w-full text-center shadow-2xl shadow-yellow-500/20">
            <div class="w-20 h-20 bg-gradient-to-br from-yellow-400 to-orange-500 rounded-full flex items-center justify-center mx-auto mb-4 badge-unlock shadow-lg shadow-orange-500/30"><i class="fas fa-trophy text-white text-3xl"></i></div>
            <h3 class="text-2xl font-bold text-white mb-2">Conquista Desbloqueada!</h3>
            <p class="text-slate-300 mb-6" id="achievementText">Você completou 10 avaliações com IA</p>
            <button onclick="closeAchievement()" class="bg-gradient-to-r from-green-500 to-green-600 hover:from-green-400 hover:to-green-500 text-white px-6 py-3 rounded-xl font-semibold w-full transition border border-green-400/30">Continuar</button>
        </div>
    </div>

    <div id="toast" class="fixed bottom-4 right-4 bg-slate-800 border border-slate-600 text-white px-6 py-4 rounded-xl shadow-2xl transform translate-y-20 opacity-0 transition-all duration-300 z-50 flex items-center gap-3">
        <i class="fas fa-check-circle text-green-400 text-xl" id="toastIcon"></i>
        <div><div class="font-semibold text-white" id="toastTitle">Sucesso!</div><div class="text-sm text-slate-300" id="toastMessage">Operação realizada</div></div>
    </div>

    <footer class="footer-section max-w-7xl mx-auto rounded-t-2xl shadow-2xl">
        <h3>Referências Científicas</h3>
        <p><strong>WORLD HEALTH ORGANIZATION.</strong> Obesity: preventing and managing the global epidemic. Geneva, 2000.</p>
        <p><strong>WORLD HEALTH ORGANIZATION.</strong> Body mass index (BMI). https://www.who.int</p>
        <p><strong>BRASIL.</strong> Ministério da Saúde. SISVAN - Sistema de Vigilância Alimentar e Nutricional, 2011.</p>
        <p><strong>KENDALL, F. P.</strong> Músculos: provas e funções. 5ª ed. São Paulo: Manole, 2005.</p>
        <p><strong>GOOGLE LLC.</strong> MediaPipe Pose - Solução de visão computacional para rastreamento corporal.</p>
        <div class="disclaimer"><strong>Aviso:</strong> Este sistema é uma ferramenta de apoio à decisão clínica e não substitui a avaliação profissional qualificada. Os resultados devem ser interpretados por nutricionistas ou médicos registrados em seus respectivos conselhos profissionais (CRN/CRM).</div>
    </footer>

    <script>
        // ================= VARIÁVEIS GLOBAIS =================
        let ultimoPaciente = {};
        let pose = null;
        let camera = null;
        let pacientes = [];
        let analisesCount = 0;
        let conquistas = [];
        let bodyChartInstance = null;
        let currentStream = null;
        let isPoseInitialized = false;
        let currentImageSource = null; // 'camera' ou 'image'

        // ================= INICIALIZAÇÃO =================
        document.addEventListener('DOMContentLoaded', () => {
            const storedPatients = localStorage.getItem('nutripro_patients');
            if (storedPatients) { try { pacientes = JSON.parse(storedPatients); } catch (e) { pacientes = []; } }
            const storedAnalyses = localStorage.getItem('nutripro_analyses');
            if (storedAnalyses) { analisesCount = parseInt(storedAnalyses) || 0; }
            const storedAchievements = localStorage.getItem('nutripro_achievements');
            if (storedAchievements) { try { conquistas = JSON.parse(storedAchievements); } catch (e) { conquistas = ['first_patient', 'ai_analysis']; } } 
            else { conquistas = ['first_patient', 'ai_analysis']; }
            atualizarStats();
            carregarPacientes();
            inicializarMediaPipe();
        });

        // ================= INICIALIZAÇÃO DO MEDIAPIPE =================
        function inicializarMediaPipe() {
            return new Promise((resolve, reject) => {
                try {
                    pose = new Pose({ locateFile: (file) => `https://cdn.jsdelivr.net/npm/@mediapipe/pose/${file}` });
                    pose.setOptions({ modelComplexity: 1, smoothLandmarks: true, enableSegmentation: false, minDetectionConfidence: 0.5, minTrackingConfidence: 0.5 });
                    pose.onResults((results) => { processarPose(results); });
                    pose.initialize().then(() => { console.log('MediaPipe inicializado'); isPoseInitialized = true; resolve(); }).catch(reject);
                } catch (error) { console.error('Erro ao criar MediaPipe:', error); reject(error); }
            });
        }

        // ================= PROCESSAMENTO DE POSE UNIFICADO =================
        function processarPose(results) {
            const canvas = document.getElementById('canvas');
            const ctx = canvas.getContext('2d');
            
            // Determinar dimensões baseado na fonte atual
            let width, height, sourceImage;
            
            if (currentImageSource === 'camera') {
                const video = document.getElementById('video');
                if (!video.videoWidth || !video.videoHeight) return;
                width = video.videoWidth;
                height = video.videoHeight;
                sourceImage = video;
            } else {
                // Para imagem, usar as dimensões do canvas atual
                width = canvas.width;
                height = canvas.height;
                sourceImage = results.image;
            }
            
            if (!width || !height) return;
            
            canvas.width = width;
            canvas.height = height;
            
            ctx.clearRect(0, 0, width, height);
            ctx.drawImage(sourceImage, 0, 0, width, height);
            
            if (results.poseLandmarks && results.poseLandmarks.length > 0) {
                // Desenhar conexões e landmarks
                if (window.drawConnectors && window.POSE_CONNECTIONS) {
                    window.drawConnectors(ctx, results.poseLandmarks, window.POSE_CONNECTIONS, { color: '#00FF00', lineWidth: 2 });
                }
                if (window.drawLandmarks) {
                    window.drawLandmarks(ctx, results.poseLandmarks, { color: '#FF0000', lineWidth: 1, radius: 3 });
                }
                
                const landmarks = results.poseLandmarks;
                const ombroE = landmarks[11];
                const ombroD = landmarks[12];
                const quadrilE = landmarks[23];
                const quadrilD = landmarks[24];
                
                if (ombroE && ombroD && quadrilE && quadrilD) {
                    analisarPostura(ombroE, ombroD, quadrilE, quadrilD);
                }
            }
        }

        function analisarPostura(ombroE, ombroD, quadrilE, quadrilD) {
            const diffOmbros = Math.abs(ombroE.y - ombroD.y);
            const diffQuadril = Math.abs(quadrilE.y - quadrilD.y);
            
            let postura = 'Postura Alinhada';
            let detalhe = 'Bom alinhamento corporal detectado';
            
            if (diffOmbros > 0.05) { postura = 'Assimetria de Ombros'; detalhe = 'Desnível detectado entre ombros'; } 
            else if (diffQuadril > 0.05) { postura = 'Desalinhamento Pélvico'; detalhe = 'Quadril desalinhado detectado'; }
            
            document.getElementById('resultPostura').textContent = postura;
            document.getElementById('resultPosturaDetalhe').textContent = detalhe;
            if (ultimoPaciente) ultimoPaciente.postura = postura;
            
            const larguraOmbro = Math.abs(ombroE.x - ombroD.x);
            const larguraQuadril = Math.abs(quadrilE.x - quadrilD.x);
            
            if (larguraQuadril > 0) {
                const rcqCalculado = (larguraOmbro / larguraQuadril).toFixed(2);
                const rcqValor = parseFloat(rcqCalculado);
                let perfil = '';
                if (rcqValor > 1.2) perfil = 'Perfil Androide';
                else if (rcqValor < 0.9) perfil = 'Perfil Ginecoide';
                else perfil = 'Perfil Misto';
                
                document.getElementById('resultRCQ').textContent = rcqCalculado;
                document.getElementById('resultPerfil').textContent = perfil;
                document.getElementById('rcqBar').style.width = Math.min(rcqValor * 50, 100) + '%';
                
                if (ultimoPaciente) { ultimoPaciente.rcq = rcqCalculado; ultimoPaciente.perfil = perfil; }
                if (ultimoPaciente.imc) gerarGrafico(ultimoPaciente.imc, rcqCalculado);
            }
        }

        // ================= AÇÃO =================
        function correctHeight() {
            const alturaInput = document.getElementById('altura');
            let altura = parseFloat(alturaInput.value);
            if (altura > 3) { alturaInput.value = (altura / 100).toFixed(2); document.getElementById('heightHint').innerHTML = '<span style="color: #4ade80;">Altura convertida automaticamente para metros</span>'; setTimeout(() => document.getElementById('heightHint').innerHTML = 'Digite em metros (1.70) ou cm (170)', 3000); }
        }

        function loadDemoData() {
            document.getElementById('nome').value = 'Maria Silva';
            document.getElementById('peso').value = '68.5';
            document.getElementById('altura').value = '1.65';
            document.getElementById('idade').value = '32';
            showToast('Dados de demonstração carregados', 'Toque em calcular para ver a mágica acontecer');
            confetti({ particleCount: 30, spread: 50, origin: { y: 0.7 }, colors: ['#22c55e', '#3b82f6'] });
        }

        function calcularTudo() {
            const nome = document.getElementById('nome').value.trim();
            const peso = parseFloat(document.getElementById('peso').value);
            let altura = parseFloat(document.getElementById('altura').value);
            const idade = parseInt(document.getElementById('idade').value) || 0;
            
            if (!nome || isNaN(peso) || isNaN(altura)) { showToast('Erro', 'Preencha todos os campos obrigatórios', 'error'); return; }
            if (altura > 3) altura = altura / 100;
            
            const imc = peso / (altura * altura);
            const imcFormatado = imc.toFixed(1);
            let classificacao = '', corIMC = '', percentualBarra = 0;
            
            if (imc < 18.5) { classificacao = 'Baixo Peso'; corIMC = 'text-blue-400'; percentualBarra = 25; }
            else if (imc < 25) { classificacao = 'Eutrofia (Ideal)'; corIMC = 'text-green-400'; percentualBarra = 50; }
            else if (imc < 30) { classificacao = 'Sobrepeso'; corIMC = 'text-yellow-400'; percentualBarra = 75; }
            else { classificacao = 'Obesidade'; corIMC = 'text-red-400'; percentualBarra = 100; }
            
            const rcqEstimado = (0.85 + (imc - 22) * 0.015).toFixed(2);
            let perfil = '';
            if (rcqEstimado < 0.85) perfil = 'Perfil Ginecoide';
            else if (rcqEstimado > 1.0) perfil = 'Perfil Androide';
            else perfil = 'Perfil Misto';
            
            ultimoPaciente = { id: Date.now(), nome, peso, altura, idade, imc: imcFormatado, classificacao, rcq: rcqEstimado, perfil, postura: 'Não analisada', data: new Date().toLocaleDateString('pt-BR'), timestamp: Date.now() };
            
            mostrarResultados(imcFormatado, classificacao, corIMC, percentualBarra, rcqEstimado, perfil);
            analisesCount++; localStorage.setItem('nutripro_analyses', analisesCount); atualizarStats(); checkAchievements();
            document.getElementById('resultsSection').classList.remove('hidden');
            document.getElementById('resultsSection').scrollIntoView({ behavior: 'smooth' });
        }

        function mostrarResultados(imc, classificacao, cor, percentual, rcq, perfil) {
            document.getElementById('resultIMC').textContent = imc;
            document.getElementById('resultClassificacao').textContent = classificacao;
            document.getElementById('resultClassificacao').className = 'text-sm font-medium ' + cor;
            document.getElementById('imcBar').style.width = percentual + '%';
            document.getElementById('resultRCQ').textContent = rcq;
            document.getElementById('resultPerfil').textContent = perfil;
            document.getElementById('rcqBar').style.width = Math.min(parseFloat(rcq) * 50, 100) + '%';
            setTimeout(() => confetti({ particleCount: 50, spread: 60, origin: { y: 0.6 }, colors: ['#22c55e', '#3b82f6', '#a855f7'] }), 500);
            gerarGrafico(imc, rcq);
        }

        // ================= IA E CÂMERA =================
        function toggleCamera() {
            const section = document.getElementById('cameraSection');
            section.classList.toggle('hidden');
            if (!section.classList.contains('hidden')) {
                section.scrollIntoView({ behavior: 'smooth' });
                document.getElementById('resultsSection').classList.remove('hidden');
                currentImageSource = 'camera';
            } else { pararCamera(); }
        }

        function pararCamera() {
            if (camera) { camera.stop(); camera = null; }
            if (currentStream) { currentStream.getTracks().forEach(track => track.stop()); currentStream = null; }
            document.getElementById('analysisStatus').textContent = 'Aguardando...';
            document.getElementById('analysisStatus').className = 'text-sm font-medium status-waiting';
            document.getElementById('cameraOverlay').classList.remove('hidden');
        }

        async function iniciarIA() {
            const video = document.getElementById('video');
            const overlay = document.getElementById('cameraOverlay');
            const status = document.getElementById('analysisStatus');
            
            pararCamera();
            currentImageSource = 'camera';
            overlay.classList.add('hidden');
            video.parentElement.classList.add('scanning');
            status.textContent = 'Inicializando câmera...';
            status.className = 'text-sm font-medium status-waiting';
            
            try {
                const stream = await navigator.mediaDevices.getUserMedia({ video: { width: { ideal: 1280 }, height: { ideal: 720 }, facingMode: 'user' } });
                currentStream = stream;
                video.srcObject = stream;
                await new Promise((resolve) => { video.onloadedmetadata = () => { video.play(); resolve(); }; });
                status.textContent = 'Inicializando IA...';
                if (!isPoseInitialized || !pose) await inicializarMediaPipe();
                
                camera = new Camera(video, {
                    onFrame: async () => { if (pose && isPoseInitialized && video.readyState === 4) { try { await pose.send({ image: video }); } catch (error) { console.error('Erro no frame:', error); } } },
                    width: 1280, height: 720
                });
                await camera.start();
                status.textContent = 'Analisando postura...';
                status.className = 'text-sm font-medium status-active';
                showToast('IA Iniciada', 'Análise postural em andamento. Posicione-se corretamente.', 'success');
            } catch (err) {
                console.error('Camera error:', err);
                status.textContent = 'Erro na câmera';
                status.className = 'text-sm font-medium status-error';
                showToast('Erro', 'Não foi possível acessar a câmera: ' + err.message, 'error');
                overlay.classList.remove('hidden');
                video.parentElement.classList.remove('scanning');
            }
        }

        async function analisarFoto(event) {
            const file = event.target.files[0];
            if (!file) return;
            
            showToast('Processando...', 'Analisando imagem com IA', 'info');
            document.getElementById('cameraSection').classList.remove('hidden');
            document.getElementById('resultsSection').classList.remove('hidden');
            
            // Parar câmera se estiver ativa
            pararCamera();
            currentImageSource = 'image';
            
            const img = new Image();
            img.onload = async () => {
                try {
                    if (!isPoseInitialized || !pose) await inicializarMediaPipe();
                    
                    const canvas = document.getElementById('canvas');
                    const ctx = canvas.getContext('2d');
                    canvas.width = img.width;
                    canvas.height = img.height;
                    ctx.drawImage(img, 0, 0);
                    
                    const results = await pose.send({ image: img });
                    
                    if (results.poseLandmarks && results.poseLandmarks.length > 0) {
                        // Processar pose (o processarPose será chamado pelo onResults)
                        // Forçar atualização da interface
                        const landmarks = results.poseLandmarks;
                        const ombroE = landmarks[11];
                        const ombroD = landmarks[12];
                        const quadrilE = landmarks[23];
                        const quadrilD = landmarks[24];
                        
                        if (ombroE && ombroD && quadrilE && quadrilD) {
                            analisarPostura(ombroE, ombroD, quadrilE, quadrilD);
                        }
                        
                        showToast('Análise Completa', 'Imagem processada com sucesso!', 'success');
                        analisesCount++; localStorage.setItem('nutripro_analyses', analisesCount); atualizarStats(); checkAchievements();
                    } else {
                        showToast('Aviso', 'Nenhuma pessoa detectada na imagem. Tente outra foto.', 'error');
                    }
                } catch (error) {
                    console.error('Erro ao processar imagem:', error);
                    showToast('Erro', 'Falha ao processar a imagem: ' + error.message, 'error');
                }
                event.target.value = '';
            };
            img.onerror = () => { showToast('Erro', 'Não foi possível carregar a imagem', 'error'); event.target.value = ''; };
            img.src = URL.createObjectURL(file);
        }

        // ================= GRÁFICOS =================
        function gerarGrafico(imc, rcq) {
            const ctx = document.getElementById('bodyChart').getContext('2d');
            if (bodyChartInstance) bodyChartInstance.destroy();
            const imcValue = parseFloat(imc) || 22;
            const rcqValue = parseFloat(rcq) || 0.85;
            bodyChartInstance = new Chart(ctx, {
                type: 'radar',
                data: {
                    labels: ['IMC', 'RCQ', 'Postura', 'Massa Magra', 'Gordura Visceral'],
                    datasets: [
                        { label: 'Paciente Atual', data: [Math.min(imcValue/3, 10), Math.min(rcqValue*10, 10), 8, 7, 6], backgroundColor: 'rgba(34, 197, 94, 0.2)', borderColor: '#22c55e', pointBackgroundColor: '#22c55e', pointBorderColor: '#fff', pointHoverBackgroundColor: '#fff', pointHoverBorderColor: '#22c55e' },
                        { label: 'Referência Ideal', data: [7.5, 8.5, 9, 8, 7], backgroundColor: 'rgba(59, 130, 246, 0.2)', borderColor: '#3b82f6', pointBackgroundColor: '#3b82f6', pointBorderColor: '#fff', borderDash: [5, 5] }
                    ]
                },
                options: { responsive: true, maintainAspectRatio: false, scales: { r: { angleLines: { color: 'rgba(255, 255, 255, 0.1)' }, grid: { color: 'rgba(255, 255, 255, 0.1)' }, pointLabels: { color: '#94a3b8' }, ticks: { display: false } } }, plugins: { legend: { labels: { color: '#94a3b8' } } } }
            });
        }

        // ================= PACIENTES =================
        function salvarPaciente() {
            if (!ultimoPaciente.nome) { showToast('Erro', 'Faça uma avaliação primeiro', 'error'); return; }
            const existente = pacientes.findIndex(p => p.nome === ultimoPaciente.nome);
            if (existente >= 0) {
                if (!pacientes[existente].historico) pacientes[existente].historico = [];
                pacientes[existente].historico.push({...ultimoPaciente, id: Date.now()});
                pacientes[existente] = {...pacientes[existente], ...ultimoPaciente};
            } else { pacientes.push({...ultimoPaciente, historico: [{...ultimoPaciente}]}); }
            localStorage.setItem('nutripro_patients', JSON.stringify(pacientes));
            showToast('Paciente Salvo!', ultimoPaciente.nome + ' adicionado ao histórico');
            confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } });
            carregarPacientes(); atualizarStats();
            if (pacientes.length === 1) unlockAchievement('first_save', 'Primeiro Paciente Salvo!');
        }

        function carregarPacientes() {
            const lista = document.getElementById('listaPacientes');
            if (pacientes.length === 0) { lista.innerHTML = `<div class="text-center py-8 text-slate-400"><p class="text-slate-300">Nenhum paciente cadastrado ainda</p><p class="text-sm mt-1 text-slate-400">Comece fazendo sua primeira avaliação!</p></div>`; return; }
            const ordenados = [...pacientes].sort((a, b) => b.timestamp - a.timestamp);
            lista.innerHTML = ordenados.map(p => {
                const imcNum = parseFloat(p.imc); let cor = 'text-slate-400';
                if (imcNum < 18.5) cor = 'text-blue-400'; else if (imcNum < 25) cor = 'text-green-400'; else if (imcNum < 30) cor = 'text-yellow-400'; else cor = 'text-red-400';
                return `<div class="bg-slate-800/80 rounded-xl p-4 flex items-center justify-between hover:bg-slate-700/80 transition group border border-slate-700"><div class="flex items-center gap-4"><div class="w-12 h-12 rounded-full bg-gradient-to-br from-green-400 to-blue-500 flex items-center justify-center text-white font-bold text-lg shadow-lg">${p.nome.charAt(0).toUpperCase()}</div><div><h4 class="font-semibold text-white">${p.nome}</h4><div class="flex gap-3 text-xs text-slate-400 mt-1"><span>${p.peso}kg</span><span>${p.altura}m</span><span class="${cor} font-medium">IMC ${p.imc}</span></div></div></div><div class="flex items-center gap-2 opacity-0 group-hover:opacity-100 transition"><button onclick="verEvolucao(${p.id})" class="p-2 text-slate-400 hover:text-blue-400 transition" title="Ver Evolução"><i class="fas fa-chart-line"></i></button><button onclick="imprimirRelatorio(${p.id})" class="p-2 text-slate-400 hover:text-green-400 transition" title="Imprimir"><i class="fas fa-print"></i></button><button onclick="excluirPaciente(${p.id})" class="p-2 text-slate-400 hover:text-red-400 transition" title="Excluir"><i class="fas fa-trash"></i></button></div></div>`;
            }).join('');
        }

        function filtrarPacientes() {
            const termo = document.getElementById('searchPatient').value.toLowerCase();
            document.querySelectorAll('#listaPacientes > div').forEach(card => { const nome = card.querySelector('h4')?.textContent.toLowerCase() || ''; card.style.display = nome.includes(termo) ? 'flex' : 'none'; });
        }

        function excluirPaciente(id) {
            if (confirm('Tem certeza que deseja excluir este paciente?')) { pacientes = pacientes.filter(p => p.id !== id); localStorage.setItem('nutripro_patients', JSON.stringify(pacientes)); carregarPacientes(); atualizarStats(); showToast('Excluído', 'Paciente removido do histórico'); }
        }

        function atualizarStats() { document.getElementById('menuPatientCount').textContent = pacientes.length; document.getElementById('totalAnalyses').textContent = analisesCount; }
        function checkAchievements() { if (analisesCount === 1) unlockAchievement('first_analysis', 'Primeira Análise Completa!'); if (analisesCount === 5) unlockAchievement('dedicated', 'Nutricionista Dedicado!'); }
        function unlockAchievement(id, text) { if (conquistas.includes(id)) return; conquistas.push(id); localStorage.setItem('nutripro_achievements', JSON.stringify(conquistas)); document.getElementById('achievementText').textContent = text; document.getElementById('achievementModal').classList.remove('hidden'); }
        function closeAchievement() { document.getElementById('achievementModal').classList.add('hidden'); const badge = document.createElement('div'); badge.className = 'w-8 h-8 rounded-full bg-yellow-500/30 flex items-center justify-center text-yellow-400 text-xs badge-unlock border border-yellow-500/50'; badge.innerHTML = '<i class="fas fa-trophy"></i>'; badge.title = 'Nova Conquista!'; document.getElementById('achievements').appendChild(badge); }

        function showToast(title, message, type = 'success') {
            const toast = document.getElementById('toast'), icon = document.getElementById('toastIcon'), titleEl = document.getElementById('toastTitle'), msgEl = document.getElementById('toastMessage');
            titleEl.textContent = title; msgEl.textContent = message;
            icon.className = type === 'error' ? 'fas fa-exclamation-circle text-red-400 text-xl' : (type === 'info' ? 'fas fa-info-circle text-blue-400 text-xl' : 'fas fa-check-circle text-green-400 text-xl');
            toast.classList.remove('translate-y-20', 'opacity-0');
            setTimeout(() => toast.classList.add('translate-y-20', 'opacity-0'), 3000);
        }

        function gerarRelatorioPDF() { showToast('Gerando PDF...', 'Seu relatório profissional está sendo preparado'); setTimeout(() => window.print(), 1000); }
        function compartilharWhatsApp() {
            if (!ultimoPaciente.nome) { showToast('Erro', 'Faça uma avaliação primeiro', 'error'); return; }
            const texto = `*Avaliação Nutricional - ${ultimoPaciente.nome}*\n\n📊 IMC: ${ultimoPaciente.imc} (${ultimoPaciente.classificacao})\n📏 RCQ: ${ultimoPaciente.rcq} (${ultimoPaciente.perfil})\n🧍 Postura: ${ultimoPaciente.postura}\n\n_Relatório gerado por NutriPro AI_`;
            window.open('https://wa.me/?text=' + encodeURIComponent(texto), '_blank');
        }
        function agendarRetorno() { showToast('Agendamento', 'Funcionalidade de calendário integrado em breve!', 'info'); }
        function exportarDados() {
            if (pacientes.length === 0) { showToast('Erro', 'Nenhum paciente para exportar', 'error'); return; }
            const csv = pacientes.map(p => `${p.nome},${p.peso},${p.altura},${p.imc},${p.classificacao},${p.data}`).join('\n');
            const blob = new Blob(['\uFEFFNome,Peso,Altura,IMC,Classificacao,Data\n' + csv], { type: 'text/csv;charset=utf-8;' });
            const url = URL.createObjectURL(blob), a = document.createElement('a'); a.href = url; a.download = 'pacientes_nutripro.csv'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url);
            showToast('Exportado!', 'Dados salvos em formato Excel (CSV)');
        }
        function showSection(section) { showToast('Navegação', 'Seção ' + section + ' em desenvolvimento', 'info'); }
        function verEvolucao(id) { const paciente = pacientes.find(p => p.id === id); showToast(paciente && paciente.historico && paciente.historico.length > 1 ? 'Evolução' : 'Info', paciente && paciente.historico && paciente.historico.length > 1 ? paciente.nome + ' tem ' + paciente.historico.length + ' avaliações registradas' : 'Ainda não há dados suficientes para evolução', 'info'); }
        function imprimirRelatorio(id) {
            const paciente = pacientes.find(p => p.id === id) || ultimoPaciente;
            if (!paciente || !paciente.nome) { showToast('Erro', 'Selecione um paciente primeiro', 'error'); return; }
            const win = window.open('', '', 'width=800,height=600');
            win.document.write(`<html><head><title>Relatório Nutricional - ${paciente.nome}</title><style>body{font-family:Arial,sans-serif;padding:40px;color:#1e293b;background:#fff}.header{text-align:center;border-bottom:3px solid #22c55e;padding-bottom:20px;margin-bottom:30px}.logo{font-size:24px;font-weight:bold;color:#22c55e}.section{margin-bottom:25px}.label{font-weight:bold;color:#475569}.value{font-size:18px;color:#0f172a;margin-top:5px}.highlight{background:#f0fdf4;padding:15px;border-radius:8px;border-left:4px solid #22c55e}.footer{margin-top:50px;text-align:center;color:#64748b;font-size:12px}</style></head><body><div class="header"><div class="logo">NutriPro AI</div><div style="color:#64748b;margin-top:10px">Relatório Técnico de Avaliação Corporal</div></div><div class="section"><div class="label">Paciente</div><div class="value">${paciente.nome}</div></div><div class="section highlight"><div class="label">IMC</div><div class="value" style="font-size:32px;color:#22c55e">${paciente.imc}</div><div style="color:#64748b">${paciente.classificacao}</div></div><div class="section"><div class="label">RCQ</div><div class="value">${paciente.rcq} - ${paciente.perfil}</div></div><div class="section"><div class="label">Análise Postural</div><div class="value">${paciente.postura || 'Não realizada'}</div></div><div class="section"><div class="label">Dados Antropométricos</div><div>Peso: ${paciente.peso}kg | Altura: ${paciente.altura}m | Idade: ${paciente.idade || 'N/A'} anos</div></div><div class="footer">Relatório gerado em ${new Date().toLocaleDateString('pt-BR')}<br>Sistema NutriPro AI</div></body></html>`);
            win.document.close(); win.focus(); setTimeout(() => win.print(), 500);
        }

        window.addEventListener('beforeunload', () => { pararCamera(); if (pose) { pose.close(); pose = null; } });
    </script>
</body>
</html>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Simulador Clínico Nutricional</title>
		<link>https://cenc.website/simulador-clinico-nutricional/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 07 Feb 2026 20:11:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=4416</guid>

					<description><![CDATA[Simulador Clínico Nutricional Avançado Simulador Clínico Nutricional Ferramenta de apoio ao raciocínio clínico em Nutrição Clínica. 1️⃣ Dados do Paciente Idade (anos) Utilizada para contextualização clínica (adulto). Peso (kg) Exemplo correto: 72.5 (use ponto, não vírgula) Altura (cm) Exemplo correto: 165 2️⃣ Exames Bioquímicos Glicemia de jejum (mg/dL) Hemoglobina glicada – HbA1c (%) Exemplo: 5.8 [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="4416" class="elementor elementor-4416" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-a432d69 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a432d69" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c87d792" data-id="c87d792" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0800043 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0800043" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a9c5977" data-id="a9c5977" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-bf15522 elementor-widget elementor-widget-html" data-id="bf15522" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>Simulador Clínico Nutricional Avançado</title>

<style>
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f2f4f7;
  padding: 20px;
}

.container {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
}

h1, h2, h3 {
  color: #1e3a5f;
}

.section {
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 5px solid #1e88e5;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}

small {
  color: #555;
}

button {
  background: #1e88e5;
  color: white;
  border: none;
  padding: 12px 18px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

button:hover {
  background: #1565c0;
}

.result {
  background: #eef3f7;
  padding: 20px;
  border-radius: 6px;
  margin-top: 25px;
}

.alert {
  color: #c62828;
  font-weight: bold;
}

.ok {
  color: #2e7d32;
  font-weight: bold;
}

@media print {
  button {
    display: none;
  }
}
</style>
</head>

<body>

<div class="container">

<h1> Simulador Clínico Nutricional</h1>
<p>Ferramenta de apoio ao raciocínio clínico em Nutrição Clínica.</p>

<div class="section">
<h2>1️⃣ Dados do Paciente</h2>

<label>Idade (anos)</label>
<input type="number" id="idade">
<small>Utilizada para contextualização clínica (adulto).</small>

<label>Peso (kg)</label>
<input type="text" id="peso">
<small>Exemplo correto: <b>72.5</b> (use ponto, não vírgula)</small>

<label>Altura (cm)</label>
<input type="text" id="altura">
<small>Exemplo correto: <b>165</b></small>
</div>

<div class="section">
<h2>2️⃣ Exames Bioquímicos</h2>

<label>Glicemia de jejum (mg/dL)</label>
<input type="text" id="glicemia">

<label>Hemoglobina glicada – HbA1c (%)</label>
<input type="text" id="hba1c">
<small>Exemplo: 5.8</small>

<label>LDL-colesterol (mg/dL)</label>
<input type="text" id="ldl">

<label>HDL-colesterol (mg/dL)</label>
<input type="text" id="hdl">

<label>Triglicerídeos (mg/dL)</label>
<input type="text" id="tg">
</div>

<button onclick="analisar()">🔍 Gerar Análise Clínica</button>
<button onclick="window.print()">🖨️ Imprimir Relatório</button>

<div id="resultado" class="result"></div>

<div class="section">
<h2>📘 Fórmula Utilizada</h2>
<p><b>IMC</b> = Peso (kg) ÷ Altura² (m)</p>
</div>

<div class="section">
<h2>📚 Referências Científicas</h2>
<ul>
<li>Organização Mundial da Saúde (OMS)</li>
<li>American Diabetes Association (ADA)</li>
<li>Sociedade Brasileira de Diabetes (SBD)</li>
<li>NCEP ATP III</li>
<li>Sociedade Brasileira de Cardiologia (SBC)</li>
</ul>
</div>

</div>

<script>
function toNumber(valor) {
  if (!valor) return null;
  return parseFloat(valor.replace(",", "."));
}

function analisar() {

  let idade = toNumber(document.getElementById("idade").value);
  let peso = toNumber(document.getElementById("peso").value);
  let alturaCm = toNumber(document.getElementById("altura").value);

  if (!idade || idade < 18) {
    alert("Informe idade válida (≥ 18 anos).");
    return;
  }

  if (!peso || !alturaCm) {
    alert("Preencha peso e altura corretamente.");
    return;
  }

  let altura = alturaCm / 100;
  let imc = peso / (altura * altura);
  let imcTxt = imc.toFixed(1);

  let classificacaoIMC = "";
  let interpretacaoIMC = "";

  if (imc < 18.5) {
    classificacaoIMC = "Baixo peso";
    interpretacaoIMC = "Pode estar associado a risco nutricional, devendo ser avaliado em conjunto com ingestão alimentar e composição corporal.";
  } else if (imc < 25) {
    classificacaoIMC = "Eutrofia";
    interpretacaoIMC = "Sugere peso adequado para adulto, devendo ser interpretado em conjunto com outros parâmetros clínicos.";
  } else if (imc < 30) {
    classificacaoIMC = "Sobrepeso";
    interpretacaoIMC = "Sugere excesso de peso corporal, associado a maior risco cardiometabólico dependendo do contexto clínico.";
  } else if (imc < 35) {
    classificacaoIMC = "Obesidade Grau I";
    interpretacaoIMC = "Sugere excesso de adiposidade corporal, associado a aumento do risco cardiometabólico.";
  } else if (imc < 40) {
    classificacaoIMC = "Obesidade Grau II";
    interpretacaoIMC = "Associado a risco cardiometabólico elevado.";
  } else {
    classificacaoIMC = "Obesidade Grau III";
    interpretacaoIMC = "Associado a risco cardiometabólico muito elevado, exigindo acompanhamento multiprofissional.";
  }

  let hba1c = toNumber(document.getElementById("hba1c").value);
  let glicemia = toNumber(document.getElementById("glicemia").value);
  let ldl = toNumber(document.getElementById("ldl").value);
  let hdl = toNumber(document.getElementById("hdl").value);
  let tg = toNumber(document.getElementById("tg").value);

  let analiseGlicemica = "Dados não informados.";
  if (hba1c) {
    if (hba1c >= 6.5) {
      analiseGlicemica = "Valor compatível com critério diagnóstico para Diabetes Mellitus, devendo ser confirmado conforme diretrizes.";
    } else if (hba1c >= 5.7) {
      analiseGlicemica = "Compatível com pré-diabetes, associado à resistência à insulina.";
    } else {
      analiseGlicemica = "Sugere controle glicêmico adequado.";
    }
  }

  let analiseLipidica = "Dados não informados.";
  if (ldl) {
    analiseLipidica = ldl >= 160
      ? "LDL acima das metas recomendadas para a maioria dos perfis de risco."
      : "LDL dentro das metas recomendadas para perfis de risco baixo a moderado.";
  }

  if (tg && tg >= 150) {
    analiseLipidica += " Triglicerídeos elevados podem indicar resistência à insulina.";
  }

  document.getElementById("resultado").innerHTML = `
    <h2>📊 Relatório de Análise Clínica Nutricional</h2>

    <p><b>Idade:</b> ${idade} anos</p>

    <p><b>IMC:</b> ${imcTxt} kg/m²</p>
    <p><b>Classificação:</b> ${classificacaoIMC}</p>
    <p>${interpretacaoIMC}</p>

    <h3>🧪 Avaliação Glicêmica</h3>
    <p>${analiseGlicemica}</p>

    <h3>🫀 Avaliação Lipídica</h3>
    <p>${analiseLipidica}</p>

    <p><i>⚠️ Esta análise é educativa e deve ser interpretada em conjunto com avaliação clínica completa.</i></p>
  `;
}
</script>

</body>
</html>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Harris-Benedict (Hospitalar)</title>
		<link>https://cenc.website/harris-benedict-hospitalar/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 13 Dec 2025 10:17:43 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=4015</guid>

					<description><![CDATA[.]]></description>
										<content:encoded><![CDATA[<p><span class="wppb-frontend-restriction-message wppb-content-restriction-message"><span style="color: #ffffff">.</span></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CASO CLÍNICO​</title>
		<link>https://cenc.website/caso-clinico/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 13 Dec 2025 03:32:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3999</guid>

					<description><![CDATA[Voltar CASO CLÍNICO​]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3999" class="elementor elementor-3999" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-f212113 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f212113" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3882957" data-id="3882957" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-323fd1f elementor-widget elementor-widget-spacer" data-id="323fd1f" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-246ec25 elementor-align-right elementor-widget elementor-widget-button" data-id="246ec25" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://cenc.website/convite-cortesia-especial/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Voltar</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-eea48eb elementor-widget elementor-widget-heading" data-id="eea48eb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">CASO CLÍNICO​</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-bcac114 elementor-widget elementor-widget-spacer" data-id="bcac114" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-12902fe elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="12902fe" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a09867d" data-id="a09867d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b9a0c01 elementor-widget elementor-widget-spacer" data-id="b9a0c01" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0d919c2 elementor-widget elementor-widget-shortcode" data-id="0d919c2" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"><div class="_df_book df-lite" id="df_4008"  _slug="caso-clinico-13-12-2025" data-title="caso-clinico-13-12-2025" wpoptions="true" thumbtype="" ></div><script class="df-shortcode-script" nowprocket type="application/javascript">window.option_df_4008 = {"outline":[],"backgroundColor":"ffffffffffffffffffffffffffffffffffffffffffff","autoEnableOutline":"false","autoEnableThumbnail":"false","overwritePDFOutline":"false","enableDownload":"false","direction":"1","pageSize":"0","controlsPosition":"bottom","source":"https:\/\/cenc.website\/wp-content\/uploads\/2025\/12\/Caso-clinico-CENC-UFRJ.pdf","wpOptions":"true"}; if(window.DFLIP && window.DFLIP.parseBooks){window.DFLIP.parseBooks();}</script></div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-654cafa elementor-section-full_width elementor-section-height-min-height elementor-section-stretched elementor-section-content-middle elementor-hidden-mobile elementor-section-height-default elementor-section-items-middle" data-id="654cafa" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/vimeo.com\/561555421&quot;,&quot;shape_divider_top&quot;:&quot;wave-brush&quot;,&quot;shape_divider_bottom&quot;:&quot;wave-brush&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
								<div class="elementor-background-video-container">
													<div class="elementor-background-video-embed" role="presentation"></div>
												</div>
							<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.5 27.8" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"/>
	<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z"/>
	<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z"/>
	<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z"/>
	<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z"/>
	<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z"/>
	<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"/>
	<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z"/>
	<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z"/>
</svg>		</div>
				<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.5 27.8" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"/>
	<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z"/>
	<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z"/>
	<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z"/>
	<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z"/>
	<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z"/>
	<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"/>
	<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z"/>
	<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d5e142a" data-id="d5e142a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a189cc2 elementor-widget elementor-widget-spacer" data-id="a189cc2" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e416452" data-id="e416452" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-193996b" data-id="193996b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6acad12" data-id="6acad12" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AO VIVO</title>
		<link>https://cenc.website/ao-vivo/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 13 Dec 2025 03:19:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3966</guid>

					<description><![CDATA[Voltar AO VIVO às 08h30min CLIQUE AQUI Clique na opção entrar como convidado.  Digite seu nome completo e e-mail E realize seu login para entrar na sala virtual. Cique em entrar E realize em seguida você estará na sala virtual. Mensagem Clique aqui para enviar mensagem para o professor.]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3966" class="elementor elementor-3966" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-f212113 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f212113" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3882957" data-id="3882957" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-323fd1f elementor-widget elementor-widget-spacer" data-id="323fd1f" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-246ec25 elementor-align-right elementor-widget elementor-widget-button" data-id="246ec25" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://cenc.website/convite-cortesia-especial/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Voltar</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-eea48eb elementor-widget elementor-widget-heading" data-id="eea48eb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">AO VIVO às 08h30min</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-bcac114 elementor-widget elementor-widget-spacer" data-id="bcac114" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-be0b02b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="be0b02b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7573a3" data-id="d7573a3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cdb6534 elementor-widget elementor-widget-spacer" data-id="cdb6534" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d26742a elementor-widget elementor-widget-spacer" data-id="d26742a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4856021 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4856021" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7b13658" data-id="7b13658" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-714f2a8 elementor-widget elementor-widget-image" data-id="714f2a8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">
							<img fetchpriority="high" decoding="async" width="738" height="544" src="https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.01.02.jpeg" class="attachment-large size-large wp-image-3974" alt="" srcset="https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.01.02.jpeg 738w, https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.01.02-300x221.jpeg 300w" sizes="(max-width: 738px) 100vw, 738px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-d46c21b elementor-widget elementor-widget-spacer" data-id="d46c21b" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7b0e05b elementor-widget elementor-widget-heading" data-id="7b0e05b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">CLIQUE AQUI</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-08db6f4 elementor-widget elementor-widget-text-editor" data-id="08db6f4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">Clique na opção entrar como convidado. </a></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1c16f8d" data-id="1c16f8d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d42e898 elementor-widget elementor-widget-image" data-id="d42e898" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">
							<img decoding="async" width="705" height="618" src="https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.01.30.jpeg" class="attachment-large size-large wp-image-3975" alt="" srcset="https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.01.30.jpeg 705w, https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.01.30-300x263.jpeg 300w" sizes="(max-width: 705px) 100vw, 705px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-d9ece62 elementor-widget elementor-widget-heading" data-id="d9ece62" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">Digite seu nome completo e e-mail</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e3698fd elementor-widget elementor-widget-text-editor" data-id="e3698fd" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">E realize seu login para entrar na sala virtual.</a></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e89171a" data-id="e89171a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ee8119c elementor-widget elementor-widget-image" data-id="ee8119c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">
							<img decoding="async" width="783" height="589" src="https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.03.23.jpeg" class="attachment-large size-large wp-image-3976" alt="" srcset="https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.03.23.jpeg 783w, https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.03.23-300x226.jpeg 300w, https://cenc.website/wp-content/uploads/2025/12/WhatsApp-Image-2025-08-08-at-23.03.23-768x578.jpeg 768w" sizes="(max-width: 783px) 100vw, 783px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-376d786 elementor-widget elementor-widget-spacer" data-id="376d786" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-299bc7e elementor-widget elementor-widget-heading" data-id="299bc7e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Cique em entrar</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a2a1052 elementor-widget elementor-widget-text-editor" data-id="a2a1052" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">E realize em seguida você estará na sala virtual.</a></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1c65a97" data-id="1c65a97" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9f20de4 elementor-widget elementor-widget-image" data-id="9f20de4" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">
							<img loading="lazy" decoding="async" width="960" height="540" src="https://cenc.website/wp-content/uploads/2025/12/Passo-a-passo-Plataforma-RNP-Conference-web.jpg" class="attachment-large size-large wp-image-3977" alt="" srcset="https://cenc.website/wp-content/uploads/2025/12/Passo-a-passo-Plataforma-RNP-Conference-web.jpg 960w, https://cenc.website/wp-content/uploads/2025/12/Passo-a-passo-Plataforma-RNP-Conference-web-300x169.jpg 300w, https://cenc.website/wp-content/uploads/2025/12/Passo-a-passo-Plataforma-RNP-Conference-web-768x432.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-0c28631 elementor-widget elementor-widget-spacer" data-id="0c28631" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-ee6876f elementor-widget elementor-widget-heading" data-id="ee6876f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">Mensagem</a></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c198c24 elementor-widget elementor-widget-text-editor" data-id="c198c24" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://conferenciaweb.rnp.br/ufrj/curso-de-especializacao-em-nutricao-clinica">Clique aqui para enviar mensagem para o professor.</a></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-654cafa elementor-section-full_width elementor-section-height-min-height elementor-section-stretched elementor-section-content-middle elementor-hidden-mobile elementor-section-height-default elementor-section-items-middle" data-id="654cafa" data-element_type="section" data-e-type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/vimeo.com\/561555421&quot;,&quot;shape_divider_top&quot;:&quot;wave-brush&quot;,&quot;shape_divider_bottom&quot;:&quot;wave-brush&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
								<div class="elementor-background-video-container">
													<div class="elementor-background-video-embed" role="presentation"></div>
												</div>
							<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.5 27.8" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"/>
	<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z"/>
	<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z"/>
	<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z"/>
	<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z"/>
	<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z"/>
	<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"/>
	<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z"/>
	<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z"/>
</svg>		</div>
				<div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.5 27.8" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7	s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7	c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3	c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6	c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7	C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5	c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1	c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7	c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6	C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8	c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2	C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3	C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1	z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1	c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"/>
	<path class="elementor-shape-fill" d="M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C267.7,18.8,269.7,18,269.6,18z"/>
	<path class="elementor-shape-fill" d="M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2	S227.6,9.9,227.4,9.8z"/>
	<path class="elementor-shape-fill" d="M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4	C206.4,12.9,204.6,13.5,204.5,13.4z"/>
	<path class="elementor-shape-fill" d="M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6	S201,10.7,201,10.6z"/>
	<path class="elementor-shape-fill" d="M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3	C152.6,27.5,154.6,26.8,154.5,26.7z"/>
	<path class="elementor-shape-fill" d="M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6	c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"/>
	<path class="elementor-shape-fill" d="M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0	C76.9,11.5,75.3,12.5,75.5,12.6z"/>
	<path class="elementor-shape-fill" d="M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4	C19.9,13.7,15.7,13.3,15.6,13.2z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d5e142a" data-id="d5e142a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a189cc2 elementor-widget elementor-widget-spacer" data-id="a189cc2" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e416452" data-id="e416452" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-193996b" data-id="193996b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6acad12" data-id="6acad12" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MATERIAL COMPLEMENTAR</title>
		<link>https://cenc.website/material-complementar/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 13 Dec 2025 02:39:54 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3897</guid>

					<description><![CDATA[.]]></description>
										<content:encoded><![CDATA[<p><span class="wppb-frontend-restriction-message wppb-content-restriction-message"><span style="color: #ffffff">.</span></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NUTR. DOENÇAS CRON. NÃO TRANSM</title>
		<link>https://cenc.website/nutr-doencas-cron-nao-transm/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 13 Dec 2025 01:26:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3885</guid>

					<description><![CDATA[.]]></description>
										<content:encoded><![CDATA[<p><span class="wppb-frontend-restriction-message wppb-content-restriction-message"><span style="color: #ffffff">.</span></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CALCULADORAS</title>
		<link>https://cenc.website/calculadoras/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Sat, 13 Dec 2025 01:20:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3877</guid>

					<description><![CDATA[.]]></description>
										<content:encoded><![CDATA[<p><span class="wppb-frontend-restriction-message wppb-content-restriction-message"><span style="color: #ffffff">.</span></span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IMERSÃO DE EXCELÊNCIA EM NUTRIÇÃO CLÍNICA – CENC/UFRJ</title>
		<link>https://cenc.website/imersao-de-excelencia-em-nutricao-clinica-cenc-ufrj/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Mon, 28 Jul 2025 18:48:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3580</guid>

					<description><![CDATA[edit-profile]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3580" class="elementor elementor-3580" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-2c562d6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2c562d6" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9000bda" data-id="9000bda" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1aee82e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1aee82e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a550688" data-id="a550688" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4f06b6f elementor-widget elementor-widget-shortcode" data-id="4f06b6f" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode">edit-profile</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Dúvidas</title>
		<link>https://cenc.website/ufrj-injc/</link>
		
		<dc:creator><![CDATA[CENC UFRJ]]></dc:creator>
		<pubDate>Fri, 28 Mar 2025 17:26:53 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://cenc.website/?p=3406</guid>

					<description><![CDATA[Você precisa estar logado para visualizar este conteúdo.]]></description>
										<content:encoded><![CDATA[<p><span style="vertical-align: inherit">Você precisa estar logado para visualizar este conteúdo.</span></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
