{"id":4556,"date":"2026-04-09T12:25:32","date_gmt":"2026-04-09T17:25:32","guid":{"rendered":"https:\/\/epaa.gob.ec\/wp\/?page_id=4556"},"modified":"2026-05-19T16:19:31","modified_gmt":"2026-05-19T21:19:31","slug":"proyectos","status":"publish","type":"page","link":"https:\/\/epaa.gob.ec\/wp\/?page_id=4556","title":{"rendered":""},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"es\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<style>\n<p>:root {\n    --azul-epaa: #1a365d;\n    --gris-fondo: #f8fafc;\n    --texto-oscuro: #2d3748;\n}<\/p>\n<p>.dashboard-header-container {\n    background: white;\n    padding: 25px 40px;\n    border-radius: 0 0 30px 30px; \/* Bordes redondeados abajo *\/\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n    margin-bottom: 40px;\n}<\/p>\n<p>.breadcrumb {\n    font-size: 0.75rem;\n    color: #a0aec0;\n    margin-bottom: 12px;\n    letter-spacing: 1px;\n    font-weight: 600;\n}<\/p>\n<p>.header-main {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}<\/p>\n<p>.header-left {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n}<\/p>\n<p>.header-icon-box {\n    background: linear-gradient(135deg, var(--azul-epaa) 0%, #2a4a7d 100%);\n    color: white;\n    width: 60px;\n    height: 60px;\n    border-radius: 18px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    font-size: 1.8rem;\n    box-shadow: 0 8px 15px rgba(26, 54, 93, 0.3);\n}<\/p>\n<p>.header-left h1 {\n    margin: 0;\n    font-size: 1.8rem;\n    color: var(--texto-oscuro);\n    font-weight: 800;\n    letter-spacing: -1px;\n}<\/p>\n<p>.subtitle {\n    margin: 4px 0 0 0;\n    color: #718096;\n    font-size: 1rem;\n}<\/p>\n<p>.date-badge {\n    background: #edf2f7;\n    padding: 10px 20px;\n    border-radius: 50px;\n    color: var(--azul-epaa);\n    font-weight: 700;\n    font-size: 0.9rem;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}      \/* Ventanas Flotantes *\/\n.modal-custom {\n    display: none; position: fixed; z-index: 10000; \n    left: 0; top: 0; width: 100%; height: 100%; \n    background-color: rgba(0,0,0,0.85); backdrop-filter: blur(6px);\n}\n.modal-content-custom {\n    background: #ffffff; margin: 5% auto; padding: 30px;\n    border-radius: 25px; width: 90%; max-width: 650px;\n    box-shadow: 0 10px 50px rgba(0,0,0,0.5); animation: zoomIn 0.3s;\n}\n@keyframes zoomIn { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }\n.close-btn { color: #1a365d; float: right; font-size: 30px; font-weight: bold; cursor: pointer; }\n.table-obras { width: 100%; border-collapse: collapse; margin-top: 20px; }\n.table-obras th { background: #1a365d; color: white; padding: 12px; font-size: 13px; text-align: left; }\n.table-obras td { padding: 12px; border-bottom: 1px solid #edf2f7; font-size: 14px; color: #2d3748; }<\/p>\n<p>\/* Recuadros de Estad\u00edsticas Superiores *\/\n.header-stat-card {\n    background: white; border-radius: 20px; padding: 15px 25px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.12); text-align: center;\n    min-width: 180px; border-bottom: 5px solid #1a365d;\n}\n\/* Estilos mejorados para el Dashboard Pro *\/\n    .contenedor-fichas-pro {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 40px;\n        width: 100%;\n        max-width: 1200px;\n        margin-top: 60px;\n    }\n    .card-pro {\n        background: #ffffff;\n        border-radius: 30px;\n        padding: 35px 25px 25px 25px;\n        width: 290px;\n        border: none;\n        box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        position: relative;\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    }\n    .card-pro:hover {\n        transform: translateY(-12px);\n        box-shadow: 0 30px 60px rgba(0,0,0,0.2);\n    }\n    .icon-circle {\n        width: 65px; height: 65px;\n        border-radius: 22px;\n        display: flex; align-items: center; justify-content: center;\n        margin: -65px auto 15px auto;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n    }\n    .progress-container { margin: 20px 0; text-align: left; }\n    .progress-label { display: flex; justify-content: space-between; font-size: 13px; color: #4a5568; margin-bottom: 6px; }\n    .progress-label b { color: #1a365d; }\n    .bar-bg { background: #edf2f7; height: 7px; border-radius: 10px; margin-bottom: 15px; overflow: hidden; }\n    .bar-fill { height: 100%; border-radius: 10px; transition: width 1s ease-in-out; }\n    .btn-pro {\n        background: #f8fafc; color: #1a365d; border: 1px solid #e2e8f0;\n        padding: 12px; border-radius: 15px; width: 100%;\n        font-weight: 700; cursor: pointer; transition: 0.3s;\n        font-size: 12px; text-transform: uppercase; letter-spacing: 1px;\n    }\n    .btn-pro:hover { background: #1a365d; color: white; border-color: #1a365d; }    \n.card-pro:hover .btn-pro {\n    background: #1a365d; \/* Azul oscuro institucional *\/\n    color: white;\n    border-color: #1a365d;\n    transform: scale(1.02);\n}<\/p>\n<p>\/\/mejorar la presentaci\u00f3n\n.tag-impacto {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: #f1f5f9;\n    padding: 8px 12px;\n    border-radius: 12px;\n    margin-bottom: 15px;\n    font-size: 11px;\n    color: #64748b;\n}\n.status-pill {\n    padding: 2px 8px;\n    border-radius: 6px;\n    font-weight: bold;\n    text-transform: uppercase;\n} \n.tag-inversion {\n    background: #ecfdf5; \/* Verde muy claro *\/\n    color: #047857; \/* Verde fuerte para el texto *\/\n    padding: 10px;\n    border-radius: 12px;\n    margin-top: 10px;\n    font-size: 13px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border: 1px dashed #10b981;\n}\n\/\/ para los valores en las estadisticas\n.bar-bg {\n    background: #edf2f7;\n    height: 24px; \/* Un poco m\u00e1s alta para que el n\u00famero respire *\/\n    border-radius: 12px;\n    margin-bottom: 15px;\n    overflow: hidden;\n    position: relative;\n    display: flex; \/* Alinea el contenido interno *\/\n    align-items: center;\n    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);\n}<\/p>\n<p>.bar-fill {\n    height: 100%;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center; \/* Centra el texto horizontalmente *\/\n    color: white !important; \/* Forzamos el blanco *\/\n    font-size: 11px;\n    font-weight: 800;\n    text-shadow: 0px 1px 2px rgba(0,0,0,0.4); \/* Sombra para resaltar el n\u00famero *\/\n    transition: width 1s ease-in-out;\n    min-width: 45px; \/* Evita que el n\u00famero se pierda en barras cortas *\/\n}\n<\/style>\n<p><\/head><br \/>\n<body style=\"margin: 0 !important; padding: 0 !important; background-color: #f4f7f6;\"><\/p>\n<div style=\"position: relative; margin-top: -120px; padding: 0 20px 80px 20px; display: flex; flex-direction: column; align-items: center; min-height: 100vh; font-family: Arial, sans-serif;\">\n<div style=\"position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https:\/\/epaa.gob.ec\/images\/avatar1.png'); background-size: cover; background-position: center; filter: blur(10px); z-index: -2; transform: scale(1.1);\"><\/div>\n<div style=\"position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(26, 54, 93, 0.4); z-index: -1;\"><\/div>\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; width: 100%; max-width: 1200px; margin: 30px auto; padding: 10px; font-family: 'Segoe UI', Arial, sans-serif;\">\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #2b6cb0;\">\n<div style=\"margin-bottom: 15px; opacity: 0.8;\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2b6cb0\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line><polyline points=\"10 9 9 9 8 9\"><\/polyline><\/svg>\n        <\/div>\n<div style=\"font-size: 32px; font-weight: 800; color: #1a365d; margin-bottom: 5px;\">57<\/div>\n<div style=\"font-size: 11px; font-weight: 700; color: #718096; text-transform: uppercase;\">Convenios 2025-2026<\/div>\n<\/p><\/div>\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #48bb78;\">\n<div style=\"margin-bottom: 15px; opacity: 0.8;\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#48bb78\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"><\/line><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n        <\/div>\n<div style=\"font-size: 32px; font-weight: 800; color: #276749; margin-bottom: 5px;\">$573.291,73<\/div>\n<div style=\"font-size: 11px; font-weight: 700; color: #718096; text-transform: uppercase;\">Inversi\u00f3n Total<\/div>\n<\/p><\/div>\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #38b2ac;\">\n<div style=\"margin-bottom: 15px; opacity: 0.8;\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#38b2ac\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M7 10v4a5 5 0 0 0 10 0v-4\"><\/path><path d=\"M12 14V4\"><\/path><path d=\"M12 2v2\"><\/path><\/svg>\n        <\/div>\n<div style=\"font-size: 32px; font-weight: 800; color: #2c7a7b; margin-bottom: 5px;\">10.561,94 m<\/div>\n<div style=\"font-size: 11px; font-weight: 700; color: #718096; text-transform: uppercase;\">Alcantarillado Total<\/div>\n<\/p><\/div>\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #ed8936;\">\n<div style=\"margin-bottom: 15px; opacity: 0.8;\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ed8936\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"><\/path><\/svg>\n        <\/div>\n<div style=\"font-size: 32px; font-weight: 800; color: #c05621; margin-bottom: 5px;\">3.831,27 m<\/div>\n<div style=\"font-size: 11px; font-weight: 700; color: #718096; text-transform: uppercase;\">Agua Potable Total<\/div>\n<\/p><\/div>\n<\/div>\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; width: 100%; max-width: 1200px; margin: 0 auto 40px auto; padding: 10px; font-family: 'Segoe UI', Arial, sans-serif;\">\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #667eea;\">\n<div style=\"margin-bottom: 10px;\">\n            <svg width=\"35\" height=\"35\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#667eea\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path><polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline><\/svg>\n        <\/div>\n<div style=\"font-size: 28px; font-weight: 800; color: #1a365d; margin-bottom: 5px;\">1436<\/div>\n<div style=\"font-size: 10px; font-weight: 700; color: #718096; text-transform: uppercase;\">Familias Beneficiadas<\/div>\n<\/p><\/div>\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #9f7aea;\">\n<div style=\"margin-bottom: 10px;\">\n            <svg width=\"35\" height=\"35\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#9f7aea\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n        <\/div>\n<div style=\"font-size: 28px; font-weight: 800; color: #1a365d; margin-bottom: 5px;\">3500<\/div>\n<div style=\"font-size: 10px; font-weight: 700; color: #718096; text-transform: uppercase;\">Habitantes Beneficiados<\/div>\n<\/p><\/div>\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #f56565;\">\n<div style=\"margin-bottom: 10px;\">\n            <svg width=\"35\" height=\"35\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f56565\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6\"><\/polygon><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"18\"><\/line><line x1=\"16\" y1=\"6\" x2=\"16\" y2=\"22\"><\/line><\/svg>\n        <\/div>\n<div style=\"font-size: 28px; font-weight: 800; color: #1a365d; margin-bottom: 5px;\">32<\/div>\n<div style=\"font-size: 10px; font-weight: 700; color: #718096; text-transform: uppercase;\">Barrios Intervenidos<\/div>\n<\/p><\/div>\n<div style=\"background: #ffffff; flex: 1; min-width: 220px; padding: 25px; border-radius: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-top: 6px solid #ed8936;\">\n<div style=\"margin-bottom: 10px;\">\n            <svg width=\"35\" height=\"35\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ed8936\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"><\/line><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"><\/line><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"><\/line><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"><\/line><\/svg>\n        <\/div>\n<div style=\"font-size: 28px; font-weight: 800; color: #1a365d; margin-bottom: 5px;\">45<\/div>\n<div style=\"font-size: 10px; font-weight: 700; color: #718096; text-transform: uppercase;\">Sectores Beneficiados<\/div>\n<\/p><\/div>\n<\/div>\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; width: 100%; max-width: 1200px;\">\n<div class=\"contenedor-fichas-pro\" style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin-top: 60px;\">\n<div class=\"card-pro\">\n<div class=\"icon-circle\" style=\"background: linear-gradient(135deg, #2c5282, #1a365d);\">\n            <i class=\"fa-solid fa-city\" style=\"color: white; font-size: 24px;\"><\/i>\n        <\/div>\n<h3 style=\"color: #1a365d; margin: 0;\">Atuntaqui<\/h3>\n<p style=\"color: #a0aec0; font-size: 11px; font-weight: bold; margin-bottom: 15px;\">CABECERA CANTONAL<\/p>\n<div class=\"progress-container\">\n<div class=\"progress-label\"><span>Alcantarillado<\/span> <span style=\"font-weight: 800; color: #1a365d;\">1.078,00 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 45%; background: #2c5282;\"><\/div>\n<\/div>\n<div class=\"progress-label\"><span>Agua Potable<\/span> <span style=\"font-weight: 800; color: #1239e1;\">1.006,00 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 40%; background: #1239e1;\"><\/div>\n<\/div>\n<div style=\"background: #f8fafc; padding: 12px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0;\">\n<div style=\"display: flex; justify-content: space-between; font-size: 11px; color: #64748b; margin-bottom: 8px;\">\n                    <span><i class=\"fa-solid fa-users\"><\/i> Inversi\u00f3n: <b>Estado<\/b><\/span><br \/>\n                    <span style=\"font-weight: bold; color: #065f46;\">$59.943,01<\/span>\n                <\/div>\n<div style=\"display: flex; justify-content: space-between; align-items: center; color: #047857;\">\n                    <span style=\"font-size: 11px;\">Familias Beneficiadas<\/span><br \/>\n                    <strong style=\"font-size: 14px;\">208<\/strong>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <button class=\"btn-pro\" onclick=\"openModal('modalAT')\">Detalle T\u00e9cnico<\/button>\n    <\/div>\n<div class=\"card-pro\">\n<div class=\"icon-circle\" style=\"background: linear-gradient(135deg, #38a169, #276749);\">\n            <i class=\"fa-solid fa-faucet-drip\" style=\"color: white; font-size: 24px;\"><\/i>\n        <\/div>\n<h3 style=\"color: #1a365d; margin: 0;\">Andrade Mar\u00edn<\/h3>\n<p style=\"color: #a0aec0; font-size: 11px; font-weight: bold; margin-bottom: 15px;\">PARROQUIA URBANA<\/p>\n<div class=\"progress-container\">\n<div class=\"progress-label\"><span>Alcantarillado<\/span> <span style=\"font-weight: 800; color: #1a365d;\">1270.51 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 65%; background: #276749;\"><\/div>\n<\/div>\n<div class=\"progress-label\"><span>Agua Potable<\/span> <span style=\"font-weight: 800; color: #1239e1;\">102 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 15%; background: #1239e1;\"><\/div>\n<\/div>\n<div style=\"background: #f8fafc; padding: 12px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0;\">\n<div style=\"display: flex; justify-content: space-between; font-size: 11px; color: #64748b; margin-bottom: 8px;\">\n                    <span><i class=\"fa-solid fa-users\"><\/i> Inversi\u00f3n : <b>240<\/b><\/span><br \/>\n                    <span style=\"font-weight: bold; color: #065f46;\">$42.222,30<\/span>\n                <\/div>\n<div style=\"display: flex; justify-content: space-between; align-items: center; color: #047857;\">\n                    <span style=\"font-size: 11px;\">Familias Beneficiadas<\/span><br \/>\n                    <strong style=\"font-size: 14px;\">135<\/strong>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <button class=\"btn-pro\" onclick=\"openModal('modalAM')\">Detalle T\u00e9cnico<\/button>\n    <\/div>\n<div class=\"card-pro\">\n<div class=\"icon-circle\" style=\"background: linear-gradient(135deg, #4299e1, #2b6cb0);\">\n            <i class=\"fa-solid fa-mountain-sun\" style=\"color: white; font-size: 24px;\"><\/i>\n        <\/div>\n<h3 style=\"color: #1a365d; margin: 0;\">San Roque<\/h3>\n<p style=\"color: #a0aec0; font-size: 11px; font-weight: bold; margin-bottom: 15px;\">PARROQUIA RURAL<\/p>\n<div class=\"progress-container\">\n<div class=\"progress-label\"><span>Alcantarillado<\/span> <span style=\"font-weight: 800; color: #1a365d;\">2721m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 85%; background: #2c5282;\"><\/div>\n<\/div>\n<div class=\"progress-label\"><span>Agua Potable<\/span> <span style=\"font-weight: 800; color: #1239e1;\">399 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 25%; background: #1239e1;\"><\/div>\n<\/div>\n<div style=\"background: #f8fafc; padding: 12px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0;\">\n<div style=\"display: flex; justify-content: space-between; font-size: 11px; color: #64748b; margin-bottom: 8px;\">\n                    <span><i class=\"fa-solid fa-users\"><\/i> Inversi\u00f3n:<b>120<\/b><\/span><br \/>\n                    <span style=\"font-weight: bold; color: #1a365d;\">$ 131.885,02<\/span>\n                <\/div>\n<div style=\"display: flex; justify-content: space-between; align-items: center; color: #047857;\">\n                    <span style=\"font-size: 11px;\">Familias Beneficiadas<\/span><br \/>\n                    <strong style=\"font-size: 14px;\">312<\/strong>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <button class=\"btn-pro\" onclick=\"openModal('modalSR')\">Detalle T\u00e9cnico<\/button>\n    <\/div>\n<div class=\"card-pro\">\n<div class=\"icon-circle\" style=\"background: linear-gradient(135deg, #9f7aea, #6b46c1);\">\n            <i class=\"fa-solid fa-wheat-awn\" style=\"color: white; font-size: 24px;\"><\/i>\n        <\/div>\n<h3 style=\"color: #1a365d; margin: 0;\">Natabuela<\/h3>\n<p style=\"color: #a0aec0; font-size: 11px; font-weight: bold; margin-bottom: 15px;\">PARROQUIA RURAL<\/p>\n<div class=\"progress-container\">\n<div class=\"progress-label\"><span>Alcantarillado<\/span> <span style=\"font-weight: 800; color: #1a365d;\">2896 m m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 95%; background: #6b46c1;\"><\/div>\n<\/div>\n<div class=\"progress-label\"><span>Agua Potable<\/span> <span style=\"font-weight: 800; color: #1239e1;\">962 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 50%; background: #1239e1;\"><\/div>\n<\/div>\n<div style=\"background: #f8fafc; padding: 12px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0;\">\n<div style=\"display: flex; justify-content: space-between; font-size: 11px; color: #64748b; margin-bottom: 8px;\">\n                    <span><i class=\"fa-solid fa-users\"><\/i> Inversi\u00f3n: <b>95<\/b><\/span><br \/>\n                    <span style=\"font-weight: bold; color: #1a365d;\">$183.043,42<\/span>\n                <\/div>\n<div style=\"display: flex; justify-content: space-between; align-items: center; color: #047857;\">\n                    <span style=\"font-size: 11px;\">Familias beneficiadas <\/span><br \/>\n                    <strong style=\"font-size: 14px;\">385<\/strong>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <button class=\"btn-pro\" onclick=\"openModal('modalNT')\">Detalle T\u00e9cnico<\/button>\n    <\/div>\n<div class=\"card-pro\">\n<div class=\"icon-circle\" style=\"background: linear-gradient(135deg, #f56565, #c53030);\">\n            <i class=\"fa-solid fa-tree\" style=\"color: white; font-size: 24px;\"><\/i>\n        <\/div>\n<h3 style=\"color: #1a365d; margin: 0;\">Chaltura<\/h3>\n<p style=\"color: #a0aec0; font-size: 11px; font-weight: bold; margin-bottom: 15px;\">PARROQUIA RURAL<\/p>\n<div class=\"progress-container\">\n<div class=\"progress-label\"><span>Alcantarillado<\/span> <span style=\"font-weight: 800; color: #1a365d;\">2595.33 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 70%; background: #c53030;\"><\/div>\n<\/div>\n<div class=\"progress-label\"><span>Agua Potable<\/span> <span style=\"font-weight: 800; color: #1239e1;\">1242 m<\/span><\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 55%; background: #1239e1;\"><\/div>\n<\/div>\n<div style=\"background: #f8fafc; padding: 12px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0;\">\n<div style=\"display: flex; justify-content: space-between; font-size: 11px; color: #64748b; margin-bottom: 8px;\">\n                    <span><i class=\"fa-solid fa-users\"><\/i> Inversion: <b>45<\/b><\/span><br \/>\n                    <span style=\"font-weight: bold; color: #1a365d;\">$154.659,24<\/span>\n                <\/div>\n<div style=\"display: flex; justify-content: space-between; align-items: center; color: #047857;\">\n                    <span style=\"font-size: 11px;\">Familias Beneficiadas<\/span><br \/>\n                    <strong style=\"font-size: 14px;\">384<\/strong>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <button class=\"btn-pro\" onclick=\"openModal('modalCH')\">Detalle T\u00e9cnico<\/button>\n    <\/div>\n<div class=\"card-pro\">\n<div class=\"icon-circle\" style=\"background: linear-gradient(135deg, #065f46, #064e3b);\">\n        <i class=\"fa-solid fa-leaf\" style=\"color: white; font-size: 24px;\"><\/i>\n    <\/div>\n<h3 style=\"color: #064e3b; margin: 0;\">Imbaya<\/h3>\n<p style=\"color: #a0aec0; font-size: 11px; font-weight: bold; margin-bottom: 15px;\">\n        PARROQUIA RURAL\n    <\/p>\n<div class=\"progress-container\">\n<div class=\"progress-label\">\n            <span>Alcantarillado<\/span><br \/>\n            <span style=\"font-weight: 800; color: #064e3b;\">0 m<\/span>\n        <\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 0%; background: #064e3b;\"><\/div>\n<\/p><\/div>\n<div class=\"progress-label\">\n            <span>Agua Potable<\/span><br \/>\n            <span style=\"font-weight: 800; color: #0ea5a4;\">120 m<\/span>\n        <\/div>\n<div class=\"bar-bg\">\n<div class=\"bar-fill\" style=\"width: 10%; background: #0ea5a4;\"><\/div>\n<\/p><\/div>\n<div style=\"background: #f8fafc; padding: 12px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #e2e8f0;\">\n<div style=\"display: flex; justify-content: space-between; font-size: 11px; color: #64748b; margin-bottom: 8px;\">\n                <span><i class=\"fa-solid fa-sack-dollar\"><\/i> Inversi\u00f3n Ejecutada<\/span><br \/>\n                <span style=\"font-weight: bold; color: #065f46;\">$1.537,74<\/span>\n            <\/div>\n<div style=\"display: flex; justify-content: space-between; align-items: center; color: #047857;\">\n                <span style=\"font-size: 11px;\">Familias Beneficiadas<\/span><br \/>\n                <strong style=\"font-size: 14px;\">12<\/strong>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <button class=\"btn-pro\" onclick=\"openModal('modalIM')\"><br \/>\n        Detalle T\u00e9cnico<br \/>\n    <\/button>\n<\/div>\n<\/div>\n<p><!-- =========================================\nMODAL SAN ROQ\n========================================= --><\/p>\n<div id=\"modalSR\" class=\"modal-custom\">\n<div class=\"modal-content-custom\" style=\"\n        max-height: 90vh; \n        overflow-y: auto; \n        position: relative; \n        padding-top: 10px;\n    \"><br \/>\n        <span class=\"close-btn\" onclick=\"closeModal('modalSR')\" style=\"position: fixed; right: 20px; top: 10px; z-index: 999;\">&times;<\/span><\/p>\n<div class=\"dashboard-header-container\">\n<nav class=\"breadcrumb\">\n<div class=\"header-icon-box\">\n                <i class=\"fas fa-faucet\">   La EPAA-AA ejecut\u00f3 3120 Metros  de redes de agua potable y alcantarillado, con una inversi\u00f3n superior a $131 mil.<\/i> <\/div>\n<\/nav>\n<div class=\"header-main\">\n<div class=\"header-right\">\n<div class=\"date-badge\">\n                <i class=\"far fa-calendar-alt\"><\/i><br \/>\n                <span id=\"currentDate\">Mayo 2026<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"tabla-container\" style=\"\n            overflow-x: auto; \n            max-height: 60vh; \n            border: 1px solid #e2e8f0; \n            border-radius: 10px;\n        \"><\/p>\n<table class=\"table-obras\">\n<thead style=\"position: sticky; top: 0; background: #1a365d; color: white; z-index: 10;\">\n<tr>\n<th>Sector \/ Calle<\/th>\n<th>Tipo de Obra<\/th>\n<th>Agua P.<\/th>\n<th>Alcan.<\/th>\n<th>Costo<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Calle Las Pe\u00f1as y pasaje privado hasta Garc\u00eda Moreno &#8211; Barrio San Miguel<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>219.66 m<\/td>\n<td>$12,766.20<\/td>\n<\/tr>\n<tr>\n<td>Calle Luis Buitr\u00f3n entre Sim\u00f3n Bol\u00edvar y Luis Andrade<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>344.08 m<\/td>\n<td>$14,997.80<\/td>\n<\/tr>\n<tr>\n<td>Calle 12 de Junio &#8211; Sector Chamanal<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>127 m<\/td>\n<td>$1,782.20<\/td>\n<\/tr>\n<tr>\n<td>Calle Sisa \u00d1an y calle s\/n &#8211; Sector Jatun Rumi<\/td>\n<td>Agua Potable<\/td>\n<td>60 m<\/td>\n<td>&#8211;<\/td>\n<td>$662.61<\/td>\n<\/tr>\n<tr>\n<td>Calle San Mart\u00edn y pasaje San Crist\u00f3bal &#8211; Sector La Merced<\/td>\n<td>Agua Potable<\/td>\n<td>42 m<\/td>\n<td>&#8211;<\/td>\n<td>$536.75<\/td>\n<\/tr>\n<tr>\n<td>Comunidad El Cerotal &#8211; calle sin nombre<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>297.27 m<\/td>\n<td>204.36 m<\/td>\n<td>$13,131.92<\/td>\n<\/tr>\n<tr>\n<td>Calle Mirador &#8211; Comunidad Pucar\u00e1 Bajo<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>120 m<\/td>\n<td>$1,683.00<\/td>\n<\/tr>\n<tr>\n<td>Sector Pucar\u00e1 Bajo<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>210 m<\/td>\n<td>$4,344.07<\/td>\n<\/tr>\n<tr>\n<td>Calle Mirador &#8211; Comunidad Pucar\u00e1 Bajo<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>149 m<\/td>\n<td>$14,446.96<\/td>\n<\/tr>\n<tr>\n<td>Comunidad Pucar\u00e1 Centro &#8211; Sector Estadio<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>282 m<\/td>\n<td>$15,823.02<\/td>\n<\/tr>\n<tr>\n<td>Pasaje s\/n &#8211; Comunidad Pucar\u00e1 Centro<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>142 m<\/td>\n<td>$7,967.62<\/td>\n<\/tr>\n<tr>\n<td>Calle Modesto Larrea y carretero Antiguo &#8211; Sector Cruz Loma<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>924 m<\/td>\n<td>$31,743.87<\/td>\n<\/tr>\n<tr>\n<td>Sector San Agust\u00edn<\/td>\n<td>Planta de Tratamiento<\/td>\n<td>&#8211;<\/td>\n<td>&#8211;<\/td>\n<td>$12,000.00<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/div>\n<div id=\"modalAM\" class=\"modal-custom\">\n<div class=\"modal-content-custom\" style=\"\n        max-height: 90vh; \n        overflow-y: auto; \n        position: relative; \n        padding-top: 10px;\n    \"><br \/>\n        <span class=\"close-btn\" onclick=\"closeModal('modalAM')\" style=\"position: fixed; right: 20px; top: 10px; z-index: 999;\">&times;<\/span><\/p>\n<div class=\"dashboard-header-container\">\n<nav class=\"breadcrumb\">\n<div class=\"header-icon-box\">\n                <i class=\"fas fa-faucet\">   EPAA-AA GESTION TECNICA PROYECTOS<\/i> <\/div>\n<\/nav>\n<div class=\"header-main\">\n<div class=\"header-right\">\n<div class=\"date-badge\">\n                <i class=\"far fa-calendar-alt\"><\/i><br \/>\n                <span id=\"currentDate\">Mayo 2026<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"tabla-container\" style=\"\n            overflow-x: auto; \n            max-height: 60vh; \n            border: 1px solid #e2e8f0; \n            border-radius: 10px;\n        \"><\/p>\n<table class=\"table-obras\">\n<thead style=\"position: sticky; top: 0; background: #1a365d; color: white; z-index: 10;\">\n<tr>\n<th>Sector \/ Calle<\/th>\n<th>Tipo de Obra<\/th>\n<th>Agua P.<\/th>\n<th>Alcan.<\/th>\n<th>Costo<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n                    &#8220;`html<\/p>\n<tr>\n<td>Pasaje s\/n entre Jun\u00edn y Crist\u00f3bal Col\u00f3n<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>42.51 m<\/td>\n<td>$3,479.32<\/td>\n<\/tr>\n<tr>\n<td>Calles Los Arrieros y Primavera &#8211; Pasaje Chuquin, barrio Pilascacho<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>60 m<\/td>\n<td>&#8211;<\/td>\n<td>$630.80<\/td>\n<\/tr>\n<tr>\n<td>Calle Venezuela y Los Arrieros &#8211; Sector Santa Isabel<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>78 m<\/td>\n<td>$3,281.88<\/td>\n<\/tr>\n<tr>\n<td>Calle Eduardo Suasti y l\u00ednea f\u00e9rrea &#8211; Sector Quebrada de Arcos<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>360 m<\/td>\n<td>$8,240.00<\/td>\n<\/tr>\n<tr>\n<td>Pasaje s\/n y calle L\u00ednea F\u00e9rrea &#8211; Sector Carmelo Alto<\/td>\n<td>Agua Potable<\/td>\n<td>42 m<\/td>\n<td>&#8211;<\/td>\n<td>$536.75<\/td>\n<\/tr>\n<tr>\n<td>Calle 24 de Mayo y pasaje s\/n<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>210 m<\/td>\n<td>$12,203.10<\/td>\n<\/tr>\n<tr>\n<td>Calle Nuevo Horizonte<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>220 m<\/td>\n<td>$7,000.00<\/td>\n<\/tr>\n<tr>\n<td>Calle s\/n entre Abd\u00f3n Calder\u00f3n y 10 de Agosto &#8211; Sector Carmelo Bajo<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>180 m<\/td>\n<td>$4,210.25<\/td>\n<\/tr>\n<tr>\n<td>Crist\u00f3bal Col\u00f3n &#8211; Santa Bernardita (Iglesia)<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>120 m<\/td>\n<td>$1,780.00<\/td>\n<\/tr>\n<tr>\n<td>Crist\u00f3bal Col\u00f3n &#8211; Santa Bernardita<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>60 m<\/td>\n<td>$860.20<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/div>\n<div id=\"modalAT\" class=\"modal-custom\">\n<div class=\"modal-content-custom\" style=\"\n        max-height: 90vh; \n        overflow-y: auto; \n        position: relative; \n        padding-top: 10px;\n    \"><br \/>\n        <span class=\"close-btn\" onclick=\"closeModal('modalAT')\" style=\"position: fixed; right: 20px; top: 10px; z-index: 999;\">&times;<\/span><\/p>\n<div class=\"dashboard-header-container\">\n<nav class=\"breadcrumb\">\n<div class=\"header-icon-box\">\n                <i class=\"fas fa-faucet\">   EPAA-AA GESTION TECNICA PROYECTOS<\/i> <\/div>\n<\/nav>\n<div class=\"header-main\">\n<div class=\"header-right\">\n<div class=\"date-badge\">\n                <i class=\"far fa-calendar-alt\"><\/i><br \/>\n                <span id=\"currentDate\">Mayo 2026<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"tabla-container\" style=\"\n            overflow-x: auto; \n            max-height: 60vh; \n            border: 1px solid #e2e8f0; \n            border-radius: 10px;\n        \"><\/p>\n<table class=\"table-obras\">\n<thead style=\"position: sticky; top: 0; background: #1a365d; color: white; z-index: 10;\">\n<tr>\n<th>Sector \/ Calle<\/th>\n<th>Tipo de Obra<\/th>\n<th>Agua P.<\/th>\n<th>Alcan.<\/th>\n<th>Costo<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Pasaje s\/n Barrio San Francisco de la Comuna<\/td>\n<td>Agua Potable<\/td>\n<td>40 m<\/td>\n<td>&#8211;<\/td>\n<td>$441.41<\/td>\n<\/tr>\n<tr>\n<td>Calle Bello Porvenir &#8211; San Francisco de la Comuna<\/td>\n<td>Agua Potable<\/td>\n<td>480 m<\/td>\n<td>&#8211;<\/td>\n<td>$5,117.99<\/td>\n<\/tr>\n<tr>\n<td>Calle 8 de Diciembre &#8211; La Gangotena<\/td>\n<td>Agua Potable<\/td>\n<td>48 m<\/td>\n<td>&#8211;<\/td>\n<td>$518.05<\/td>\n<\/tr>\n<tr>\n<td>Calle Pichincha y Santa Rosa &#8211; Barrio San Jos\u00e9<\/td>\n<td>Agua Potable<\/td>\n<td>48 m<\/td>\n<td>&#8211;<\/td>\n<td>$596.24<\/td>\n<\/tr>\n<tr>\n<td>Sector Onta\u00f1\u00f3n &#8211; Barrio San Ignacio<\/td>\n<td>Agua Potable<\/td>\n<td>42 m<\/td>\n<td>&#8211;<\/td>\n<td>$571.86<\/td>\n<\/tr>\n<tr>\n<td>Pasaje s\/n y Rocafuerte (Prol. P\u00e9rez Mu\u00f1oz)<\/td>\n<td>Agua Potable<\/td>\n<td>54 m<\/td>\n<td>&#8211;<\/td>\n<td>$494.62<\/td>\n<\/tr>\n<tr>\n<td>Prol. Calle Sucre y Germ\u00e1n Mart\u00ednez &#8211; Tierra Blanca<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>170 m<\/td>\n<td>$4,471.03<\/td>\n<\/tr>\n<tr>\n<td>Entrada Shikari Motors &#8211; Barrio El Rosario<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>128 m<\/td>\n<td>$1,931.76<\/td>\n<\/tr>\n<tr>\n<td>Calle Maruja Obando &#8211; Ciudadela Gangotena<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>216 m<\/td>\n<td>195 m<\/td>\n<td>$25,775.12<\/td>\n<\/tr>\n<tr>\n<td>Juan Pablo II y Fabio Trujillo &#8211; San Francisco<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>510 m<\/td>\n<td>$17,039.73<\/td>\n<\/tr>\n<tr>\n<td>Rocafuerte y Juan Montalvo &#8211; Barrio San Vicente<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>78 m<\/td>\n<td>75 m<\/td>\n<td>$2,985.20<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/div>\n<div id=\"modalCH\" class=\"modal-custom\">\n<div class=\"modal-content-custom\" style=\"\n        max-height: 90vh; \n        overflow-y: auto; \n        position: relative; \n        padding-top: 10px;\n    \"><br \/>\n        <span class=\"close-btn\" onclick=\"closeModal('modalCH')\" style=\"position: fixed; right: 20px; top: 10px; z-index: 999;\">&times;<\/span><\/p>\n<div class=\"dashboard-header-container\">\n<nav class=\"breadcrumb\">\n<div class=\"header-icon-box\">\n                <i class=\"fas fa-faucet\">   EPAA-AA GESTION TECNICA PROYECTOS<\/i> <\/div>\n<\/nav>\n<div class=\"header-main\">\n<div class=\"header-right\">\n<div class=\"date-badge\">\n                <i class=\"far fa-calendar-alt\"><\/i><br \/>\n                <span id=\"currentDate\">Mayo 2026<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"tabla-container\" style=\"\n            overflow-x: auto; \n            max-height: 60vh; \n            border: 1px solid #e2e8f0; \n            border-radius: 10px;\n        \"><\/p>\n<table class=\"table-obras\">\n<thead style=\"position: sticky; top: 0; background: #1a365d; color: white; z-index: 10;\">\n<tr>\n<th>Sector \/ Calle<\/th>\n<th>Tipo de Obra<\/th>\n<th>Agua P.<\/th>\n<th>Alcan.<\/th>\n<th>Costo<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Calle Luis Corrales &#8211; Barrio La Violeta<\/td>\n<td>Agua Potable<\/td>\n<td>300 m<\/td>\n<td>&#8211;<\/td>\n<td>$3,438.51<\/td>\n<\/tr>\n<tr>\n<td>Calle s\/n y Gonz\u00e1lez Su\u00e1rez<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>144 m<\/td>\n<td>144 m<\/td>\n<td>$6,414.33<\/td>\n<\/tr>\n<tr>\n<td>Calle s\/n y Juan El\u00edas Ter\u00e1n &#8211; Sector Loma del Incario<\/td>\n<td>Agua Potable<\/td>\n<td>150 m<\/td>\n<td>&#8211;<\/td>\n<td>$1,328.55<\/td>\n<\/tr>\n<tr>\n<td>Calle s\/n y pasaje s\/n &#8211; Sector La Violeta<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>42 m<\/td>\n<td>30 m<\/td>\n<td>$2,256.32<\/td>\n<\/tr>\n<tr>\n<td>Calle R\u00edo Napo &#8211; Barrio El V\u00ednculo<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>141 m<\/td>\n<td>$1,978.23<\/td>\n<\/tr>\n<tr>\n<td>Calle 29 de Junio &#8211; Barrio San Vicente<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>481 m<\/td>\n<td>324 m<\/td>\n<td>$12,670.94<\/td>\n<\/tr>\n<tr>\n<td>Pasajes s\/n &#8211; Sector Vista Hermosa<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>583 m<\/td>\n<td>$19,418.70<\/td>\n<\/tr>\n<tr>\n<td>Calle Vista Hermosa y Flor Mar\u00eda &#8211; Sector Chalturita<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>125 m<\/td>\n<td>125 m<\/td>\n<td>$12,709.16<\/td>\n<\/tr>\n<tr>\n<td>Calle Pablo Rivera<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>648.33 m<\/td>\n<td>$14,444.50<\/td>\n<\/tr>\n<tr>\n<td>Calle Miceno Jij\u00f3n y Gonz\u00e1lez Su\u00e1rez<\/td>\n<td>Alcantarillado Pluvial<\/td>\n<td>&#8211;<\/td>\n<td>600 m<\/td>\n<td>$80,000.00<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/div>\n<div id=\"modalIM\" class=\"modal-custom\">\n<div class=\"modal-content-custom\" style=\"\n        max-height: 90vh; \n        overflow-y: auto; \n        position: relative; \n        padding-top: 10px;\n    \"><br \/>\n        <span class=\"close-btn\" onclick=\"closeModal('modalIM')\" style=\"position: fixed; right: 20px; top: 10px; z-index: 999;\">&times;<\/span><\/p>\n<div class=\"dashboard-header-container\">\n<nav class=\"breadcrumb\">\n<div class=\"header-icon-box\">\n                <i class=\"fas fa-faucet\">   EPAA-AA GESTION TECNICA PROYECTOS<\/i> <\/div>\n<\/nav>\n<div class=\"header-main\">\n<div class=\"header-right\">\n<div class=\"date-badge\">\n                <i class=\"far fa-calendar-alt\"><\/i><br \/>\n                <span id=\"currentDate\">Mayo 2026<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"tabla-container\" style=\"\n            overflow-x: auto; \n            max-height: 60vh; \n            border: 1px solid #e2e8f0; \n            border-radius: 10px;\n        \"><\/p>\n<table class=\"table-obras\">\n<thead style=\"position: sticky; top: 0; background: #1a365d; color: white; z-index: 10;\">\n<tr>\n<th>Sector \/ Calle<\/th>\n<th>Tipo de Obra<\/th>\n<th>Agua P.<\/th>\n<th>Alcan.<\/th>\n<th>Costo<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Calle Virgen del Roci\u00f3<\/td>\n<td>Agua Potable<\/td>\n<td>&#8211;<\/td>\n<td>120 m<\/td>\n<td>$1537.74<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/div>\n<div id=\"modalNT\" class=\"modal-custom\">\n<div class=\"modal-content-custom\" style=\"\n        max-height: 90vh; \n        overflow-y: auto; \n        position: relative; \n        padding-top: 10px;\n    \"><br \/>\n        <span class=\"close-btn\" onclick=\"closeModal('modalNT')\" style=\"position: fixed; right: 20px; top: 10px; z-index: 999;\">&times;<\/span><\/p>\n<div class=\"dashboard-header-container\">\n<nav class=\"breadcrumb\">\n<div class=\"header-icon-box\">\n                <i class=\"fas fa-faucet\">   EPAA-AA GESTION TECNICA PROYECTOS<\/i> <\/div>\n<\/nav>\n<div class=\"header-main\">\n<div class=\"header-right\">\n<div class=\"date-badge\">\n                <i class=\"far fa-calendar-alt\"><\/i><br \/>\n                <span id=\"currentDate\">Mayo 2026<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"tabla-container\" style=\"\n            overflow-x: auto; \n            max-height: 60vh; \n            border: 1px solid #e2e8f0; \n            border-radius: 10px;\n        \"><\/p>\n<table class=\"table-obras\">\n<thead style=\"position: sticky; top: 0; background: #1a365d; color: white; z-index: 10;\">\n<tr>\n<th>Sector \/ Calle<\/th>\n<th>Tipo de Obra<\/th>\n<th>Agua P.<\/th>\n<th>Alcan.<\/th>\n<th>Costo<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Callej\u00f3n s\/n y calle 29 de Junio &#8211; Barrio El Coco<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>90 m<\/td>\n<td>90 m<\/td>\n<td>$3,416.31<\/td>\n<\/tr>\n<tr>\n<td>Pasaje s\/n y calle Miguel \u00c1ngel de la Fuente &#8211; Los \u00d3valos Altos<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>158 m<\/td>\n<td>158 m<\/td>\n<td>$5,318.23<\/td>\n<\/tr>\n<tr>\n<td>Sector El Palto<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>514 m<\/td>\n<td>866 m<\/td>\n<td>$90,283.10<\/td>\n<\/tr>\n<tr>\n<td>Pasaje s\/n y calle 8 de Marzo &#8211; Sector Catabamba<\/td>\n<td>Agua Potable<\/td>\n<td>66 m<\/td>\n<td>&#8211;<\/td>\n<td>$542.23<\/td>\n<\/tr>\n<tr>\n<td>Sector San Vicente de Los \u00d3valos y El Colibr\u00ed<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>60 m<\/td>\n<td>415 m<\/td>\n<td>$28,537.53<\/td>\n<\/tr>\n<tr>\n<td>Calle Germ\u00e1n Mart\u00ednez y L\u00ednea F\u00e9rrea<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>42 m<\/td>\n<td>$589.26<\/td>\n<\/tr>\n<tr>\n<td>Calle Flores V\u00e1squez y 12 de Diciembre<\/td>\n<td>Agua Potable y Alcantarillado<\/td>\n<td>74 m<\/td>\n<td>74 m<\/td>\n<td>$6,255.22<\/td>\n<\/tr>\n<tr>\n<td>Barrio 12 de Diciembre y calle s\/n<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>111 m<\/td>\n<td>$9,382.83<\/td>\n<\/tr>\n<tr>\n<td>Barrio 12 de Diciembre entre Flores V\u00e1squez y 12 de Diciembre<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>130 m<\/td>\n<td>$2,010.30<\/td>\n<\/tr>\n<tr>\n<td>Calle Ordo\u00f1ez Crespo<\/td>\n<td>Alcantarillado Sanitario<\/td>\n<td>&#8211;<\/td>\n<td>120 m<\/td>\n<td>$1,780.00<\/td>\n<\/tr>\n<tr>\n<td>Calle Vencedores y pasaje s\/n &#8211; Barrio Jerusal\u00e9n<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>620 m<\/td>\n<td>$21,300.00<\/td>\n<\/tr>\n<tr>\n<td>Calle Virgen del Tr\u00e1nsito<\/td>\n<td>Alcantarillado<\/td>\n<td>&#8211;<\/td>\n<td>270 m<\/td>\n<td>$13,628.41<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\n    function openModal(id) { document.getElementById(id).style.display = \"block\"; }\n    function closeModal(id) { document.getElementById(id).style.display = \"none\"; }\n    window.onclick = function(event) { if (event.target.className === 'modal-custom') { event.target.style.display = \"none\"; } }\n<\/script><\/p>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>57 Convenios 2025-2026 $573.291,73 Inversi\u00f3n Total 10.561,94 m Alcantarillado Total 3.831,27 m Agua Potable Total 1436 Familias Beneficiadas 3500 Habitantes Beneficiados 32 Barrios Intervenidos 45 Sectores Beneficiados Atuntaqui CABECERA CANTONAL Alcantarillado 1.078,00 m Agua Potable 1.006,00 m Inversi\u00f3n: Estado $59.943,01 Familias Beneficiadas 208 Detalle T\u00e9cnico Andrade Mar\u00edn PARROQUIA URBANA Alcantarillado 1270.51 m Agua Potable 102 [&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-4556","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages\/4556","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=4556"}],"version-history":[{"count":198,"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages\/4556\/revisions"}],"predecessor-version":[{"id":5029,"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=\/wp\/v2\/pages\/4556\/revisions\/5029"}],"wp:attachment":[{"href":"https:\/\/epaa.gob.ec\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}