publicidad cabecera


 

ÚLTIMAS NOTICIAS

el guerrero pacífico



    Título original



Peaceful Warrior
Año
Duración
120 min.
País
Estados Unidos Estados Unidos
Dirección
Guion
Kevin Bernhardt (Novela: Dan Millman)
Música
Bennett Salvay
Fotografía
Sharone Meir
Reparto
, , , , , , , , 
Productora
Lions Gate Films
Género
Drama | DiscapacidadDeporteGimnasiaJuegos olímpicos
Web oficial
http://www.thepeacefulwarriormovie.com/
Sinopsis
Dan Millman (Scott Mechlowicz) es un joven deportista de éxito y campeón olímpico que lo tiene todo: fama, fortuna y chicas. Pero su vida dará un vuelco cuando, un día, conoce en una gasolinera a un extraño hombre (Nick Nolte) que le enseñará nuevos mundos de fuerza y entendimiento...


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