section.quiz{
  background: #4cb8d2;
  padding: 48px 0 128px;
}

section.quiz .quiz_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.quiz .quiz_top button,
section.quiz .quiz_bottom button{
  background: #023970;
  font-size: 24px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.176;
  padding: 16px 32px;
  outline: none;
  border-width: 4px;
  border:none;
  border-radius: 200px;
  cursor: pointer;
}

section.quiz .quiz_top button:hover,
section.quiz .quiz_bottom button:hover{
  background: #fff;
  color: #023970;
}

section.quiz .quiz_top ul li {
  list-style-type: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 10px 0 0;
  border-radius: 5px;
  border: solid 1px #023970;
}
section.quiz .quiz_top ul li.check{
  background-color: #023970;
}

section.quiz .quiz_number{
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

section.quiz .quiz_number p{
  font-size: 24px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.705;
  text-align: center;
}


section.quiz .quiz_bottom{
  display: flex;
  justify-content: center;
  padding: 48px 0 0;
}

section.quiz .alert{
  margin: 48px auto 0;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

section.quiz .alert p{
  font-size: 24px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.705;
  text-align: center;
}

/* bloco perguntas */


button.button{
  background: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "SST";
  color: #023970;
  line-height: 1.176;
  padding: 16px 32px;
  outline: none;
  border-width: 4px;
  border:none;
  border-radius: 200px;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
button.button:focus,
.button-clicked{
  background: #023970;
  color: rgb(255, 255, 255);
}

button.button:hover{
  border: 2px solid #023970;
}
/* one */
.quiz_question .question {
  text-align: center;
  display: none;
}
.quiz_question .question.active{display: block !important;}

.quiz_question .question  h4{
    font-size: 22px;
    font-family: "SST";
    color: rgb(2, 57, 112);
    line-height: 1.175;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 32px;
}

.quiz_question .question .question.button{
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

/* review */
.question h3{
    font-size: 40px;
    font-family: "SST";
    color: rgb(255, 255, 255);
    line-height: 0.661;
    text-align: center;
    margin: 0 0 24px;
}
.question.review p ,
.question.register p {
  font-size: 24px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  line-height: 1.699;
  text-align: center;
}
.review_frame{
  background: #fff;
  padding: 24px 40px;
  width: 100%;
  max-width: 808px;
  margin: 32px auto 0;
  border-radius: 20px;
  text-align: left;
}
.review_frame ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review_frame ul li{
  font-size: 26px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  line-height: 1.233;
  font-weight: 500;
}

.review_frame ul li span{
  color: #4cb8d2;
}

.form-group{
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0 0 24px;
  font-size: 14px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  height: 40px;
  outline: none;
}

.form-group-check{
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 0 0 24px;
  text-align: left;
}
.form-group-check input{
  background: #fff;
  outline: none;
  border: none;
}
.form-group-check span{
  font-size: 17px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.238;
  text-align: left;
}
.form-group-check span b{
  color: rgb(2, 57, 112);
}


.question.result .result-number{
  font-size: 80px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  font-weight: bold;
  line-height: 90px
}
.question.result .result-see{
  font-size: 32px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  line-height: 1.175;
  text-align: center;  
}

.question.result table{
  max-width: 520px;
  margin: 24px auto 0;
  width: 100%;
}

.question.result table,
.question.result th,
.question.result td{
  border: 1px solid #fff;
  border-collapse: collapse;
  padding: 8px;
}

.question.result table th {
  font-size: 32px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}

.question.result table td{
  font-size: 28px;
  font-family: "SST";
  color: #023970;
  font-weight: bold;
  line-height: 1.625;
}

.question.result button.button, .question.result #notQualify a.button, .question.result #resultQualify a.button{
  background:#023970;
  color: #fff;
  max-width: 400px;
  margin: 36px 0 0;
  font-size: 24px;
}

.question.result #notQualify a.button, .question.result #resultQualify a.button{
    font-size: 20px;
    font-family: "SST";
    line-height: 1.176;
    padding: 16px 32px;
    outline: none;
    border-width: 4px;
    border: none;
    border-radius: 200px;
    cursor: pointer;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

.question.result .result-click{
  font-size: 16px;
  font-family: "SST";
  color: rgb(2, 57, 112);
  line-height: 1.2;
  text-align: center;
  margin: 24px 0;
}

.question.result .result-alert{
  font-size: 18px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width:600px){
  section.quiz .quiz_top{
    flex-direction: column-reverse;
    gap: 20px;
  }
  .question h3{
    margin-top: 26px;
  }
}

#resultQualify{
  padding: 0 10px;
}