@font-face {
  font-family: 'Ubuntu-Regular';
  src: url('../ttf/Ubuntu-Regular.ttf') format('woff');
}
@media print {
  * {
    font-family: 'Ubuntu-Regular', sans-serif;
  }
  .noprint {
    display: none !important;
  }
  .print {
    display: inline-table !important;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 239px;
    height: 339px;
    print-color-adjust: exact;
    margin: 3px;
  }
  .div-tarjeta-detalles {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px 0px 0px 0px;
    color: #d9434a;
  }
  .div-tarjeta-nivel {
    font-size: 0.7em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px 0px 5px 0px;
    color: #212121;
  }
  .div-tarjeta-folio-folio {
    font-size: 0.81em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px auto;
    position: relative;
    top: 150px;
    text-align: center;
    max-width: 70%;
  }
  .div-tarjeta-nombre {
    font-size: 0.81em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px auto;
    position: relative;
    top: 160px;
    text-align: center;
    max-width: 70%;
  }
  .div-tarjeta-titulo {
    font-size: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px 0px 12px 0px;
    color: #d9434a;
  }
  .img-codigo-folio {
    display: block;
    margin: 0px auto;
    width: 120px;
    position: relative;
    top: 160px;
  }
  .img-codigo {
    display: block;
    margin: 0px auto;
    width: 120px;
    position: relative;
    top: 170px;
  }
  .div-tarjeta {
    background-image: url("../png/bg-tarjeta.png");
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 251px;
    height: 380px;
    display: inline-table;
    margin: 3px;
    padding: 12px;
    border: 0px dashed #B9B9B9;
  }
}