@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* Box de Dar Consentimento */
.TextodeDarConsentimento {
  font-size: 130%;
  position: relative;
  left: 1.5%;
  font-family: "Open Sans", sans-serif;
}
.ConsentimentoDados {
  font-size: 120%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.TextoConsentimento {
  font-size: 130%;
  font-family: "Open Sans", sans-serif;
}
.checkbox {
  top: 0;
  transform: scale(2);
  background-color: grey;
  position: relative;
  left: 0.5%;
}
.checkbox:hover {
  cursor: pointer;
}
