

@media all {
    div.saltopagina {
        display: none;
    }
}

@media print {
    div.saltopagina {
        display: block;
        page-break-before: always;
    }
}

.hoja {
    width: 190mm;
    margin: 1mm auto;
}

.dioptrias {
    width: 100%;
    border-collapse: collapse;
    font-size: 90%;
}
.dioptrias table {
    border-spacing: 0;
}
.dioptrias td {
    border: grey solid 1px;
    padding: 1mm;
    text-align: left;
}

.centrado {
    text-align: center !important;
}

.encabezado {
    height: 64.5mm;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: black solid 1px;
    padding: 0 10px;
}

.nob {
    border: none !important;
}

.nob td {
    border: none !important;
}

.num {
    text-align: right !important;
}

.publicidad {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    font-size: larger;
}

.cuerpo {
    display: block;
}

.cupon {
    border: black 1px solid;
    text-align: center;
    height: 65mm;
}

.inversa {
    background-color: #333;
    color: white;
    text-align: center;
    font-weight: 200;
    font-size: 200%;
    height: 13mm;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.gracias {
    font-size: 130%;
    font-family: Calibri;
    font-weight: bold;
}

.condiciones {
    font-size: 90%;
}

.barras {
    font-family: 'Libre Barcode 39 Text';
    font-size: 2em;
}

.neg {
    font-weight: bold;
}

.presup {
    font-size: xx-large;
    font-style: italic;
}

.hori {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.marco {
    border: black solid 2px;
    padding: 20px 0 10px 25px;
}

@media print {
    div.noPrint {
        display: none;
    }
}

/**** Esta seccion es opara mostrar los sobres en la cinta testigo con el formato del NOP ****/
    .sobre {
        font-family: 'Inter', Arial, sans-serif;
        font-size: 10px;
        background: #fff;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 20px;
        max-width: fit-content;
        margin: auto;
    }

    .sobre-header {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #1E88E5;
        margin-bottom: 10px;
    }

    .sobre h2 {
        color: #1E88E5;
        margin: 0;
    }

    .sobre-tablas h3 {
        color: #1E88E5;
    }

    .sobre-tablas table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px;
    }

    .sobre-tablas th,
    .sobre-tablas td {
        border: 1px solid #E0E0E0;
        padding: 2px;
        text-align: center;
    }
    /*
    .sobre-tablas th {
        background-color: #F9FAFB;
        font-weight: 600;
    }
    */
    .armazon {
        margin-top: 10px;
        font-style: italic;
    }

    .sobre-doctor {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        border-top: 1px solid #E0E0E0;
        padding-top: 10px;
    }

    .sobre-totales {
        margin-top: 20px;
    }

    .sobre-totales table {
        width: 100%;
        border-collapse: collapse;
    }

    .sobre-totales td {
        border-bottom: 1px solid #eee;
        border-right: none;
    }