﻿.informe-documento {
    max-width: 950px;
    margin: 0 auto;
    background: #fff;
    padding: 32px 38px;
    border: 1px solid #dfe3e8;
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.informe-titulo {
    text-align: center;
    color: #1f5f99;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.informe-subtitulo {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.informe-seccion {
    margin-top: 24px;
    page-break-inside: avoid;
}

    .informe-seccion h5 {
        background: #eef5fb;
        color: #1f5f99;
        border-left: 5px solid #1f5f99;
        border-bottom: 1px solid #d5dce3;
        padding: 8px 10px;
        margin-bottom: 12px;
        font-size: 17px;
        font-weight: 700;
    }

.campo-informe {
    margin-bottom: 14px;
    padding: 8px 10px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 4px;
    white-space: pre-wrap;
}

    .campo-informe div {
        margin-top: 4px;
    }

.informe-documento .row > div {
    padding-top: 6px;
    padding-bottom: 6px;
}

.informe-documento strong {
    color: #333;
}

.no-imprimir {
    margin-bottom: 20px;
}

@media print {

    body {
        background: white !important;
    }

    .sidebar,
    nav,
    header,
    .no-imprimir {
        display: none !important;
    }

    .informe-documento {
        max-width: none;
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        font-size: 12px;
    }

    .informe-titulo {
        font-size: 24px;
    }

    .informe-seccion h5 {
        background: #f3f3f3 !important;
        color: #111 !important;
        border-left: 4px solid #555;
    }

    .campo-informe {
        background: white;
        border: 1px solid #ddd;
    }

    @page {
        size: A4;
        margin: 15mm;
    }
}
.cabecera-informe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.cabecera-logo h2 {
    margin: 0;
    color: #1f5f99;
}

.cabecera-subtitulo {
    font-size: 18px;
    color: #555;
}

.cabecera-datos table {
    font-size: 13px;
}

.cabecera-datos td {
    padding: 2px 8px;
}
.informe-acciones {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    max-width: 210mm;
    margin: 20px auto 12px;
}

.informe-documento {
    width: 210mm;
    min-height: 297mm;
    margin: 0 auto 30px;
    padding: 18mm 16mm;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
    color: #222;
}

.informe-cabecera {
    border-bottom: 3px solid #245f8f;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

    .informe-cabecera h1 {
        margin: 0;
        color: #245f8f;
        font-size: 23px;
        font-weight: 700;
    }

    .informe-cabecera p {
        margin: 5px 0 0;
        color: #666;
    }

.informe-seccion {
    margin-top: 24px;
}

    .informe-seccion h2 {
        margin: 0 0 14px;
        padding: 8px 10px;
        border-left: 5px solid #245f8f;
        background: #edf4f8;
        color: #245f8f;
        font-size: 17px;
        font-weight: 700;
    }

.informe-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.informe-sesion {
    margin-bottom: 18px;
    border: 1px solid #b9c8d2;
    border-radius: 5px;
    break-inside: avoid;
    page-break-inside: avoid;
}

.informe-sesion-cabecera {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 10px;
    padding: 10px 12px;
    background: #edf4f8;
    border-bottom: 1px solid #b9c8d2;
    font-size: 14px;
}

.informe-sesion-contenido {
    padding: 12px;
}

.informe-etiqueta {
    margin-bottom: 6px;
    color: #245f8f;
    font-weight: 700;
}

.informe-texto {
    white-space: pre-wrap;
    line-height: 1.55;
}

.informe-sin-datos {
    padding: 20px;
    border: 1px dashed #aaa;
    text-align: center;
    color: #666;
}

@media print {
    .no-imprimir {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .informe-documento {
        width: auto;
        min-height: auto;
        margin: 0;
        padding: 8mm 10mm;
        box-shadow: none;
    }

    .informe-sesion {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

@media (max-width: 900px) {
    .informe-documento {
        width: auto;
        min-height: auto;
        margin: 10px;
        padding: 20px;
    }

    .informe-grid,
    .informe-sesion-cabecera {
        grid-template-columns: 1fr;
    }

    .informe-acciones {
        margin: 10px;
    }
}
.contenedor-logo {
    width: 260px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.logo-empresa {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.logo-informe {
    width: 260px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .logo-informe img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
.logo-informe {
    width: 280px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .logo-informe img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
.nombre-empresa {
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
}

.titulo-informe {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
}