@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
  font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif !important;
}

ul.check {
  list-style: none;
}

ul.check li::before {
  content: '\2713';
  color: red;
  margin-right: 1em;
  margin-left: -1.7em;
}

.valor {
  display: inline-block;
  font-weight: bold;
  background-color: #c0c0c0;
}

hr.separador {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: 2px;
  background-color: black;
  margin-top: 3em;
  margin-bottom: 3em;
}

#mascara {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 99;
}

.categoria {
  background-color: var(--bs-danger);
  color: white;
  display: inline-block;
  font-style: italic;
  margin-top: 2em;
  margin-bottom: 2em;
}
/*# sourceMappingURL=style.css.map */