Contact information

Información de Contacto / Contact Information | SMART GLOBAL PROJECTION @media print { body { background-color: white; } .no-print { display: none; } .print-container { box-shadow: none !important; margin: 0 !important; padding: 0 !important; max-width: 100% !important; } } html { scroll-behavior: smooth; } document.addEventListener('DOMContentLoaded', function() { const dateElements = document.querySelectorAll('.fecha-actualizacion'); const hoy = new Date(); const opciones = { year: 'numeric', month: 'long', day: 'numeric' }; const fechaFormateada = hoy.toLocaleDateString(navigator.language || 'es-ES', opciones); dateElements.forEach(function(el) { el.innerText = fechaFormateada; }); });