@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 900px;
  margin: auto;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 2;
}

header > div {
  padding: 20px 20px;
}
header .invite-link {
  background-color: #28343a;
  color: white;
  font-weight: 700;
  text-align: center;
}
header .invite-link {
  padding: 20px;
}
header .invite-link a {
  text-decoration: none;
  color: #270F6D;
}
header .galaxy-pay-info {
  background-color: white;
  font-size: 13px;
  display: flex;
  gap: 30px;
  font-weight: 600;
}
header .payer-info-box {
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  display: flex;
  justify-content: space-between;
}
header .payer-info-box .box-info {
  width: 40%;
}
header .pay-with-pix {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
header .pay-with-pix > div {
  flex: 1 1 100%;
  padding: 25px;
}
header .pay-with-pix h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #28343a;
}
header .pay-with-pix .pay-with-pix-info {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}
header .pay-with-pix .pay-with-pix-info::after, header .pay-with-pix .pay-with-pix-info::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
header .pay-with-pix .pay-with-pix-info::after {
  right: -5px;
  transform: rotate(45deg);
  border: 2px solid #9490a3;
  border-left-color: transparent;
  border-bottom-color: transparent;
  height: 10px;
  width: 10px;
  background: #f7f7f7;
}
header .pay-with-pix .pay-with-pix-info::before {
  background: #9490a3;
  height: 60%;
  width: 2px;
  margin: auto;
}
header .pay-with-pix .pay-with-pix-info .complement-info {
  font-weight: 700;
}
header .pay-with-pix .pix-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  gap: 20px;
}
header .pay-with-pix .pix-button-wrap .pix-button {
  font-size: 14px;
  padding: 10px;
  background-color: #088A08;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 3px;
}

.pix-button {
  cursor: pointer;
}

header .pay-with-pix .pix-qr-code {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .pay-with-pix .pix-qr-code-box {
  max-width: 150px;
  max-height: 150px;
  border: 4px solid #088A08;
  background-color: white;
  border-radius: 14px;
}
header .pay-with-pix .pix-qr-code-box img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
header .payment-info {
  display: flex;
  gap: 35px;
}

.info-heading {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #270F6D;
  text-transform: uppercase;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */

.additional-info {
  font-size: 12px;
}

.additional-info-boleto {
  font-size: 16px;
}

/* BOLETO */
@media print {
  .no-print,
  .no-print * {
      display: none !important;
  }

  .btn-copiar {
    display: none !important;
  }
}

.document {
  margin: auto auto;
  background-color: #fff;
  line-height: initial;
}

.headerBtn {
  margin: auto auto;
  width: 216mm;
  background-color: #fff;
  display: none;
}

table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

table tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
}

.bankLogo {
  width: 28%;
}

.boletoNumber {
  width: 62%;
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
  right: 20px;
}

td {
  position: relative;
}

.title {
  position: absolute;
  /*left: 0px;*/
  top: 0px;
  font-size: 12px;
  font-weight: bold;
}

p.instrucao {
  font-size: 11px;
  font-weight: bold;
}

.text {
  font-size: 12px;
  /*line-height: 0;*/
}

p.content {
  padding: 0px;
  width: 100%;
  margin: 0px;
  font-size: 12px;
}

.sideBorders {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

hr {
  size: 1;
  border: 1px dashed;
}

br {
  content: " ";
  display: block;
  margin: 12px 0;
  line-height: 12px;
}

.print {
  /* TODO(dbeam): reconcile this with overlay.css' .default-button. */
  background-color: rgb(77, 144, 254);
  background-image: linear-gradient(to bottom, rgb(77, 144, 254), rgb(71, 135, 237));
  border: 1px solid rgb(48, 121, 237);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btnDefault {
  font-kerning: none;
  font-weight: bold;
}

.btnDefault:not(:focus):not(:disabled) {
  border-color: #808080;
}

button {
  border: 1px;
  padding: 5px;
  line-height: 20px;
}

a.btn-copiar {
  background-color: #088A08;
  color: #fff;
  padding: 5px 5px 3px;
  border-radius: 3px;
}

@media (max-width: 768px) {

  p.instrucao {
    font-size: 10px;
  }

}