$('.what').click(function () {
$(this).closest('.box-game').find('.box-info-game').fadeToggle("slow");
});
Query(".page-scroll").click(function() {
pagcenter();
jQuery('html, body').animate({
scrollTop: jQuery( '#' + $(this).data("scrollid") ).offset().top
}, 1000, 'swing');
});