/* Titulos */
.titulos {
  background-color: rgb(235, 235, 235);
  color: #000;
  width: 100%;
}

.linha {
  border: 1px solid #000;
  width: 100%;
}

/* 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;
  justify-content: center;
}
.TextoConsentimento {
  font-size: 130%;
  font-family: "Open Sans", sans-serif;
  overflow: auto;
}
.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(110vh - 400px);
  }
}
