@media print {
    @page {
        size: A4 landscape;
        margin: 0.5cm;
    }

    /* Evitar cortes en tablas y secciones */
    h2, div, section,img {
        page-break-inside: avoid;
    }

    .container{
        max-width: 1800px;
    }
}

.height-cs{
    max-height: 205px !important;
    min-height: 205px !important;
}

.height-cs-2{
    max-height: 420px !important;
    min-height: 420px !important;
}