<script>
(function() {
    const startVimeoOnInteraction = function() {
        // Buscamos el iframe de Vimeo específico de Avada
        const vimeoIframe = document.querySelector('.fusion-vimeo iframe, .video-shortcode iframe[src*="vimeo.com"]');
        
        if (vimeoIframe) {
            // Enviamos la orden de "play" a la API de Vimeo
            vimeoIframe.contentWindow.postMessage(JSON.stringify({
                "method": "play"
            }), "*");

            // Una vez ejecutado, limpiamos todos los escuchadores para liberar memoria
            interactionEvents.forEach(type => {
                window.removeEventListener(type, startVimeoOnInteraction, { capture: true });
            });
        }
    };

    // Lista de interacciones válidas para los navegadores
    const interactionEvents = ['mousedown', 'keydown', 'touchstart', 'scroll'];

    // Registramos los eventos
    interactionEvents.forEach(type => {
        window.addEventListener(type, startVimeoOnInteraction, { 
            once: true, 
            passive: true, 
            capture: true 
        });
    });
})();
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://aprendelatino.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://aprendelatino.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://aprendelatino.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://aprendelatino.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://aprendelatino.com/wp-sitemap-posts-pc_curso-1.xml</loc></sitemap><sitemap><loc>https://aprendelatino.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://aprendelatino.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://aprendelatino.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
