Destaques de hoje
Mais recente
Entretenimento
Oscar 2026: os 5 filmes que podem levar a estatueta de Melhor Filme
Os 5 filmes que podem ganhar o Oscar 2026body{
font-family:Arial, Helvetica, sans-serif;
background:#fff;
color:#111;
margin:0;
}.hero{
height:420px;
background-size:cover;
background-position:center;
transition:1s;
}.container{
max-width:900px;
margin:auto;
padding:25px;
}h1,h2{
color:#000;
}.subtitle{
color:#555;
margin-bottom:25px;
line-height:1.5;
}.story-bar{
display:flex;
gap:12px;
overflow-x:auto;
margin-bottom:20px;
}.story{
width:90px;
height:140px;
border-radius:10px;
overflow:hidden;
cursor:pointer;
border:2px solid #ddd;
}.story img{
width:100%;
height:100%;
object-fit:cover;
}.viewer img{
width:100%;
border-radius:10px;
margin-bottom:20px;
}.movie{
margin-top:45px;
}.rating{
font-weight:bold;
margin-top:10px;
}.bar{
height:8px;
background:#eee;
border-radius:10px;
overflow:hidden;
margin-top:6px;
margin-bottom:15px;
}.bar span{
display:block;
height:100%;
background:#f5c518;
}.gallery{
display:flex;
gap:10px;
overflow-x:auto;
margin-top:10px;
}.gallery img{
height:120px;
border-radius:6px;
}iframe{
width:100%;
height:420px;
margin-top:15px;
border:none;
border-radius:10px;
}Os 5 filmes que podem ganhar o Oscar...
Em alta
Importante
Entretenimento
Oscar 2026: os 5 filmes que podem levar a estatueta de Melhor Filme
Os 5 filmes que podem ganhar o Oscar 2026body{
font-family:Arial, Helvetica, sans-serif;
background:#fff;
color:#111;
margin:0;
}.hero{
height:420px;
background-size:cover;
background-position:center;
transition:1s;
}.container{
max-width:900px;
margin:auto;
padding:25px;
}h1,h2{
color:#000;
}.subtitle{
color:#555;
margin-bottom:25px;
line-height:1.5;
}.story-bar{
display:flex;
gap:12px;
overflow-x:auto;
margin-bottom:20px;
}.story{
width:90px;
height:140px;
border-radius:10px;
overflow:hidden;
cursor:pointer;
border:2px solid #ddd;
}.story img{
width:100%;
height:100%;
object-fit:cover;
}.viewer img{
width:100%;
border-radius:10px;
margin-bottom:20px;
}.movie{
margin-top:45px;
}.rating{
font-weight:bold;
margin-top:10px;
}.bar{
height:8px;
background:#eee;
border-radius:10px;
overflow:hidden;
margin-top:6px;
margin-bottom:15px;
}.bar span{
display:block;
height:100%;
background:#f5c518;
}.gallery{
display:flex;
gap:10px;
overflow-x:auto;
margin-top:10px;
}.gallery img{
height:120px;
border-radius:6px;
}iframe{
width:100%;
height:420px;
margin-top:15px;
border:none;
border-radius:10px;
}Os 5 filmes que podem ganhar o Oscar 2026A corrida pelo Oscar costuma revelar produções que marcaram o cinema mundial naquele ano. Entre os indicados a Melhor Filme, alguns títulos se destacam pela ambição artística, pela recepção da crítica e pelo impacto cultural que provocaram ao longo da temporada de premiações.const api="https://api.themoviedb.org/3"
const key="9fdfd0e7f790dc56b3919b142f51614a"const filmes=async function buscarFilme(nome,ano){let url=`${api}/search/movie?api_key=${key}&query=${encodeURIComponent(nome)}&year=${ano}&include_adult=false`let res=await fetch(url)
let data=await res.json()return data.results.find(f=>!f.adult)}async function carregar(){for(let item of filmes){let movie=await buscarFilme(item.busca,item.ano)if(!movie) continuelet poster=`https://image.tmdb.org/t/p/w500${movie.poster_path}`
let backdrop=`https://image.tmdb.org/t/p/original${movie.backdrop_path}`document.getElementById("stories").innerHTML+=``if(document.getElementById("posterPrincipal").src===""){
document.getElementById("posterPrincipal").src=poster
document.getElementById("hero").style.backgroundImage=`url(${backdrop})`
}let detalhes=await fetch(`${api}/movie/${movie.id}?api_key=${key}&language=pt-BR`)
let info=await detalhes.json()let videos=await fetch(`${api}/movie/${movie.id}/videos?api_key=${key}`)
let videoData=await videos.json()let trailer=videoData.results.find(v=>v.type==="Trailer")let imagens=await fetch(`${api}/movie/${movie.id}/images?api_key=${key}`)
let imgData=await imagens.json()let gallery=""imgData.backdrops.slice(0,6).forEach(img=>{
gallery+=``
})document.getElementById("conteudo").innerHTML+=`${item.titulo}Sinopse
${info.overview || "Sinopse não disponível."}Análise Xplora
${item.analise}⭐ Nota TMDB: ${info.vote_average.toFixed(1)} / 10🏆 Indicações ao Oscar:...
Entretenimento
Oscar 2026: os 5 filmes que podem levar a estatueta de Melhor Filme
Os 5 filmes que podem ganhar o Oscar 2026body{
font-family:Arial, Helvetica, sans-serif;
background:#fff;
color:#111;
margin:0;
}.hero{
height:420px;
background-size:cover;
background-position:center;
transition:1s;
}.container{
max-width:900px;
margin:auto;
padding:25px;
}h1,h2{
color:#000;
}.subtitle{
color:#555;
margin-bottom:25px;
line-height:1.5;
}.story-bar{
display:flex;
gap:12px;
overflow-x:auto;
margin-bottom:20px;
}.story{
width:90px;
height:140px;
border-radius:10px;
overflow:hidden;
cursor:pointer;
border:2px solid #ddd;
}.story img{
width:100%;
height:100%;
object-fit:cover;
}.viewer img{
width:100%;
border-radius:10px;
margin-bottom:20px;
}.movie{
margin-top:45px;
}.rating{
font-weight:bold;
margin-top:10px;
}.bar{
height:8px;
background:#eee;
border-radius:10px;
overflow:hidden;
margin-top:6px;
margin-bottom:15px;
}.bar span{
display:block;
height:100%;
background:#f5c518;
}.gallery{
display:flex;
gap:10px;
overflow-x:auto;
margin-top:10px;
}.gallery img{
height:120px;
border-radius:6px;
}iframe{
width:100%;
height:420px;
margin-top:15px;
border:none;
border-radius:10px;
}Os 5 filmes que podem ganhar o Oscar 2026A corrida pelo Oscar costuma revelar produções que marcaram o cinema mundial naquele ano. Entre os indicados a Melhor Filme, alguns títulos se destacam pela ambição artística, pela recepção da crítica e pelo impacto cultural que provocaram ao longo da temporada de premiações.const api="https://api.themoviedb.org/3"
const key="9fdfd0e7f790dc56b3919b142f51614a"const filmes=async function buscarFilme(nome,ano){let url=`${api}/search/movie?api_key=${key}&query=${encodeURIComponent(nome)}&year=${ano}&include_adult=false`let res=await fetch(url)
let data=await res.json()return data.results.find(f=>!f.adult)}async function carregar(){for(let item of filmes){let movie=await buscarFilme(item.busca,item.ano)if(!movie) continuelet poster=`https://image.tmdb.org/t/p/w500${movie.poster_path}`
let backdrop=`https://image.tmdb.org/t/p/original${movie.backdrop_path}`document.getElementById("stories").innerHTML+=``if(document.getElementById("posterPrincipal").src===""){
document.getElementById("posterPrincipal").src=poster
document.getElementById("hero").style.backgroundImage=`url(${backdrop})`
}let detalhes=await fetch(`${api}/movie/${movie.id}?api_key=${key}&language=pt-BR`)
let info=await detalhes.json()let videos=await fetch(`${api}/movie/${movie.id}/videos?api_key=${key}`)
let videoData=await videos.json()let trailer=videoData.results.find(v=>v.type==="Trailer")let imagens=await fetch(`${api}/movie/${movie.id}/images?api_key=${key}`)
let imgData=await imagens.json()let gallery=""imgData.backdrops.slice(0,6).forEach(img=>{
gallery+=``
})document.getElementById("conteudo").innerHTML+=`${item.titulo}Sinopse
${info.overview || "Sinopse não disponível."}Análise Xplora
${item.analise}⭐ Nota TMDB: ${info.vote_average.toFixed(1)} / 10🏆 Indicações ao Oscar:...

