@media print {
    @page {
        size: landscape;
    }
    .chart {
        width: 100%;
    }
    
    body {
        margin: 0 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    svg g g g .color-velMax,
    svg g g g .color-tiempoDetenido {
        fill: #e41a1c !important;
    }
    svg g g g .color-velAvg,
    svg g g g .color-tiempoEnMarcha {
        fill: #377eb8 !important;
    }
    svg g g g .color-kmRecorridos,
    svg g g g .color-distancia {
        fill: #FF5733 !important;
    }
    svg g g g .color-Total,
    svg g g g .color-cantidad {
        fill: #54b4c4 !important;
    }
    svg g g g .color-Over {
        fill: #ff0026 !important;
    }
    svg g g g .color-tiempo {
        fill: #54b484 !important;
    }
    svg g g g .color-semestre {
        fill: #BB8FCE !important;
    }
    .chart-referencia {
        display: block !important;
    }
    .referencia-span {
        display: inline-block;
        margin-right: 5px;
        height: 10px;
        width: 10px;
    }
    .referencia-velMax,
    .referencia-tiempoDetenido {
        background-color: #e41a1c;
    }
    .referencia-velAvg,
    .referencia-tiempoEnMarcha {
        background-color: #377eb8;
    }
    .referencia-kmRecorridos,
    .referencia-distancia {
        background-color: #FF5733;
    }
    
    .referencia-cantidad,
    .referencia-total {
        background-color: #54b4c4;
    }
    
    .referencia-tiempo {
        background-color: #54b484;
    }
    
    .referencia-semestre {
        background-color: #BB8FCE;
    }
    
    .referencia-over {
        background-color: #ff0026;
    }
}
