.main {
  width: 100%;
  display: flex;
  /* padding-bottom: 10px; */
  /* padding-top: 15px; */


  border-left: inherit;
  border-top: inherit;
  border-right: inherit;
  /* border-style: dashed solid; */
  border-bottom: 2px dashed;
}

.main2 {
  margin-bottom: 130px;
}

.info {
  /* width: 40%; */
  width: 700px;
}
.logo {
  /* width: 30%; */
  width: 200px;
  /* padding-top: 10px; */
  text-align: center;
  padding-top: 20px;
}
.confirmation {
  width: 200px;
  text-align: center;
  padding-top: 20px;
}

.qrcode {
  padding-top: 10px;
  /* width: 40%; */
  width: 250px;
  text-align: center;
}

.imgLogo {
  width: 130px;
}
body {
  font-family: "Happy Monkey", cursive;
}
.item {
  /* line-height: 22px;
  font-size: 15px; */
  line-height: 17px;
font-size: 11px;
}
h4 {
  padding-top: 10px;
  padding-bottom: 5px;
}
.data {
  font-weight: bold;
}
.gracias {
  font-size: 10px;
}

.testb {
  visibility: hidden;
}

strong {
  padding-left: 5px;
}

strong {
  text-transform: capitalize
}

.div_divise {
  display: flex;
}
.div_divise p {
  margin-right: 15px;
}