/*
Theme Name: Destruir Documento Child
Theme URI: https://destruirdocumento.com/
Description: Child theme para Destruir Documento basado en Blocksy.
Author: Destruir Documento
Template: blocksy
Version: 1.0.0
Text Domain: destruirdocumento
*/
:root{--dd-green:#69c51b;--dd-green-dark:#4f9f12;--dd-navy:#071c24;--dd-navy-2:#0b3038;--dd-text:#14222b;--dd-muted:#66747d;--dd-light:#f3f7f8;--dd-white:#fff;--dd-radius:8px;--dd-max:1180px}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--dd-text)}
.dd-container{width:min(calc(100% - 40px),var(--dd-max));margin:auto}
.dd-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:6px;font-weight:700;text-decoration:none;transition:.2s ease}
.dd-btn-primary{background:var(--dd-green);color:#fff}
.dd-btn-primary:hover{background:var(--dd-green-dark);color:#fff;transform:translateY(-1px)}
.dd-btn-light{background:#fff;color:var(--dd-text)}
.dd-btn-light:hover{background:#f2f2f2;color:var(--dd-text)}
#header [data-row*="middle"]{background:rgba(4,18,24,.96)}
#header .ct-header-text,#header .menu>li>a,#header .ct-icon{color:#fff}
#header [data-id="button"] .ct-button{background:var(--dd-green)}
#footer{background:#eaf1f4}
#footer a{color:#243943}
#footer a:hover{color:var(--dd-green-dark)}
