=j m` t=j hK Accept-Encoding,User-Agent hjQ$+rO KEY: https://ml.deputadamaralima.com.br/js/main.js HTTP/1.1 200 OK Date: Thu, 25 Jun 2026 18:35:12 GMT Server: Apache Last-Modified: Wed, 07 Apr 2021 02:03:24 GMT Accept-Ranges: bytes Content-Length: 4005 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript jQuery(function($) {'use strict', //#main-slider $(function(){ $('#main-slider.carousel').carousel({ interval: 8000 }); }); // accordian $('.accordion-toggle').on('click', function(){ $(this).closest('.panel-group').children().each(function(){ $(this).find('>.panel-heading').removeClass('active'); }); $(this).closest('.panel-heading').toggleClass('active'); }); //Initiat WOW JS new WOW().init(); // portfolio filter $(window).load(function(){'use strict'; var $portfolio_selectors = $('.portfolio-filter >li>a'); var $portfolio = $('.portfolio-items'); $portfolio.isotope({ itemSelector : '.portfolio-item', layoutMode : 'fitRows' }); $portfolio_selectors.on('click', function(){ $portfolio_selectors.removeClass('active'); $(this).addClass('active'); var selector = $(this).attr('data-filter'); $portfolio.isotope({ filter: selector }); return false; }); }); // Contact form var form = $('#main-contact-form'); form.submit(function(event){ event.preventDefault(); var form_status = $('
'); $.ajax({ url: $(this).attr('action'), beforeSend: function(){ form.prepend( form_status.html('Email is sending...
').fadeIn() ); } }).done(function(data){ form_status.html('' + data.message + '
').delay(3000).fadeOut(); }); }); //goto top $('.gototop').click(function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: $("body").offset().top }, 500); }); //Pretty Photo $("a[rel^='prettyPhoto']").prettyPhoto({ social_tools: false }); }); /** * Created by Diego on 09/08/2015. */ $(function(){ $('.search input[type=submit]').val(''); $("#owl-demo").owlCarousel({ autoPlay: 31000, //Set AutoPlay to 3 seconds items :3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : false, navigation : true }); $("#owl-demo_1").owlCarousel({ autoPlay: 32000, //Set AutoPlay to 3 seconds items :1, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : true, navigation : false }); $("#owl-demo_2").owlCarousel({ autoPlay: 30000, //Set AutoPlay to 3 seconds items :2, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : false, navigation : true }); $("#owl-demo_3").owlCarousel({ autoPlay: 30000, //Set AutoPlay to 3 seconds items :3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : false, navigation : true }); $("#owl-demo_4").owlCarousel({ autoPlay: 30000, //Set AutoPlay to 3 seconds items :3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : false, navigation : true }); $("#owl-demo_5").owlCarousel({ autoPlay: 30000, //Set AutoPlay to 3 seconds items :7, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : false, navigation : false }); $("#owl-demo_6").owlCarousel({ autoPlay: 50000, //Set AutoPlay to 3 seconds items :1, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3], pagination : true, navigation : false }); 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 : {} } }); $('#popup a:first').on('click', function(){ $("#popup").fadeOut(); $("#popup_mascara").fadeOut(); }); });