@import url('https://fonts.googleapis.com/css2?family=Lexend&family=Open+Sans:wght@400;700&family=Roboto:wght@400;700&family=Sora:wght@400;700&display=swap');

html, body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Lexend", sans-serif; */
  font-weight: 700;
}

input[type="checkbox"] {
  zoom: 1.5;
  opacity: 1;
  visibility: visible;
}

hr {
  opacity: 0.05;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.boletos-grid {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 576px) {
  body {
    font-size: 87.5%;
  }
}

@media (min-width: 992px) {
  img {
    max-width: 350px !important;
  }
}