/* 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;
}
.scrollNaPagina {
  overflow: auto;
  height: calc(100vh - 320px);
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .scrollNaPagina {
    overflow: auto;
    height: calc(100vh - 550px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .scrollNaPagina {
    overflow: auto;
    height: calc(100vh - 400px);
  }
}
