{7icem7i-jAccept-Encoding,User-Agent /Er21P KEY: https://maringagroup.com/wp-content/themes/thema/js/main.js HTTP/1.1 200 OK Date: Tue, 09 Dec 2025 00:30:53 GMT Server: Apache Last-Modified: Thu, 18 Jan 2024 17:45:26 GMT Accept-Ranges: bytes Content-Length: 1888 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript /** * Created by Diego on 09/08/2015. */ $(function(){ $('.search input[type=submit]').val(''); $("#owl-demo").owlCarousel({ autoPlay : 3000, stopOnHover : true, navigation:false, paginationSpeed : 1000, goToFirstSpeed : 2000, singleItem : true, autoHeight : true, transitionStyle:"fade", pagination : true, paginationNumbers: true, }); $("#owl-demo2").owlCarousel({ autoPlay: 26000, //Set AutoPlay to 3 seconds items :2, itemsDesktop : [1199,1], itemsDesktopSmall : [979,1], pagination : false, navigation : true }); $("#owl-demo3").owlCarousel({ autoPlay : false, navigation : true, // Show next and prev buttons slideSpeed : 800, pagination : false, paginationSpeed : 800, singleItem:true }); var divide = $('.banner .owl-pagination').width() / 2; $('.banner .owl-pagination').width() / 2; $('.banner .owl-pagination').css('margin-left', '-'+divide+'px'); //Fotos $(".fancy").fancybox({ openEffect : 'elastic', closeEffect : 'elastic' }); //Vídeos $('.fancybox-media') .attr('rel', 'media-gallery') .fancybox({ openEffect : 'none', closeEffect : 'none', prevEffect : 'none', nextEffect : 'none', arrows : false, helpers : { media : {}, buttons : {} } }); }); $(document).ready(function() { $("a[rel=catalogo]").fancybox({ 'width' : '100%', 'height' : '100%', 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe' }); });;