* {
  /* margin: 0;
    padding: 0;
    box-sizing: border-box; */
}

body {
  /* display: flex;
  justify-content: center; */
  font-family: Arial, Helvetica, sans-serif;
}

.ticket {
  width: 80mm;
  /* background-color: aqua; */
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: column;
}

.header img {
  width: 200px;
  margin: 0 auto 10px;
}

.contenido {
  margin-top: 30px;
}

h1 {
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  margin-top: 10px;
}
small {
  font-style: italic;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}
h2 {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
}

.h2-regular {
  font-weight: 400;
}

h3 {
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px;
}
.h3-regular {
  font-weight: 300;
  margin-bottom: 6px;
}

table {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
}

table tbody tr td:nth-child(2) {
  display: flex;
  justify-content: right;
}

table tbody tr {
  margin-bottom: 20px;
}

h4 {
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px;
}

.datos-bancarios {
  margin: 20px 0 20px 20px;
}

p {
  font-size: 12px;
  margin-bottom: 6px;
}

.footer {
  text-align: center;
  margin-top: 30px;
  padding: 6px 10px 30px;
}
.footer p {
  font-size: 12px;
}

.qr {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.qr img {
  max-width: 200px;
}

@media print {
  body {
    margin: 0;
  }
}

.oculto-impresion {
  width: 200px;
}

/* @media print {
    .oculto-impresion,
    .oculto-impresion * {
        display: none !important;
    }
} */

/* #liberty .ticket {
    width: 80mm;
    background-color: antiquewhite;
} */

#liberty h1,
#distribuidora h1 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 2px;
  margin-top: 0;
  text-align: center;
}
#liberty .contenido,
#distribuidora .contenido {
  margin-top: 0px;
  text-align: center;
}
#liberty h2,
#distribuidora h2 {
  font-weight: 300;
  font-size: 14px;
}
#liberty .footer,
#distribuidora .footer {
  margin-top: 0;
}
#liberty .footer,
#distribuidora .footer {
  padding: 0;
  margin-top: 6px;
  text-align: center;
}
#distribuidora .fecha-hora {
  display: flex;
  width: 100%;
  justify-content: center;
}
#distribuidora .fecha-hora p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
}
#distribuidora h2 {
  font-weight: 700;
}
