publicidad cabecera


 

ÚLTIMAS NOTICIAS

LADRONES DE TESOROS

























TĆ­tulo original
Mojin: The Lost Legend (The Ghouls)
AƱo
Duración
127 min.
PaĆ­s
China China
Dirección
Guion
Zhang Jialu (Novela: Tian Xia Ba Chang)
MĆŗsica
KƓji EndƓ
FotografĆ­a
Jake Pollock
Reparto
, , , , , , , 
Productora
CKF Pictures / EnMaze Pictures / Beijing Enlight Pictures / Huayi Brothers / Meridian Entertainment / Group Wanda Media Co
GƩnero
AventurasFantĆ”sticoAcción | Zombis
Sinopsis
Dos famosos ladrones de tumbas retirados son contactados en Nueva York, donde subsisten estafando a los turistas. Un americano les propondrÔ una peligrosa misión en la que tendrÔn que recuperar un tesoro perdido.

No hay comentarios

// Animación de entrada para posts document.addEventListener('DOMContentLoaded', function() { const posts = document.querySelectorAll('.index .post, .archive .post'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); } }); }, { threshold: 0.1 }); posts.forEach(post => { observer.observe(post); }); // Efecto hover mejorado const featuredItems = document.querySelectorAll('.featured li'); featuredItems.forEach(item => { item.addEventListener('mouseenter', function() { this.style.zIndex = '10'; }); item.addEventListener('mouseleave', function() { this.style.zIndex = '1'; }); }); });