    @page {
        size : A4;
        margin : 20px 20px 20px 20px;
    }

    body {
        margin: 1mm 1mm 1mm 1mm;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
        padding : 2px;
    }

    table, th, td {
        border: 1px solid black;
    }

    table {
        border-collapse: collapse;
        width : 98vw;
    }

    th {
        font-size: xx-small;
        text-align: center;
    }

    td {
        font-size: xx-small;
        text-align: center;
        padding: 2px;
    }

.nowrap {
    white-space: nowrap;
}

.titulo {
    font-weight: bold;
    font-size: 24px;
    margin-left : 20px;
}

    .logomarca{
        float: left;
    }

    .cor_sim {
        background-color: lightcyan;
    }

    .negrito {
        font-weight: bold;
    }

.documento {
    position: fixed;
    right: 30px;
    top: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    text-align:center;
}

.tabela_elaborado {
    border: 0px;
}