body {
  margin-top: 40px !important;
  background-color: #f0f0f0 !important;
}

h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 35px !important;
  color: #666 !important;
  padding-bottom: 15px !important;
}


h4 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 32px !important;
  color: #888 !important;
  padding-bottom: 30px !important;
}

h5 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 20px !important;
  color: #32679d !important;
  padding-bottom: 25px !important;
}

h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
  font-size: 18px !important;
  color: #32679d !important;
  padding-bottom: 20px !important;
}

.text-center-row>th,
.text-center-row>td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  width: 1%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

  /* Optional: sets the width, must be less than 100% */
}

.btn {
  width: 100%;
  /* Optional: sets the width, must be less than 100% */
}

.QRcode {
  width: 15%;
 
}

@media screen and (max-width: 775px) {

  .largura {
    width: 100%;
  }

  .btn {
    width: 100%;
    /* Optional: sets the width, must be less than 100% */
  }

  .QRcode {
    width: 40%;
  }
}

@media screen and (max-width: 720px) {

  h1,
  h4,
  h5 {
    text-align: center;
  }

  .largura {
    width: 100%;
  }

  .btn {
    width: 100%;
    /* Optional: sets the width, must be less than 100% */
  }

  .QRcode {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {

  h1,
  h4,
  h5 {
    text-align: center;
  }

  .largura {
    width: 100%;
  }

  .btn {
    width: 100%;
    /* Optional: sets the width, must be less than 100% */
  }

  .QRcode {
    width: 40%;
  }
}