{"id":1994,"date":"2026-04-04T13:05:22","date_gmt":"2026-04-04T13:05:22","guid":{"rendered":"https:\/\/tirinha.com\/?page_id=1994"},"modified":"2026-04-04T13:27:31","modified_gmt":"2026-04-04T13:27:31","slug":"calculadora-de-aposentadoria-2026","status":"publish","type":"page","link":"https:\/\/tirinha.com\/ro\/calculadora-de-aposentadoria-2026\/","title":{"rendered":"Calculator de jubila\u021bie (actualizat \u00een 2026)"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Simulador de Jubilaci\u00f3n Global 2026<\/title>\n    <style>\n        :root { --primary: #1a73e8; --action: #ff6600; --bg: #f4f7f9; }\n        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: var(--bg); display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 15px; }\n        .card { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 12px 40px rgba(0,0,0,0.12); width: 100%; max-width: 440px; border-top: 8px solid var(--primary); text-align: center; position: relative; }\n        h2 { color: #202124; font-size: 1.6rem; margin-bottom: 5px; letter-spacing: -0.5px; }\n        .subtitle { color: #5f6368; font-size: 0.9rem; margin-bottom: 25px; }\n        label { font-size: 0.75rem; font-weight: 700; color: #3c4043; display: block; text-align: left; margin-top: 15px; text-transform: uppercase; letter-spacing: 0.5px; }\n        input, select { width: 100%; padding: 14px; margin: 8px 0; border-radius: 10px; border: 2px solid #e8eaed; background: #fff; font-size: 1rem; color: #3c4043; }\n        .btn-main { width: 100%; padding: 18px; margin: 20px 0; border-radius: 12px; border: none; background: var(--action); color: white; font-size: 1.1rem; font-weight: 800; cursor: pointer; text-transform: uppercase; box-shadow: 0 4px 0 #cc5200; transition: all 0.2s; }\n        .btn-main:hover { background: #ff751a; transform: translateY(-1px); box-shadow: 0 5px 0 #cc5200; }\n        .btn-main:active { transform: translateY(3px); box-shadow: none; }\n        .hidden { display: none; }\n        .progress-container { width: 100%; background: #eee; border-radius: 10px; height: 10px; margin: 20px 0; overflow: hidden; }\n        .progress-bar { width: 0%; height: 100%; background: var(--primary); transition: width 0.1s; }\n        .result-box { background: #fff9c4; padding: 25px; border-radius: 15px; border: 2px dashed #fbc02d; color: #202124; font-size: 2.5rem; font-weight: 900; margin: 20px 0; animation: pulse 1.5s infinite; }\n        @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }\n        .lead-box { background: #f8f9fa; padding: 20px; border-radius: 15px; border: 1px solid #dadce0; }\n        .success-box { color: #155724; background: #d4edda; padding: 15px; border-radius: 10px; font-weight: 700; margin: 15px 0; border: 1px solid #c3e6cb; }\n        .badge { background: #e74c3c; color: white; padding: 4px 10px; border-radius: 5px; font-size: 0.7rem; font-weight: bold; position: absolute; top: 15px; right: 15px; }\n    <\/style>\n<\/head>\n<body>\n<div class=\"card\">\n    <div class=\"badge\">ACTUALIZADO 2026<\/div>\n    <div id=\"step-1\">\n        <h2>Calculadora de Jubilaci\u00f3n<\/h2>\n        <p class=\"subtitle\">Calcule su proyecci\u00f3n oficial de pensi\u00f3n<\/p>\n        <label>Seleccione el Pa\u00eds<\/label>\n        <select id=\"country\">\n            <optgroup label=\"Europa\">\n                <option value=\"0.65|EUR\">Francia (FR)<\/option>\n                <option value=\"0.68|EUR\">Italia (IT)<\/option>\n                <option value=\"0.70|EUR\">Espa\u00f1a (ES)<\/option>\n                <option value=\"0.55|RON\">Ruman\u00eda (RO)<\/option>\n            <\/optgroup>\n            <optgroup label=\"Norteam\u00e9rica\">\n                <option value=\"0.42|USD\">EUA (Social Security)<\/option>\n                <option value=\"0.48|CAD\">Canad\u00e1 (CPP)<\/option>\n            <\/optgroup>\n            <optgroup label=\"Latinoam\u00e9rica\">\n                <option value=\"0.60|BRL\">Brasil (INSS)<\/option>\n                <option value=\"0.55|MXN\">M\u00e9xico (IMSS)<\/option>\n            <\/optgroup>\n        <\/select>\n        <label>Edad Actual<\/label>\n        <input type=\"number\" id=\"age\" placeholder=\"Ej: 45\">\n        <label>Ingresos Brutos Mensuales (Moneda Local)<\/label>\n        <input type=\"number\" id=\"income\" placeholder=\"Ej: 3000\">\n        <button class=\"btn-main\" onclick=\"startLoading()\">Calcular Pensi\u00f3n \u00bb<\/button>\n    <\/div>\n    <div id=\"step-loading\" class=\"hidden\">\n        <h2 style=\"font-size: 1.2rem;\">Asegurando Conexi\u00f3n&#8230;<\/h2>\n        <p id=\"loading-msg\">Accediendo a bases de datos de pensiones&#8230;<\/p>\n        <div class=\"progress-container\"><div class=\"progress-bar\" id=\"bar\"><\/div><\/div>\n        <p style=\"font-size: 0.75rem; color: #70757a;\">Verificando ajustes de inflaci\u00f3n para 2026&#8230;<\/p>\n    <\/div>\n    <div id=\"step-result\" class=\"hidden\">\n        <h2 style=\"font-size: 1.3rem;\">Pensi\u00f3n Mensual Estimada:<\/h2>\n        <div class=\"result-box\" id=\"final-val\">0,00<\/div>\n        <div id=\"lead-form\" class=\"lead-box\">\n            <p style=\"font-size: 0.85rem; color: #3c4043; margin-bottom: 15px;\">\n                \u26a0\ufe0f <b>ADVERTENCIA:<\/b> Las nuevas reglas fiscales de 2026 podr\u00edan <b>reducir este monto en un 14%<\/b>. \u00bfDesea recibir la Gu\u00eda de Protecci\u00f3n de Beneficios?\n            <\/p>\n            <input type=\"email\" id=\"email\" placeholder=\"Su mejor correo electr\u00f3nico\" required>\n            <button class=\"btn-main\" style=\"font-size: 0.95rem;\" onclick=\"sendEmail()\">Descargar Gu\u00eda de Protecci\u00f3n<\/button>\n        <\/div>\n        <div id=\"success-block\" class=\"hidden\">\n            <div class=\"success-box\">\u2714 \u00a1Gu\u00eda enviada con \u00e9xito!<\/div>\n            <p style=\"font-size: 0.85rem; color: #5f6368; margin-bottom: 20px;\">Haga clic abajo para leer la alerta urgente sobre la Reforma de 2026:<\/p>\n            <button class=\"btn-main\" style=\"background: #27ae60; box-shadow: 0 4px 0 #1e8449;\" onclick=\"redirectToArticle()\">VER ALERTA: REFORMA 2026 \u00bb<\/button>\n        <\/div>\n    <\/div>\n<\/div>\n<script>\n    function startLoading() {\n        const income = document.getElementById('income').value;\n        const age = document.getElementById('age').value;\n        if(!income || !age) { alert(\"Por favor, complete todos los campos\"); return; }\n        document.getElementById('step-1').classList.add('hidden');\n        document.getElementById('step-loading').classList.remove('hidden');\n        let width = 0;\n        const bar = document.getElementById('bar');\n        const msg = document.getElementById('loading-msg');\n        const messages = [\"Cruzando datos regionales...\", \"Calculando esperanza de vida...\", \"Verificando historial de inflaci\u00f3n...\", \"Finalizando proyecci\u00f3n...\"];\n        const interval = setInterval(() => {\n            width += 2; bar.style.width = width + \"%\";\n            if(width == 25) msg.innerText = messages[1];\n            if(width == 50) msg.innerText = messages[2];\n            if(width == 75) msg.innerText = messages[3];\n            if (width >= 100) { clearInterval(interval); showResult(); }\n        }, 60);\n    }\n    function showResult() {\n        const income = parseFloat(document.getElementById('income').value);\n        const data = document.getElementById('country').value.split('|');\n        const factor = parseFloat(data[0]);\n        const currency = data[1];\n        const total = income * factor;\n        document.getElementById('final-val').innerText = total.toLocaleString('es-ES', { minimumFractionDigits: 2, maximumFractionDigits: 2 }) + \" \" + currency;\n        document.getElementById('step-loading').classList.add('hidden');\n        document.getElementById('step-result').classList.remove('hidden');\n    }\n    function sendEmail() {\n        const email = document.getElementById('email').value;\n        if(!email || !email.includes('@')) { alert(\"Ingrese un correo v\u00e1lido\"); return; }\n        document.getElementById('lead-form').classList.add('hidden');\n        document.getElementById('success-block').classList.remove('hidden');\n    }\n    function redirectToArticle() { window.location.href = \"https:\/\/tirinha.com\/es\/1990\/simulacion-de-jubilacion\/\"; }\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Simulador de Jubilaci\u00f3n Global 2026 ACTUALIZADO 2026 Calculadora de Jubilaci\u00f3n Calcule su proyecci\u00f3n oficial de pensi\u00f3n Seleccione el Pa\u00eds Francia &hellip; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1994","page","type-page","status-publish","hentry","latest_post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calculadora de jubilaci\u00f3n (actualizada en 2026) - Tirinha.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tirinha.com\/ro\/calculadora-de-aposentadoria-2026\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculadora de jubilaci\u00f3n (actualizada en 2026) - Tirinha.com\" \/>\n<meta property=\"og:description\" content=\"Simulador de Jubilaci\u00f3n Global 2026 ACTUALIZADO 2026 Calculadora de Jubilaci\u00f3n Calcule su proyecci\u00f3n oficial de pensi\u00f3n Seleccione el Pa\u00eds Francia &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tirinha.com\/ro\/calculadora-de-aposentadoria-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Tirinha.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-04T13:27:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Timp estimat pentru citire\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/calculadora-de-aposentadoria-2026\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/calculadora-de-aposentadoria-2026\\\/\",\"name\":\"Calculadora de jubilaci\u00f3n (actualizada en 2026) - Tirinha.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\"},\"datePublished\":\"2026-04-04T13:05:22+00:00\",\"dateModified\":\"2026-04-04T13:27:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/calculadora-de-aposentadoria-2026\\\/#breadcrumb\"},\"inLanguage\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tirinha.com\\\/calculadora-de-aposentadoria-2026\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/calculadora-de-aposentadoria-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tirinha.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculadora de jubilaci\u00f3n (actualizada en 2026)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#website\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"name\":\"Tirinha.com\",\"description\":\"Arte e livros resenhas\",\"publisher\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tirinha.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ro-RO\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#organization\",\"name\":\"Tirinha.com\",\"url\":\"https:\\\/\\\/tirinha.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"contentUrl\":\"https:\\\/\\\/tirinha.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/cropped-Logo-Tirinha.webp\",\"width\":512,\"height\":512,\"caption\":\"Tirinha.com\"},\"image\":{\"@id\":\"https:\\\/\\\/tirinha.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora de jubilaci\u00f3n (actualizada en 2026) - Tirinha.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tirinha.com\/ro\/calculadora-de-aposentadoria-2026\/","og_locale":"ro_RO","og_type":"article","og_title":"Calculadora de jubilaci\u00f3n (actualizada en 2026) - Tirinha.com","og_description":"Simulador de Jubilaci\u00f3n Global 2026 ACTUALIZADO 2026 Calculadora de Jubilaci\u00f3n Calcule su proyecci\u00f3n oficial de pensi\u00f3n Seleccione el Pa\u00eds Francia &hellip;","og_url":"https:\/\/tirinha.com\/ro\/calculadora-de-aposentadoria-2026\/","og_site_name":"Tirinha.com","article_modified_time":"2026-04-04T13:27:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Timp estimat pentru citire":"1 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tirinha.com\/calculadora-de-aposentadoria-2026\/","url":"https:\/\/tirinha.com\/calculadora-de-aposentadoria-2026\/","name":"Calculadora de jubilaci\u00f3n (actualizada en 2026) - Tirinha.com","isPartOf":{"@id":"https:\/\/tirinha.com\/#website"},"datePublished":"2026-04-04T13:05:22+00:00","dateModified":"2026-04-04T13:27:31+00:00","breadcrumb":{"@id":"https:\/\/tirinha.com\/calculadora-de-aposentadoria-2026\/#breadcrumb"},"inLanguage":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tirinha.com\/calculadora-de-aposentadoria-2026\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tirinha.com\/calculadora-de-aposentadoria-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tirinha.com\/"},{"@type":"ListItem","position":2,"name":"Calculadora de jubilaci\u00f3n (actualizada en 2026)"}]},{"@type":"WebSite","@id":"https:\/\/tirinha.com\/#website","url":"https:\/\/tirinha.com\/","name":"Tirinha.com","description":"Recenzii de art\u0103 \u0219i c\u0103r\u021bi","publisher":{"@id":"https:\/\/tirinha.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tirinha.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ro-RO"},{"@type":"Organization","@id":"https:\/\/tirinha.com\/#organization","name":"Tirinha.com","url":"https:\/\/tirinha.com\/","logo":{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/","url":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","contentUrl":"https:\/\/tirinha.com\/wp-content\/uploads\/2023\/08\/cropped-Logo-Tirinha.webp","width":512,"height":512,"caption":"Tirinha.com"},"image":{"@id":"https:\/\/tirinha.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/pages\/1994","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/comments?post=1994"}],"version-history":[{"count":0,"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/pages\/1994\/revisions"}],"wp:attachment":[{"href":"https:\/\/tirinha.com\/ro\/wp-json\/wp\/v2\/media?parent=1994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}