{"id":136,"date":"2015-03-25T02:36:26","date_gmt":"2015-03-25T02:36:26","guid":{"rendered":"http:\/\/digitalbla.com\/teste\/acr\/?page_id=136"},"modified":"2025-05-14T13:23:33","modified_gmt":"2025-05-14T13:23:33","slug":"prod-fonografica","status":"publish","type":"page","link":"https:\/\/acr.com.br\/?page_id=136","title":{"rendered":"PROD. FONOGR\u00c1FICA"},"content":{"rendered":"<p>&nbsp;<\/p>\n<div id=\"justified_gallery_tpagQs\" class=\"sgg-style-8 \">\r\n\t<a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/137870249\" data-caption=\"Adam Dunning - Sunset Monkeys\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/03\/Sunset-Monkeys-Cover-300x300.jpg\" alt=\"Adam Dunning - Sunset Monkeys\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/134658521\" data-caption=\"Glaucio Cristelo - Dust in the wind\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/07\/glaucio_cristelo-1024x896.jpg\" alt=\"Glaucio Cristelo - Dust in the wind\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/137857384\" data-caption=\"Anna Maria Dannemann\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/Anna-Maria-Dannemann00011-298x300.jpg\" alt=\"Anna Maria Dannemann\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/135606781\" data-caption=\"F\u00e1bulas de Leonardo Da Vinci\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/cd_capa-copy1-1024x922.jpg\" alt=\"F\u00e1bulas de Leonardo Da Vinci\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/136765447\" data-caption=\"Minha Festinha\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/minha-festinha.png\" alt=\"Minha Festinha\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/137861558\" data-caption=\"Ronaldo Cotrim\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/08\/ronaldo1.jpg\" alt=\"Ronaldo Cotrim\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/vimeo.com\/138014264\" data-caption=\"Alfredo Sert\u00e3 e John Cassio - Su\u00edte com dependencias\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2015\/09\/suite-com-dependencias.jpg\" alt=\"Alfredo Sert\u00e3 e John Cassio - Su\u00edte com dependencias\"\/><\/a><a class=\"mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=xinVaA-2HqU\" data-caption=\"Uau, Miau e Piau\"><img decoding=\"async\" src=\"https:\/\/acr.com.br\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-14-at-10.17.35-1024x516.jpeg\" alt=\"Uau, Miau e Piau\"\/><\/a><\/div>\r\n<div id=\"load_more_holder_tpagQs\" style=\"display:none\"><\/div>\r\n\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t(function($){\r\n\t\t\t\t\t$(\"#justified_gallery_tpagQs\").justifiedGallery({\r\n\t\t\t\t\t\tsizeRangeSuffixes : {\r\n\t\t\t\t'lt100': '', \r\n\t\t\t\t'lt240': '', \r\n\t\t\t\t'lt320': '', \r\n\t\t\t\t'lt500': '', \r\n\t\t\t\t'lt640': '', \r\n\t\t\t\t'lt1024': ''\r\n\t\t\t},rowHeight: 200,\r\nmargins: 10,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: true,\r\nmaxRowHeight: 0,\r\nrel: \"tpagQs\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\r\n\t\t\t\t\t.on('jg.complete', function(){\r\n\t\t\t\t\t\t$('#justified_gallery_tpagQs').photobox('a',{title: true,\r\ncounter: \"(A\/B)\",\r\nthumbs: true,\r\nautoplay: true,\r\ntime: 3000,\r\nzoomable: true,\r\nhistory: false,\r\n});\t\t\t\t\t});\r\n\t\t\t\t\tvar nodes = document.querySelectorAll('#justified_gallery_tpagQs > *'),\r\n_nodes = [].slice.call(nodes, 0);\r\nvar getDirection = function (ev, obj) {\r\n    \/\/ the width and height of the current div\r\n\tvar w = $(obj).width(),\r\n\t\th = $(obj).height(),\r\n\t\t\/\/ calculate the x and y to get an angle to the center of the div from that x and y.\r\n\t\t\/\/ gets the x value relative to the center of the DIV and \"normalize\" it\r\n\t\tx = ( ev.pageX - $(obj).offset().left - ( w\/2 )) * ( w > h ? ( h\/w ) : 1 ),\r\n\t\ty = ( ev.pageY - $(obj).offset().top  - ( h\/2 )) * ( h > w ? ( w\/h ) : 1 ),\r\n\t\t\/\/ the angle and the direction from where the mouse came in\/went out clockwise (TRBL=0123);\r\n\t\t\/\/ first calculate the angle of the point,\r\n\t\t\/\/ add 180 deg to get rid of the negative values\r\n\t\t\/\/ divide by 90 to get the quadrant\r\n\t\t\/\/ add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top\/right\/bottom\/left) **\/\r\n\t\tdirection = Math.round( ( ( ( Math.atan2(y, x) * (180 \/ Math.PI) ) + 180 ) \/ 90 ) + 3 ) % 4;\r\n\treturn direction;\r\n};\r\nvar addClass = function ( ev, obj, state ) {\r\n    var direction = getDirection( ev, obj ),\r\n        class_suffix = \"\";\r\n    obj.className = \"\";\r\n    switch ( direction ) {\r\n        case 0 : class_suffix = '-top';    break;\r\n        case 1 : class_suffix = '-right';  break;\r\n        case 2 : class_suffix = '-bottom'; break;\r\n        case 3 : class_suffix = '-left';   break;\r\n    }\r\n    obj.classList.add( state + class_suffix );\r\n};\r\n\/\/ bind events\r\n_nodes.forEach(function (el) {\r\n    el.addEventListener('mouseenter', function (ev) {\r\n        addClass( ev, this, 'in' );\r\n    }, false);\r\n    el.addEventListener('mouseleave', function (ev) {\r\n        addClass( ev, this, 'out' );\r\n    }, false);\r\n});\t\t\t\t\tWebFontConfig = {\r\n\tgoogle: { families: [] }\r\n};\r\n(function() {\r\n\tvar wf = document.createElement('script');\r\n\twf.src = ('https:' == document.location.protocol ? 'https' : 'http') +\r\n\t\t':\/\/ajax.googleapis.com\/ajax\/libs\/webfont\/1\/webfont.js';\r\n\twf.type = 'text\/javascript';\r\n\twf.async = 'true';\r\n\tvar s = document.getElementsByTagName('script')[0];\r\n\ts.parentNode.insertBefore(wf, s);\r\n})();WebFontConfig.google.families.push('Lobster');\t\t\t\t\t\t\t\t\tvar galleries = [];\r\n\t\t\t\tvar gallery = $(\"#justified_gallery_tpagQs\");\r\n\t\t\t\t$(window).scroll(function() {\r\n\t\t\t\t\tif ( galleries.length >= 1  ) {\r\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\r\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\r\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\r\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\r\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\r\n\t\t\t\t\t\tif( gallery_bottom <= scroll_bottom ) {\r\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\r\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_tpagQs\").html(images).text();\r\n\t\t\t\t\t\t\t$(gallery).append(image_html);\r\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t});\t\t\t\t})(jQuery);\r\n\t\t\t<\/script>\r\n\t\t\t\t\t\t<style>\r\n\t            #justified_gallery_tpagQs .sgg-caption {\r\n\t\t\t\t\tbackground: rgb(0,0,0);\r\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\r\n\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t\tfont-size: 1em;\r\n\t\t\t\t\tfont-weight: 400;\r\n\t\t\t\t\tfont-family: Lobster;\r\n\t\t\t\t}\r\n\t\t\t\t#load_more_tpagQs {\r\n\t\t\t\t    background: #444444;\r\n\t\t\t\t    color: #ffffff;\r\n\t\t\t\t}\r\n\t\t\t<\/style>\r\n        \t\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":308,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-136","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=136"}],"version-history":[{"count":18,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/136\/revisions"}],"predecessor-version":[{"id":1163,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/pages\/136\/revisions\/1163"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/acr.com.br\/index.php?rest_route=\/wp\/v2\/media\/308"}],"wp:attachment":[{"href":"https:\/\/acr.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}