{"id":18117,"date":"2022-10-11T21:30:20","date_gmt":"2022-10-11T21:30:20","guid":{"rendered":"https:\/\/senhorcarros.com\/?p=18117"},"modified":"2025-11-24T14:00:02","modified_gmt":"2025-11-24T14:00:02","slug":"conheca-app-doc-veiculo-digital","status":"publish","type":"post","link":"https:\/\/senhorcarros.com\/es\/conheca-app-doc-veiculo-digital\/","title":{"rendered":"Documento Digital del Veh\u00edculo: \u00a1conoce y descubre c\u00f3mo funciona la app!"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-descubra-tudo-sobre-como-funciona-o-documento-de-veiculo-digital-o-que-e-e-como-baixar-o-app\">Descubre todo sobre c\u00f3mo funciona el documento digital del veh\u00edculo: qu\u00e9 es y c\u00f3mo descargar la app<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only.jpeg\" alt=\"Uma chave ao lado de um celular com app da carteira digital\" class=\"w-full object-cover object-center border mx-auto wp-image-18118\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Fuente: AdobeStock<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00bfSab\u00edas que existe una aplicaci\u00f3n que te permite salir sin la documentaci\u00f3n f\u00edsica del veh\u00edculo, con una digital, lo que te facilita mucho la vida? Descubre c\u00f3mo funciona.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2megAA\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_476096456_Editorial_Use_Only-scaled.jpeg\" alt=\"App documento de ve\u00edculo digital\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla\">\n            Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Vea una sencilla gu\u00eda paso a paso sobre c\u00f3mo descargar la aplicaci\u00f3n de documento digital del veh\u00edculo y qu\u00e9 hacer con ella para presentarla en lugar de su documento f\u00edsico.\n\n        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuar leyendo            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_476096456_Editorial_Use_Only-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla              <\/p>\n              <a href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuar leyendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Permanecer\u00e1s en el mismo lugar              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Hoy entender\u00e1s todo lo que hay detr\u00e1s de la aplicaci\u00f3n Digital Transit Wallet (CDT), y aprender\u00e1s c\u00f3mo y por qu\u00e9 deber\u00edas descargarla.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-o-que-e-o-app-carteira-digital-de-transito\">\u00bfQu\u00e9 es la aplicaci\u00f3n Digital Transit Wallet?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Es una aplicaci\u00f3n que combina negocios y placer. Con ella, tienes acceso a tu licencia de conducir y a tu CRLV (dos documentos necesarios) desde tu celular, sin tener que salir con la cartera llena de documentos.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Adem\u00e1s tiene varios beneficios como:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Transferencia y venta digital de veh\u00edculos;<\/li><li>Pago del CRLV y emisi\u00f3n de la copia;<\/li><li>No es necesario presentar un documento f\u00edsico;<\/li><li>Y mucho m\u00e1s.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>La aplicaci\u00f3n se actualiza con frecuencia, se vuelve cada vez m\u00e1s \u00fatil y pr\u00e1ctica, y siempre incorpora nuevas funciones. Descubre qu\u00e9 es, c\u00f3mo funciona y qu\u00e9 necesitas para formar parte del &quot;Registro de Buenos Conductores&quot;, la nueva funci\u00f3n de la aplicaci\u00f3n de documentos digitales.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00bfY lo mejor de todo? No necesitas internet para presentar el documento.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-vale-a-pena-ter-o-app-cdt-carteira-digital-de-transito\">\u00bfVale la pena tener la aplicaci\u00f3n CDT (Digital Transit Wallet)?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_403302325_Editorial_Use_Only.jpeg\" alt=\"Documento de ve\u00edculo f\u00edsico\" class=\"w-full object-cover object-center border mx-auto wp-image-18119\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >\u00bfVale la pena tener la aplicaci\u00f3n CDT (Digital Transit Wallet)?<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Con todos estos beneficios anteriores, la \u00faltima versi\u00f3n de la aplicaci\u00f3n Digital Transit Wallet, actualizada en la \u00faltima semana de septiembre de 2022, trajo a\u00fan m\u00e1s funciones.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Se trata del &quot;Registro del Buen Conductor&quot;, presentado por la Secretar\u00eda Nacional de Tr\u00e1nsito (Senatran) en colaboraci\u00f3n con el Registro Nacional de Conductores Positivos (RNCP). A partir del 13 de octubre de 2022, las personas registradas que no hayan cometido ninguna infracci\u00f3n en los \u00faltimos 12 meses recibir\u00e1n beneficios especiales.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Es fundamental destacar que el RNPC no ha aclarado totalmente los beneficios futuros, pero algunos pueden estar en mente. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De esta manera, los interesados pueden dar su permiso para ser incluidos en el programa a trav\u00e9s del Portal de Servicios del Senatran, o mediante la propia aplicaci\u00f3n del documento Tarjeta Digital de Tr\u00e1nsito (CDT) en \u201cConsulta tu estatus en el registro de conductores positivos\u201d y listo, ahora ya sabes c\u00f3mo funciona.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Al hacerlo, usted consiente que se verifique su nombre y se confirme que cumple los requisitos para recibir los beneficios. El registro se activar\u00e1 el 13 de octubre de 2022 y, tan pronto como entre en vigor, es posible que los beneficios ya se hayan otorgado.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pero vale la pena recordar que si un oficial de tr\u00e1nsito lo detiene y su tel\u00e9fono est\u00e1 muerto, podr\u00eda recibir una multa y perder 3 puntos en su licencia por no llevarlo consigo. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As\u00ed que siempre carga tu m\u00f3vil antes de salir de casa, y recuerda que lo m\u00e1s recomendable es el CDT, ya que obtienes muchas ventajas, \u00a1m\u00e1s a\u00fan si eres un conductor ejemplar!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ahora tu \u00fanica pregunta deber\u00eda ser c\u00f3mo descargar la aplicaci\u00f3n, \u00bfverdad?<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">\u00bfC\u00f3mo descargar CDT?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En Google Play o App Store estar\u00e1 disponible para descargar bajo el nombre Carteira Digital de Tr\u00e2nsito, pero al buscar CDT ver\u00e1s d\u00f3nde puedes descargarlo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Consulta a continuaci\u00f3n una gu\u00eda paso a paso que explica todo lo que necesitas saber para tener la aplicaci\u00f3n en tu dispositivo y comenzar a usarla hoy mismo.<\/p>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" src=\"http:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_476096456_Editorial_Use_Only.jpeg\" alt=\"App documento de ve\u00edculo digital\" class=\"w-full object-cover object-center border mx-auto wp-image-18120\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Fuente: Adobe<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Consulta esta sencilla gu\u00eda paso a paso que te brindar\u00e1 beneficios exclusivos. <\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-rWV6H\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_403302325_Editorial_Use_Only-scaled.jpeg\" alt=\"Documento de ve\u00edculo digital\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla\">\n            Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Vea una sencilla gu\u00eda paso a paso sobre c\u00f3mo descargar la aplicaci\u00f3n de documento digital del veh\u00edculo y qu\u00e9 hacer con ella para presentarla en lugar de su documento f\u00edsico.\n\n        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuar leyendo            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_403302325_Editorial_Use_Only-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Billetera de Tr\u00e1nsito Digital: c\u00f3mo descargarla y usarla              <\/p>\n              <a href=\"https:\/\/senhorcarros.com\/es\/como-baixar-documento-veiculo-digital\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuar leyendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Permanecer\u00e1s en el mismo lugar              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Descubre la aplicaci\u00f3n de documentaci\u00f3n vehicular digital o CDT (Tarjeta de Tr\u00e1nsito Digital) que te facilita la vida de muchas maneras, garantiz\u00e1ndote beneficios exclusivos. \u00a1Consulta m\u00e1s informaci\u00f3n a continuaci\u00f3n!<\/p>","protected":false},"author":26,"featured_media":18118,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[28,29],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app! - Senhor Carros<\/title>\n<meta name=\"description\" content=\"Quer saber como funciona o App de documento de ve\u00edculo digital? Entenda o que \u00e9, os benef\u00edcios e como baixar lendo o artigo!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/senhorcarros.com\/es\/conheca-app-doc-veiculo-digital\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app! - Senhor Carros\" \/>\n<meta property=\"og:description\" content=\"Quer saber como funciona o App de documento de ve\u00edculo digital? Entenda o que \u00e9, os benef\u00edcios e como baixar lendo o artigo!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/senhorcarros.com\/es\/conheca-app-doc-veiculo-digital\/\" \/>\n<meta property=\"og:site_name\" content=\"Senhor Carros\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-11T21:30:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-24T14:00:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Amanda Laet\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amanda Laet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/\",\"url\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/\",\"name\":\"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app! - Senhor Carros\",\"isPartOf\":{\"@id\":\"https:\/\/senhorcarros.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg\",\"datePublished\":\"2022-10-11T21:30:20+00:00\",\"dateModified\":\"2025-11-24T14:00:02+00:00\",\"author\":{\"@id\":\"https:\/\/senhorcarros.com\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f\"},\"description\":\"Quer saber como funciona o App de documento de ve\u00edculo digital? Entenda o que \u00e9, os benef\u00edcios e como baixar lendo o artigo!\",\"breadcrumb\":{\"@id\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#primaryimage\",\"url\":\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg\",\"contentUrl\":\"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg\",\"width\":2560,\"height\":1707,\"caption\":\"Uma chave ao lado de um celular com app da carteira digital\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/senhorcarros.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/senhorcarros.com\/#website\",\"url\":\"https:\/\/senhorcarros.com\/\",\"name\":\"Senhor Carros\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/senhorcarros.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/senhorcarros.com\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f\",\"name\":\"Amanda Laet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/senhorcarros.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"caption\":\"Amanda Laet\"},\"url\":\"https:\/\/senhorcarros.com\/es\/author\/amandalaet\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app! - Senhor Carros","description":"Quer saber como funciona o App de documento de ve\u00edculo digital? Entenda o que \u00e9, os benef\u00edcios e como baixar lendo o artigo!","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:\/\/senhorcarros.com\/es\/conheca-app-doc-veiculo-digital\/","og_locale":"es_ES","og_type":"article","og_title":"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app! - Senhor Carros","og_description":"Quer saber como funciona o App de documento de ve\u00edculo digital? Entenda o que \u00e9, os benef\u00edcios e como baixar lendo o artigo!","og_url":"https:\/\/senhorcarros.com\/es\/conheca-app-doc-veiculo-digital\/","og_site_name":"Senhor Carros","article_published_time":"2022-10-11T21:30:20+00:00","article_modified_time":"2025-11-24T14:00:02+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg","type":"image\/jpeg"}],"author":"Amanda Laet","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amanda Laet","Est. reading time":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/","url":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/","name":"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app! - Senhor Carros","isPartOf":{"@id":"https:\/\/senhorcarros.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#primaryimage"},"image":{"@id":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#primaryimage"},"thumbnailUrl":"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg","datePublished":"2022-10-11T21:30:20+00:00","dateModified":"2025-11-24T14:00:02+00:00","author":{"@id":"https:\/\/senhorcarros.com\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f"},"description":"Quer saber como funciona o App de documento de ve\u00edculo digital? Entenda o que \u00e9, os benef\u00edcios e como baixar lendo o artigo!","breadcrumb":{"@id":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#primaryimage","url":"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg","contentUrl":"https:\/\/senhorcarros.com\/wp-content\/uploads\/sites\/146\/2022\/10\/AdobeStock_486994434_Editorial_Use_Only-scaled.jpeg","width":2560,"height":1707,"caption":"Uma chave ao lado de um celular com app da carteira digital"},{"@type":"BreadcrumbList","@id":"https:\/\/senhorcarros.com\/conheca-app-doc-veiculo-digital\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/senhorcarros.com\/"},{"@type":"ListItem","position":2,"name":"Documento de Ve\u00edculo Digital: conhe\u00e7a e saiba como funciona o app!"}]},{"@type":"WebSite","@id":"https:\/\/senhorcarros.com\/#website","url":"https:\/\/senhorcarros.com\/","name":"Senhor Carros","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/senhorcarros.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Person","@id":"https:\/\/senhorcarros.com\/#\/schema\/person\/c4debdb1f59e309ed4eab6c235e6ba7f","name":"Amanda Laet","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/senhorcarros.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","caption":"Amanda Laet"},"url":"https:\/\/senhorcarros.com\/es\/author\/amandalaet\/"}]}},"_links":{"self":[{"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/posts\/18117"}],"collection":[{"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/comments?post=18117"}],"version-history":[{"count":1,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/posts\/18117\/revisions"}],"predecessor-version":[{"id":25948,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/posts\/18117\/revisions\/25948"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/media\/18118"}],"wp:attachment":[{"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/media?parent=18117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/categories?post=18117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/senhorcarros.com\/es\/wp-json\/wp\/v2\/tags?post=18117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}