{"id":9934,"date":"2026-08-12T12:59:51","date_gmt":"2026-08-12T12:59:51","guid":{"rendered":"https:\/\/siproi.com.ar\/sitio\/?page_id=9934"},"modified":"2026-08-12T12:59:58","modified_gmt":"2026-08-12T12:59:58","slug":"contactos","status":"publish","type":"page","link":"https:\/\/siproi.com.ar\/sitio\/contactos\/","title":{"rendered":"Contactos"},"content":{"rendered":"<p><iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3289.6659383005585!2d-58.62988928528364!3d-34.46062698049678!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bca4923374aac1%3A0x79c7692a1d280b8!2sOlaz%C3%A1bal%20576%2C%20B1617GED%20Gral.%20Pacheco%2C%20Buenos%20Aires!5e0!3m2!1ses!2sar!4v1580475812945!5m2!1ses!2sar\" style=\"border:0;\" allowfullscreen=\"\" width=\"1500\" height=\"300\" frameborder=\"0\"><\/iframe><\/p>\n<div class=\"text-center\"><div class=\"is-divider divider clearfix\" ><\/div><\/div><!-- .divider -->\n<h2 style=\"text-align: center;\">FORMULARIO DE CONSULTAS<\/h2>\n<div id=\"sp-form\" style=\"max-width:480px;margin:20px auto;padding:24px;border:2px solid #e63946;border-radius:12px;background:#fff8f7;font-family:Arial,Helvetica,sans-serif;\">\n<div style=\"font-size:18px;font-weight:bold;color:#e63946;margin-bottom:6px;\">SIPROI SRL<\/div>\n<div style=\"font-size:13px;color:#555;margin-bottom:16px;\">Sistemas fijos de protecci\u00f3n contra incendios. Contanos qu\u00e9 necesit\u00e1s y te respondemos a la brevedad.<\/div>\n<div style=\"margin-bottom:12px;\">\n    <label style=\"display:block;font-size:13px;font-weight:bold;color:#333;margin-bottom:4px;\">Nombre *<\/label><br \/>\n    <input id=\"sp-nombre\" type=\"text\" placeholder=\"Tu nombre\" style=\"width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;\"\n      oninput=\"document.getElementById('sp-btn').disabled = !(document.getElementById('sp-nombre').value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-empresa&#8217;).value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-servicio&#8217;).value.length>0);\u00bb>\n  <\/div>\n<div style=\"margin-bottom:12px;\">\n    <label style=\"display:block;font-size:13px;font-weight:bold;color:#333;margin-bottom:4px;\">Empresa *<\/label><br \/>\n    <input id=\"sp-empresa\" type=\"text\" placeholder=\"Nombre de tu empresa\" style=\"width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;\"\n      oninput=\"document.getElementById('sp-btn').disabled = !(document.getElementById('sp-nombre').value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-empresa&#8217;).value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-servicio&#8217;).value.length>0);\u00bb>\n  <\/div>\n<div style=\"margin-bottom:12px;\">\n    <label style=\"display:block;font-size:13px;font-weight:bold;color:#333;margin-bottom:4px;\">Email<\/label><br \/>\n    <input id=\"sp-email\" type=\"email\" placeholder=\"Tu email (opcional)\" style=\"width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;\">\n  <\/div>\n<div style=\"margin-bottom:12px;\">\n    <label style=\"display:block;font-size:13px;font-weight:bold;color:#333;margin-bottom:4px;\">\u00bfPara qu\u00e9 servicio nos contact\u00e1s? *<\/label><br \/>\n    <select id=\"sp-servicio\" style=\"width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;background:#fff;\"\n      onchange=\"document.getElementById('sp-btn').disabled = !(document.getElementById('sp-nombre').value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-empresa&#8217;).value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-servicio&#8217;).value.length>0);\u00bb><option value=\"\">Seleccion\u00e1 una opci\u00f3n<\/option><option value=\"Instalaci\u00f3n\">Instalaci\u00f3n<\/option><option value=\"Mantenimiento\">Mantenimiento<\/option><option value=\"Reparaciones\">Reparaciones<\/option><option value=\"Venta de materiales\">Venta de materiales<\/option><\/select>\n  <\/div>\n<div style=\"margin-bottom:16px;\">\n    <label style=\"display:block;font-size:13px;font-weight:bold;color:#333;margin-bottom:4px;\">Contanos brevemente qu\u00e9 necesit\u00e1s<\/label><br \/>\n    <textarea id=\"sp-mensaje\" placeholder=\"Detalles (opcional)\" rows=\"3\" style=\"width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:14px;resize:vertical;\"><\/textarea>\n  <\/div>\n<p>  <button id=\"sp-btn\" disabled style=\"width:100%;padding:12px;background:#25D366;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:bold;cursor:pointer;opacity:0.6;\"\n    onclick=\"\n      var nombre = document.getElementById('sp-nombre').value.trim();\n      var empresa = document.getElementById('sp-empresa').value.trim();\n      var email = document.getElementById('sp-email').value.trim();\n      var servicio = document.getElementById('sp-servicio').value;\n      var mensaje = document.getElementById('sp-mensaje').value.trim();\n      if(nombre.length===0 || empresa.length===0 || servicio.length===0){ return; }\n      var texto = 'Hola SIPROI! Soy ' + nombre + ', de la empresa ' + empresa + '. Necesito ayuda con: ' + servicio + '.';\n      if(email.length>0){ texto += &#8216; Email: &#8216; + email + &#8216;.&#8217;; }<br \/>\n      if(mensaje.length>0){ texto += &#8216; &#8216; + mensaje; }<br \/>\n      var url = &#8216;https:\/\/wa.me\/5491151594502?text=&#8217; + encodeURIComponent(texto);<br \/>\n      window.open(url, &#8216;_blank&#8217;);<br \/>\n    \u00ab><br \/>\n    Enviar por WhatsApp<br \/>\n  <\/button><\/p>\n<div style=\"font-size:11px;color:#888;margin-top:10px;text-align:center;\">Atenci\u00f3n: Lunes a Viernes de 9 a 17 hs.<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>FORMULARIO DE CONSULTAS SIPROI SRL Sistemas fijos de protecci\u00f3n contra incendios. Contanos qu\u00e9 necesit\u00e1s y te respondemos a la brevedad. Nombre * 0 &#038;&#038; document.getElementById(&#8216;sp-empresa&#8217;).value.trim().length>0 &#038;&#038; document.getElementById(&#8216;sp-servicio&#8217;).value.length>0);\u00bb> Email \u00bfPara qu\u00e9 servicio nos contact\u00e1s? * 0){ texto += &#8216; Email: &#8216; + email + &#8216;.&#8217;; } if(mensaje.length>0){ texto += &#8216; &#8216; + mensaje; } var url [&#8230;]\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"iawp_total_views":6,"footnotes":""},"class_list":["post-9934","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/pages\/9934","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/comments?post=9934"}],"version-history":[{"count":2,"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/pages\/9934\/revisions"}],"predecessor-version":[{"id":9937,"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/pages\/9934\/revisions\/9937"}],"wp:attachment":[{"href":"https:\/\/siproi.com.ar\/sitio\/wp-json\/wp\/v2\/media?parent=9934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}