if (typeof window.innerWidth != 'undefined'){ tam = window.innerHeight; } else { tam = 500; } document.getElementById("saldotarjeta_obj").style.height = `${tam - 59}px`;