<?xml version="1.0" encoding="UTF-8"?>
<!-- This sitemap was dynamically generated on 27 July 2026 at 16:37 by All in One SEO v4.9.10 - the original SEO plugin for WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://www.ersaparana.com.ar/default-sitemap.xsl?sitemap=root"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><![CDATA[https://www.ersaparana.com.ar/post-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-07-13T12:11:30+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ersaparana.com.ar/page-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-07-23T07:29:58+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://www.ersaparana.com.ar/category-sitemap.xml]]></loc>
		<lastmod><![CDATA[2026-07-13T12:11:30+00:00]]></lastmod>
	</sitemap>
</sitemapindex>
<script id="ersa-footer-fix-v6">
    (function () {
        function repairErsaFooter() {
            var headings = document.querySelectorAll("h5");

            headings.forEach(function (heading) {
                var text = (heading.innerText || heading.textContent || "")
                    .replace(/\s+/g, " ")
                    .trim();

                if (text.indexOf("Copyright © 2010 ERSA PARANA") === -1) {
                    return;
                }

                heading.innerHTML = ""
                    + "Para consultas, sugerencias o información adicional, "
                    + "escríbanos a "
                    + "<a href=\"mailto:contacto@ersaparana.com.ar\">"
                    + "contacto@ersaparana.com.ar</a>.<br>"
                    + "Copyright &copy; 2026 ERSA Paraná. "
                    + "Todos los derechos reservados.<br>"
                    + "Última actualización: julio de 2026.";

                var dattaTec = heading.nextElementSibling;
                if (
                    dattaTec
                    && dattaTec.tagName === "P"
                    && (dattaTec.textContent || "").trim() === "DattaTec"
                ) {
                    dattaTec.remove();
                }
            });

            document.querySelectorAll("footer.acwpb-editable-footer")
                .forEach(function (footer) {
                    footer.remove();
                });
        }

        if (document.readyState === "loading") {
            document.addEventListener("DOMContentLoaded", repairErsaFooter);
        } else {
            repairErsaFooter();
        }
    }());
    </script><!-- ERSA_FOOTER_FIX_V6_ACTIVE --><script id="ersa-contact-page-fix-v1">
    (function () {
        function rewriteErsaContactPage() {
            var route = (window.location.pathname + window.location.search)
                .toLowerCase();

            if (route.indexOf("datos_de_contacto.htm") === -1) {
                return;
            }

            var content = document.querySelector(".acwpb-detected-content");
            if (!content) {
                return;
            }

            content.innerHTML = `
                <div class="ersa-contact-block">
                    <h2><u>Información de contacto</u></h2>

                    <section>
                        <h3>Correo Electrónico</h3>
                        <p>
                            <a href="mailto:contacto@ersaparana.com.ar">
                                contacto@ersaparana.com.ar
                            </a>
                        </p>
                    </section>

                    <section>
                        <h3>Facebook</h3>
                        <p>www.facebook.com/ersaparanainfo</p>
                    </section>

                    <section>
                        <h3>Centro de Atención (Línea Gratuita)</h3>
                        <p>0800 – 555 3772</p>
                    </section>

                    <section>
                        <h3>ERSA PARANÁ</h3>
                        <p>
                            <strong>Dirección Postal:</strong>
                            Avenida del Transporte 1850 – Paraná –
                            C.P.: 3100 – Entre Ríos.
                        </p>
                        <p>
                            <strong>Teléfono:</strong>
                            (0343) 555-2180 / 555-2181
                        </p>
                    </section>

                    <section>
                        <h3>ERSA FLUVIALES</h3>
                        <p>
                            <strong>Dirección Postal:</strong>
                            Paseo Costero 420 – Paraná –
                            C.P.: 3100 – Entre Ríos.
                        </p>
                        <p>
                            <strong>Teléfono:</strong>
                            (0343) 555-3290
                        </p>
                    </section>

                    <section class="ersa-contact-terminal">
                        <h3>Terminal de Ómnibus Paraná</h3>
                        <p><strong>Ventanilla:</strong> Nº 14</p>
                        <p><strong>Teléfono:</strong> (0343) 555-4412</p>
                    </section>

                    <section class="ersa-contact-terminal">
                        <h3>Terminal de Ómnibus Santa Fe</h3>
                        <p><strong>Ventanilla:</strong> Nº 22</p>
                        <p><strong>Teléfono:</strong> (0342) 555-5630</p>
                    </section>
                </div>
            `;

            var style = document.getElementById("ersa-contact-page-style-v1");
            if (!style) {
                style = document.createElement("style");
                style.id = "ersa-contact-page-style-v1";
                style.textContent = `
                    .ersa-contact-block {
                        box-sizing: border-box;
                        width: 100%;
                        color: #111;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 14px;
                        line-height: 1.5;
                    }
                    .ersa-contact-block h2 {
                        margin: 0 0 16px;
                        color: #111;
                        font-size: 24px;
                        line-height: 1.25;
                    }
                    .ersa-contact-block section {
                        margin: 0 0 18px;
                    }
                    .ersa-contact-block h3 {
                        margin: 0 0 5px;
                        color: #c40000;
                        font-size: 18px;
                        line-height: 1.3;
                        text-decoration: underline;
                    }
                    .ersa-contact-block p {
                        margin: 3px 0;
                    }
                    .ersa-contact-block a {
                        color: #0000ee;
                        overflow-wrap: anywhere;
                    }
                    .ersa-contact-terminal {
                        margin-left: 24px !important;
                    }
                    @media (max-width: 640px) {
                        .ersa-contact-block h2 {
                            font-size: 21px;
                        }
                        .ersa-contact-block h3 {
                            font-size: 17px;
                        }
                        .ersa-contact-terminal {
                            margin-left: 0 !important;
                        }
                    }
                `;
                document.head.appendChild(style);
            }
        }

        if (document.readyState === "loading") {
            document.addEventListener(
                "DOMContentLoaded",
                rewriteErsaContactPage
            );
        } else {
            rewriteErsaContactPage();
        }
    }());
    </script><!-- ERSA_CONTACT_PAGE_FIX_V1_ACTIVE -->