
<!DOCTYPE html>
<html lang="es">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="https://www.mpuentealto.cl/img/ico_mpte.png">
    <title>Municipalidad de Puente Alto</title>

    <style>
        /* MENÚ SUPERIOR =========================  */

        .seccionmpatop {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 9px;
            padding: 9px;
            font-family: Arial, sans-serif;
            color: white;

        }

        .seccionmpatop a {
            color: white;
            font-size: 14px;
            text-decoration: none;
            font-weight: 200;
            transition: 0.3s;
            text-align: left;
            position: relative;
            line-height: 1.4;
            display: block;
            padding: 6px 14px;
            max-width: 250px;
            background: rgba(0, 0, 0, 0.80);
        }

        .seccionmpatop a strong {
            display: block;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .seccionmpatop a:hover {
            color: #ddd;
            text-decoration: underline;
        }

        /* líneas separadoras desktop */

        @media (min-width:768px) {

            .seccionmpatop a:not(:last-child)::after {
                content: "";
                position: absolute;
                right: 0;
                top: 25%;
                height: 50%;
                width: 1px;
                background: white;
            }

        }

        /* móvil */

        @media (max-width:767px) {

            .seccionmpatop {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 10px;
                padding: 10px 20px;
            }

            .seccionmpatop a {
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

        }


        /* RESET */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Segoe UI", Arial;
            height: 100vh;
            background: url("https://www.mpuentealto.cl/img/frontis_mpa.jpg") center/cover no-repeat;
            display: flex;
            flex-direction: column;
        }

        .overlay {
            background: rgba(0, 0, 0, 0.80);
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        /* HEADER */
        .header {
            text-align: center;
            color: #fff;
            padding: 20px;
        }

        .logo-municipal img {
            max-width: 200px;
        }

        .logo-municipal h1 {
            font-size: 28px;
        }

        /* BOTONES */
        .main {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .botones {
            width: 90%;
            max-width: 420px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        /* BOTON NORMAL */
        .btn {
            background: #0056b3;
            color: #fff;
            padding: 18px;
            text-align: center;
            border-radius: 8px;
            font-weight: bold;
            text-decoration: none;
            transition: .3s;
        }

        .btn:hover {
            background: #003d82;
            transform: translateY(-3px);
        }

        /* BOTON DESTACADO */
        .btn-destacado {
            background: linear-gradient(135deg, #F54927, #ff7a00);
            font-size: 20px;
            animation: pulse 2.5s infinite;
        }

        .btn-destacado:hover {
            transform: scale(1.02);
        }

        /* ANIMACION */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(245, 73, 39, .6);
            }

            70% {
                box-shadow: 0 0 0 12px rgba(245, 73, 39, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(245, 73, 39, 0);
            }
        }

        @keyframes blink {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.4;
            }
        }

        /* FOOTER */
        .footer {
            text-align: center;
            color: #fff;
            font-size: 13px;
            padding: 15px;
        }
    </style>

    <script>
        /* =========================
        TRACKING BOTONES
        ========================= */
        function trackClick(evento) {
            if (navigator.sendBeacon) {
                navigator.sendBeacon("?evento=" + evento);
            } else {
                fetch("?evento=" + evento);
            }
        }
    </script>

</head>

<body>

    <div class="overlay">

        <div class="seccionmpatop">

            <a href="https://www.declaracionjurada.cl/sistema/patrimonio.web.publico/pu/index.html?sid=454">
                <strong>Declaraciones de Interés y</strong>
                Patrimonio - Contraloría
            </a>

            <a href="https://transparencia.mpuentealto.cl/">
                <strong>Transparencia Activa</strong>
                Ley de Transparencia
            </a>

            <a href="https://transparencia.mpuentealto.cl/formulario/contacto.php">
                <strong>Solicitar Información</strong>
                Ley de Transparencia
            </a>

            <a href="https://www.leylobby.gob.cl/instituciones/MU232">
                <strong>Plataforma</strong>
                Ley del Lobby
            </a>

            <a href="https://www.mercadopublico.cl/Portal/FeedOrg.aspx?qs=tTeLKJ5CA5GCEld8yHyAaQ%3d%3d">
                <strong>ChileCompra</strong>
                MercadoPublico.cl
            </a>
            <a href="contacto.php">
                <strong>Guia</strong>
                Telefonica
            </a>
            <a href="d_telefonico.php">
                <strong>Directorio Telefonico</strong>
                Municipal
            </a>

        </div>

        <!-- HEADER -->
        <div class="header"><br>
            <div class="logo-municipal"><br>
                <img src="https://www.mpuentealto.cl/img/log_mptealto_bn.png"><br>
                <br>
                <h1>Municipalidad de Puente Alto</h1>
                <div style="margin-top:10px; font-size: 15px; color:#eee;">
                    <span
                        style="display:inline-block; width:10px; height:10px; background:#28a745; border-radius:50%; margin-right:5px; box-shadow: 0 0 8px #28a745; animation: blink 2s infinite;"></span>
                    1 personas conectadas
                </div>
            </div>
        </div>

        <!-- BOTONES -->
        <div class="main">
            <div class="botones">

                <!-- 🔥 DESTACADO -->
                <a class="btn btn-destacado" href="https://www.mpuentealto.cl/consulta_ex2026"
                    onclick="trackClick('consulta_aseo')">
                    🔍 Consulta Derechos de Aseo 2026
                </a>

                <a class="btn" href="https://sertex1.stonline.cl/puente_alto/permisos_circulacion/asp/inicio.asp"
                    onclick="trackClick('permiso_circulacion')">
                    🚗 Permiso de Circulación
                </a>

                <a class="btn" href="https://portal2.insico.cl/PuenteAlto/Aseo/Inicio/"
                    onclick="trackClick('pago_aseo')">
                    💳 Pago Derecho de Aseo
                </a>

                <!-- <a class="btn" href="https://mpuentealto.cerofilas.gob.cl/categoria/17/procesos"
                    onclick="trackClick('tramite_aseo')">
                    🧹 Trámite Derechos de Aseo
                </a> -->

            </div>
        </div>

        <!-- FOOTER -->
        <div class="footer">
            Municipalidad de Puente Alto - Programación y Diseño - Departamento Gobierno Abierto, Transparencia y
            Tecnologías Digitales. Oficina de Gestión Digital, Innovación y Servicios Municipales
        </div>

    </div>

</body>

</html>