Visit the end of the American Continent

South of Punta Arenas, heading toward Fort Bulnes and the end of the American continent. One of the favorite areas to explore and immerse yourself in our history and landscape is the southern sector. Nearly 50 kilometers from our city, countless local and international historical landmarks are located along a convenient path […]

en_US
`;const w = window.open('', '_blank'); w.document.open(); w.document.write(html); w.document.close();// Esperar a que cargue TODO (incluyendo el logo) antes de imprimir const whenReadyToPrint = () => { // Pequeño delay para layout final setTimeout(() => { w.focus(); w.print(); w.onafterprint = () => { w.close(); window.location.href = 'https://tprentacar.com/'; }; }, 150); };// Si el logo carga ok, imprimimos; si falla, igual imprimimos sin bloquear const logoImg = w.document.getElementById('tp-print-logo'); if (logoImg && !logoImg.complete) { logoImg.addEventListener('load', whenReadyToPrint, { once: true }); logoImg.addEventListener('error', whenReadyToPrint, { once: true }); } else { whenReadyToPrint(); } }); }); });