¡HAZ CLICK EN ESTE ANUNCIO O ESPERA 12 SEGUNDOS PARA ACCEDER AL ENLACE DE DESCARGA, GRACIAS!
Por favor, espera un momento…
12
window.addEventListener('DOMContentLiteSpeedLoaded',function(){
var overlay=document.getElementById('overlay');
var popup=document.getElementById('popup');
var countdown=document.getElementById('countdown');
var timeLeft=12;
overlay.style.display='block';
popup.style.display='block';
var countdownInterval=setInterval(function(){
timeLeft--;
countdown.textContent=timeLeft;
if(timeLeft<=0){clearInterval(countdownInterval);overlay.style.display='none';popup.style.display='none'}},1000)})