@font-face {
  font-family: Geomanist;
  src: url(../fonts/Geomanist-Medium.otf);
  font-weight: bold;
}

@font-face {
  font-family: Geomanist;
  src: url(../fonts/Geomanist-Light.otf);
}

@font-face {
  font-family: Rheiborn;
  src: url(../fonts/Rheiborn_Sans_Clean.otf);
}

.container {
  max-width: 540px !important;
}

.h-1 {
  height: 1% !important;
}

.h-2 {
  height: 2% !important;
}

.h-8 {
  height: 8% !important;
}

.h-9 {
  height: 9% !important;
}

.h-10 {
  height: 10% !important;
}

.h-12 {
  height: 12% !important;
}

.h-13 {
  height: 13% !important;
}

.h-15 {
  height: 15% !important;
}

.h-22 {
  height: 22% !important;
}

.h-30 {
  height: 30% !important;
}

.h-38 {
  height: 38% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-48 {
  height: 48% !important;
}

.h-60 {
  height: 60% !important;
}

.h-72 {
  height: 72% !important;
}

.h-74 {
  height: 74% !important;
}

.h-76 {
  height: 76% !important;
}

.h-86 {
  height: 86% !important;
}

.h-140-px {
  height: 140px !important;
}

.mh-200-px {
  max-height: 200px !important;
}

.mh-90 {
  max-height: 90% !important;
}

.mh-96 {
  max-height: 96% !important;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-05 {
  padding: 0.1rem !important;
}

.mt-2-5 {
  padding-top: 0.75rem !important;
}

.w-18 {
  width: 18% !important;
}

.q-0 {
  width: 0 !important;
}

.q-1 {
  width: 5.5% !important;
}

.q-2 {
  width: 11% !important;
}

.q-3 {
  width: 16.5% !important;
}

.q-4 {
  width: 22% !important;
}

.q-5 {
  width: 27.5% !important;
}

.q-6 {
  width: 33% !important;
}

.q-7 {
  width: 38.5% !important;
}

.q-8 {
  width: 44% !important;
}

.q-9 {
  width: 49.5% !important;
}

.q-10 {
  width: 55% !important;
}

.q-11 {
  width: 60.5% !important;
}

.q-12 {
  width: 66% !important;
}

.q-13 {
  width: 71.5% !important;
}

.q-14 {
  width: 77% !important;
}

.q-15 {
  width: 82.5% !important;
}

.q-16 {
  width: 88% !important;
}

.q-17 {
  width: 93.5% !important;
}

.q-18 {
  width: 100% !important;
}

body {
  font-family: Geomanist;
  background-color: #fff;
  color: white;
}

body input {
  color: white !important;
  background-color: #ffffff15 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-clip: unset !important;
}

body input:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent !important;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .btn-quiz {
  color: white;
  background-color: none;
  border: 4px #2ABA2D solid;
  border-radius: 50px;
  background-color: #2ABA2D;
}

body .btn-quiz h4 {
  margin-top: 0.6rem !important;
}

body .btn-clean {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .btn-clean:hover {
  color: white;
  text-decoration: none;
}

body .btn-clean:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .secundary-background {
  background-color: #2ABA2D;
}

body .third-background {
  background-color: #ffffff15;
}

body .third-color {
  color: #ffffff15;
}

body .home-screen .has-error {
  border: 1px solid #2ABA2D !important;
}

body .quiz-screen .progress {
  height: .6rem;
}

body .quiz-screen .question-number {
  font-family: Rheiborn;
  font-size: xxx-large;
}

body .quiz-screen .option01 {
  content: url(../images/icons/icon01_unpressed_new.svg);
}

body .quiz-screen .option02 {
  content: url(../images/icons/icon02_unpressed_new.svg);
}

body .quiz-screen .option03 {
  content: url(../images/icons/icon03_unpressed_new.svg);
}

body .quiz-screen .option04 {
  content: url(../images/icons/icon04_unpressed_new.svg);
}

body .quiz-screen .option05 {
  content: url(../images/icons/icon05_unpressed_new.svg);
}

body .quiz-screen .option01:hover {
  content: url(../images/icons/icon01_pressed_new.svg);
}

body .quiz-screen .option02:hover {
  content: url(../images/icons/icon02_pressed_new.svg);
}

body .quiz-screen .option03:hover {
  content: url(../images/icons/icon03_pressed_new.svg);
}

body .quiz-screen .option04:hover {
  content: url(../images/icons/icon04_pressed_new.svg);
}

body .quiz-screen .option05:hover {
  content: url(../images/icons/icon05_pressed_new.svg);
}

body .quiz-screen .option.active .option01 {
  content: url(../images/icons/icon01_pressed_new.svg);
}

body .quiz-screen .option.active .option02 {
  content: url(../images/icons/icon02_pressed_new.svg);
}

body .quiz-screen .option.active .option03 {
  content: url(../images/icons/icon03_pressed_new.svg);
}

body .quiz-screen .option.active .option04 {
  content: url(../images/icons/icon04_pressed_new.svg);
}

body .quiz-screen .option.active .option05 {
  content: url(../images/icons/icon05_pressed_new.svg);
}

body .result-screen .perfil-text {
  margin-top: 2rem;
  color: #2ABA2D;
}

body .result-screen .result-courses-item {
  color: #2ABA2D;
}

body .result-screen .result-courses-item b {
  color: #e64648;
}

body .result-screen .result-courses-item:hover {
  font-weight: bold;
  color: #2ABA2D;
}

body .scrollbar-result {
  scrollbar-color: #e64648 #ffffff15;
  scrollbar-width: 8px;
}

body .scrollbar-result::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #ffffff15;
}

body .scrollbar-result::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

body .scrollbar-result::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #e64648;
}

body .loading {
  background-color: #00000030;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

body .loading .spinner-border {
  width: 3rem;
  height: 3rem;
}

body .modal {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
}

body .modal .tingle-modal-box {
  background: transparent;
  max-width: 540px !important;
}

body .modal .tingle-modal-box__content {
  border-radius: 10px;
  padding: 2rem 2rem 1rem 2rem;
  background-color: #293158;
}

body .modal .btn-modal-close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #000;
  opacity: .5;
  background-color: transparent;
  border: none;
}

body .modal .btn-modal-close:focus {
  outline: none;
}

body .modal-error button {
  margin: 0 !important;
  background-color: #e64648;
}

body .modal-error .tingle-modal-box__footer {
  padding: 1rem;
  background-color: #293158;
  border-radius: 0;
}

body .modal-share .btn-share {
  max-width: 100px;
}

body .modal-share .under-line {
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.fundocurvas {
  background-image: url('../images/fundo/curvas_nivel.png'); /* Substitua pelo caminho da sua imagem */
  background-size: cover; /* Faz a imagem cobrir todo o elemento */
  background-position: center; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  height: 15vh; /* Define a altura como 100% da altura da tela */
  width: 100%; /* Define a largura como 100% */
}

.logo-header {
  background-image: url('../images/fundo/fundo-logo.png'); /* Substitua pelo caminho da sua imagem */
  background-size: cover; /* Faz a imagem cobrir todo o elemento */
  background-position: right; /* Centraliza a imagem */
  background-repeat: no-repeat; /* Evita que a imagem se repita */
  height: 25vh; /* Define a altura como 100% da altura da tela */
  width: 100%; /* Define a largura como 100% */
}

.imglogo{
  width: 20%;
}

.hashQuiz{
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.textQuiz{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.formName{
  border: 2px solid #2ABA2D;
  padding: 0px;
  color: #4B4B4B;
}

.form-control{
  color: #4B4B4B !important;
}

.logoFooterHome{
  width: 12%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ctaTitle{
  color: #2ABA2D;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.custom-list {
  list-style: none; /* Remove a numeração padrão */
  counter-reset: list-counter; /* Reseta o contador */
  color: #4B4B4B;
  padding: 0px;
}

.custom-list li {
  counter-increment: list-counter; /* Incrementa o contador */
  position: relative;
  padding-left: 40px; /* Dá espaço para o número */
  margin-bottom: 10px;
}

.custom-list li::before {
  content: counter(list-counter); /* Insere o número manualmente */
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  background: #20A020; /* Cor do círculo */
  color: white; /* Cor do número */
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Transforma o fundo em círculo */
  font-size: 16px;
}

#phone::placeholder {
  color: #fff; /* Escolha a cor desejada */ /* Opcional: Estilo do texto */
}

#email::placeholder {
  color: #fff; /* Escolha a cor desejada */ /* Opcional: Estilo do texto */
}

#name::placeholder {
  color: #fff; /* Escolha a cor desejada */ /* Opcional: Estilo do texto */
}

.linkPolitica{
  color: #2ABA2D;
  font-weight: bold;
}

.linkPolitica:hover{
  text-decoration: underline;
  color: #2ABA2D;
}

.quizLogo{
  width: 10%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.textProgress{
  margin: 0px;
}

.textPrinQuiz{
  font-size: 300%;
  line-height: 1;
  font-weight: lighter;
  color: #2ABA2D;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-weight: bold;
}

.btnIniciarQuiz{
  background-color: #fff;
  color: #2ABA2D;
  border-radius: 50px;
}

.btnIniciarQuizCTA{
  background-color: #2ABA2D;
  color: #fff;
  border-radius: 50px;
}

.btnFormQuiz{
  background-color: #2ABA2D;
  color: #fff;
  border-radius: 50px;
}

.subTextQuiz{
  margin-bottom: 2rem;
  color: black;
}

.contBtnQuiz{
  padding-left: 4rem;
  padding-right: 4rem;
}

.textResultQuiz{
  color: #2ABA2D;
  font-weight: bold;
}

.cursosQuiz{
  color: #2ABA2D;
}

.cursosQuiz:hover{
  font-weight: bold;
  text-decoration: underline;
  color: #2ABA2D;
}

.home-screen{
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Garante que a altura ocupe toda a tela */
}

.homeQuiz {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Garante que a altura ocupe toda a tela */
}
.quiz {
  flex-grow: 1; /* Faz o conteúdo do meio ocupar o máximo de espaço */
}
.home{
  flex-grow: 1
}

.logo-footer {
  flex-shrink: 0; /* Impede que a altura do footer seja reduzida */
}

.logo-footer-form {
  flex-shrink: 0; /* Impede que a altura do footer seja reduzida */
  z-index: -1;
}


/* Estilização do pop-up */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 20px;
  background: white;
  color: #4B4B4B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

      /* Fundo escuro */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

/* Exibir pop-up quando a classe "show" for adicionada */
.popup.show,
.overlay.show {
  visibility: visible;
  opacity: 1;
}

.popup h2 {
  margin: 0 0 10px;
}

.popTitle{
  color: #2ABA2D;
  font-weight: bold;
}

.titleContQuiz{
  height: 200px;
}

.homePoli{
  color: #495057;
}

@media (max-width: 768px) {

  .fundocurvas {
    height: 10vh; /* Define a altura como 100% da altura da tela */
  }

  .imglogo{
    width: 60%;
  }
  
  .hashQuiz{
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  
  .textQuiz{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .quizLogo{
    width: 30%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .textPrinQuiz{
    font-size: 250%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .subTextQuiz{
    margin-bottom: 1.5rem;
  }

  body .result-screen .perfil-text {
    margin-top: 1rem;
  }

  .btn-quiz h4 {
    font-size: 1rem;
  }

  .logoFooterHome{
    width: 30%;
  }

  .popup {
    width: 90%;
  }
  .custom-list {
    font-size: larger;
  }
  .logo-header {
    height: 15vh; /* Define a altura como 100% da altura da tela */
    width: 100%; /* Define a largura como 100% */
  }
  .colImagemResult{
    padding: 0;
  }
}

@media (max-width: 321px) {
  
}

.slide-out {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.slide-in {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes slideOut {
  from {
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideOut {
  from {
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  to {
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  to {
  }
}
/*# sourceMappingURL=main.css.map */