<?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>CENC UFRJ</title>
	<atom:link href="https://cenc.website/feed/" rel="self" type="application/rss+xml" />
	<link>https://cenc.website</link>
	<description></description>
	<lastBuildDate>Sat, 07 Feb 2026 20:47:07 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://cenc.website/wp-content/uploads/2025/06/cropped-Logo_maca_CENC-removebg-preview-32x32.png</url>
	<title>CENC UFRJ</title>
	<link>https://cenc.website</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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>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>
	</channel>
</rss>
