{"id":1381,"date":"2020-11-19T17:17:31","date_gmt":"2020-11-19T06:17:31","guid":{"rendered":"https:\/\/workerchecks.com\/?page_id=1381"},"modified":"2026-03-05T09:20:20","modified_gmt":"2026-03-04T22:20:20","slug":"validar-un-control-policial","status":"publish","type":"page","link":"https:\/\/workerchecks.com\/es\/validate-a-police-check\/","title":{"rendered":"Validar un control policial"},"content":{"rendered":"<style>\n  :root {\n    --wc-royal: #005bab;\n    --wc-sky: #bde4f7;\n    --wc-dark: #0B1D3A;\n    --wc-bg: #F4F7FB;\n    --wc-white: #ffffff;\n    --wc-border: #E2E8F0;\n    --red-soft: #FEE2E2;\n    --red-icon: #EF4444;\n    --green-soft: #DCFCE7;\n    --green-icon: #10B981;\n    --amber-soft: #FEF3C7;\n    --amber-icon: #F59E0B;\n    --amber-border: #FDE68A;\n    --text-primary: #0B1D3A;\n    --text-secondary: #475569;\n    --text-muted: #94A3B8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: &#39;DM Sans&#39;, sans-serif;\n    background: var(--wc-white);\n    color: var(--text-primary);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ====================================\n     SECTION 1: HERO WITH CTA\n     ==================================== *\/\n  .hero {\n    background: linear-gradient(170deg, var(--wc-dark) 0%, #0d2748 60%, #112d52 100%);\n    padding: 72px 24px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -30%; right: -15%;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(0,91,171,0.18) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero::after {\n    content: &#39;&#39;;\n    position: absolute;\n    bottom: -40%; left: -10%;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(189,228,247,0.08) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero__inner {\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero__badge {\n    display: inline-block;\n    background: rgba(189,228,247,0.12);\n    border: 1px solid rgba(189,228,247,0.2);\n    color: var(--wc-sky);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 100px;\n    margin-bottom: 24px;\n  }\n\n  .hero h1 {\n    font-size: 40px;\n    font-weight: 700;\n    line-height: 1.15;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n\n  .hero h1 .hl {\n    color: var(--wc-sky);\n  }\n\n  .hero p {\n    font-size: 16px;\n    color: rgba(189,228,247,0.7);\n    line-height: 1.6;\n    max-width: 580px;\n    margin: 0 auto 32px;\n  }\n\n  .hero p strong {\n    color: #fff;\n    font-weight: 600;\n  }\n\n  .hero__cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--wc-royal);\n    color: #fff;\n    font-size: 17px;\n    font-weight: 700;\n    padding: 18px 40px;\n    border-radius: 14px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n    box-shadow: 0 8px 32px rgba(0,91,171,0.35);\n  }\n\n  .hero__cta:hover {\n    background: #0069c8;\n    transform: translateY(-2px);\n    box-shadow: 0 12px 40px rgba(0,91,171,0.45);\n  }\n\n  .hero__cta svg {\n    width: 20px; height: 20px;\n    stroke: #fff; fill: none; stroke-width: 2;\n  }\n\n  .hero__sub {\n    margin-top: 16px;\n    font-size: 13px;\n    color: rgba(189,228,247,0.5);\n  }\n\n  \/* ====================================\n     SECTION 2: WARNING CALLOUT\n     ==================================== *\/\n  .warning-section {\n    background: var(--wc-white);\n    padding: 56px 24px 0;\n  }\n\n  .warning-section__inner {\n    max-width: 840px;\n    margin: 0 auto;\n  }\n\n  .warning-box {\n    background: #FFFBEB;\n    border: 2px solid var(--amber-border);\n    border-radius: 16px;\n    padding: 28px 32px;\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n  }\n\n  .warning-box__icon {\n    width: 48px; height: 48px;\n    background: var(--amber-soft);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .warning-box__icon svg {\n    width: 24px; height: 24px;\n    stroke: var(--amber-icon); fill: none; stroke-width: 1.5;\n  }\n\n  .warning-box h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n    line-height: 1.3;\n  }\n\n  .warning-box p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.6;\n  }\n\n  .warning-box p strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  \/* ====================================\n     SECTION 3: PDF VS BLOCKCHAIN\n     ==================================== *\/\n  .compare-section {\n    background: var(--wc-white);\n    padding: 64px 24px;\n  }\n\n  .compare-section__inner {\n    max-width: 960px;\n    margin: 0 auto;\n  }\n\n  .compare-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .compare-header h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .compare-header h2 .strike {\n    text-decoration: line-through;\n    text-decoration-color: var(--red-icon);\n    text-decoration-thickness: 3px;\n    color: var(--text-muted);\n  }\n\n  .compare-header h2 .hl {\n    color: var(--wc-royal);\n  }\n\n  .compare-header p {\n    font-size: 15px;\n    color: var(--text-secondary);\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.55;\n  }\n\n  .versus {\n    display: grid;\n    grid-template-columns: 1fr 56px 1fr;\n    align-items: stretch;\n    gap: 0;\n  }\n\n  .vs-card {\n    border-radius: 18px;\n    padding: 36px 30px;\n    position: relative;\n  }\n\n  \/* PDF card *\/\n  .vs-card--pdf {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n  }\n\n  \/* Blockchain card *\/\n  .vs-card--bc {\n    background: linear-gradient(145deg, var(--wc-dark) 0%, #0f2a50 100%);\n    color: #fff;\n    box-shadow: 0 20px 56px rgba(11,29,58,0.22);\n  }\n\n  .vs-card--bc::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -35%; right: -12%;\n    width: 250px; height: 250px;\n    background: radial-gradient(circle, rgba(0,91,171,0.25) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .vs-card__tag {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .vs-card--pdf .vs-card__tag { color: var(--text-muted); }\n  .vs-card--bc .vs-card__tag { color: var(--wc-sky); }\n\n  .vs-card__icon {\n    width: 56px; height: 56px;\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n  }\n\n  .vs-card--pdf .vs-card__icon { background: var(--red-soft); }\n  .vs-card--pdf .vs-card__icon svg { width: 26px; height: 26px; stroke: var(--red-icon); fill: none; stroke-width: 1.5; }\n\n  .vs-card--bc .vs-card__icon {\n    background: rgba(189,228,247,0.1);\n    border: 1.5px solid rgba(189,228,247,0.18);\n  }\n  .vs-card--bc .vs-card__icon svg { width: 26px; height: 26px; stroke: var(--wc-sky); fill: none; stroke-width: 1.5; }\n\n  .vs-card__title { font-size: 19px; font-weight: 700; margin-bottom: 6px; line-height: 1.2; }\n  .vs-card--pdf .vs-card__title { color: var(--text-primary); }\n  .vs-card--bc .vs-card__title { color: #fff; }\n\n  .vs-card__subtitle { font-size: 13px; margin-bottom: 22px; line-height: 1.4; }\n  .vs-card--pdf .vs-card__subtitle { color: var(--text-muted); }\n  .vs-card--bc .vs-card__subtitle { color: rgba(189,228,247,0.65); }\n\n  .vs-list {\n    list-style: none;\n    display: flex; flex-direction: column; gap: 14px;\n  }\n\n  .vs-item {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 13.5px; line-height: 1.5;\n    text-align: left;\n  }\n\n  .vs-item span:last-child {\n    flex: 1;\n  }\n\n  .vs-dot {\n    width: 20px; height: 20px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0; margin-top: 2px;\n  }\n\n  .vs-dot svg { width: 10px; height: 10px; stroke-width: 2.5; fill: none; }\n\n  .vs-card--pdf .vs-dot { background: var(--red-soft); }\n  .vs-card--pdf .vs-dot svg { stroke: var(--red-icon); }\n  .vs-card--pdf .vs-item { color: var(--text-secondary); }\n  .vs-card--pdf .vs-item strong { color: var(--text-primary); font-weight: 600; }\n\n  .vs-card--bc .vs-dot { background: rgba(16,185,129,0.15); }\n  .vs-card--bc .vs-dot svg { stroke: var(--green-icon); }\n  .vs-card--bc .vs-item { color: rgba(255,255,255,0.85); }\n  .vs-card--bc .vs-item strong { color: #fff; font-weight: 600; }\n\n  \/* VS circle *\/\n  .vs-divider {\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  .vs-circle {\n    width: 44px; height: 44px;\n    background: var(--wc-royal);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700; color: #fff;\n    box-shadow: 0 4px 16px rgba(0,91,171,0.3);\n    z-index: 2;\n  }\n\n  \/* ====================================\n     SECTION 4: HOW TO VALIDATE\n     ==================================== *\/\n  .howto-section {\n    background: var(--wc-bg);\n    padding: 64px 24px;\n  }\n\n  .howto-section__inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .howto-header {\n    text-align: center;\n    margin-bottom: 44px;\n  }\n\n  .howto-header h2 {\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n  }\n\n  .howto-header p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n  }\n\n  .steps {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 28px;\n    margin-bottom: 44px;\n  }\n\n  .step {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 16px;\n    padding: 32px 24px;\n    text-align: center;\n    position: relative;\n    transition: box-shadow 0.25s ease;\n  }\n\n  .step:hover {\n    box-shadow: 0 8px 28px rgba(11,29,58,0.08);\n  }\n\n  .step__num {\n    width: 32px; height: 32px;\n    background: var(--wc-royal);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700; color: #fff;\n    margin: 0 auto 16px;\n  }\n\n  .step__icon {\n    width: 56px; height: 56px;\n    background: var(--wc-sky);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n  }\n\n  .step__icon svg {\n    width: 26px; height: 26px;\n    stroke: var(--wc-royal); fill: none; stroke-width: 1.5;\n  }\n\n  .step__title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n  }\n\n  .step__desc {\n    font-size: 13px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n  }\n\n  .step__desc strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  .step__or {\n    font-size: 11px;\n    color: var(--text-muted);\n    margin-top: 10px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Big CTA block *\/\n  .cta-block {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 16px;\n    padding: 36px;\n    text-align: center;\n  }\n\n  .cta-block h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .cta-block p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    margin-bottom: 24px;\n    line-height: 1.5;\n    max-width: 480px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cta-block__btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--wc-royal);\n    color: #fff;\n    font-size: 16px;\n    font-weight: 700;\n    padding: 16px 36px;\n    border-radius: 12px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n    box-shadow: 0 6px 24px rgba(0,91,171,0.3);\n  }\n\n  .cta-block__btn:hover {\n    background: #0069c8;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 32px rgba(0,91,171,0.4);\n  }\n\n  .cta-block__btn svg {\n    width: 18px; height: 18px;\n    stroke: #fff; fill: none; stroke-width: 2;\n  }\n\n  .cta-block__note {\n    margin-top: 14px;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  \/* ====================================\n     SECTION 5: TECHNOLOGY & TRUST\n     ==================================== *\/\n  .tech-section {\n    background: var(--wc-white);\n    padding: 64px 24px;\n  }\n\n  .tech-section__inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .tech-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .tech-header h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .tech-header p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  \/* Features grid *\/\n  .tech-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 44px;\n  }\n\n  .tech-card {\n    background: var(--wc-bg);\n    border-radius: 14px;\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .tech-card__icon {\n    width: 48px; height: 48px;\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n  }\n\n  .tech-card__icon svg {\n    width: 22px; height: 22px;\n    stroke: var(--wc-royal); fill: none; stroke-width: 1.5;\n  }\n\n  .tech-card__title {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 4px;\n  }\n\n  .tech-card__desc {\n    font-size: 12px;\n    color: var(--text-secondary);\n    line-height: 1.45;\n  }\n\n  \/* Trust bar *\/\n  .trust-strip {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    padding: 28px 0;\n    border-top: 1px solid var(--wc-border);\n  }\n\n  .trust-item {\n    display: flex; align-items: center; gap: 9px;\n    font-size: 13px; font-weight: 500; color: var(--text-primary);\n  }\n\n  .trust-item__icon {\n    width: 34px; height: 34px;\n    background: var(--wc-sky); border-radius: 9px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .trust-item__icon svg {\n    width: 16px; height: 16px;\n    stroke: var(--wc-royal); stroke-width: 1.5; fill: none;\n  }\n\n  \/* ====================================\n     SECTION 6: FOOTER DISCLAIMER\n     ==================================== *\/\n  .page-footer {\n    background: var(--wc-bg);\n    padding: 24px;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  .page-footer .pipe { margin: 0 6px; color: var(--wc-border); }\n\n  .page-footer a {\n    color: var(--wc-royal);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  \/* ====================================\n     ANIMATIONS\n     ==================================== *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero__inner { animation: fadeUp 0.6s ease-out both; }\n  .warning-box { animation: fadeUp 0.6s ease-out 0.15s both; }\n  .vs-card--pdf { animation: fadeUp 0.5s ease-out 0.2s both; }\n  .vs-card--bc { animation: fadeUp 0.5s ease-out 0.35s both; }\n\n  \/* ====================================\n     RESPONSIVE\n     ==================================== *\/\n  @media (max-width: 768px) {\n    .hero { padding: 56px 20px 64px; }\n    .hero h1 { font-size: 28px; }\n    .hero p { font-size: 14px; }\n    .hero__cta { font-size: 15px; padding: 16px 28px; }\n\n    .warning-box { flex-direction: column; padding: 24px 20px; }\n\n    .versus { grid-template-columns: 1fr; gap: 16px; }\n    .vs-divider { padding: 4px 0; }\n    .vs-circle { width: 36px; height: 36px; font-size: 11px; }\n    .compare-header h2 { font-size: 22px; }\n\n    .steps { grid-template-columns: 1fr; gap: 16px; }\n    .step:not(:last-child)::after { display: none; }\n\n    .tech-grid { grid-template-columns: 1fr; gap: 14px; }\n    .trust-strip { gap: 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ==============================================\n     SECTION 1: HERO\n     ============================================== -->\n<section class=\"hero\">\n  <div class=\"hero__inner\">\n    <div class=\"hero__badge\">Validar un control policial<\/div>\n    <h1>\u00bfRecibiste un certificado?<br><span class=\"hl\">Verifique que sea aut\u00e9ntico.<\/span><\/h1>\n    <p>Un PDF impreso es solo una copia. Para confirmar que no ha sido alterado, ingrese el <strong>C\u00f3digo de validaci\u00f3n de 6 caracteres<\/strong> o escanee el <strong>c\u00f3digo QR<\/strong> en el certificado, y ver el resultado real, generado en tiempo real desde nuestra cadena de bloques privada.<\/p>\n    <a href=\"https:\/\/app.workerchecks.com\/Validate\" class=\"hero__cta\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      Validar un cheque ahora\n    <\/a>\n    <div class=\"hero__sub\">Uso gratuito, no se requiere cuenta.<\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 2: WARNING\n     ============================================== -->\n<section class=\"warning-section\">\n  <div class=\"warning-section__inner\">\n    <div class=\"warning-box\">\n      <div class=\"warning-box__icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 9v2m0 4h.01M5.07 19h13.86c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L3.34 16c-.77 1.33.19 3 1.73 3z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>Un PDF se puede editar. Un registro de cadena de bloques no.<\/h3>\n        <p>Cualquier PDF, de cualquier proveedor, se puede modificar con un software b\u00e1sico. Si alguien le proporciona un certificado Worker Checks, <strong>Siempre val\u00eddalo.<\/strong> utilizando el c\u00f3digo QR o el c\u00f3digo de validaci\u00f3n que aparece en el documento. El resultado que se muestra en pantalla tras la validaci\u00f3n es la \u00fanica versi\u00f3n cuya autenticidad est\u00e1 garantizada, ya que se lee directamente desde nuestra cadena de bloques privada e inmutable.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 3: PDF VS BLOCKCHAIN\n     ============================================== -->\n<section class=\"compare-section\">\n  <div class=\"compare-section__inner\">\n\n    <div class=\"compare-header\">\n      <h2><span class=\"strike\">Un PDF en una base de datos<\/span> &nbsp;vs&nbsp; <span class=\"hl\">En vivo desde la cadena de bloques<\/span><\/h2>\n      <p>Comprenda la diferencia entre una copia impresa y el original verificado y a prueba de manipulaciones.<\/p>\n    <\/div>\n\n    <div class=\"versus\">\n\n      <!-- PDF -->\n      <div class=\"vs-card vs-card--pdf\">\n        <div class=\"vs-card__tag\">El certificado impreso<\/div>\n        <div class=\"vs-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"vs-card__title\">Certificado en PDF<\/div>\n        <div class=\"vs-card__subtitle\">Una copia conveniente, pero solo una copia.<\/div>\n        <ul class=\"vs-list\">\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Puede ser <strong>editado o falsificado<\/strong> con software b\u00e1sico<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>No hay forma de confirmarlo. <strong>no ha sido manipulado<\/strong> con<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>A <strong>instant\u00e1nea est\u00e1tica<\/strong> \u2014 desconectado de la fuente<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Contiene un <strong>c\u00f3digo QR<\/strong> + <strong>c\u00f3digo de validaci\u00f3n<\/strong> para que puedas verificarlo \u2192<\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- VS -->\n      <div class=\"vs-divider\">\n        <div class=\"vs-circle\">VS<\/div>\n      <\/div>\n\n      <!-- Blockchain -->\n      <div class=\"vs-card vs-card--bc\">\n        <div class=\"vs-card__tag\">El resultado validado en pantalla<\/div>\n        <div class=\"vs-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"vs-card__title\">Resultado verificado por blockchain<\/div>\n        <div class=\"vs-card__subtitle\">El registro aut\u00e9ntico, directamente de la fuente.<\/div>\n        <ul class=\"vs-list\">\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Transmitido en vivo<\/strong> de nuestra cadena de bloques privada patentada<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Inmutable<\/strong> \u2014 nunca se puede modificar ni eliminar una vez escrito.<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Sellado criptogr\u00e1ficamente<\/strong> \u2014 Autenticidad demostrable en todo momento.<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Registro de auditor\u00eda<\/strong> \u2014 se notifica al solicitante cuando se consulta<\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 4: HOW TO VALIDATE\n     ============================================== -->\n<section class=\"howto-section\">\n  <div class=\"howto-section__inner\">\n\n    <div class=\"howto-header\">\n      <h2>C\u00f3mo validar en segundos<\/h2>\n      <p>Dos m\u00e9todos: ambos te llevan al mismo resultado aut\u00e9ntico y protegido por blockchain.<\/p>\n    <\/div>\n\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step__num\">1<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 4h4v4H4zM16 4h4v4h-4zM4 16h4v4H4zM16 16h1v1h-1zM19 16h1v1h-1zM16 19h1v1h-1zM19 19h1v1h-1zM12 4h1v4h-1zM4 12h4v1H4zM12 12h1v1h-1zM16 12h4v1h-4zM12 16h1v4h-1z\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Escanee el c\u00f3digo QR.<\/div>\n        <div class=\"step__desc\">Apunte la c\u00e1mara de su tel\u00e9fono hacia el c\u00f3digo QR impreso en la parte superior izquierda del certificado.<\/div>\n        <div class=\"step__or\">\u2014 o \u2014<\/div>\n      <\/div>\n\n      <div class=\"step\">\n        <div class=\"step__num\">2<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Ingrese el c\u00f3digo de validaci\u00f3n<\/div>\n        <div class=\"step__desc\">Encuentre el <strong>C\u00f3digo de 6 caracteres<\/strong> en la parte superior del certificado e introd\u00fazcalo en el portal de validaci\u00f3n.<\/div>\n      <\/div>\n\n      <div class=\"step\">\n        <div class=\"step__num\">3<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Ver el resultado aut\u00e9ntico<\/div>\n        <div class=\"step__desc\">Ver el <strong>certificado aut\u00e9ntico<\/strong> transmitido en vivo desde la cadena de bloques, sin alteraciones, infalsificable, directamente desde la fuente.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CTA block -->\n    <div class=\"cta-block\">\n      <h3>\u00bfListo para validar?<\/h3>\n      <p>Ingrese el c\u00f3digo de 6 caracteres del certificado y le mostraremos el resultado aut\u00e9ntico, protegido por blockchain.<\/p>\n      <a href=\"https:\/\/app.workerchecks.com\/Validate\" class=\"cta-block__btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        Validar un cheque ahora\n      <\/a>\n      <div class=\"cta-block__note\">Uso gratuito \u00b7 No se requiere cuenta \u00b7 Se notificar\u00e1 al solicitante que se ha consultado su expediente.<\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 5: TECHNOLOGY & TRUST\n     ============================================== -->\n<section class=\"tech-section\">\n  <div class=\"tech-section__inner\">\n\n    <div class=\"tech-header\">\n      <h2>Nuestra cadena de bloques privada patentada<\/h2>\n      <p>Desarrollado desde cero por Worker Checks. Sin plataformas de terceros. Sin subcontrataci\u00f3n. Sus datos nunca salen de nuestras manos.<\/p>\n    <\/div>\n\n    <div class=\"tech-grid\">\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Tecnolog\u00eda patentada<\/div>\n        <div class=\"tech-card__desc\">Nuestra cadena de bloques privada ha sido dise\u00f1ada y desarrollada \u00edntegramente por nosotros mismos, no se trata de un producto comercial ni de un servicio de terceros.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 7v10c0 2 1 3 3 3h10c2 0 3-1 3-3V7c0-2-1-3-3-3H7c-2 0-3 1-3 3z\" stroke-linecap=\"round\"\/><path d=\"M8 12h8m-8-3h8m-8 6h4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Registros inmutables<\/div>\n        <div class=\"tech-card__desc\">Una vez que el resultado de tu verificaci\u00f3n policial se registra en nuestra cadena de bloques, nunca podr\u00e1 ser modificado, eliminado ni manipulado. Nunca.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Acceso cero de terceros<\/div>\n        <div class=\"tech-card__desc\">Solo t\u00fa y Worker Checks pueden acceder a tus datos. Sin plataformas externas, sin infraestructura compartida, sin almacenamiento subcontratado.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Distribuido y cifrado<\/div>\n        <div class=\"tech-card__desc\">Los datos se cifran y se distribuyen entre los nodos. Incluso si un nodo se viera comprometido, los datos seguir\u00edan estando seguros y ser\u00edan ilegibles.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\" stroke-linecap=\"round\"\/><path d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Registro de auditor\u00eda transparente<\/div>\n        <div class=\"tech-card__desc\">Cada vez que se valida un certificado, se notifica al solicitante, lo que garantiza una total transparencia sobre qui\u00e9n consulta su expediente.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"12\" cy=\"12\" r=\"10\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">100% Australiano<\/div>\n        <div class=\"tech-card__desc\">Todos los datos se almacenan en Australia, tal y como exige la Comisi\u00f3n Australiana de Inteligencia Criminal (ACIC).<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Trust strip -->\n    <div class=\"trust-strip\">\n      <a href=\"https:\/\/www.acic.gov.au\/accredited-bodies\" target=\"_blank\" rel=\"noopener\" class=\"trust-item\" style=\"text-decoration:none;\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        Acreditado por la ACIC\n      <\/a>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"12\" cy=\"12\" r=\"10\"\/><\/svg><\/div>\n        100% Datos de Australia\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        Cifrado en reposo\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        75% En 5 minutos\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     FOOTER\n     ============================================== -->\n<footer class=\"page-footer\">\n  Impulsado por nuestra cadena de bloques privada patentada.<span class=\"pipe\">\u00b7<\/span>No es criptomoneda.<span class=\"pipe\">\u00b7<\/span>No es Bitcoin<span class=\"pipe\">\u00b7<\/span>Solo seguridad.\n  <br>\n  <a href=\"https:\/\/workerchecks.com\/es\/controles-de-trabajadores-control-policial-privado-de-blockchain\/\">M\u00e1s informaci\u00f3n sobre nuestra tecnolog\u00eda blockchain<\/a><span class=\"pipe\">\u00b7<\/span><a href=\"https:\/\/workerchecks.com\/es\/proteccion-de-datos\/\">C\u00f3mo protegemos sus datos<\/a>\n<\/footer>\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Validate a Police Check Received a certificate?Verify it&#39;s authentic. A printed PDF is just a copy. To confirm it hasn&#39;t been altered, enter the 6-character validation code or scan the QR code on the certificate &mdash; and view the real result, rendered live from our private blockchain. Validate a Check Now Free to use &mdash;&#8230;<\/p>","protected":false},"author":196713191,"featured_media":888,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1381","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/pages\/1381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/users\/196713191"}],"replies":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/comments?post=1381"}],"version-history":[{"count":0,"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/pages\/1381\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/media\/888"}],"wp:attachment":[{"href":"https:\/\/workerchecks.com\/es\/wp-json\/wp\/v2\/media?parent=1381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}