{"id":5046,"date":"2024-07-20T15:38:28","date_gmt":"2024-07-20T15:38:28","guid":{"rendered":"https:\/\/keys4microsoft.com\/obtenha-cid-id-de-confirmacao-online\/"},"modified":"2025-11-29T15:24:12","modified_gmt":"2025-11-29T15:24:12","slug":"obtenha-cid-id-de-confirmacao-online","status":"publish","type":"page","link":"https:\/\/keys4microsoft.com\/pt-pt\/obtenha-cid-id-de-confirmacao-online\/","title":{"rendered":"Obtenha CID (ID de Confirma\u00e7\u00e3o) Online"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5046\" class=\"elementor elementor-5046 elementor-3577\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c321b5 e-flex e-con-boxed e-con e-parent\" data-id=\"3c321b5\" 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-e435c70 elementor-widget elementor-widget-heading\" data-id=\"e435c70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Obtenha CID (ID de Confirma\u00e7\u00e3o) Online \u2013 Ative Produtos Microsoft Sem Emendas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc31ff4 elementor-widget elementor-widget-text-editor\" data-id=\"fc31ff4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Voc\u00ea pode comprar um produto que inclui cr\u00e9ditos de CID (ex: Microsoft Office 2021 Ativa\u00e7\u00e3o por Telefone) ou adquirir o <strong style=\"color: green;\"><a href=\"https:\/\/keys4microsoft.com\/product\/microsoft-cid-credits-pack\/\">pacote de Cr\u00e9ditos de CID da Microsoft<\/a><\/strong>. Mais instru\u00e7\u00f5es abaixo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cdf0478 elementor-widget elementor-widget-shortcode\" data-id=\"cdf0478\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>:root {\r\n  --digit-primary-color: #4a72f5;\r\n}\r\n\r\ninput {\r\n  width: 100%;\r\n  margin-top: 5px;\r\n  margin-bottom: 5px;\r\n}\r\n\r\nbutton {\r\n  margin: auto;\r\n  display: block;\r\n}\r\n\r\n.form-control {\r\n  display: block;\r\n  width: 100%;\r\n  padding: .375rem .75rem;\r\n  font-size: 1rem;\r\n  font-weight: 400;\r\n  line-height: 1.5;\r\n  color: var(--bs-body-color);\r\n  background-color: var(--bs-body-bg);\r\n  background-clip: padding-box;\r\n  border: var(--bs-border-width) solid var(--bs-border-color);\r\n  -webkit-appearance: none;\r\n  -moz-appearance: none;\r\n  appearance: none;\r\n  border-radius: var(--bs-border-radius);\r\n  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;\r\n}\r\n\r\n.cid-error {\r\n  color: #DE3E35;\r\n}\r\n\r\n.cid-success {\r\n  color: var(--e-global-color-primary);\r\n}\r\n\r\n.cid-container {\r\n  max-height: 0px;\r\n  margin: 20px;\r\n  overflow: hidden;\r\n  transition: max-height 1.5s ease;\r\n}\r\n\r\n.digit-box {\r\n  cursor: pointer;\r\n  text-align: center;\r\n  padding: 10px;\r\n  border: 0.5px solid var(--digit-primary-color);\r\n  margin: 5px auto;\r\n  max-width: 100px;\r\n  height: 25px;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  border-radius: 20px;\r\n}\r\n\r\n.digit-label {\r\n  font-weight: 700;\r\n  \/* color: var(--digit-primary-color);*\/\r\n}\r\n\r\n\r\n.copy-message {\r\n  color: var(--e-global-color-primary);\r\n  font-size: 2em;\r\n  margin: 12px;\r\n  text-align: center;\r\n}\r\n\r\n.container.text-center {\r\n  padding-top: 2.2rem;\r\n}\r\n\r\n\r\n.digit-container {\r\n  display: flex;\r\n  justify-content: center;\r\n  flex-wrap: wrap;\r\n  margin-bottom: 60px;\r\n}\r\n\r\n.box-container {\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n  margin: 10px;\r\n}\r\n\r\np#message {\r\n  margin: 30px 0px;\r\n  text-align: center;\r\n}\r\n\r\n.hidden-opacity {\r\n  opacity: 0;\r\n  visibility: hidden;\r\n  transition: 0.8s;\r\n}\r\n\r\n.spinner {\r\n  -webkit-animation: rotator 1.4s linear infinite;\r\n  animation: rotator 1.4s linear infinite;\r\n}\r\n\r\n@-webkit-keyframes rotator {\r\n  0% {\r\n    transform: rotate(0deg);\r\n  }\r\n\r\n  100% {\r\n    transform: rotate(270deg);\r\n  }\r\n}\r\n\r\n@keyframes rotator {\r\n  0% {\r\n    transform: rotate(0deg);\r\n  }\r\n\r\n  100% {\r\n    transform: rotate(270deg);\r\n  }\r\n}\r\n\r\n.path {\r\n  stroke-dasharray: 187;\r\n  stroke-dashoffset: 0;\r\n  transform-origin: center;\r\n  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;\r\n  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;\r\n}\r\n\r\n@-webkit-keyframes colors {\r\n  0% {\r\n    stroke: #4285F4;\r\n  }\r\n\r\n  25% {\r\n    stroke: #DE3E35;\r\n  }\r\n\r\n  50% {\r\n    stroke: #F7C223;\r\n  }\r\n\r\n  75% {\r\n    stroke: #1B9A59;\r\n  }\r\n\r\n  100% {\r\n    stroke: #4285F4;\r\n  }\r\n}\r\n\r\n@keyframes colors {\r\n  0% {\r\n    stroke: #4285F4;\r\n  }\r\n\r\n  25% {\r\n    stroke: #DE3E35;\r\n  }\r\n\r\n  50% {\r\n    stroke: #F7C223;\r\n  }\r\n\r\n  75% {\r\n    stroke: #1B9A59;\r\n  }\r\n\r\n  100% {\r\n    stroke: #4285F4;\r\n  }\r\n}\r\n\r\n@-webkit-keyframes dash {\r\n  0% {\r\n    stroke-dashoffset: 187;\r\n  }\r\n\r\n  50% {\r\n    stroke-dashoffset: 46.75;\r\n    transform: rotate(135deg);\r\n  }\r\n\r\n  100% {\r\n    stroke-dashoffset: 187;\r\n    transform: rotate(450deg);\r\n  }\r\n}\r\n\r\n@keyframes dash {\r\n  0% {\r\n    stroke-dashoffset: 187;\r\n  }\r\n\r\n  50% {\r\n    stroke-dashoffset: 46.75;\r\n    transform: rotate(135deg);\r\n  }\r\n\r\n  100% {\r\n    stroke-dashoffset: 187;\r\n    transform: rotate(450deg);\r\n  }\r\n}<\/style>\r\n  <html>\r\n\r\n  <head>\r\n    <meta charset=\"UTF-8\" \/>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n    <title>Get Confirmation ID<\/title>\r\n\r\n  <\/head>\r\n\r\n  <body cz-shortcut-listen=\"true\" data-new-gr-c-s-check-loaded=\"14.1187.0\" data-gr-ext-installed=\"\">\r\n\r\n    <div class=\"container text-center\">\r\n\r\n      <p>Please log in to view your remaining CID credits.<\/p>\r\n      <form id=\"getCidForm\">\r\n        <div class=\"row\">\r\n                      <div class=\"mb-3\">\r\n              <input type=\"text\" id=\"orderId\" class=\"form-control\" placeholder=\"Order ID\" required=\"\" \/>\r\n            <\/div>\r\n            <div class=\"mb-3\">\r\n              <input type=\"email\" id=\"email\" class=\"form-control\" placeholder=\"Email used on order\" required=\"\" \/>\r\n            <\/div>\r\n                    <div class=\"mb-3\">\r\n            <input type=\"number\" id=\"iid\" class=\"form-control\" placeholder=\"Installation ID (IID)\" required=\"\" minlength=\"63\" maxlength=\"63\" pattern=\"\\d{63}\" \/>\r\n          <\/div>\r\n          <div class=\"col-12 mt-3\" style=\" display: flex; justify-content: center; align-items: center; height: 65px; margin-top: 30px; \">\r\n            <button id=\"submitBtn\" type=\"submit\" class=\"btn btn-primary\">Get CID<\/button>\r\n            <div id=\"loading-spinner\" style=\"z-index: -1; position: absolute; opacity: 0;\">\r\n              <svg class=\"spinner\" width=\"65px\" height=\"65px\" viewBox=\"0 0 66 66\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                <circle class=\"path\" fill=\"none\" stroke-width=\"6\" stroke-linecap=\"round\" cx=\"33\" cy=\"33\" r=\"30\"><\/circle>\r\n              <\/svg>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/form>\r\n\r\n      <p id=\"message\" class=\"hidden-opacity\">Fill the required fields<\/p>\r\n      <div class=\"cid-container\">\r\n        <div id=\"cid-display\" class=\"row mt-4\">\r\n          <div class=\"col-md-10\">\r\n            <input type=\"text\" id=\"cid-value\" class=\"form-control\" readonly=\"\" \/>\r\n          <\/div>\r\n          <div class=\"col-md-2\">\r\n            <button class=\"btn btn-secondary\" onclick=\"copyText(document.getElementById('cid-value').value)\">Copy CID<\/button>\r\n          <\/div>\r\n        <\/div>\r\n        <p id=\"copy-message\" class=\"hidden-opacity copy-message\">Copied!<\/p>\r\n        <div id=\"digit-container\" class=\"digit-container mt-4\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/body>\r\n\r\n  <\/html>\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb85222 elementor-widget elementor-widget-text-editor\" data-id=\"bb85222\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tBem-vindo ao nosso servi\u00e7o Obtenha CID (ID de Confirma\u00e7\u00e3o) Online! Aqui, voc\u00ea pode realizar a ativa\u00e7\u00e3o de produtos Microsoft rapidamente e sem esfor\u00e7o, sem necessidade de ligar para o suporte t\u00e9cnico da Microsoft. Nosso servi\u00e7o simplifica o processo de ativa\u00e7\u00e3o por telefone, permitindo que voc\u00ea receba seu ID de Confirma\u00e7\u00e3o (CID) instantaneamente por meio de um formul\u00e1rio online.\n<h4><strong>Por Que Escolher Nosso Servi\u00e7o?<\/strong><\/h4>\n<ul>\n \t<li>Ativa\u00e7\u00e3o Sem Complica\u00e7\u00f5es: Sem necessidade de perder tempo fazendo chamadas \u2014 obtenha seu CID diretamente em formato de texto usando nosso formul\u00e1rio online.<\/li>\n \t<li>Experi\u00eancia Cont\u00ednua: Ideal para ativar produtos Microsoft como Windows e Office que exigem ativa\u00e7\u00e3o por telefone.<\/li>\n \t<li><strong style=\"color: green;\">Benef\u00edcios Exclusivos:<\/strong>\n<ul>\n \t<li>Ao comprar um item que requer ativa\u00e7\u00e3o por telefone, voc\u00ea tamb\u00e9m ter\u00e1 acesso a cr\u00e9ditos de CID gratuitos para maior conveni\u00eancia.<\/li>\n \t<li>Crie uma conta para aproveitar cr\u00e9ditos mensais gratuitos de CID, facilitando ainda mais o gerenciamento de ativa\u00e7\u00f5es para m\u00faltiplas instala\u00e7\u00f5es ou reativa\u00e7\u00f5es.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h4><strong>Como Funciona:<\/strong><\/h4>\n<ol>\n \t<li>Compre um item que exija ativa\u00e7\u00e3o Microsoft via telefone.<\/li>\n \t<li>Envie seu ID de Instala\u00e7\u00e3o (IID) e outros detalhes atrav\u00e9s do formul\u00e1rio online.<\/li>\n \t<li>Receba instantaneamente seu ID de Confirma\u00e7\u00e3o (CID) em formato de texto para ativar seu software.<\/li>\n<\/ol>\nSimplifique hoje mesmo seu processo de ativa\u00e7\u00e3o Microsoft com nosso servi\u00e7o online de CID confi\u00e1vel! Al\u00e9m disso, aproveite cr\u00e9ditos mensais gratuitos de CID ao criar uma conta, garantindo ativa\u00e7\u00f5es suaves e econ\u00f4micas.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a432e6 elementor-widget elementor-widget-text-editor\" data-id=\"6a432e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Leia os termos deste servi\u00e7o <a href=\"https:\/\/keys4microsoft.com\/cid-usage-terms-and-conditions\/\">aqui<\/a>.<\/p><p><br><strong>Por Que Preciso de Ativa\u00e7\u00e3o por Telefone?<\/strong><br><br><\/p><p>Uma chave de ativa\u00e7\u00e3o por telefone \u00e9 necess\u00e1ria para ativar o produto caso a ativa\u00e7\u00e3o online n\u00e3o ocorra por algum motivo, por exemplo, o aplicativo exibe v\u00e1rios erros ao tentar ativar pela Internet, etc. E tamb\u00e9m se n\u00e3o for poss\u00edvel ativar online, por exemplo, o computador n\u00e3o est\u00e1 conectado \u00e0 Internet.<\/p><p><strong>Como Ativar o Office por Telefone?<\/strong><\/p><p>Se precisar de ajuda, consulte esta p\u00e1gina <span style=\"text-decoration: underline;\"><a href=\"https:\/\/keys4microsoft.com\/how-to-activate-office-by-phone\/\">aqui<\/a><\/span>.<\/p><p><strong>Como Ativar o Windows por Telefone?<\/strong><\/p><p>Se precisar de ajuda, consulte esta p\u00e1gina <a href=\"https:\/\/keys4microsoft.com\/how-to-activate-windows-by-phone\/\"><span style=\"text-decoration: underline;\">aqui<\/span><\/a>.<\/p>\t\t\t\t\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>Obtenha CID (ID de Confirma\u00e7\u00e3o) Online \u2013 Ative Produtos Microsoft Sem Emendas Voc\u00ea pode comprar um produto que inclui cr\u00e9ditos de CID (ex: Microsoft Office&#8230;<\/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-5046","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/pages\/5046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/comments?post=5046"}],"version-history":[{"count":0,"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/pages\/5046\/revisions"}],"wp:attachment":[{"href":"https:\/\/keys4microsoft.com\/pt-pt\/wp-json\/wp\/v2\/media?parent=5046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}