
.hidden-print,
.hidden-print * {
    display: none !important;
}

@media print {

    @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
    @import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css");

    html, body {
        padding: 0px;
        margin: 0px;
        width: 80mm;
        height: auto;
    }
    body {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 0.65em;
        font-weight: 700;
    }

    .tbl_width {
        width: 100%;
    }

    h4{
        font-size: 1em;
        font-weight: 700;
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }
    .text-center{
        text-align: center;
    }
    .text-right {
        text-align:right;
    }
    .destacado{
        font-weight: bold;
    }
    .tbl_simple {
        width:100%;
        border-collapse: collapse;
    }
    .tbl_simple td {
        border: 1px solid #222222;
    }

    #ïmglogo {
        height: auto;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .logo {
        max-width: 60px;
        height: auto;
    }

    .block_red {
        border-color: rgb(250, 0, 0);
        border-width: 2px;
        border-style: solid;
        padding: 4px 0px 4px 0px;
    }

    .block_red .lbl_titulo {
        color: red;
        font-size: 2em;
    }

    .lbl_sii {
        color: red;
        font-size: 1.6em;
    }

    .tbl_cabeceras {
        border: 0px;
        font-size: 0.9em;
    }

    .tbl_cabeceras .texto {
        font-weight: bold;
    }

    #document-header-logo {
        font-weight: 700;
        display: block;
        border: 3px solid #FF0000;
        min-height: 30px;
        width: 100%;
    }

    #paper-strip {
        display: block;
        width: 100%;
        margin: 0px auto;
    }

    #sii-print {
        height: 114px;
        width: 250px;
        margin: 8px auto;
    }
}

