@media print {
  .navbar {
    display: none;
  }
  @page {
    margin: 1cm;
  }
  .impresion {
    background: white;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding-top: 1em;
  }
  .impresion button {
    display: none;
  }
  .impresion table {
    margin: 0 auto;
    border-spacing: 0;
  }
  .impresion table th,
  .impresion table td {
    padding: 0.3em 0.6em;
  }
  .impresion table th {
    border: 1px solid #1b1b1b;
    background: #ebebeb;
    font-weight: lighter;
    border-bottom: 2px solid #1b1b1b;
  }
  .impresion table th:not(:last-child) {
    border-right: none;
  }
  .impresion table td {
    border: 1px solid #747474;
    border-top: none;
  }
  .impresion table td:not(:last-child) {
    border-right: none;
  }
}

.impresion {
  background: white;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding-top: 1em;
}

.impresion button {
  outline: none;
  background: #008fee;
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 0.6em 1em;
  font-size: 1em;
  border: none;
  margin-bottom: 1em;
  cursor: pointer;
  margin-left: 1em;
}

.impresion button:hover {
  background: #0080d5;
}

.impresion table {
  margin: 0 auto;
  border-spacing: 0;
}

.impresion table th,
.impresion table td {
  padding: 0.3em 0.5em;
}

.impresion table th {
  border: 1px solid #747474;
  background: #ebebeb;
  font-weight: lighter;
  border-bottom: 2px solid #1b1b1b;
}

.impresion table th:not(:last-child) {
  border-right: none;
}

.impresion table td {
  border: 1px solid #333333;
  border-top: none;
}

.impresion table td:not(:last-child) {
  border-right: none;
}

.impresion table td.ubi {
  font-size: 90%;
}
/*# sourceMappingURL=impresion.css.map */