@import 'components.css';@import 'home.css';@import 'single-camiones.css';@import 'vehiculo-comercial/assets/css/vc-front.css';@import 'vehiculo-comercial/assets/css/vc-archive.css';@import 'https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@700&display=swap';:root{--azul-oscuro:#0A2745;--azul-medio:#1665C1;--azul-claro:#56A4E4;--blanco:#FFFFFF;--amarillo-cta:#FFD700;--rojo-alerta:#E53935;--gris-claro:#F4F4F4;--gris-texto:#666666;--negro:#1A1A1A;--fuente-base:16px;--size-h1:clamp(26px, 4vw, 38px);--size-h2:clamp(22px, 3.2vw, 32px);--size-h3:clamp(20px, 2.8vw, 28px);--size-h4:clamp(18px, 2.2vw, 24px);--size-h5:clamp(16px, 2vw, 20px);--size-h6:clamp(14px, 1.8vw, 18px);--size-text:clamp(15px, 1.5vw, 18px);--line-h:1.7;--line-title:1.3;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-bold:600}body,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}body{font-family:lato,sans-serif;font-size:var(--fuente-base);color:var(--gris-texto);background:var(--blanco);line-height:var(--line-h)}h1,h2,h3,h4,h5,h6{font-family:montserrat,sans-serif;color:var(--azul-oscuro);line-height:var(--line-title);margin-bottom:.6em;margin-top:.4em}h1{font-size:var(--size-h1);font-weight:var(--weight-bold)}h2{font-size:var(--size-h2);font-weight:var(--weight-medium)}h3{font-size:var(--size-h3);font-weight:var(--weight-medium)}h4{font-size:var(--size-h4);font-weight:var(--weight-medium)}h5{font-size:var(--size-h5);font-weight:var(--weight-normal)}h6{font-size:var(--size-h6);font-weight:var(--weight-normal)}a{color:var(--azul-medio);text-decoration:none;transition:color .2s ease}a:hover{color:var(--azul-oscuro)}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.cxtruck-author-box{display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto auto;gap:.75rem 1rem;align-items:start;background:linear-gradient(135deg,#f8faff 0%,#f0f4fb 100%);border:1px solid #e1e4ec;border-left:4px solid #0b3a6a;border-radius:10px;padding:1.25rem;margin:2rem auto;max-width:80%;width:100%;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif}.cxtruck-author-avatar{grid-row:1/3;width:72px;height:72px;border-radius:50%;overflow:hidden;border:3px solid #0b3a6a;box-shadow:0 4px 12px rgba(11,58,106,.15);flex-shrink:0}.cxtruck-author-avatar img{width:100%;height:100%;object-fit:cover;display:block}.cxtruck-author-name{font-size:1rem;font-weight:700;color:#0b3a6a;line-height:1.2;margin-bottom:.15rem}.cxtruck-author-role{font-size:.78rem;color:#246bb5;font-weight:500;line-height:1.3}.cxtruck-author-note{grid-column:1/-1;font-size:.82rem;color:#4b5563;line-height:1.6;margin:.5rem 0 0;padding-top:.75rem;border-top:1px solid rgba(11,58,106,.1)}.cxtruck-author-note strong{color:#0b3a6a}@media(max-width:480px){.cxtruck-author-box{grid-template-columns:1fr;text-align:center;gap:.75rem}.cxtruck-author-avatar{grid-row:auto;margin:0 auto;width:64px;height:64px}.cxtruck-author-note{text-align:left}}