@charset "UTF-8";
.cuerpo-ficha { background:var(--papel-2); }
.hoja { max-width:850px; margin:48px auto; padding:50px; border:1px solid var(--linea); background:var(--blanco); }
.hoja-membrete { border-bottom:2px solid var(--bosque); padding-bottom:26px; margin-bottom:28px; }
.hoja h1 { font-size:2.25rem; margin-bottom:12px; }
.hoja h2 { font-size:1.4rem; margin-bottom:15px; }
.hoja-seccion { margin-bottom:30px; }
.hoja-seccion p { font-size:1rem; color:var(--tinta-media); }
.hoja-tabla { width:100%; border-collapse:collapse; font-size:.95rem; }
.hoja-tabla tr { border-bottom:1px solid var(--linea); }
.hoja-tabla th { width:32%; text-align:left; font-weight:600; }
.hoja-tabla th,.hoja-tabla td { padding:10px 15px 10px 0; vertical-align:top; }
.hoja-descargo { font-size:.8rem; border-top:1px solid var(--linea); padding-top:22px; color:var(--tinta-media); }
@media(max-width:699px) { .hoja { margin:20px 18px; padding:24px 18px; } .hoja h1 { font-size:1.8rem; } .hoja-tabla { font-size:.86rem; } .hoja-tabla th { width:36%; } .cabecera-acciones .btn { font-size:.82rem; } }
@page { size:auto; margin:15mm; }
@media print { body,.cuerpo-ficha { background:white; font-size:10pt; } .hoja { max-width:none; border:0; padding:0; margin:0; } .hoja h1 { font-size:21pt; } .hoja h2 { font-size:13pt; } .hoja-seccion p,.hoja-tabla { font-size:10pt; } .hoja-tabla th,.hoja-tabla td { padding:5pt 10pt 5pt 0; } .hoja-seccion { margin-bottom:16pt; } .hoja-seccion h2 { break-after:avoid; } .hoja-tabla tr,.hoja-seccion p { break-inside:avoid; } .hoja-descargo { font-size:8pt; break-inside:avoid; } .hoja a { color:#000; } }
