html, body{background-color:#fff;}

.barraTop, .container, .ticket-cont, .capaoscura, .espera, .ventanEmergente {display:none;}
.tic-top, .tic-total { background-color:#fff; margin: inherit;}
.tic-box { background-color:#fff;width: 30%; /*border:1px solid #d1d1d1;*/ }
.estatus { background-color:#000; color:#fff;}
.tic-l2-c { color: #000;font-weight: bold; }
.tic-l1 {width: max-content !important; font-weight: bold; font-size: 12px;color: #000;}
.tic-l2-b { color: #000; font-weight: bold;}
.tdatos2 {color: #000; font-size: 12px; font-weight: bold;}
.tic_col2-l2 {font-size: 12px; font-weight: bold;}

.imprimir {display:block; max-width:320px; margin:0; padding: 0;  color: #000;}


@media print {
    @page {
      margin: 2mm;

    }
    body {
      margin: 2mm;
      
    }
    .tic-box-activa {
      background-color: transparent !important;
    }
    
    .tic-box {
      
      background-color: transparent !important;
     
    }

    .tic-l1 { width: max-content !important;}
  }


