{"id":10,"date":"2026-05-30T08:53:34","date_gmt":"2026-05-30T11:53:34","guid":{"rendered":"https:\/\/www.imatt.ar\/?page_id=10"},"modified":"2026-05-30T08:53:34","modified_gmt":"2026-05-30T11:53:34","slug":"inicio","status":"publish","type":"page","link":"https:\/\/www.imatt.ar\/","title":{"rendered":"inicio"},"content":{"rendered":"\n<style>\n    \/* Todos los estilos originales *\/\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Inter', sans-serif;\n        background-color: #ffffff;\n        color: #1e1e2a;\n        line-height: 1.5;\n    }\n\n    .container {\n        max-width: 1280px;\n        margin: 0 auto;\n        padding: 0 24px;\n    }\n\n    :root {\n        --lila-dark: #5B3A8C;\n        --lila-light: #9B7BC2;\n        --lila-bg: #F5F0FA;\n        --verde-menta: #2DAA9E;\n        --azul-acero: #2C5F8A;\n    }\n\n    h1, h2, h3 {\n        font-weight: 700;\n        line-height: 1.2;\n    }\n\n    h2 {\n        font-size: 2rem;\n        margin-bottom: 1rem;\n        color: var(--lila-dark);\n    }\n\n    .section {\n        padding: 80px 0;\n        border-bottom: 1px solid #e2e8f0;\n    }\n\n    .navbar {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 20px 0;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .logo h1 {\n        font-size: 1.8rem;\n        color: var(--lila-dark);\n    }\n\n    .logo p {\n        font-size: 0.85rem;\n        color: var(--lila-light);\n        font-weight: 500;\n    }\n\n    .nav-links {\n        display: flex;\n        gap: 32px;\n        align-items: center;\n        flex-wrap: wrap;\n    }\n\n    .nav-links a {\n        text-decoration: none;\n        color: #4a5568;\n        font-weight: 500;\n    }\n\n    .btn-whatsapp-nav {\n        background-color: #25D366;\n        color: white;\n        padding: 8px 20px;\n        border-radius: 40px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-weight: 600;\n        text-decoration: none;\n    }\n\n    .btn-primary {\n        background-color: var(--lila-dark);\n        color: white;\n        padding: 14px 32px;\n        border-radius: 40px;\n        text-decoration: none;\n        font-weight: 600;\n        display: inline-block;\n        border: none;\n        cursor: pointer;\n    }\n\n    .btn-secondary {\n        background-color: transparent;\n        color: var(--lila-dark);\n        padding: 12px 28px;\n        border-radius: 40px;\n        text-decoration: none;\n        font-weight: 600;\n        border: 2px solid var(--lila-dark);\n        display: inline-block;\n    }\n\n    .hero {\n        padding: 60px 0 80px;\n        background: linear-gradient(135deg, var(--lila-bg) 0%, white 100%);\n    }\n\n    .hero-grid {\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        gap: 48px;\n    }\n\n    .hero-content {\n        flex: 1;\n    }\n\n    .hero-content h1 {\n        font-size: 3rem;\n        margin-bottom: 20px;\n        color: var(--lila-dark);\n    }\n\n    .hero-buttons {\n        display: flex;\n        gap: 16px;\n        flex-wrap: wrap;\n    }\n\n    .cards-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 32px;\n        margin-top: 48px;\n    }\n\n    .card {\n        background: white;\n        border-radius: 24px;\n        padding: 32px 24px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        text-align: center;\n        border: 1px solid #e2e8f0;\n    }\n\n    .card-icon {\n        font-size: 2.5rem;\n        margin-bottom: 20px;\n    }\n\n    .card-alarmas .card-icon { color: var(--lila-dark); }\n    .card-domotica .card-icon { color: var(--verde-menta); }\n    .card-redes .card-icon { color: var(--azul-acero); }\n\n    .btn-card {\n        background-color: transparent;\n        border: 1.5px solid currentColor;\n        padding: 8px 20px;\n        border-radius: 40px;\n        text-decoration: none;\n        font-weight: 600;\n        display: inline-block;\n    }\n\n    .card-alarmas .btn-card { color: var(--lila-dark); border-color: var(--lila-dark); }\n    .card-domotica .btn-card { color: var(--verde-menta); border-color: var(--verde-menta); }\n    .card-redes .btn-card { color: var(--azul-acero); border-color: var(--azul-acero); }\n\n    .personas-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 30px;\n        margin: 48px 0;\n    }\n\n    .persona-card {\n        background: #f9f9fc;\n        border-radius: 20px;\n        padding: 28px 20px;\n        text-align: center;\n    }\n\n    .persona-card h4 {\n        font-size: 1.4rem;\n        margin: 15px 0 8px;\n        color: var(--lila-dark);\n    }\n\n    .galeria-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 24px;\n        margin: 48px 0;\n    }\n\n    .galeria-item {\n        border-radius: 20px;\n        overflow: hidden;\n        background: #f3f3f3;\n    }\n\n    .placeholder-img {\n        width: 100%;\n        height: 220px;\n        background-color: var(--lila-light);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: white;\n    }\n\n    .video-placeholder {\n        background-color: var(--verde-menta-light);\n        background-color: #E0F5F2;\n        border-radius: 20px;\n        padding: 40px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .form-group {\n        margin-bottom: 20px;\n    }\n\n    input, select, textarea {\n        width: 100%;\n        padding: 14px 18px;\n        border: 1px solid #e2e8f0;\n        border-radius: 16px;\n        font-family: 'Inter', sans-serif;\n    }\n\n    footer {\n        background-color: #1a1a2a;\n        color: #ccc;\n        padding: 48px 0 24px;\n    }\n\n    .footer-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 32px;\n        margin-bottom: 40px;\n    }\n\n    .whatsapp-float {\n        position: fixed;\n        bottom: 24px;\n        right: 24px;\n        background-color: #25D366;\n        color: white;\n        width: 60px;\n        height: 60px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 2rem;\n        z-index: 1000;\n        text-decoration: none;\n    }\n\n    @media (max-width: 768px) {\n        .hero-content h1 { font-size: 2.2rem; }\n        .section { padding: 50px 0; }\n        .navbar { flex-direction: column; text-align: center; }\n    }\n<\/style>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n\n<a href=\"https:\/\/wa.me\/541176579179?text=Hola%20Imatt%21%20Quiero%20m\u00e1s%20informaci\u00f3n\" class=\"whatsapp-float\" target=\"_blank\">\n    <i class=\"fab fa-whatsapp\"><\/i>\n<\/a>\n\n<div class=\"hero\">\n    <div class=\"container\">\n        <div class=\"navbar\">\n            <div class=\"logo\">\n                <h1>IMATT<\/h1>\n                <p>Soluciones tecnol\u00f3gicas integrales<\/p>\n            <\/div>\n            <div class=\"nav-links\">\n                <a href=\"#\">Inicio<\/a>\n                <a href=\"#servicios\">Servicios<\/a>\n                <a href=\"#casos\">Casos reales<\/a>\n                <a href=\"#contacto\">Contacto<\/a>\n                <a href=\"https:\/\/wa.me\/541176579179\" class=\"btn-whatsapp-nav\" target=\"_blank\"><i class=\"fab fa-whatsapp\"><\/i> WhatsApp<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n    <div class=\"hero-grid\">\n        <div class=\"hero-content\">\n            <h1>Seguridad inteligente para tu hogar o negocio<\/h1>\n            <p>Alarmas, c\u00e1maras, dom\u00f3tica y redes. CABA, Gba.<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#contacto\" class=\"btn-primary\">Cotizar alarma ahora<\/a>\n                <a href=\"#servicios\" class=\"btn-secondary\">Ver soluciones completas<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"hero-content\">\n            <div style=\"background: var(--lila-light); border-radius: 32px; height: 250px; display: flex; align-items: center; justify-content: center; color: white;\">\n                <i class=\"fas fa-shield-alt\" style=\"font-size: 4rem;\"><\/i>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"section\" id=\"servicios\">\n    <div class=\"container\">\n        <h2 style=\"text-align: center;\">Nuestros servicios<\/h2>\n        <div class=\"cards-grid\">\n            <div class=\"card card-alarmas\">\n                <div class=\"card-icon\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\n                <h3>Alarmas y C\u00e1maras<\/h3>\n                <p>Monitoreo 24\/7, respuesta r\u00e1pida, c\u00e1maras 4K y sistemas antirrobo.<\/p>\n                <a href=\"#contacto\" class=\"btn-card\">Cotizar \u2192<\/a>\n            <\/div>\n            <div class=\"card card-domotica\">\n                <div class=\"card-icon\"><i class=\"fas fa-microchip\"><\/i><\/div>\n                <h3>Dom\u00f3tica<\/h3>\n                <p>Control\u00e1 luces, persianas, temperatura y m\u00e1s desde tu celular.<\/p>\n                <a href=\"#contacto\" class=\"btn-card\">Explorar \u2192<\/a>\n            <\/div>\n            <div class=\"card card-redes\">\n                <div class=\"card-icon\"><i class=\"fas fa-network-wired\"><\/i><\/div>\n                <h3>Redes e Instalaci\u00f3n<\/h3>\n                <p>WiFi empresarial, cableado estructurado, racks y mantenimiento.<\/p>\n                <a href=\"#contacto\" class=\"btn-card\">Consultar \u2192<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"section\" style=\"background-color: var(--lila-bg);\">\n    <div class=\"container\">\n        <h2 style=\"text-align: center;\">Para cada cliente, una soluci\u00f3n a medida<\/h2>\n        <div class=\"personas-grid\">\n            <div class=\"persona-card\">\n                <i class=\"fas fa-crown\" style=\"font-size: 2.2rem; color: var(--lila-dark);\"><\/i>\n                <h4>Residencial Premium<\/h4>\n                <p>Seguridad discreta, automatizaci\u00f3n total y confort.<\/p>\n            <\/div>\n            <div class=\"persona-card\">\n                <i class=\"fas fa-store\" style=\"font-size: 2.2rem; color: var(--verde-menta);\"><\/i>\n                <h4>PYME \/ Comerciante<\/h4>\n                <p>Control de empleados, c\u00e1maras visibles y alarmas efectivas.<\/p>\n            <\/div>\n            <div class=\"persona-card\">\n                <i class=\"fas fa-building\" style=\"font-size: 2.2rem; color: var(--azul-acero);\"><\/i>\n                <h4>Corporativo<\/h4>\n                <p>Servicio gestionado, est\u00e1ndares de red y seguridad corporativa.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"section\" id=\"casos\">\n    <div class=\"container\">\n        <h2 style=\"text-align: center;\">Casos reales<\/h2>\n        <div class=\"galeria-grid\">\n            <div class=\"galeria-item\">\n                <div class=\"placeholder-img\">\ud83d\udcf8 Instalaci\u00f3n de c\u00e1mara &#8211; CABA<\/div>\n            <\/div>\n            <div class=\"galeria-item\">\n                <div class=\"placeholder-img\" style=\"background-color: var(--verde-menta);\">\ud83c\udfe0 Dom\u00f3tica &#8211; Belgrano<\/div>\n            <\/div>\n            <div class=\"galeria-item\">\n                <div class=\"placeholder-img\" style=\"background-color: var(--azul-acero);\">\ud83d\udd27 Redes &#8211; Lan\u00fas<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"video-placeholder\">\n            <i class=\"fas fa-video\" style=\"font-size: 3rem; color: var(--verde-menta);\"><\/i>\n            <h3>Video destacado: Dom\u00f3tica en acci\u00f3n<\/h3>\n            <p>Pr\u00f3ximamente: mostraremos una instalaci\u00f3n completa de automatizaci\u00f3n.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n<!-- SECCI\u00d3N COTIZADOR AVANZADO -->\n<div class=\"section\" id=\"contacto\">\n    <div class=\"container\">\n        <div style=\"max-width: 800px; margin: 0 auto;\">\n            <h2 style=\"text-align: center;\">Cotiz\u00e1 tu proyecto<\/h2>\n            <p style=\"text-align: center; font-size: 0.9rem;\">Respond\u00e9 las preguntas y obten\u00e9 un <strong>precio estimado<\/strong> <span style=\"font-size: 0.8rem;\">(valor referencial, no vinculante)<\/span><\/p>\n            \n            <div style=\"background: var(--lila-bg); padding: 30px; border-radius: 24px; margin-top: 20px;\">\n                \n                <!-- 1. Tipo de propiedad -->\n                <label style=\"font-weight: 600; display: block; margin-bottom: 8px;\">\u00bfQu\u00e9 tipo de propiedad ten\u00e9s?<\/label>\n                <select id=\"tipoPropiedad\" style=\"width: 100%; padding: 12px; border-radius: 12px; border: 1px solid #ccc; margin-bottom: 20px;\">\n                    <option value=\"0\">Seleccion\u00e1<\/option>\n                    <option value=\"departamento\">Departamento (hasta 80m\u00b2)<\/option>\n                    <option value=\"casa\">Casa (80m\u00b2 a 200m\u00b2)<\/option>\n                    <option value=\"local\">Local \/ Comercio<\/option>\n                    <option value=\"oficina\">Oficina \/ Corporativo<\/option>\n                <\/select>\n                \n                <!-- 2. Metros cuadrados -->\n                <label style=\"font-weight: 600; display: block; margin-bottom: 8px;\">Metros cuadrados aproximados<\/label>\n                <input type=\"range\" id=\"metros\" min=\"20\" max=\"500\" value=\"80\" step=\"10\" style=\"width: 100%; margin: 10px 0;\">\n                <div style=\"text-align: center; margin-bottom: 20px;\"><span id=\"metrosValue\" style=\"font-weight: 700;\">80<\/span> m\u00b2<\/div>\n                \n                <!-- 3. Servicios que le interesan -->\n                <label style=\"font-weight: 600; display: block; margin-bottom: 8px;\">\u00bfQu\u00e9 servicios necesit\u00e1s? (pod\u00e9s elegir varios)<\/label>\n                <div style=\"margin: 15px 0; display: flex; flex-direction: column; gap: 8px;\">\n                    <label><input type=\"checkbox\" id=\"servAlarma\" value=\"alarma\"> \ud83d\udd12 Alarma b\u00e1sica<\/label>\n                    <label><input type=\"checkbox\" id=\"servCamaras\" value=\"camaras\"> \ud83d\udcf9 C\u00e1maras 4K<\/label>\n                    <label><input type=\"checkbox\" id=\"servDomotica\" value=\"domotica\"> \ud83c\udfe0 Dom\u00f3tica (luces, persianas, clima)<\/label>\n                    <label><input type=\"checkbox\" id=\"servRedes\" value=\"redes\"> \ud83c\udf10 Redes \/ Cableado estructurado<\/label>\n                <\/div>\n                \n                <!-- Precio estimado -->\n                <div style=\"background: white; padding: 20px; border-radius: 16px; text-align: center; margin: 20px 0;\">\n                    <span style=\"font-size: 0.9rem;\">Precio estimado<\/span><br>\n                    <span id=\"precioEstimado\" style=\"font-size: 2rem; font-weight: 700; color: var(--lila-dark);\">$ 0<\/span>\n                    <p style=\"font-size: 0.7rem; color: gray; margin-top: 5px;\">*Este es un valor referencial. Para una cotizaci\u00f3n exacta, contactanos.<\/p>\n                <\/div>\n                \n                <!-- Bot\u00f3n de env\u00edo -->\n                <button id=\"btnCotizar\" style=\"background: var(--lila-dark); color: white; padding: 14px; border: none; border-radius: 40px; width: 100%; font-weight: 600; cursor: pointer; font-size: 1rem;\">Solicitar cotizaci\u00f3n \u2192<\/button>\n                <p style=\"font-size: 0.7rem; text-align: center; margin-top: 12px;\">Al enviar, un asesor se pondr\u00e1 en contacto con vos.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ L\u00f3gica del cotizador\n    const tipoPropiedad = document.getElementById('tipoPropiedad');\n    const metrosSlider = document.getElementById('metros');\n    const metrosValue = document.getElementById('metrosValue');\n    const precioSpan = document.getElementById('precioEstimado');\n    const btnCotizar = document.getElementById('btnCotizar');\n    \n    \/\/ Precios base (valores de ejemplo - ajustalos seg\u00fan tu negocio)\n    const preciosBase = {\n        departamento: 80000,\n        casa: 150000,\n        local: 120000,\n        oficina: 200000\n    };\n    \n    const preciosAdicionales = {\n        alarma: 30000,\n        camaras: 55000,\n        domotica: 95000,\n        redes: 70000\n    };\n    \n    function calcularPrecio() {\n        let tipo = tipoPropiedad.value;\n        let metros = parseInt(metrosSlider.value);\n        let total = 0;\n        \n        \/\/ Precio base seg\u00fan tipo\n        if (tipo !== '0' && preciosBase[tipo]) {\n            total = preciosBase[tipo];\n        } else {\n            precioSpan.innerText = '$ 0';\n            return 0;\n        }\n        \n        \/\/ Ajuste por metros cuadrados\n        if (tipo === 'casa') {\n            total += Math.max(0, (metros - 80) * 300);\n        } else if (tipo === 'departamento') {\n            total += Math.max(0, (metros - 40) * 400);\n        } else if (tipo === 'local') {\n            total += Math.max(0, (metros - 50) * 350);\n        } else if (tipo === 'oficina') {\n            total += Math.max(0, (metros - 60) * 400);\n        }\n        \n        \/\/ Agregar servicios seleccionados\n        if (document.getElementById('servAlarma').checked) total += preciosAdicionales.alarma;\n        if (document.getElementById('servCamaras').checked) total += preciosAdicionales.camaras;\n        if (document.getElementById('servDomotica').checked) total += preciosAdicionales.domotica;\n        if (document.getElementById('servRedes').checked) total += preciosAdicionales.redes;\n        \n        \/\/ Formatear el precio\n        precioSpan.innerText = '$ ' + total.toLocaleString('es-AR');\n        return total;\n    }\n    \n    \/\/ Event listeners\n    tipoPropiedad.addEventListener('change', calcularPrecio);\n    metrosSlider.addEventListener('input', function() {\n        metrosValue.innerText = this.value;\n        calcularPrecio();\n    });\n    document.querySelectorAll('input[type=checkbox]').forEach(cb => cb.addEventListener('change', calcularPrecio));\n    \n    \/\/ Bot\u00f3n de env\u00edo (temporal con alerta, despu\u00e9s conectamos a n8n)\n    btnCotizar.addEventListener('click', function() {\n        let total = calcularPrecio();\n        if (total === 0) {\n            alert('\u26a0\ufe0f Por favor, complet\u00e1 los datos para recibir una cotizaci\u00f3n.');\n            return;\n        }\n        \n        \/\/ Recopilar datos del usuario\n        const nombre = prompt('\ud83d\udcdd Para enviar la cotizaci\u00f3n, escrib\u00ed tu nombre:', '');\n        if (!nombre) {\n            alert('Necesitamos tu nombre para contactarte.');\n            return;\n        }\n        \n        const telefono = prompt('\ud83d\udcde Escrib\u00ed tu n\u00famero de WhatsApp (con c\u00f3digo de \u00e1rea):', '');\n        if (!telefono) {\n            alert('Necesitamos tu tel\u00e9fono para enviarte la cotizaci\u00f3n.');\n            return;\n        }\n        \n        alert(`\u2705 \u00a1Gracias ${nombre}! En breve un asesor se contactar\u00e1 al ${telefono} con un presupuesto personalizado.\\n\\nValor estimado: ${precioSpan.innerText}`);\n        \n        \/\/ Aqu\u00ed despu\u00e9s conectaremos con n8n\n    });\n    \n    calcularPrecio(); \/\/ inicializar\n<\/script>\nconsulta<\/button>\n                <\/div>\n            <\/form>\n            <p style=\"text-align: center; margin-top: 20px;\">\ud83d\udcde 11 7657 9179 &#8211; 20 de septiembre 2773, Lan\u00fas<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<footer>\n    <div class=\"container\">\n        <div class=\"footer-grid\">\n            <div class=\"footer-col\">\n                <h4>Imatt<\/h4>\n                <p>Soluciones tecnol\u00f3gicas integrales<\/p>\n            <\/div>\n            <div class=\"footer-col\">\n                \n            <\/div>\n        <\/div>\n        <div style=\"text-align: center;\">\n            <p>\u00a9 2026 Imatt &#8211; Seguridad y dom\u00f3tica en Zona Sur GBA y CABA<\/p>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    document.querySelector('.btn-primary[onclick]').removeAttribute('onclick');\n    document.querySelector('.btn-primary[onclick]').addEventListener('click', function() {\n        alert('\u2705 \u00a1Gracias! En breve un asesor se contactar\u00e1 con vos.');\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>IMATT Soluciones tecnol\u00f3gicas integrales Inicio Servicios Casos reales Contacto WhatsApp Seguridad inteligente para tu hogar o negocio Alarmas, c\u00e1maras, dom\u00f3tica y redes. CABA, Gba. Cotizar alarma ahora Ver soluciones completas Nuestros servicios Alarmas y C\u00e1maras Monitoreo 24\/7, respuesta r\u00e1pida, c\u00e1maras 4K y sistemas antirrobo. Cotizar \u2192 Dom\u00f3tica Control\u00e1 luces, persianas, temperatura y m\u00e1s desde tu &#8230; <a title=\"inicio\" class=\"read-more\" href=\"https:\/\/www.imatt.ar\/\" aria-label=\"Leer m\u00e1s sobre inicio\">Leer m\u00e1s<\/a><\/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-10","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.imatt.ar\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.imatt.ar\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.imatt.ar\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.imatt.ar\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.imatt.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":2,"href":"https:\/\/www.imatt.ar\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/www.imatt.ar\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/www.imatt.ar\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}