@charset "UTF-8";
.box-shadow {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 60px 40px;
  background: var(--color-white);
}

.calculadora__intro {
  /*margin-bottom: 300px;*/
}
.calculadora__intro h2 {
  font-size: var(--title-small);
}
.calculadora__intro p {
  font-size: var(--text-small);
}
.calculadora__intro .box-shadow {
  /*margin-bottom: -200px;*/
  position: sticky;
  top: 110px;
}
.calculadora__intro .box-text {
  border: 1px solid #DDD;
  padding: 20px 10%;
}

.calculadora__intro.vc_section[data-vc-full-width] {
  overflow: visible;
}

.bg-degrade-blue {
  background: linear-gradient(261deg, #001C4E -1.02%, #003879 101.85%);
}

.box-top-result .vc_column-inner {
  padding: 0 !important;
}

.title-sec p {
  width: fit-content;
  margin: 0 auto;
  color: var(--color-white);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--color-white);
  padding: 10px 15px;
  border-radius: 4px;
}

.title-result h2 {
  width: fit-content;
  margin: 0 auto;
  color: var(--color-white);
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid var(--color-white);
  padding: 10px 20px;
}

.title-pontos h3 {
  color: var(--color-white);
  text-align: center;
  font-size: var(--title-small);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.inner-line {
  padding-left: 60px;
  padding-right: 60px;
}

.pontos-data {
  top: -30px;
  position: relative;
}

.box-pontos {
  padding: 20px 15px;
  margin-bottom: 24px;
}
.box-pontos p {
  margin-bottom: 0;
}
.box-pontos p:first-of-type {
  color: #F20002;
  text-align: center;
  font-size: var(--title-small);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.box-pontos p:last-of-type {
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--color-white);
  text-align: center;
  font-size: var(--title-small);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.box-pontos > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.box-pontos.negation p:last-of-type {
  background: #F20002;
}

.box-pontos.curious p:last-of-type {
  background: #EE4D00;
}

.box-pontos.try p:last-of-type {
  background: #FF9400;
}

.box-pontos.safety p:last-of-type {
  background: #009A35;
}

.box-pontos.driven p:last-of-type {
  background: #0044A1;
}

.box-descricao {
  border-radius: 8px;
  border: 2px solid #5E7FB5;
  padding: 40px 25px;
  margin-bottom: 30px;
}
.box-descricao h3 {
  color: var(--color-white);
  text-align: center;
  font-size: var(--title-small);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.box-descricao p {
  color: #CDCDCD;
  text-align: center;
  font-size: var(--text-small);
  font-style: normal;
  font-weight: 400;
}
.box-descricao .wp-block-button {
  margin-top: 16px;
}
.box-descricao * {
  color: var(--color-white);
}

.box-data-driven {
  max-width: 410px;
  margin: 0 auto;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #053E7E 0%, rgba(0, 0, 2, 0) 136.2%);
  padding: 20px 15px 0;
}
.box-data-driven p {
  color: #CDCDCD;
}
.box-data-driven p:not([class*=font-size]) {
  font-size: var(--text-small);
}
.box-data-driven h3 {
  color: #CDCDCD;
  font-size: var(--title-small);
  font-weight: bold;
}
.box-data-driven .box-image-1 {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}

.bt-iniciar button {
  color: var(--color-white);
  cursor: pointer;
  width: fit-content;
  border-radius: 8px;
  background: linear-gradient(86deg, #003777 1.45%, #3b85c5 100%);
  min-width: 150px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: none;
  outline: 0;
}
.bt-iniciar button:hover {
  background-position: 100% 0;
}

@media (max-width: 600px) {
  .inner-line {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-result h2 {
    font-size: 34px;
  }
  .box-descricao {
    padding: 20px 15px;
  }
}
#quiz {
  padding-bottom: 60px;
  /*background-image: url("/wp-content/uploads/2024/05/bg-quiz.jpg");*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #quiz {
    background-position: center;
  }
}

#quiz .wpcf7-response-output {
  color: #fff;
}

.quiz__nav h1 {
  margin-top: 60px;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .quiz__nav h1 {
    margin-top: 40px;
    font-size: 28px;
  }
}

.quiz__nav ul {
  width: fit-content;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 30px auto 40px !important;
  padding: 0;
}
@media (max-width: 991px) {
  .quiz__nav ul {
    margin: 16px auto 4px !important;
  }
}

.quiz__nav ul::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 0;
}

.quiz__nav__item {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #4D9BE0;
  position: relative;
  z-index: 1;
  margin-bottom: var(--g2);
}

.quiz__nav__item.active {
  color: #4D9BE0;
  background: #fff;
}

.perguntas__wrap {
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.perguntas__wrap__heading {
  margin-bottom: 20px;
}

.perguntas__wrap__heading span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.perguntas__wrap__heading p {
  color: #727272;
  font-size: var(--text-x-small);
  font-style: normal;
  font-weight: 400;
}

.perguntas__wrap__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.perguntas__wrap__content label, .perguntas__wrap__content__item:has(select), .btn-quiz {
  color: #fff;
  cursor: pointer;
  font-size: var(--text-x-small);
  width: fit-content;
  border-radius: 8px;
  background: linear-gradient(86deg, #003777 1.45%, #3B85C5 100%);
  min-width: 150px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: none;
  outline: none;
}

.perguntas__wrap__content label {
  min-height: 36px;
}

.perguntas__wrap__content input[type=radio] {
  visibility: visible;
  appearance: radio;
}

.perguntas__wrap__content label {
  margin-bottom: 0 !important;
}
.perguntas__wrap__content label::after, .perguntas__wrap__content label::before {
  display: none !important;
}

.perguntas__wrap__content input[type="text"]{
  width: 100%;
  text-indent: 15px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
}

.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  width: 100%;
  text-indent: 15px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
}

.wpcf7-form .enviaRespostas {
  width: 0;
  height: 0;
  visibility: hidden;
}

.line-btns {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.btn-quiz {
  justify-content: center;
  text-transform: uppercase;
}

.btn-quiz__prev {
  border: 1px inset #fff;
  background: none;
}

.perguntas__wrap__content select {
  color: #fff;
  min-width: 300px;
  background: none;
  min-height: 50px;
  border: none;
  margin-bottom: 0;
  appearance: auto;
}

.perguntas__wrap__content option {
  color: #000;
}

select:focus {
  outline: none;
}

.perguntas__passo .btn-quiz__calcular {
  display: none;
}

.perguntas__passo:not(.active) {
  display: none;
}

.perguntas__passo:first-of-type .btn-quiz__prev {
  display: none;
}

.perguntas__passo:last-of-type .btn-quiz__next {
  display: none;
}

.perguntas__passo:last-of-type .btn-quiz__calcular {
  display: block;
}

/*resultados*/
.sec-resultado {
  display: none;
}

/* Estilize o modal e o fundo escuro de sobreposição */
.modal-quiz {
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Estilize o conteúdo do modal-quiz */
.modal-quiz-content {
  background: transparent;
  margin: 5vh auto;
  border: none;
  width: calc(100% - 30px);
  max-width: 540px;
  height: 90vh;
  overflow: hidden;
}

.modal-quiz-content .inner {
  overflow-y: auto;
  padding: 0;
  height: calc(100% - 5vh);
}

.modal-quiz-content .inner::-webkit-scrollbar {
  width: 6px;
}

.modal-quiz-content .inner::-webkit-scrollbar-thumb {
  background-color: #0b1749;
  border-radius: 0;
}

.modal-quiz-content .inner::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.modal-quiz .close-modal {
  color: red;
  font-size: 28px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: #fff;
  display: flex;
  position: relative;
  left: calc(100% - 40px);
  text-align: center;
  justify-content: center;
  cursor: pointer;
}

.close-modal:hover {
  background: red;
  color: #fff;
}

@media (max-width: 991px) {
  .perguntas__wrap__content {
    gap: 15px;
  }
}
.box-quiz-txt {
  position: sticky;
  top: 120px;
  margin-bottom: 110px;
  background-color: var(--color-white);
}
@media (max-width: 991px) {
  .box-quiz-txt {
    position: relative;
    top: 0;
    margin-bottom: 64px;
    padding: 32px 24px;
  }
}
.box-quiz-txt h2 {
  margin-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .box-quiz-txt h2 {
    font-size: 22px;
  }
}
.box-quiz-txt p {
  font-size: 18px;
}
.box-quiz-txt h2, .box-quiz-txt p {
  color: #000;
}

/*# sourceMappingURL=calculadora.css.map */
