2512
| <![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>]]>
|
2968
| <![CDATA[<script>
$('#carouselFotos .owl-carousel').owlCarousel({
animateIn: 'fadeIn',
animateOut: 'fadeOut',
items: 1,
loop : false,
mouseDrag: false,
smartSpeed:600,
margin: 0,
video: true,
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.32V0h6.24v10.32H0z M4.99,5.8L3.12,4.13L1.25,5.8l0.44,0.39l1.43-1.28l1.43,1.28L4.99,5.8z"/></svg>','<svg viewBox="0 0 6.24 10.32"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" d="M0,0v10.32h6.24V0H0z M4.99,4.52L3.12,6.19L1.25,4.52l0.44-0.39 l1.43,1.28l1.43-1.28L4.99,4.52z"/></svg>']
});
$('#carouselOutrasNoticias .owl-carousel').owlCarousel({
items: 4,
autoplay:true,
autoplayTimeout: 6000,
loop : false,
smartSpeed:600,
margin: 10,
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>']
});
$('.gallery').magnificPopup({
delegate: 'a',
type: 'image',
removalDelay: 300,
mainClass: 'mfp-fade',
gallery: {
enabled: true
}
});
var latLong = '-31.0024932, -52.0495858';
$("#mapa_content").html('<iframe frameborder="0" src="https://www.google.com/maps/embed/v1/place?q='+ latLong +'&zoom=13&key=AIzaSyCQriZAdj4O1zDNnp5Csv-onh-aMKRTJ4w"></iframe>');
</script>]]>
|