“A Fazenda 18” começou! Confira quem são os 22 participantes do reality

A porteira está oficialmente aberta! “A Fazenda 18” estreou na noite desta segunda-feira (14/9), sob o comando de Adriane Galisteu, e revelou os 22 peões que entram na disputa pelo prêmio da nova temporada. O elenco reúne atores, cantores, influenciadores, empresários e nomes já conhecidos de outros realities. Confira:

Mônica Fonseca

Jornalista, Mônica Fonseca construiu sua trajetória na televisão e ficou conhecida principalmente por trabalhos ligados ao entretenimento. Agora, troca os estúdios pelo confinamento e encara a experiência de viver sob os olhares das câmeras 24 horas por dia.

(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(); } })();

(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(); })();

Eduarda Braun

Modelo, Eduarda “Duda” Braun também carrega experiência no universo dos concursos de beleza. Eleita Miss Supranational 2025, ela chega ao reality para mostrar uma faceta diferente daquela que o público conheceu nas passarelas.

Murilo Dias

Murilo Dias já sabe bem o que é viver diante das câmeras. O modelo acumula passagens por realities como “De Férias com o Ex”, “Soltos em Floripa” e “A Grande Conquista” e agora adiciona “A Fazenda 18” ao currículo. A participação de Murilo na nova temporada já havia sido antecipada pelo portal LeoDias antes da estreia.

Catherine Bascoy

Modelo e influenciadora, Catherine Bascoy ficou conhecida do público após participar do “De Férias com o Ex”. Fora dos realities, também ganhou espaço no noticiário de celebridades por relacionamentos e rumores envolvendo nomes conhecidos, como Gui Napolitano, Neymar e Vini Jr.

Sérgio Hondjakoff

Eternizado como o Cabeção de “Malhação”, Sérgio Hondjakoff marcou uma geração na televisão. Depois de anos mais distante das telinhas e de enfrentar um tratamento contra a dependência química, o ator retorna à exposição nacional como participante de “A Fazenda 18”.

Adryana Ribeiro

Dona de uma carreira consolidada na música, Adryana Ribeiro ficou conhecida nacionalmente à frente do grupo Adryana e a Rapaziada. Cantora e compositora, ela deixa os palcos temporariamente para encarar a rotina do confinamento rural.

Maíra Charken

Maíra Charken reúne experiências como apresentadora, atriz e bailarina. Ex-integrante do “Video Show” e do balé de Faustão, ela também já experimentou a dinâmica dos realities ao participar do “Troca de Esposas”, da Record, em 2023. A presença de Maíra em “A Fazenda 18” já havia sido antecipada pelo portal LeoDias antes da estreia.

Darlin Ferrattry

Empresária e mãe de Lexa e Wenny, Darlin Ferrattry é conhecida pela personalidade forte e pela presença no Carnaval. Também responsável pela gestão da carreira das filhas, ela agora assume o protagonismo diante das câmeras. A participação de Darlin no reality já havia sido confirmada antecipadamente pelo portal LeoDias.

Alfredo Amaral

Empresário e programador, Alfredo Amaral construiu sua carreira profissional na área de tecnologia. Pai de dois filhos e divorciado, ele também se aproximou do universo dos famosos e já teve seu nome relacionado a personalidades como Jaquelline Grohalski, Dayanne Bezerra e Gabi Martins.

Ariela Carasso

Ariela Carasso está longe de ser novata em realities. Empresária de eventos, ela ganhou projeção em “Casamento às Cegas” e posteriormente participou de “A Grande Conquista 2”. Depois de já ter sido cotada para uma edição anterior de “A Fazenda”, desta vez garantiu seu lugar na sede.

Daniel Erthal

Conhecido por trabalhos como “Malhação”, Daniel Erthal passou anos longe da televisão e voltou aos holofotes recentemente ao trabalhar como vendedor ambulante de bebidas no Rio de Janeiro. O portal LeoDias revelou com antecedência que o ex-galã estaria no elenco de “A Fazenda 18”.

Fran Almeida

Criadora de conteúdo sobre lifestyle, maternidade e bem-estar, Fran Almeida já possui uma extensa ficha de realities. Além do “BBB 14”, ela participou de “Power Couple Brasil 3”, “Dancing Brasil” e “Troca de Esposas”. Mãe de Enrico, de 5 anos, agora encara mais uma experiência de confinamento.

Mayk Leão

Influenciador digital, Mayk Leão ganhou grande repercussão nas redes sociais recentemente após registrar luzes misteriosas no céu. As imagens alimentaram teorias entre internautas sobre a possibilidade de um objeto voador não identificado e ajudaram a ampliar sua projeção na internet.

Thaíde

Um dos pioneiros do hip-hop brasileiro, Thaíde construiu uma carreira que ultrapassa a música. Rapper e compositor, ele também atua como apresentador, jornalista, produtor musical, DJ, ator, escritor e podcaster, acumulando décadas de contribuição para a cultura hip-hop no país.

Stephanie Gomes

Filha de Solange Gomes, que participou de “A Fazenda 13”, Stephanie Gomes já começou a construir sua própria trajetória nos realities. A influenciadora esteve em “A Grande Conquista” e agora segue os passos da mãe ao entrar na sede de “A Fazenda”. O nome de Stephanie também havia sido antecipado pelo portal LeoDias antes da estreia.

Tina Calamba

Modelo angolana, Tina Calamba ficou conhecida nacionalmente ao participar do “BBB 23”. Com personalidade marcante em sua passagem pelo programa da Globo, ela retorna aos realities, desta vez para disputar o confinamento rural da Record.

Jonatas Faro

Ator conhecido por novelas e outros trabalhos na televisão, Jonatas Faro ficou por alguns anos afastado das telinhas. O ex-galã da Globo agora escolheu um reality para marcar sua volta à exposição nacional.

Gabriel Torres

Apresentador, Gabriel Torres também se tornou conhecido do grande público pelo relacionamento com Mara Maravilha, com quem foi casado. Agora, ele entra em “A Fazenda 18” disposto a ganhar espaço por sua própria participação no programa.

Rikardo Negro

Rikardo Negro esteve muito perto de conseguir uma vaga no “BBB 26”, mas acabou eliminado após enfrentar o Quarto Branco. O portal LeoDias já havia antecipado sua participação em “A Fazenda 18”, onde o modelo ganha uma nova oportunidade de encarar um confinamento televisionado.

Lucas Bissoli

Conhecido desde o “BBB 22”, Lucas Bissoli teve sua passagem pelo reality marcada também pelo romance com Eslovênia Marques, que continuou após o programa. Quatro anos depois, ele retorna ao universo dos realities para uma experiência bem diferente na Record.

Jottapê

Jottapê começou ainda criança como ator e participou de produções como “O Menino da Porteira” e “Chiquititas”. Anos depois, ganhou ainda mais projeção em “Sintonia”, da Netflix, e também construiu uma carreira no funk antes de anunciar uma mudança de vida após sua conversão religiosa. A entrada de Jottapê em “A Fazenda 18” havia sido antecipada pelo portal LeoDias.

(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(); })();

Renata Del Bianco

Renata Del Bianco marcou a infância de uma geração ao interpretar Vivi na versão de 1997 de “Chiquititas”. Mais recentemente, integrou o elenco de “A Praça é Nossa” e agora deixa o tradicional banco do humorístico para viver a experiência de se tornar peoa em “A Fazenda 18”.

Compartilhe

WhatsApp
Facebook
X
Threads
Telegram
Print
LinkedIn

Siga nossas Redes Sociais

Leia também