{"id":4796,"date":"2026-05-05T11:08:52","date_gmt":"2026-05-05T16:08:52","guid":{"rendered":"https:\/\/epaa.gob.ec\/wp\/?page_id=4796"},"modified":"2026-05-06T10:33:20","modified_gmt":"2026-05-06T15:33:20","slug":"rendicion-de-cuentas-2025","status":"publish","type":"page","link":"https:\/\/epaa.gob.ec\/wp\/?page_id=4796","title":{"rendered":"Rendici\u00f3n de Cuentas 2025"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       DASHBOARD DE INDICADORES - KPIs\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-kpi-section {\n        font-family: 'Poppins', sans-serif;\n        margin-bottom: 60px;\n    }\n\n    .epaa-kpi-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 25px;\n        margin-bottom: 40px;\n    }\n\n    .epaa-kpi-card {\n        background: white;\n        border-radius: var(--epaa-radius);\n        padding: 35px 25px;\n        text-align: center;\n        border: 2px solid var(--epaa-border);\n        transition: var(--epaa-transition);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .epaa-kpi-card::before {\n        content: \"\";\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 5px;\n        background: var(--epaa-primary);\n        transform: scaleX(0);\n        transition: transform 0.4s ease;\n    }\n\n    .epaa-kpi-card:hover {\n        transform: translateY(-8px);\n        box-shadow: var(--epaa-shadow-lg);\n        border-color: var(--epaa-primary);\n    }\n\n    .epaa-kpi-card:hover::before {\n        transform: scaleX(1);\n    }\n\n    .epaa-kpi-icon {\n        width: 70px;\n        height: 70px;\n        background: var(--epaa-tag-bg);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin: 0 auto 20px;\n        transition: all 0.3s ease;\n    }\n\n    .epaa-kpi-card:hover .epaa-kpi-icon {\n        background: var(--epaa-primary);\n        transform: scale(1.1);\n    }\n\n    .epaa-kpi-icon svg {\n        stroke: var(--epaa-primary);\n        transition: stroke 0.3s ease;\n    }\n\n    .epaa-kpi-card:hover .epaa-kpi-icon svg {\n        stroke: white;\n    }\n\n    .epaa-kpi-number {\n        font-size: 2.8em;\n        font-weight: 800;\n        color: var(--epaa-primary);\n        line-height: 1;\n        margin-bottom: 10px;\n    }\n\n    .epaa-kpi-label {\n        font-size: 1em;\n        font-weight: 600;\n        color: var(--epaa-text-main);\n        margin-bottom: 8px;\n    }\n\n    .epaa-kpi-detail {\n        font-size: 0.85em;\n        color: var(--epaa-text-muted);\n    }\n\n    \/* Barra de progreso circular (opcional) *\/\n    .epaa-kpi-progress {\n        width: 80px;\n        height: 80px;\n        margin: 0 auto 15px;\n        position: relative;\n    }\n\n    .epaa-kpi-progress svg {\n        transform: rotate(-90deg);\n    }\n\n    .epaa-kpi-progress-circle {\n        fill: none;\n        stroke: var(--epaa-border);\n        stroke-width: 6;\n    }\n\n    .epaa-kpi-progress-bar {\n        fill: none;\n        stroke: var(--epaa-primary);\n        stroke-width: 6;\n        stroke-linecap: round;\n        stroke-dasharray: 220;\n        stroke-dashoffset: 220;\n        transition: stroke-dashoffset 2s ease;\n    }\n\n    .epaa-kpi-progress-text {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        font-size: 1.3em;\n        font-weight: 700;\n        color: var(--epaa-primary);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .epaa-kpi-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n\n    @media (max-width: 768px) {\n        .epaa-kpi-grid { grid-template-columns: 1fr; gap: 15px; }\n        .epaa-kpi-card { padding: 25px 20px; }\n        .epaa-kpi-number { font-size: 2.2em; }\n    }    \n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       VARIABLES CSS - Consistentes con el sitio\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    :root {\n        --epaa-primary: #274a82;\n        --epaa-primary-dark: #1e3a65;\n        --epaa-primary-light: #60a5fa;\n        --epaa-secondary: #546e7a;\n        --epaa-bg-light: #f8faff;\n        --epaa-text-white: #ffffff;\n        --epaa-text-main: #2c3e50;\n        --epaa-text-body: #4a5568;\n        --epaa-text-muted: #718096;\n        --epaa-text-light: #a0aec0;\n        --epaa-border: #eef2f6;\n        --epaa-tag-bg: #e9f0f8;\n        --epaa-shadow-sm: 0 4px 15px rgba(39, 74, 130, 0.15);\n        --epaa-shadow-md: 0 10px 30px rgba(0,0,0,0.08);\n        --epaa-shadow-lg: 0 20px 40px rgba(0,0,0,0.12);\n        --epaa-radius: 20px;\n        --epaa-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       CONTENEDOR PRINCIPAL\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-rc-section {\n        font-family: 'Poppins', sans-serif;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n        color: var(--epaa-text-main);\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       HEADER \/ BASE LEGAL\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-rc-header {\n        background: linear-gradient(135deg, var(--epaa-primary) 0%, var(--epaa-primary-dark) 100%);\n        padding: 40px;\n        border-radius: var(--epaa-radius);\n        margin-bottom: 50px;\n        box-shadow: var(--epaa-shadow-lg);\n        position: relative;\n        overflow: hidden;\n        color: white;\n    }\n\n    .epaa-rc-header::before {\n        content: \"\";\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n        opacity: 0.5;\n    }\n\n    .epaa-rc-header h2 {\n        font-size: 1.8em;\n        font-weight: 700;\n        margin-bottom: 20px;\n        display: flex;\n        align-items: center;\n        gap: 12px;\n        position: relative;\n        z-index: 1;\n    }\n\n    .epaa-rc-header p {\n        font-size: 1.05em;\n        line-height: 1.8;\n        color: var(--epaa-text-light);\n        position: relative;\n        z-index: 1;\n        text-align: justify;\n    }\n\n    .epaa-rc-header strong {\n        color: white;\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       T\u00cdTULO DE SECCI\u00d3N\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-section-title {\n        text-align: center;\n        color: var(--epaa-primary);\n        font-weight: 800;\n        margin-bottom: 40px;\n        font-size: 2.2em;\n        position: relative;\n    }\n\n    .epaa-section-title::after {\n        content: \"\";\n        display: block;\n        width: 80px;\n        height: 4px;\n        background: var(--epaa-primary);\n        margin: 15px auto 0;\n        border-radius: 2px;\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       TABLA DE DOCUMENTOS\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-docs-table {\n        width: 100%;\n        border-collapse: separate;\n        border-spacing: 0;\n        margin-bottom: 50px;\n        background: white;\n        border-radius: var(--epaa-radius);\n        overflow: hidden;\n        box-shadow: var(--epaa-shadow-md);\n    }\n\n    .epaa-docs-table thead {\n        background: var(--epaa-primary);\n        color: white;\n    }\n\n    .epaa-docs-table th {\n        padding: 18px 20px;\n        text-align: left;\n        font-weight: 700;\n        font-size: 0.95em;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .epaa-docs-table th:first-child {\n        border-radius: var(--epaa-radius) 0 0 0;\n    }\n\n    .epaa-docs-table th:last-child {\n        border-radius: 0 var(--epaa-radius) 0 0;\n        text-align: center;\n    }\n\n    .epaa-docs-table td {\n        padding: 18px 20px;\n        border-bottom: 1px solid var(--epaa-border);\n        color: var(--epaa-text-body);\n        font-size: 0.95em;\n        vertical-align: middle;\n    }\n\n    .epaa-docs-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    .epaa-docs-table tr {\n        transition: background 0.3s ease;\n    }\n\n    .epaa-docs-table tbody tr:hover {\n        background: var(--epaa-bg-light);\n    }\n\n    .epaa-docs-table td:first-child {\n        font-weight: 600;\n        color: var(--epaa-text-main);\n    }\n\n    \/* Botones de acci\u00f3n en tabla *\/\n    .epaa-action-btns {\n        display: flex;\n        gap: 10px;\n        justify-content: center;\n        flex-wrap: wrap;\n    }\n\n    .epaa-btn-view,\n    .epaa-btn-download {\n        display: inline-flex;\n        align-items: center;\n        gap: 6px;\n        padding: 8px 16px;\n        border-radius: 50px;\n        text-decoration: none !important;\n        font-weight: 600;\n        font-size: 0.85em;\n        transition: var(--epaa-transition);\n        border: none;\n        cursor: pointer;\n    }\n\n    .epaa-btn-view {\n        background: var(--epaa-tag-bg);\n        color: var(--epaa-primary) !important;\n    }\n\n    .epaa-btn-view:hover {\n        background: var(--epaa-primary);\n        color: white !important;\n        transform: translateY(-2px);\n    }\n\n    .epaa-btn-download {\n        background: var(--epaa-primary);\n        color: white !important;\n        box-shadow: var(--epaa-shadow-sm);\n    }\n\n    .epaa-btn-download:hover {\n        background: var(--epaa-primary-dark);\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(39, 74, 130, 0.3);\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECCI\u00d3N DE DOCUMENTOS ADICIONALES\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-docs-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px;\n        margin-bottom: 50px;\n    }\n\n    .epaa-doc-card {\n        background: white;\n        border-radius: var(--epaa-radius);\n        padding: 30px;\n        border: 2px solid var(--epaa-border);\n        transition: var(--epaa-transition);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .epaa-doc-card::before {\n        content: \"\";\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 4px;\n        background: var(--epaa-primary);\n        transform: scaleX(0);\n        transition: transform 0.4s ease;\n    }\n\n    .epaa-doc-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--epaa-shadow-lg);\n        border-color: var(--epaa-primary);\n    }\n\n    .epaa-doc-card:hover::before {\n        transform: scaleX(1);\n    }\n\n    .epaa-doc-card h4 {\n        color: var(--epaa-primary);\n        font-weight: 700;\n        margin-bottom: 10px;\n        font-size: 1.1em;\n    }\n\n    .epaa-doc-card p {\n        color: var(--epaa-text-muted);\n        font-size: 0.9em;\n        line-height: 1.6;\n        margin-bottom: 15px;\n    }\n\n    .epaa-doc-card .epaa-btn-download {\n        width: 100%;\n        justify-content: center;\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       FOOTER\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .epaa-update-info {\n        text-align: center;\n        margin-top: 60px;\n        font-size: 0.85em;\n        color: var(--epaa-text-light);\n        border-top: 1px solid #edf2f7;\n        padding-top: 20px;\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       ANIMACIONES\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    @keyframes fadeInUp {\n        from { opacity: 0; transform: translateY(30px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    .epaa-animate {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n\n    .epaa-animate.epaa-visible {\n        animation: fadeInUp 0.7s ease forwards;\n    }\n\n    .epaa-delay-1 { animation-delay: 0.1s; }\n    .epaa-delay-2 { animation-delay: 0.2s; }\n    .epaa-delay-3 { animation-delay: 0.3s; }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       RESPONSIVE\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    @media (max-width: 768px) {\n        .epaa-rc-header { padding: 25px; border-radius: 15px; }\n        .epaa-rc-header h2 { font-size: 1.4em; }\n        .epaa-section-title { font-size: 1.8em; }\n        \n        .epaa-docs-table { display: block; overflow-x: auto; }\n        .epaa-docs-table th,\n        .epaa-docs-table td { padding: 12px 15px; font-size: 0.9em; }\n        \n        .epaa-action-btns { flex-direction: column; }\n        .epaa-btn-view, .epaa-btn-download { width: 100%; justify-content: center; }\n        \n        .epaa-docs-grid { grid-template-columns: 1fr; gap: 15px; }\n        .epaa-doc-card { padding: 20px; }\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       MOVIMIENTO REDUCIDO\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    @media (prefers-reduced-motion: reduce) {\n        .epaa-animate {\n            animation: none !important;\n            transition: none !important;\n            opacity: 1;\n            transform: none;\n        }\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       IMPRESI\u00d3N\n       \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    @media print {\n        .epaa-rc-header { background: var(--epaa-primary) !important; }\n        .epaa-docs-table { box-shadow: none; border: 1px solid #ccc; }\n        .epaa-btn-view, .epaa-btn-download { \n            border: 1px solid var(--epaa-primary); \n            color: var(--epaa-primary) !important; \n            background: white !important;\n        }\n    }\n<\/style>\n<div class=\"epaa-kpi-section\">\n    <h3 class=\"epaa-section-title epaa-animate\">Indicadores de Gesti\u00f3n 2025<\/h3>\n    \n    <div class=\"epaa-kpi-grid\">\n        \n        <!-- KPI 1: Usuarios -->\n        <div class=\"epaa-kpi-card epaa-animate epaa-delay-1\">\n            <div class=\"epaa-kpi-icon\">\n                <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n                    <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\n                    <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/>\n                    <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n                <\/svg>\n            <\/div>\n            <div class=\"epaa-kpi-number\" data-count=\"15230\">0<\/div>\n            <div class=\"epaa-kpi-label\">Usuarios Atendidos<\/div>\n            <div class=\"epaa-kpi-detail\">+8% vs 2024<\/div>\n        <\/div>\n\n        <!-- KPI 2: Cobertura -->\n        <div class=\"epaa-kpi-card epaa-animate epaa-delay-2\">\n            <div class=\"epaa-kpi-icon\">\n                <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M12 22s-8-4.5-8-11.8A8 8 0 0 1 12 2a8 8 0 0 1 8 8.2c0 7.3-8 11.8-8 11.8z\"\/>\n                    <path d=\"M12 6v6l4 2\"\/>\n                <\/svg>\n            <\/div>\n            <div class=\"epaa-kpi-progress\">\n                <svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\">\n                    <circle class=\"epaa-kpi-progress-circle\" cx=\"40\" cy=\"40\" r=\"35\"\/>\n                    <circle class=\"epaa-kpi-progress-bar\" cx=\"40\" cy=\"40\" r=\"35\" data-percent=\"98\"\/>\n                <\/svg>\n                <div class=\"epaa-kpi-progress-text\">98%<\/div>\n            <\/div>\n            <div class=\"epaa-kpi-label\">Cobertura Cantonal<\/div>\n            <div class=\"epaa-kpi-detail\">Meta alcanzada<\/div>\n        <\/div>\n\n        <!-- KPI 3: Calidad -->\n        <div class=\"epaa-kpi-card epaa-animate epaa-delay-3\">\n            <div class=\"epaa-kpi-icon\">\n                <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M12 22a8 8 0 0 0 8-8c0-3.5-2.5-6.5-8-12-5.5 5.5-8 8.5-8 12a8 8 0 0 0 8 8z\"\/>\n                    <path d=\"M12 14l4-4\"\/>\n                    <path d=\"M12 18h.01\"\/>\n                <\/svg>\n            <\/div>\n            <div class=\"epaa-kpi-number\" data-count=\"99.2\">0<\/div>\n            <div class=\"epaa-kpi-label\">Calidad de Agua<\/div>\n            <div class=\"epaa-kpi-detail\">% conformidad norma<\/div>\n        <\/div>\n\n        <!-- KPI 4: Obras -->\n        <div class=\"epaa-kpi-card epaa-animate epaa-delay-4\">\n            <div class=\"epaa-kpi-icon\">\n                <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M2 22h20\"\/>\n                    <path d=\"M6 18v-9a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v9\"\/>\n                    <path d=\"M10 6V4a2 2 0 0 1 4 0v2\"\/>\n                <\/svg>\n            <\/div>\n            <div class=\"epaa-kpi-number\" data-count=\"12\">0<\/div>\n            <div class=\"epaa-kpi-label\">Obras Ejecutadas<\/div>\n            <div class=\"epaa-kpi-detail\">$2.4M invertidos<\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<div class=\"epaa-rc-section\">\n    \n    <!-- HEADER \/ BASE LEGAL -->\n    <header class=\"epaa-rc-header epaa-animate\" role=\"banner\">\n        <h2>\n            <!-- SVG: Documento\/Ley -->\n            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/>\n                <polyline points=\"14 2 14 8 20 8\"\/>\n                <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/>\n                <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/>\n                <polyline points=\"10 9 9 9 8 9\"\/>\n            <\/svg>\n            Rendici\u00f3n de Cuentas 2025\n        <\/h2>\n        <p>\n            <strong>Art. 7.- Difusi\u00f3n de la Informaci\u00f3n P\u00fablica.-<\/strong> Por la transparencia en la gesti\u00f3n administrativa que est\u00e1n obligadas a observar todas las instituciones del Estado que conforman el sector p\u00fablico en los t\u00e9rminos del art\u00edculo 118 de la Constituci\u00f3n Pol\u00edtica de la Rep\u00fablica y dem\u00e1s entes se\u00f1alados en el art\u00edculo 1 de la presente Ley, difundir\u00e1n a trav\u00e9s de un portal de informaci\u00f3n o p\u00e1gina web, as\u00ed como de los medios necesarios a disposici\u00f3n del p\u00fablico, implementados en la misma instituci\u00f3n, la siguiente informaci\u00f3n m\u00ednima actualizada, que para efectos de esta Ley se la considera de naturaleza obligatoria:\n        <\/p>\n    <\/header>\n\n    <!-- DOCUMENTOS PRINCIPALES -->\n    <h3 class=\"epaa-section-title epaa-animate epaa-delay-1\">Documentos EPAA-AA 2025<\/h3>\n    \n    <div class=\"epaa-table-wrapper epaa-animate epaa-delay-2\">\n        <table class=\"epaa-docs-table\" role=\"table\">\n            <thead>\n                <tr role=\"row\">\n                    <th role=\"columnheader\">Mecanismo de Rendici\u00f3n de Cuentas EPAA-AA<\/th>\n                    <th role=\"columnheader\" style=\"text-align: center; width: 200px;\">Visualizar<\/th>\n                    <th role=\"columnheader\" style=\"text-align: center; width: 200px;\">Descarga<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr role=\"row\">\n                    <td role=\"cell\"><strong>INFORME DE GESTI\u00d3N 2025 EPAA-AA<\/strong><\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/Rendicion de cuentas EPAA-AA 2025.pdf\" class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visualizar Informe de Gesti\u00f3n 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                                <\/svg>\n                                Ver\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/Rendicion de cuentas EPAA-AA 2025.pdf\" class=\"epaa-btn-download\" download aria-label=\"Descargar Informe de Gesti\u00f3n 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                                    <polyline points=\"7 10 12 15 17 10\"\/>\n                                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                                <\/svg>\n                                Descargar\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n                <tr role=\"row\">\n                    <td role=\"cell\"><strong>INFORME NRO. XXXXX PERIODO 2025<\/strong><\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"#\" class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visualizar Informe Nro. XXXXX\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                                <\/svg>\n                                Ver\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Informe Nro. XXXXX\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                                    <polyline points=\"7 10 12 15 17 10\"\/>\n                                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                                <\/svg>\n                                Descargar\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n                <tr role=\"row\">\n                    <td role=\"cell\"><strong>LINK DE LA TRANSMISI\u00d3N DE LA RENDICI\u00d3N DE CUENTAS PERIODO FISCAL 2025<\/strong><\/td>\n                    <td role=\"cell\" colspan=\"2\">\n                        <div class=\"epaa-action-btns\" style=\"justify-content: center;\">\n                            <a href=\"https:\/\/www.facebook.com\/share\/v\/...\" class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Ver transmisi\u00f3n en Facebook\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/>\n                                <\/svg>\n                                Ver en Facebook\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n                <tr role=\"row\">\n                    <td role=\"cell\"><strong>FORMULARIO RADIO 2025 EPAA-AA<\/strong><\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/Informe Tecnico preliminar EPAA-AA-GG-2026-0095-MEM.pdf\" class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visualizar Formulario Radio 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                                <\/svg>\n                                Ver\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Formulario Radio 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                                    <polyline points=\"7 10 12 15 17 10\"\/>\n                                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                                <\/svg>\n                                Descargar\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n                <tr role=\"row\">\n                    <td role=\"cell\"><strong>FORMULARIO TV 2025<\/strong><\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/EQUIPO TECNICO EPAA-AA-GG-2026-0091-MEM.pdf\" class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visualizar Formulario TV 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                                <\/svg>\n                                Ver\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Formulario TV 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                                    <polyline points=\"7 10 12 15 17 10\"\/>\n                                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                                <\/svg>\n                                Descargar\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n                <tr role=\"row\">\n                    <td role=\"cell\"><strong>FORMULARIO RADIO 2025 EPAA-AA<\/strong><\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/Consulta ciudadana EPAA-AA-GG-2026-0134-MEM-1.pdf\" class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visualizar Formulario Medios 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                                <\/svg>\n                                Ver\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                    <td role=\"cell\">\n                        <div class=\"epaa-action-btns\">\n                            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Formulario Radio 2025\">\n                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                                    <polyline points=\"7 10 12 15 17 10\"\/>\n                                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                                <\/svg>\n                                Descargar\n                            <\/a>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <!-- DOCUMENTOS ADICIONALES -->\n    <h3 class=\"epaa-section-title epaa-animate epaa-delay-3\">Documentos de la Rendici\u00f3n de Cuentas Periodo Fiscal 2025<\/h3>\n    \n    <div class=\"epaa-docs-grid\">\n        <article class=\"epaa-doc-card epaa-animate epaa-delay-1\" role=\"article\">\n            <h4>Certificado de Cumplimiento Tributario<\/h4>\n            <p>Documento que acredita el cumplimiento de las obligaciones tributarias de la empresa p\u00fablica.<\/p>\n            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Certificado de Cumplimiento Tributario 2025\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                    <polyline points=\"7 10 12 15 17 10\"\/>\n                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                <\/svg>\n                Descargar Documento\n            <\/a>\n        <\/article>\n\n        <article class=\"epaa-doc-card epaa-animate epaa-delay-2\" role=\"article\">\n            <h4>Informe Financiero Auditado 2025<\/h4>\n            <p>Estados financieros auditados correspondientes al periodo fiscal 2025.<\/p>\n            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Informe Financiero Auditado 2025\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                    <polyline points=\"7 10 12 15 17 10\"\/>\n                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                <\/svg>\n                Descargar Documento\n            <\/a>\n        <\/article>\n\n        <article class=\"epaa-doc-card epaa-animate epaa-delay-3\" role=\"article\">\n            <h4>Plan Operativo Anual 2025<\/h4>\n            <p>Documento de planificaci\u00f3n estrat\u00e9gica con metas y objetivos del periodo.<\/p>\n            <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Plan Operativo Anual 2025\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                    <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                    <polyline points=\"7 10 12 15 17 10\"\/>\n                    <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n                <\/svg>\n                Descargar Documento\n            <\/a>\n        <\/article>\n    <\/div>\n<!-- NUEVA SECCI\u00d3N: VERIFICADORES -->\n<h3 class=\"epaa-section-title epaa-animate epaa-delay-4\">Documentos de Verificadores<\/h3>\n\n<div class=\"epaa-docs-grid\">\n    <article class=\"epaa-doc-card epaa-animate epaa-delay-1\" role=\"article\">\n        <h4>Equipo T\u00e9cnico<\/h4>\n        <p>Equipo T\u00e9cnico correspondiente al periodo fiscal 2025.<\/p>\n      \n <div class=\"epaa-action-btns\">\n      <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/EQUIPO TECNICO EPAA-AA-GG-2026-0091-MEM.pdf\"     class=\"epaa-btn-view\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Visualizar Formulario TV 2025\">\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                                    <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n                                <\/svg>\n                                Ver\n                            <\/a>\n\n                        <\/div>\n <br>\n <a href=\"https:\/\/epaa.gob.ec\/wp\/wp-content\/uploads\/2026\/cuentas\/EQUIPO TECNICO EPAA-AA-GG-2026-0091-MEM.pdf\" class=\"epaa-btn-download\" download aria-label=\"Descargar\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                <polyline points=\"7 10 12 15 17 10\"\/>\n                <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n            <\/svg>\n            Descargar Documento\n        <\/a>\n \n    <\/article>\n\n    <article class=\"epaa-doc-card epaa-animate epaa-delay-2\" role=\"article\">\n        <h4>Verificador 2<\/h4>\n        <p>Documento de verificaci\u00f3n correspondiente al periodo fiscal 2025.<\/p>\n        <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Verificador 2\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                <polyline points=\"7 10 12 15 17 10\"\/>\n                <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n            <\/svg>\n            Descargar Documento\n        <\/a>\n    <\/article>\n\n    <article class=\"epaa-doc-card epaa-animate epaa-delay-3\" role=\"article\">\n        <h4>Verificador 3<\/h4>\n        <p>Documento de verificaci\u00f3n correspondiente al periodo fiscal 2025.<\/p>\n        <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Verificador 3\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                <polyline points=\"7 10 12 15 17 10\"\/>\n                <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n            <\/svg>\n            Descargar Documento\n        <\/a>\n    <\/article>\n\n    <article class=\"epaa-doc-card epaa-animate epaa-delay-4\" role=\"article\">\n        <h4>Verificador 4<\/h4>\n        <p>Documento de verificaci\u00f3n correspondiente al periodo fiscal 2025.<\/p>\n        <a href=\"#\" class=\"epaa-btn-download\" download aria-label=\"Descargar Verificador 4\">\n            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n                <polyline points=\"7 10 12 15 17 10\"\/>\n                <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n            <\/svg>\n            Descargar Documento\n        <\/a>\n    <\/article>\n<\/div>\n    <!-- FOOTER -->\n    <footer class=\"epaa-update-info\" role=\"contentinfo\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#a0aec0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\" style=\"vertical-align: middle; margin-right: 4px;\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n            <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\/>\n            <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\/>\n        <\/svg>\n        Informaci\u00f3n oficial actualizada al periodo 2025. Empresa P\u00fablica de Agua Potable y Alcantarillado de Antonio Ante.\n    <\/footer>\n<\/div>\n\n<script>\n\/\/ Animaci\u00f3n de contadores\n    document.addEventListener('DOMContentLoaded', function() {\n        const counters = document.querySelectorAll('.epaa-kpi-number[data-count]');\n        \n        const animateCounter = (el) => {\n            const target = parseFloat(el.getAttribute('data-count'));\n            const duration = 2000;\n            const start = 0;\n            const increment = target \/ (duration \/ 16);\n            let current = start;\n            \n            const timer = setInterval(() => {\n                current += increment;\n                if (current >= target) {\n                    current = target;\n                    clearInterval(timer);\n                }\n                el.textContent = current % 1 === 0 ? \n                    Math.floor(current).toLocaleString() : \n                    current.toFixed(1);\n            }, 16);\n        };\n\n        \/\/ Animaci\u00f3n de barras circulares\n        const progressBars = document.querySelectorAll('.epaa-kpi-progress-bar');\n        progressBars.forEach(bar => {\n            const percent = parseInt(bar.getAttribute('data-percent'));\n            const circumference = 2 * Math.PI * 35;\n            const offset = circumference - (percent \/ 100) * circumference;\n            setTimeout(() => {\n                bar.style.strokeDashoffset = offset;\n            }, 500);\n        });\n\n        \/\/ Intersection Observer para activar animaciones\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    const counters = entry.target.querySelectorAll('.epaa-kpi-number[data-count]');\n                    counters.forEach(counter => animateCounter(counter));\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.3 });\n\n        document.querySelectorAll('.epaa-kpi-grid').forEach(grid => observer.observe(grid));\n    })\n    \/\/ Intersection Observer para animaciones al scroll\n    document.addEventListener('DOMContentLoaded', function() {\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('epaa-visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1 });\n\n        document.querySelectorAll('.epaa-animate').forEach(el => observer.observe(el));\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Indicadores de Gesti\u00f3n 2025 0 Usuarios Atendidos +8% vs 2024 98% Cobertura Cantonal Meta alcanzada 0 Calidad de Agua % conformidad norma 0 Obras Ejecutadas $2.4M invertidos Rendici\u00f3n de Cuentas 2025 Art. 7.- Difusi\u00f3n de la Informaci\u00f3n P\u00fablica.- Por la transparencia en la gesti\u00f3n administrativa que est\u00e1n obligadas a observar todas las instituciones del Estado [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4796","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages\/4796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4796"}],"version-history":[{"count":21,"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages\/4796\/revisions"}],"predecessor-version":[{"id":4829,"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages\/4796\/revisions\/4829"}],"wp:attachment":[{"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}