<script>
document.addEventListener("DOMContentLoaded", function () {

    const openPrivacy = document.getElementById("openPrivacy");
    const modalPrivacy = document.getElementById("modal-privacy");

    if (openPrivacy && modalPrivacy) {
        openPrivacy.addEventListener("click", function (e) {
            e.preventDefault();
            modalPrivacy.style.display = "flex";
        });
    }

    document.querySelectorAll(".close-modal").forEach(btn => {
        btn.addEventListener("click", function () {
            this.closest(".modal-overlay").style.display = "none";
        });
    });

    document.querySelectorAll(".modal-overlay").forEach(modal => {
        modal.addEventListener("click", function (e) {
            if (e.target === modal) {
                modal.style.display = "none";
            }
        });
    });

});
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://suricatusgames.com/sitemaps.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">	<url>
				<loc>https://suricatusgames.com/</loc>
				</url>	<url>
				<loc>https://suricatusgames.com/politica-de-privacidade/</loc>
				<lastmod>2026-04-30T20:34:46+00:00</lastmod>
				
			</url></urlset>