top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hotel Victoria, Rutherglen

dom, 28 dic

|

90-94 Main St, Rutherglen VIC 3685, Australia

¡Prepárate para una tarde de domingo inolvidable cuando RIFF regrese al Hotel Victoria en la hermosa Rutherglen!

La inscripción está cerrada
Ver otros eventos
Hotel Victoria, Rutherglen
Hotel Victoria, Rutherglen

Horario y ubicación

28 dic 2025, 14:30 – 17:30

90-94 Main St, Rutherglen VIC 3685, Australia

Acerca del evento

🎶 ¡RIFF en vivo en el Hotel Victoria de Rutherglen! 🎸

🗓 Domingo 28 de diciembre

⏰ 15:00 – 18:00

📍 Hotel Victoria, Rutherglen VIC


¡Prepárate para una tarde de domingo inolvidable cuando RIFF regrese al Hotel Victoria en la hermosa Rutherglen! 🍷🎤


Espere un ambiente relajado, bebidas frías 🍺, excelente comida 🍔 y un conjunto completo de originales acústicos en vivo y versiones favoritas del público que lo harán cantar y absorber la energía del verano ☀️🎵


Compartir este evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });