{"id":642,"date":"2025-01-28T19:28:02","date_gmt":"2025-01-28T19:28:02","guid":{"rendered":"https:\/\/digital-defense.cl\/?page_id=642"},"modified":"2026-04-17T04:43:14","modified_gmt":"2026-04-17T04:43:14","slug":"abogado","status":"publish","type":"page","link":"https:\/\/digital-defense.cl\/index.php\/abogado\/","title":{"rendered":"ABOGADO"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Abogados &#8211; Servicios Legales<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    * { box-sizing: border-box; }\n    html { background: #04090f; scroll-behavior: smooth; }\n    body { margin: 0; min-height: 100vh; font-family: 'Inter', sans-serif; background: #04090f; color: #eef2f7; }\n    .lexcyber-block { padding: 60px 16px; background: radial-gradient(circle at top left, rgba(93, 215, 255, 0.16), transparent 25%), radial-gradient(circle at bottom right, rgba(85, 125, 255, 0.12), transparent 20%), linear-gradient(180deg, #04090f 0%, #08111b 100%); color: #eef2f7; }\n    .lexcyber-page { max-width: 1200px; margin: 0 auto; }\n    .lexcyber-header { padding: 18px 24px; margin-bottom: 32px; background: rgba(5, 11, 18, 0.92); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; }\n    .lexcyber-header .brand { font-weight: 700; font-size: 1.25rem; letter-spacing: 0.18em; text-transform: uppercase; color: #d4b35b; }\n    .lexcyber-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: center; margin-bottom: 36px; }\n    .lexcyber-hero-copy, .lexcyber-hero-visual, .lexcyber-service-card { border-radius: 24px; border: 1px solid rgba(255,255,255,0.1); background: rgba(14, 23, 34, 0.9); box-shadow: 0 24px 60px rgba(0,0,0,0.35); backdrop-filter: blur(16px); }\n    .lexcyber-hero-copy { padding: 32px; }\n    .lexcyber-hero-copy h1 { font-size: clamp(2.6rem, 4vw, 3.8rem); line-height: 1.05; margin-bottom: 1rem; color: #e7edf7; }\n    .lexcyber-hero-copy p { color: #cdd6e1; font-size: 1rem; margin-bottom: 24px; max-width: 680px; }\n    .lexcyber-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }\n    .lexcyber-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border-radius: 999px; background: rgba(93, 215, 255, 0.16); border: 1px solid rgba(93, 215, 255, 0.24); color: #eef2f7; font-weight: 600; text-decoration: none; transition: transform 0.2s ease, background 0.2s ease; }\n    .lexcyber-btn:hover { transform: translateY(-2px); background: rgba(93, 215, 255, 0.26); }\n    .lexcyber-stat { padding: 18px 20px; border-radius: 18px; background: rgba(14, 24, 38, 0.96); border: 1px solid rgba(255,255,255,0.1); }\n    .lexcyber-stat strong { display: block; font-size: 1.2rem; margin-bottom: 0.35rem; color: #d4dce6; }\n    .lexcyber-stat span { color: #b8c4d4; font-size: 0.95rem; }\n    .lexcyber-hero-visual { position: relative; min-height: 520px; overflow: hidden; padding: 0; background: #07111a; border-radius: 24px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }\n    .lexcyber-hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }\n    .lexcyber-hero-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 9, 15, 0.02) 0%, rgba(4, 9, 15, 0.55) 70%); pointer-events: none; }\n    .lexcyber-section-title h2 { color: #e7edf7; }\n    .lexcyber-visual-card h2 { font-size: 2rem; margin-bottom: 1rem; color: #edf4ff; }\n    .lexcyber-visual-card p { color: #cdd6e1; line-height: 1.75; }\n    .lexcyber-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }\n    .lexcyber-service-card { position: relative; overflow: hidden; padding: 28px; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }\n    .lexcyber-service-card::before {\n      content: '';\n      position: absolute;\n      left: -40%;\n      top: -40%;\n      width: 180%;\n      height: 180%;\n      background: radial-gradient(circle at 30% 30%, rgba(93, 215, 255, 0.3), transparent 30%), radial-gradient(circle at 70% 70%, rgba(209, 178, 90, 0.18), transparent 22%);\n      opacity: 0;\n      transform: scale(0.85);\n      transition: opacity 0.4s ease, transform 0.7s ease;\n      pointer-events: none;\n      filter: blur(12px);\n    }\n    .lexcyber-service-card:hover { transform: translateY(-6px); border-color: rgba(209, 178, 90, 0.38); box-shadow: 0 22px 55px rgba(0,0,0,0.28); }\n    .lexcyber-service-card:hover::before { opacity: 1; transform: scale(1); }\n    .lexcyber-service-card span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(93, 215, 255, 0.18); color: #5dd7ff; font-size: 1.25rem; margin-bottom: 1rem; }\n    .lexcyber-service-card h3 { margin-bottom: 0.85rem; color: #eef2f7; }\n    .lexcyber-service-card p { color: #9fb1c3; line-height: 1.75; }\n    .lexcyber-footer { margin-top: 32px; padding: 28px; border-radius: 24px; background: rgba(14, 24, 38, 0.92); border: 1px solid rgba(255,255,255,0.1); }\n    .lexcyber-footer p { color: #c9b7a2; line-height: 1.75; }\n    @media (max-width: 980px) { .lexcyber-hero, .lexcyber-services { grid-template-columns: 1fr; } }\n    @media (max-width: 720px) { .lexcyber-block { padding: 40px 12px; } .lexcyber-hero-copy { padding: 24px; } .lexcyber-hero-copy h1 { font-size: clamp(2.2rem, 10vw, 2.8rem); } .lexcyber-actions { flex-direction: column; align-items: stretch; } .lexcyber-btn { width: 100%; } .lexcyber-stats { grid-template-columns: 1fr; } .lexcyber-service-card { padding: 20px; } .lexcyber-services { gap: 16px; } }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"lexcyber-block\">\n    <div class=\"lexcyber-page\">\n      <header class=\"lexcyber-header\"><div class=\"brand\">Ley de Protecci\u00f3n de Datos<\/div><\/header>\n      <section class=\"lexcyber-hero\">\n        <div class=\"lexcyber-hero-copy\">\n          <h1>Servicios legales civiles, familiares, penales y laborales<\/h1>\n          <p>Atendemos cada caso con estrategia, transparencia y un enfoque protector para su familia, su empresa y su reputaci\u00f3n.<\/p>\n          <div class=\"lexcyber-actions\">\n            <a href=\"#lexcyber-services\" class=\"lexcyber-btn\">Ver servicios<\/a>\n            <a href=\"https:\/\/digital-defense.cl\/index.php\/contacto\/\" class=\"lexcyber-btn\">Cont\u00e1ctanos<\/a>\n          <\/div>\n          <div class=\"lexcyber-stats\">\n            <div class=\"lexcyber-stat\"><strong>20+<\/strong><span>A\u00f1os de experiencia<\/span><\/div>\n            <div class=\"lexcyber-stat\"><strong>300+<\/strong><span>Casos atendidos<\/span><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"lexcyber-hero-visual\">\n          <img decoding=\"async\" src=\"https:\/\/digital-defense.cl\/IMG\/df01.png\" alt=\"Digital Defense - Protecci\u00f3n\" width=\"auto\" height=\"auto\">\n        <\/div>\n      <\/section>\n      <section class=\"lexcyber-section\" id=\"lexcyber-services\">\n        <div class=\"lexcyber-section-title\"><h2>\u00c1reas de pr\u00e1ctica<\/h2><p>Servicios especializados para proteger lo que m\u00e1s le importa.<\/p><\/div>\n        <div class=\"lexcyber-services\">\n          <article class=\"lexcyber-service-card\"><span>\u2696\ufe0f<\/span><h3>Civil<\/h3><p>Contratos, disputas de propiedad, herencias y soluciones efectivas para su patrimonio.<\/p><\/article>\n          <article class=\"lexcyber-service-card\"><span>\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67<\/span><h3>Familiar<\/h3><p>Divorcios, custodia y pensiones con un enfoque humano y acuerdos equilibrados.<\/p><\/article>\n          <article class=\"lexcyber-service-card\"><span>\ud83d\udee1\ufe0f<\/span><h3>Penal<\/h3><p>Defensa s\u00f3lida y protecci\u00f3n de derechos en casos penales, desde investigaciones hasta audiencias.<\/p><\/article>\n          <article class=\"lexcyber-service-card\"><span>\ud83d\udcbc<\/span><h3>Laboral<\/h3><p>Despidos, reclamos y acuerdos laborales con una defensa precisa de sus intereses.<\/p><\/article>\n        <\/div>\n      <\/section>\n      <div class=\"lexcyber-footer\" id=\"lexcyber-footer\"><p>Brindamos una experiencia legal confiable y accesible, con enfoque estrat\u00e9gico y soporte constante para cada cliente.<\/p><\/div>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Abogados &#8211; Servicios Legales Ley de Protecci\u00f3n de Datos Servicios legales civiles, familiares, penales y laborales Atendemos cada caso con estrategia, transparencia y un enfoque protector para su familia, su empresa y su reputaci\u00f3n. Ver servicios Cont\u00e1ctanos 20+A\u00f1os de experiencia 300+Casos atendidos \u00c1reas de pr\u00e1cticaServicios especializados para proteger lo que m\u00e1s le importa. \u2696\ufe0fCivilContratos, disputas [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width-page.php","meta":{"footnotes":""},"class_list":["post-642","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/pages\/642","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/comments?post=642"}],"version-history":[{"count":20,"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/pages\/642\/revisions"}],"predecessor-version":[{"id":1174,"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/pages\/642\/revisions\/1174"}],"wp:attachment":[{"href":"https:\/\/digital-defense.cl\/index.php\/wp-json\/wp\/v2\/media?parent=642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}