2492
| <![CDATA[<script>
window.addEventListener('DOMContentLoaded', () => {
setTimeout(() => {
const myCallback = function() {
if (document.readyState == 'complete') {
google.search.cse.element.render(
{
div: 'searchGoogleContent',
tag: 'search'
});
} else {
google.setOnLoadCallback(function() {
google.search.cse.element.render(
{
div: 'searchGoogleContent',
tag: 'search'
});
}, true);
}
};
window.__gcse = {
parsetags: 'explicit',
callback: myCallback
};
(() => {
const cx = '011042267039235339792:w6o5jhhdtiy';
const gcse = document.createElement('script'); gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
const s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
}, 2000);
})
</script>]]>
|
3132
| <![CDATA[<script type="text/javascript">
$('#carouselOutrasNoticias .owl-carousel').owlCarousel({
autoplayTimeout: 6000,
loop : false,
smartSpeed:600,
margin: 10,
items: 2,
dots: false,
nav: true,
navText: ['<svg viewBox="0 0 6.24 10.32"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" d="M0,10.32h6.24V0H0V10.32z M3.79,6.96l-1.75-1.8l1.75-1.8L4.2,3.78L2.86,5.16L4.2,6.54L3.79,6.96z"/></svg>','<svg viewBox="0 0 6.24 10.32"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" d="M6.24,0H0v10.32h6.24V0z M2.45,3.359l1.75,1.8l-1.75,1.8L2.04,6.54l1.34-1.38l-1.34-1.38L2.45,3.359z"/></svg>'],
responsiveClass:true,
responsive : {
768 : {
items : 3
},
992 : {
items : 4
}
}
});
$(document).ready(function($) {
$('.headingsLeftContent div:first-child a').trigger("click");
});
</script>]]>
|