Home Saúde Lito Sousa recebe remédio experimental e esposa desabafa: “O que nos resta é torcer”
Saúde

Lito Sousa recebe remédio experimental e esposa desabafa: “O que nos resta é torcer”

Lito Sousa recebeu uma medicação experimental como tentativa de tratamento para a doença de Creutzfeldt-Jakob (DCJ). A informação foi confirmada pela esposa do influenciador e piloto, Mila Seidl, em um vídeo publicado na segunda-feira (14/9) no canal Aviões e Músicas.

De acordo com Mila, Lito está internado na UTI do Einstein Hospital Israelita desde 8 de setembro e permanece estável. A aplicação da substância ALN-6457, desenvolvida experimentalmente para atuar sobre a produção da proteína priônica, não provocou intercorrências no paciente até o momento.

(function () {
var AD_UNIT = ‘ld-m-art-r1-01’;
var PLACEMENT = ‘846612’;
var DEVICE = ‘mobile’;
var MIN_H = 280;
var done = false;

function rightDevice() {
var isMobile = window.matchMedia
? window.matchMedia(‘(max-width: 767px)’).matches
: (document.documentElement.clientWidth || 0) < 768;

return DEVICE === 'mobile' ? isMobile : !isMobile;
}

function box() {
return document.getElementById(AD_UNIT);
}

function hide() {
var b = box();
if (b) b.style.display = 'none';
}

function register() {
if (done) return;

done = true;

if (!rightDevice()) {
hide();
return;
}

var b = box();

if (b) {
b.style.minHeight = MIN_H + 'px';
}

window.ANConfig = window.ANConfig || {};
window.ANConfig.placements = window.ANConfig.placements || [];

window.ANConfig.placements.push({
adUnitId: AD_UNIT,
propertyId: '105130',
placementId: PLACEMENT,
data: {},
consent: true,

onLoad: function (adUnitId) {},

onFail: function (adUnitId) {
hide();
}
});

setTimeout(function () {
var c = box();

if (c && !c.getElementsByTagName('iframe').length) {
hide();
}
}, 6000);
}

var C = window.__ldAdConsent;

if (!C) {

C = window.__ldAdConsent = {
subs: [],
fired: false
};

C.granted = function () {
var v = window.LD_AD_CONSENT;

return v === true ||
v === 1 ||
v === 'true';
};

C.fire = function () {

if (C.fired) return;

C.fired = true;

if (C.poll) {
clearInterval(C.poll);
C.poll = null;
}

for (var i = 0; i < C.subs.length; i++) {
try {
C.subs[i]();
} catch (e) {}
}

var inject = function () {

if (document.getElementById('ap-js')) {
return;
}

var ver = new Date()
.toISOString()
.split(':')[0]
.replace(/D/g, '');

var apjs = document.createElement('script');

apjs.type = 'text/javascript';
apjs.async = true;
apjs.setAttribute('id', 'ap-js');

apjs.src =
'https://central-brazil.ap.giraffa.tech/js/ap-gjanout.js?v=' + ver;

document.head.appendChild(apjs);
};

if (document.readyState === 'loading') {

document.addEventListener(
'DOMContentLoaded',
function () {
setTimeout(inject, 0);
}
);

} else {

setTimeout(inject, 0);

}
};

function onSignal(e) {

if (
(e && e.detail === true) ||
C.granted()
) {
C.fire();
}

}

window.addEventListener(
'ld-ad-consent',
onSignal
);

document.addEventListener(
'ld-ad-consent',
onSignal
);

if (typeof window.__tcfapi === 'function') {

window.__tcfapi(
'addEventListener',
2,
function (tcData, success) {

if (!success || !tcData) {
return;
}

if (
tcData.eventStatus !== 'tcloaded' &&
tcData.eventStatus !== 'useractioncomplete'
) {
return;
}

if (
tcData.purpose &&
tcData.purpose.consents &&
tcData.purpose.consents[1]
) {
C.fire();
}

}
);

}

C.poll = setInterval(function () {

if (C.fired) {

clearInterval(C.poll);
C.poll = null;
return;

}

if (C.granted()) {
C.fire();
}

}, 250);
}

C.subs.push(register);

if (C.fired) {

register();

} else if (C.granted()) {

C.fire();

}

})();

Veja as fotos

Mila Seidl, esposa de Lito SousaCrédito: Reprodução Instagram @milaseidl
Reprodução Instagram
Lito Sousa foi diagnosticado com Doença de Creutzfeldt-Jakob (DCJ), uma condição neurodegenerativa rara, grave e de rápida evoluçãoCrédito: Reprodução Instagram @lito
Lito Sousa em entrevista exclusiva à RecordCrédito: Reprodução Record
Lito Sousa e a esposa Mila SeidlFotos: Reprodução/ Instagram @lito e TV Globo
Lito SousaCrédito: Reprodução YouTube @avioesemusicas
Lito SousaCrédito: Reprodução Instagram @lito
Reprodução Instagram
Lito Sousa em um de seus vídeos mais recentes no canal "Aviões e Músicas"Crédito: Reprodução YouTube @avioesemusicas
Lito Sousa e Mila Seidl após diagnósticoFoto: YouTube/Canal Aviões e Música
Lito Sousa e Mila Seidl após diagnósticoCrédito: Reprodução YouTube/Canal Aviões e Música

(function () {
var AD_UNIT = ‘ld-m-art-r1-02’;
var PLACEMENT = ‘846681’;
var DEVICE = ‘mobile’; /* ‘mobile’ or ‘desktop’ */
var MIN_H = 280; /* tallest size listed for this position */
var done = false;

/* This block belongs to one device. Mobile and desktop blocks may both sit in the
same responsive template: each checks the viewport and only the matching one
asks for an ad, so they never both render. Breakpoint 768px, tablets count as
desktop. If your template already renders per device server-side this is simply
a second guard and changes nothing. */
function rightDevice() {
var isMobile = window.matchMedia
? window.matchMedia(‘(max-width: 767px)’).matches
: (document.documentElement.clientWidth || 0) < 768;
return DEVICE === 'mobile' ? isMobile : !isMobile;
}

function box() { return document.getElementById(AD_UNIT); }
function hide() { var b = box(); if (b) b.style.display = 'none'; }

/* Registers this position. Never called without a positive consent answer. */
function register() {
if (done) return;
done = true;
if (!rightDevice()) { hide(); return; }
var b = box();
if (b) b.style.minHeight = MIN_H + 'px'; /* reserve only now, never before */
window.ANConfig = window.ANConfig || {};
window.ANConfig.placements = window.ANConfig.placements || [];
window.ANConfig.placements.push({
adUnitId: AD_UNIT,
propertyId: '105130',
placementId: PLACEMENT,
data: {},
consent: true,
onLoad: function (adUnitId) {},
onFail: function (adUnitId) { hide(); }
});
/* Safety net: if nothing has rendered here shortly, release the space.
No position can leave a permanent blank gap, whatever goes wrong. */
setTimeout(function () {
var c = box();
if (c && !c.getElementsByTagName('iframe').length) hide();
}, 6000);
}

/* One shared coordinator per page, created by whichever block runs first.
Every block registers with it, so when consent arrives they all register in
the SAME tick and the loader is injected once, afterwards. The loader drains
its queue once, so a block that registered late would never be served. */
var C = window.__ldAdConsent;
if (!C) {
C = window.__ldAdConsent = { subs: [], fired: false };

C.granted = function () {
var v = window.LD_AD_CONSENT;
return v === true || v === 1 || v === 'true';
};

C.fire = function () {
if (C.fired) return;
C.fired = true;
if (C.poll) { clearInterval(C.poll); C.poll = null; }
for (var i = 0; i < C.subs.length; i++) {
try { C.subs[i](); } catch (e) {}
}
var inject = function () { /* now, with all of them queued */
if (document.getElementById('ap-js')) return;
var ver = new Date().toISOString().split(':')[0].replace(/D/g, '');
var apjs = document.createElement('script');
apjs.type = 'text/javascript';
apjs.async = true;
apjs.setAttribute('id', 'ap-js');
apjs.src = 'https://central-brazil.ap.giraffa.tech/js/ap-gjanout.js?v=' + ver;
document.head.appendChild(apjs);
};
/* The loader drains its queue once, so it must not be fetched while the page is
still parsing: blocks further down would register after the drain and be lost.
Consent known before the body parses is the normal returning-visitor case. */
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', function () { setTimeout(inject, 0); });
} else {
setTimeout(inject, 0);
}
};

function onSignal(e) {
if ((e && e.detail === true) || C.granted()) C.fire();
}
window.addEventListener('ld-ad-consent', onSignal);
document.addEventListener('ld-ad-consent', onSignal); /* the event does not bubble */

/* 2. IAB TCF v2, used automatically if it ever resolves. Purpose 1 gates storing
and accessing information on the device, which ad serving requires. Consent
is required whether or not gdprApplies is set: gdprApplies being false is
never treated as permission. (Measured here 28 Aug 2026: it is true.) */
if (typeof window.__tcfapi === 'function') {
window.__tcfapi('addEventListener', 2, function (tcData, success) {
if (!success || !tcData) return;
if (tcData.eventStatus !== 'tcloaded' &&
tcData.eventStatus !== 'useractioncomplete') return;
if (tcData.purpose && tcData.purpose.consents && tcData.purpose.consents[1]) C.fire();
});
}

/* 1. Your signal. Set window.LD_AD_CONSENT = true when consent is known.
The order does not matter and there is no time limit: this watch runs
until consent arrives or the page is closed. */
C.poll = setInterval(function () {
if (C.fired) { clearInterval(C.poll); C.poll = null; return; }
if (C.granted()) C.fire();
}, 250);
}

C.subs.push(register);
if (C.fired) register(); /* consent already given before this block parsed */
else if (C.granted()) C.fire();
})();

A expectativa da equipe médica é que os primeiros exames capazes de indicar os efeitos do medicamento sejam realizados após aproximadamente seis semanas. Apesar da estabilidade no quadro, a família segue aguardando os resultados do tratamento.

“O que nos resta é torcer muito para que dê certo, para que tudo isso seja uma turbulência severa e que a gente vai pousar bem, sabe? Mas eu não tenho uma resposta de desfecho para vocês. O Lito recebeu a medicação, ele não teve intercorrências. Ele já estava na UTI por conta de complicações da doença mesmo e ele está estável, mas a gente ainda precisa de muita oração, muita torcida para que esse remédio dê certo”, disse Mila.

Esposa relata avanço rápido da doença

Durante o relato, Mila também falou sobre a evolução da doença de Creutzfeldt-Jakob e destacou a velocidade com que os sintomas podem avançar.

“É uma doença de fato muito assustadora, muito progressiva. Ela vem assim, sabe, numa velocidade rápida. Um dia você anda, no outro dia você não anda mais. Num dia você faz uma coisa, no outro dia você já não faz mais, então é cada minuto é essencial.”

A DCJ é uma doença neurodegenerativa rara associada a alterações de proteínas chamadas príons. A evolução costuma ser rápida e provoca perda progressiva de funções neurológicas.

Entenda o medicamento experimental

A ALN-6457 é uma substância experimental desenvolvida pela farmacêutica norte-americana Regeneron. Como ainda está em fase de investigação, os dados disponíveis sobre sua segurança e eficácia em seres humanos são limitados.

A proposta do tratamento é utilizar uma tecnologia conhecida como RNA de interferência, ou siRNA, para reduzir a produção da proteína priônica no cérebro. Na DCJ, alterações relacionadas a essa proteína estão associadas aos danos neurológicos provocados pela doença.

Até o momento, a substância apresentou resultados em testes realizados com camundongos. A resposta em seres humanos, porém, depende da avaliação clínica e dos exames realizados após a administração.

Tratamento foi autorizado em caráter compassivo

Segundo Mila, Lito teve acesso à substância por meio do chamado uso compassivo. Esse mecanismo permite que medicamentos ainda não aprovados ou totalmente validados sejam utilizados em situações específicas, especialmente quando não há alternativas terapêuticas disponíveis para o paciente.

“Se você usar aquele medicamento fora do estudo, você tem um risco de tomar o medicamento e ter uma intercorrência porque ele ainda não está 100% validado. Mas, se você não toma também, o desfecho já é aquele, então é quando você não tem nenhuma saída a mais. Não existe o que você possa fazer e se você não fizer nada, o desfecho não tem como não ser a morte. É somente nesses casos que você consegue pleitear o uso compassivo.”

Corrida contra o tempo para levar medicamento ao hospital

A chegada da medicação ao hospital exigiu uma operação logística específica. Conforme o relato de Mila, a substância desembarcou no Aeroporto Internacional de São Paulo, em Guarulhos, na sexta-feira (11).

Depois da liberação pela Receita Federal, o medicamento foi levado de helicóptero até o Einstein, onde Lito está internado.

A operação precisou ser realizada rapidamente devido à necessidade de administração da substância em um intervalo curto após sua chegada. Segundo Mila, o medicamento precisava ser aplicado em até três horas, o que exigiu articulação entre os responsáveis pelo transporte, a Receita Federal e a Agência Nacional de Vigilância Sanitária (Anvisa).

Mobilização pode abrir caminho para novos estudos

A repercussão do caso também pode contribuir para ampliar as possibilidades de pesquisa sobre a doença no Brasil. Segundo Mila, a mobilização para viabilizar o tratamento de Lito despertou o interesse de outras empresas farmacêuticas em trazer estudos experimentais ao país.

(function () {
var AD_UNIT = ‘ld-m-art-r1-03’;
var PLACEMENT = ‘846688’;
var DEVICE = ‘mobile’; /* ‘mobile’ or ‘desktop’ */
var MIN_H = 280; /* tallest size listed for this position */
var done = false;

/* This block belongs to one device. Mobile and desktop blocks may both sit in the
same responsive template: each checks the viewport and only the matching one
asks for an ad, so they never both render. Breakpoint 768px, tablets count as
desktop. If your template already renders per device server-side this is simply
a second guard and changes nothing. */
function rightDevice() {
var isMobile = window.matchMedia
? window.matchMedia(‘(max-width: 767px)’).matches
: (document.documentElement.clientWidth || 0) < 768;
return DEVICE === 'mobile' ? isMobile : !isMobile;
}

function box() { return document.getElementById(AD_UNIT); }
function hide() { var b = box(); if (b) b.style.display = 'none'; }

/* Registers this position. Never called without a positive consent answer. */
function register() {
if (done) return;
done = true;
if (!rightDevice()) { hide(); return; }
var b = box();
if (b) b.style.minHeight = MIN_H + 'px'; /* reserve only now, never before */
window.ANConfig = window.ANConfig || {};
window.ANConfig.placements = window.ANConfig.placements || [];
window.ANConfig.placements.push({
adUnitId: AD_UNIT,
propertyId: '105130',
placementId: PLACEMENT,
data: {},
consent: true,
onLoad: function (adUnitId) {},
onFail: function (adUnitId) { hide(); }
});
/* Safety net: if nothing has rendered here shortly, release the space.
No position can leave a permanent blank gap, whatever goes wrong. */
setTimeout(function () {
var c = box();
if (c && !c.getElementsByTagName('iframe').length) hide();
}, 6000);
}

/* One shared coordinator per page, created by whichever block runs first.
Every block registers with it, so when consent arrives they all register in
the SAME tick and the loader is injected once, afterwards. The loader drains
its queue once, so a block that registered late would never be served. */
var C = window.__ldAdConsent;
if (!C) {
C = window.__ldAdConsent = { subs: [], fired: false };

C.granted = function () {
var v = window.LD_AD_CONSENT;
return v === true || v === 1 || v === 'true';
};

C.fire = function () {
if (C.fired) return;
C.fired = true;
if (C.poll) { clearInterval(C.poll); C.poll = null; }
for (var i = 0; i < C.subs.length; i++) {
try { C.subs[i](); } catch (e) {}
}
var inject = function () { /* now, with all of them queued */
if (document.getElementById('ap-js')) return;
var ver = new Date().toISOString().split(':')[0].replace(/D/g, '');
var apjs = document.createElement('script');
apjs.type = 'text/javascript';
apjs.async = true;
apjs.setAttribute('id', 'ap-js');
apjs.src = 'https://central-brazil.ap.giraffa.tech/js/ap-gjanout.js?v=' + ver;
document.head.appendChild(apjs);
};
/* The loader drains its queue once, so it must not be fetched while the page is
still parsing: blocks further down would register after the drain and be lost.
Consent known before the body parses is the normal returning-visitor case. */
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', function () { setTimeout(inject, 0); });
} else {
setTimeout(inject, 0);
}
};

function onSignal(e) {
if ((e && e.detail === true) || C.granted()) C.fire();
}
window.addEventListener('ld-ad-consent', onSignal);
document.addEventListener('ld-ad-consent', onSignal); /* the event does not bubble */

/* 2. IAB TCF v2, used automatically if it ever resolves. Purpose 1 gates storing
and accessing information on the device, which ad serving requires. Consent
is required whether or not gdprApplies is set: gdprApplies being false is
never treated as permission. (Measured here 28 Aug 2026: it is true.) */
if (typeof window.__tcfapi === 'function') {
window.__tcfapi('addEventListener', 2, function (tcData, success) {
if (!success || !tcData) return;
if (tcData.eventStatus !== 'tcloaded' &&
tcData.eventStatus !== 'useractioncomplete') return;
if (tcData.purpose && tcData.purpose.consents && tcData.purpose.consents[1]) C.fire();
});
}

/* 1. Your signal. Set window.LD_AD_CONSENT = true when consent is known.
The order does not matter and there is no time limit: this watch runs
until consent arrives or the page is closed. */
C.poll = setInterval(function () {
if (C.fired) { clearInterval(C.poll); C.poll = null; return; }
if (C.granted()) C.fire();
}, 250);
}

C.subs.push(register);
if (C.fired) register(); /* consent already given before this block parsed */
else if (C.granted()) C.fire();
})();

“Muito provavelmente os estudos vão ser abertos aqui no Brasil e a gente vai ter outros pacientes que, quando tiverem esse caso, podem ter uma chance de ingressar no estudo. A gente ficou muito feliz de saber que tem essa possibilidade em pouco tempo.”

Related Articles

Saúde

Semavy: nova caneta chega ao Brasil em meio à transformação nos cuidados com a saúde

Nova caneta da Mantecorp chega em um momento de mudanças na forma...

Saúde

23 pessoas vão ao hospital após alunos compartilharem agulhas em feira de ciências

O caso está sendo investigado pela Polícia Civil, e equipes das vigilâncias...

Saúde

Campanha Antitabagismo do Ministério da Saúde marca presença no Rock in Rio neste domingo (6/9)

A iniciativa quer mostrar que os impactos do cigarro vão muito além...

Saúde

Esposa de Lito refuta favorecimento na aquisição de medicamento experimental e detalha sua trajetória para obtê-lo

A autorização para a importação do ALN-6457 foi concedida pela Agência Nacional...