{"id":2736,"date":"2026-07-27T01:32:14","date_gmt":"2026-07-27T01:32:14","guid":{"rendered":"https:\/\/lentaxservice.com\/?page_id=2736"},"modified":"2026-07-27T06:17:58","modified_gmt":"2026-07-27T06:17:58","slug":"noticias-contributivas","status":"publish","type":"page","link":"https:\/\/lentaxservice.com\/es\/noticias-contributivas\/","title":{"rendered":"Noticias de Impuestos y Negocios"},"content":{"rendered":"\n<style>\n.lxpg{--navy:#00305B;--gold:#F5C518;--ink:#26313f;--muted:#5b6b7d;--line:#e7ecf3;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.6;}\n.lxpg *{box-sizing:border-box;}\n.lxpg .lx-wrap{max-width:940px;margin:0 auto;padding:0 22px;}\n.lxpg .lx-hero{position:relative;overflow:hidden;background:radial-gradient(1200px 500px at 80% -10%,#0a4b86 0%,#00305B 55%);border-radius:24px;padding:clamp(40px,6vw,70px) clamp(24px,5vw,56px);text-align:center;color:#fff;margin-bottom:36px;}\n.lxpg .lx-hero:after{content:'';position:absolute;right:-80px;top:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(245,197,24,.22),transparent 70%);}\n.lxpg .lx-eyebrow{display:inline-block;font-size:12.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:14px;}\n.lxpg .lx-hero h1{margin:0 auto 14px;font-size:clamp(30px,4.6vw,46px);line-height:1.08;font-weight:800;letter-spacing:-.5px;max-width:16ch;}\n.lxpg .lx-hero p{margin:0 auto;max-width:620px;font-size:clamp(15px,1.8vw,17.5px);color:#cfe0f2;}\n.lxpg .lx-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;}\n.lxpg .lx-chip{cursor:pointer;border:1px solid #d3dae3;background:#fff;color:#44515f;font-size:13.5px;font-weight:600;padding:8px 18px;border-radius:30px;transition:all .15s;}\n.lxpg .lx-chip.on{background:var(--navy);border-color:var(--navy);color:#fff;}\n.lxpg .lx-chip:hover{border-color:var(--navy);}\n.lxpg .lx-news{border:1px solid var(--line);border-left:4px solid var(--navy);border-radius:16px;padding:24px 28px;margin-bottom:18px;background:#fff;transition:transform .18s,box-shadow .18s;}\n.lxpg .lx-news:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,48,91,.09);}\n.lxpg .lx-news .row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:12px;}\n.lxpg .lx-news h3{margin:0 0 10px;font-size:20px;color:var(--navy);font-weight:700;line-height:1.3;}\n.lxpg .lx-news .sum{margin:0 0 14px;color:#4a5766;font-size:15.5px;line-height:1.65;}\n.lxpg .lx-badge{font-size:12px;font-weight:600;padding:4px 12px;border-radius:30px;}\n.lxpg .lx-date{color:#9aa4b0;font-size:12.5px;margin-left:auto;}\n.lxpg .lx-src{color:#2077c9;font-weight:600;font-size:14px;text-decoration:none;}\n.lxpg .lx-src:hover{text-decoration:underline;}\n.lxpg .lx-op{border-left:3px solid var(--gold);background:#fffaf0;padding:12px 16px;margin:0 0 14px;border-radius:6px;font-size:14.5px;color:#4a5766;}\n.lxpg .lx-op b{color:#a67c00;}\n.lxpg .lx-disc{color:#96a1af;font-size:12px;margin-top:26px;border-top:1px solid var(--line);padding-top:14px;}\n#xs_cta_style_16{display:none !important;}\n.page-id-2736 .page-header{display:none !important;}\n<\/style>\n<div class=\"lxpg\"><div class=\"lx-wrap\">\n<div class=\"lx-hero\">\n<span class=\"lx-eyebrow\">Always Up to Date<\/span>\n<h1>Puerto Rico Tax &amp; Business News<\/h1>\n<p>Factual summaries of Hacienda circular letters, legislation, tax reforms, and rulings that affect your business &mdash; each with its original source, and our CPA&#8217;s opinion where it matters.<\/p>\n<\/div>\n<div id=\"lx-filters\" class=\"lx-filters\"><\/div>\n<div id=\"lx-list\"><p style=\"color:#777;\">Loading news&#8230;<\/p><\/div>\n<p class=\"lx-disc\">These summaries are provided for informational purposes only and do not constitute tax or legal advice. Contact LEN Tax &amp; Accounting for guidance on your specific situation.<\/p>\n<\/div><\/div>\n<script>\n(function(){\n  var L=document.getElementById('lx-list'); var F=document.getElementById('lx-filters');\n  var ALL=[]; var active='All';\n  function el(tag,cls,txt){ var e=document.createElement(tag); if(cls){e.className=cls;} if(txt!=null){e.textContent=txt;} return e; }\n  function badge(txt,bg,fg){ var b=el('span','lx-badge',txt); b.style.background=bg; b.style.color=fg; return b; }\n  function render(){\n    L.innerHTML='';\n    var items=ALL.filter(function(it){ return active==='All'||it.category===active; });\n    if(items.length===0){ L.appendChild(el('p',null,'No news in this category right now.')); return; }\n    items.forEach(function(it){\n      var ic = it.impact==='High' ? '#c0392b' : (it.impact==='Medium' ? '#d68910' : '#1e8449');\n      var art=el('article','lx-news');\n      var row=el('div','row');\n      if(it.category){ row.appendChild(badge(it.category,'#eaf1f8','#00305B')); }\n      if(it.impact){ row.appendChild(badge('Impact: '+it.impact, ic, '#fff')); }\n      if(it.published){ row.appendChild(el('span','lx-date', it.published)); }\n      art.appendChild(row);\n      art.appendChild(el('h3',null, it.title));\n      art.appendChild(el('p','sum', it.summary));\n      if(it.opinion){ var op=el('div','lx-op'); op.appendChild(el('b',null,'CPA Opinion: ')); op.appendChild(document.createTextNode(it.opinion)); art.appendChild(op); }\n      if(it.url){ var a=el('a','lx-src','Source: '+(it.source||'view original')+' \u2197'); a.href=it.url; a.target='_blank'; a.rel='noopener'; art.appendChild(a); }\n      L.appendChild(art);\n    });\n  }\n  function buildFilters(){\n    F.innerHTML='';\n    var cats=['All']; ALL.forEach(function(it){ if(it.category && cats.indexOf(it.category)===-1){ cats.push(it.category); } });\n    cats.forEach(function(cat){ var b=el('button', cat===active?'lx-chip on':'lx-chip', cat); b.onclick=function(){ active=cat; buildFilters(); render(); }; F.appendChild(b); });\n  }\n  fetch('https:\/\/lentax.app.n8n.cloud\/webhook\/tax-feed').then(function(r){ return r.json(); }).then(function(d){\n    ALL=(d && d.items)||[];\n    if(ALL.length===0){ L.innerHTML=''; L.appendChild(el('p',null,'No news published yet. Check back soon.')); return; }\n    buildFilters(); render();\n  }).catch(function(e){ L.innerHTML=''; L.appendChild(el('p',null,'News could not be loaded right now.')); });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Always Up to Date Puerto Rico Tax &amp; Business News Factual summaries of Hacienda circular letters, legislation, tax reforms, and rulings that affect your business &mdash; each with its original source, and our CPA&#8217;s opinion where it matters. Loading news&#8230; These summaries are provided for informational purposes only and do not constitute tax or legal [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-2736","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/pages\/2736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/comments?post=2736"}],"version-history":[{"count":9,"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/pages\/2736\/revisions"}],"predecessor-version":[{"id":2804,"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/pages\/2736\/revisions\/2804"}],"wp:attachment":[{"href":"https:\/\/lentaxservice.com\/es\/wp-json\/wp\/v2\/media?parent=2736"}],"curies":[{"name":"WordPress","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}