{"id":392,"date":"2025-08-10T20:10:24","date_gmt":"2025-08-10T20:10:24","guid":{"rendered":"https:\/\/primecreditum.com\/?page_id=392"},"modified":"2025-09-02T20:43:13","modified_gmt":"2025-09-02T20:43:13","slug":"simulador-credito-habitacao","status":"publish","type":"page","link":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/","title":{"rendered":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"392\" class=\"elementor elementor-392\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c911010 e-flex e-con-boxed e-con e-parent\" data-id=\"c911010\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca268a3 elementor-widget__width-auto elementor-widget elementor-widget-html\" data-id=\"ca268a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<body style=\"background:#0a222f; margin:0; padding:0;\">\n\n<div style=\"max-width: 600px; margin: 40px auto; padding: 30px; background: #a08e84; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); font-family: 'Arial', sans-serif; color:#0a222f;\">\n  <h2 style=\"text-align:center; margin-bottom:25px; font-size:24px; font-weight:700; color:#0a222f;\">\n    Simulador Cr\u00e9dito Habita\u00e7\u00e3o\n  <\/h2>\n\n  <label style=\"font-weight: 600; display:block; margin-bottom:6px;\">Valor do Im\u00f3vel (\u20ac)<\/label>\n  <input type=\"text\" id=\"valor\" inputmode=\"numeric\" placeholder=\"Ex: 200 000\" style=\"width:100%; padding:12px; margin-bottom:18px; border:1px solid #ddd; border-radius:8px; color:#333;\">\n\n  <label style=\"font-weight: 600; display:block; margin-bottom:6px;\">Entrada Inicial (\u20ac)<\/label>\n  <input type=\"text\" id=\"entrada\" inputmode=\"numeric\" placeholder=\"Ex: 20 000\" style=\"width:100%; padding:12px; margin-bottom:18px; border:1px solid #ddd; border-radius:8px; color:#333;\">\n\n  <label style=\"font-weight: 600; display:block; margin-bottom:6px;\">Prazo (anos)<\/label>\n  <input type=\"text\" id=\"prazo\" inputmode=\"numeric\" placeholder=\"Ex: 30\" style=\"width:100%; padding:12px; margin-bottom:18px; border:1px solid #ddd; border-radius:8px; color:#333;\">\n\n  <label style=\"font-weight: 600; display:block; margin-bottom:6px;\">Taxa de Juro Anual (%)<\/label>\n  <input type=\"text\" id=\"taxa\" inputmode=\"decimal\" placeholder=\"Ex: 3,5\" style=\"width:100%; padding:12px; margin-bottom:20px; border:1px solid #ddd; border-radius:8px; color:#333;\">\n\n  <button onclick=\"calcularPrestacao()\" style=\"width:100%; padding:14px; background:#ffffff; color:#0a222f; border:none; border-radius:8px; font-size:16px; font-weight:600; cursor:pointer; transition:0.3s;\">\n    Calcular\n  <\/button>\n\n  <h3 style=\"margin-top:25px; text-align:center; font-size:20px; color:#0a222f;\">\n    Presta\u00e7\u00e3o Mensal: <span id=\"resultado\">\u2014<\/span>\n  <\/h3>\n<\/div>\n\n<script>\n\/\/ Converte texto -> n\u00famero (remove espa\u00e7os, troca v\u00edrgula por ponto)\nfunction parseNum(str) {\n  if (!str) return NaN;\n  return parseFloat(String(str).replace(\/\\s+\/g, '').replace(',', '.'));\n}\n\n\/\/ Formata n\u00famero com espa\u00e7os nos milhares (usa pt-PT e troca NBSP por espa\u00e7o normal)\nfunction formatWithSpaces(num, decimals = 0) {\n  if (isNaN(num)) return '';\n  return num\n    .toLocaleString('pt-PT', { minimumFractionDigits: decimals, maximumFractionDigits: decimals })\n    .replace(\/\\u00A0\/g, ' ');\n}\n\n\/\/ Formata inputs ao sair do campo\nfunction attachFormatOnBlur(id, decimals = 0) {\n  const el = document.getElementById(id);\n  el.addEventListener('blur', () => {\n    const n = parseNum(el.value);\n    if (!isNaN(n)) el.value = formatWithSpaces(n, decimals);\n  });\n}\n\n\/\/ Liga formata\u00e7\u00e3o nos campos\nattachFormatOnBlur('valor', 0);\nattachFormatOnBlur('entrada', 0);\nattachFormatOnBlur('prazo', 0);\nattachFormatOnBlur('taxa', 2);\n\nfunction calcularPrestacao() {\n  const valor   = parseNum(document.getElementById(\"valor\").value);\n  const entrada = parseNum(document.getElementById(\"entrada\").value);\n  const prazo   = parseNum(document.getElementById(\"prazo\").value);\n  const taxa    = parseNum(document.getElementById(\"taxa\").value);\n\n  if (isNaN(valor) || isNaN(entrada) || isNaN(prazo) || isNaN(taxa)) {\n    alert(\"Por favor preencha todos os campos corretamente.\");\n    return;\n  }\n\n  const montante = valor - entrada;\n  const taxaMensal = (taxa \/ 100) \/ 12;\n  const numeroPrestacoes = prazo * 12;\n\n  const prestacao = montante * (taxaMensal * Math.pow(1 + taxaMensal, numeroPrestacoes)) \/\n                    (Math.pow(1 + taxaMensal, numeroPrestacoes) - 1);\n\n  document.getElementById(\"resultado\").innerText = formatWithSpaces(prestacao, 2) + \" \u20ac\";\n}\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Simulador Cr\u00e9dito Habita\u00e7\u00e3o Valor do Im\u00f3vel (\u20ac) Entrada Inicial (\u20ac) Prazo (anos) Taxa de Juro Anual (%) Calcular Presta\u00e7\u00e3o Mensal: \u2014<\/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-392","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"primecreditum.com - Media\u00e7\u00e3o de cr\u00e9dito\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Simulador Cr\u00e9dito Habita\u00e7\u00e3o\" \/>\n\t\t<meta property=\"og:description\" content=\"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-10T20:10:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-09-02T20:43:13+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Simulador Cr\u00e9dito Habita\u00e7\u00e3o\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/primecreditum.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/primecreditum.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#listItem\",\"name\":\"Simulador Cr\\u00e9dito Habita\\u00e7\\u00e3o\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#listItem\",\"position\":2,\"name\":\"Simulador Cr\\u00e9dito Habita\\u00e7\\u00e3o\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/primecreditum.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/#organization\",\"name\":\"primecreditum.com\",\"description\":\"Media\\u00e7\\u00e3o de cr\\u00e9dito\",\"url\":\"https:\\\/\\\/primecreditum.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/primecreditum.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/Logo_no_background.png\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#organizationLogo\",\"width\":501,\"height\":88},\"image\":{\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#webpage\",\"url\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/\",\"name\":\"Simulador Cr\\u00e9dito Habita\\u00e7\\u00e3o\",\"description\":\"Simule o seu cr\\u00e9dito habita\\u00e7\\u00e3o em segundos. Descubra j\\u00e1 qual ser\\u00e1 a sua presta\\u00e7\\u00e3o mensal com total transpar\\u00eancia.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/primecreditum.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/primecreditum.com\\\/index.php\\\/simulador-credito-habitacao\\\/#breadcrumblist\"},\"datePublished\":\"2025-08-10T20:10:24+00:00\",\"dateModified\":\"2025-09-02T20:43:13+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/primecreditum.com\\\/#website\",\"url\":\"https:\\\/\\\/primecreditum.com\\\/\",\"name\":\"primecreditum.com\",\"description\":\"Media\\u00e7\\u00e3o de cr\\u00e9dito\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/primecreditum.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o","description":"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.","canonical_url":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/primecreditum.com#listItem","position":1,"name":"Home","item":"https:\/\/primecreditum.com","nextItem":{"@type":"ListItem","@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#listItem","name":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o"}},{"@type":"ListItem","@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#listItem","position":2,"name":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o","previousItem":{"@type":"ListItem","@id":"https:\/\/primecreditum.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/primecreditum.com\/#organization","name":"primecreditum.com","description":"Media\u00e7\u00e3o de cr\u00e9dito","url":"https:\/\/primecreditum.com\/","logo":{"@type":"ImageObject","url":"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png","@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#organizationLogo","width":501,"height":88},"image":{"@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#webpage","url":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/","name":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o","description":"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/primecreditum.com\/#website"},"breadcrumb":{"@id":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/#breadcrumblist"},"datePublished":"2025-08-10T20:10:24+00:00","dateModified":"2025-09-02T20:43:13+00:00"},{"@type":"WebSite","@id":"https:\/\/primecreditum.com\/#website","url":"https:\/\/primecreditum.com\/","name":"primecreditum.com","description":"Media\u00e7\u00e3o de cr\u00e9dito","inLanguage":"en-US","publisher":{"@id":"https:\/\/primecreditum.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"primecreditum.com - Media\u00e7\u00e3o de cr\u00e9dito","og:type":"article","og:title":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o","og:description":"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.","og:url":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/","og:image":"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png","og:image:secure_url":"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png","article:published_time":"2025-08-10T20:10:24+00:00","article:modified_time":"2025-09-02T20:43:13+00:00","twitter:card":"summary_large_image","twitter:title":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o","twitter:description":"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.","twitter:image":"https:\/\/primecreditum.com\/wp-content\/uploads\/2024\/03\/Logo_no_background.png"},"aioseo_meta_data":{"post_id":"392","title":"#post_title","description":"Simule o seu cr\u00e9dito habita\u00e7\u00e3o em segundos. Descubra j\u00e1 qual ser\u00e1 a sua presta\u00e7\u00e3o mensal com total transpar\u00eancia.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-08-10 19:15:55","updated":"2025-09-02 20:44:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/primecreditum.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSimulador Cr\u00e9dito Habita\u00e7\u00e3o\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/primecreditum.com"},{"label":"Simulador Cr\u00e9dito Habita\u00e7\u00e3o","link":"https:\/\/primecreditum.com\/index.php\/simulador-credito-habitacao\/"}],"_links":{"self":[{"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/pages\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/comments?post=392"}],"version-history":[{"count":26,"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/pages\/392\/revisions"}],"predecessor-version":[{"id":445,"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/pages\/392\/revisions\/445"}],"wp:attachment":[{"href":"https:\/\/primecreditum.com\/index.php\/wp-json\/wp\/v2\/media?parent=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}