.textos-ene{
  text-align: justify;
    color: #575C74;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
}
.textos-ene h1{
  font-family: "Rubik", Sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.perguntas{
  display: block;
  width: 100%;
  float: left;
}
.perguntas h5{
margin-bottom: 0;
}

.th {
  font-family: "Rubik", Sans-serif;
  font-size: 32px;
  font-weight: 300;
}

input.btn.btn-primary {
  width: 100%;
}

.form-check{
  float: left;
  margin-right: 25px;
}

.hr {
  height: 1px;
  margin: 1rem 0;
  color: inherit;
  background-color: #094CFA;
  opacity: .25;
  border: 1;
}

.hr3 {
  border: 1;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #CCC, transparent);  
}

.mark {
  line-height: 1.3;
}

form#form-testes label.form-label {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.col {
  flex: 1 0 0%;
}
input#email, input#telefone {
  width: 99%;
}
input#nome {
  width: 99.5%;
}
button#btn-testes {
  margin-top: 25px;
  width: 180px;
}
.d-grid.gap-2.col-6.mx-auto {
  text-align: center;
}
table.table.table-info.textos-ene {
  width: 80%;
  margin-left: 10%;
}
table.table.table-info.textos-ene {
  text-align: inherit;
}
td.text-center {
  text-align: center;
}
td.text-center a {
  text-decoration: underline;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}
@media screen and (max-width: 600px) {
  th.table-danger.text-center {
      width: 30%;
  }

  .form-check {
      float: initial;
      margin-bottom: 5px;
      margin-right: 0;
  }
  table.table.table-info.textos-ene {
    width: 100%;
    margin: 0;
}
}