

<style>
    .asc-banner-final {
        background: #b90a8eff;
        color: #ffffff;
        padding: 12px 20px;
        font-family: 'Segoe UI', Roboto, Arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 9999;
        width: 100%;
        box-sizing: border-box;
    }

    .asc-banner-text {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }

    .asc-banner-btn {
        background-color: #ffffff;
        color: #b90a8eff !important;
        padding: 10px 22px;
        border-radius: 5px;
        text-decoration: none;
        margin-left: 20px;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        display: inline-block;
        white-space: nowrap;
        animation: pulse-water 2s infinite;
    }

    @keyframes pulse-water {
        0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
        70% { box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
        100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
    }

    /* Clase actualizada para que sea visible para todos */
    .asc-close-banner {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        background: rgba(0,0,0,0.2);
        color: white;
        width: 26px;
        height: 26px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        font-size: 14px;
        font-weight: bold;
        transition: background 0.3s;
    }

    .asc-close-banner:hover {
        background: rgba(0,0,0,0.5);
    }

    @media (max-width: 768px) {
        .asc-banner-final { flex-direction: column; padding: 25px 15px; text-align: center; }
        .asc-banner-text { font-size: 14px; margin-bottom: 15px; padding-right: 10px; padding-left: 10px; }
        .asc-banner-btn { width: 100%; margin-left: 0; max-width: 280px; }
        .asc-close-banner { top: 8px; transform: none; right: 8px; }
    }
</style>

<div id="bannerLeads" class="asc-banner-final">
    <p class="asc-banner-text">
        ¿Eres propietario? Publicá tu vivienda, pagá solo por consultas reales y llevate <b>🎁 10 CRÉDITOS DE REGALO</b>
    </p>
    <a href="https://api.whatsapp.com/send?phone=5492235508919&text=Hola%21+Vi+el+banner+en+la+web.+Me+interesa+publicar+mi+vivienda+con+el+sistema+de+10+cr%C3%A9ditos+de+regalo+y+pagar+solo+por+consultas." target="_blank" class="asc-banner-btn">
        Más Información
    </a>

    <!-- Botón X ahora disponible para todos -->
    <span class="asc-close-banner" onclick="cerrarBannerASC();" title="Cerrar banner">×</span>
</div>

<script>
    function cerrarBannerASC() {
        document.getElementById('bannerLeads').style.display = 'none';
        // Opcional: Guardamos en la sesión que el usuario ya lo cerró
        sessionStorage.setItem('asc_banner_cerrado', 'true');
    }

    // Al cargar la página, verificamos si ya lo cerró antes
    document.addEventListener("DOMContentLoaded", function() {
        if (sessionStorage.getItem('asc_banner_cerrado') === 'true') {
            document.getElementById('bannerLeads').style.display = 'none';
        }
    });
</script>



<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//alquileresantaclara.com.ar/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://alquileresantaclara.com.ar/page-sitemap.xml</loc>
		<lastmod>2026-04-29T08:16:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://alquileresantaclara.com.ar/product-sitemap.xml</loc>
		<lastmod>2026-04-10T17:38:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://alquileresantaclara.com.ar/product_brand-sitemap.xml</loc>
		<lastmod>2026-04-10T17:38:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://alquileresantaclara.com.ar/product_cat-sitemap.xml</loc>
		<lastmod>2026-04-10T17:38:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://alquileresantaclara.com.ar/product_tag-sitemap.xml</loc>
		<lastmod>2026-04-10T17:38:21+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->