.elementor-14179 .elementor-element.elementor-element-b2f30d8{--display:flex;}.elementor-14179 .elementor-element.elementor-element-652f74a{width:100%;max-width:100%;}.elementor-14179 .elementor-element.elementor-element-85d5c02{--display:flex;}/* Start custom CSS for html, class: .elementor-element-652f74a */body {
      font-family: 'Outfit', sans-serif;
      background: #f9f9f9;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
    }

    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 40px 30px;
      margin: 40px 20px;
      text-align: center;
    }

    h3 {
      color: #B08961 !important;
      font-size: 30px;
      font-weight: bold !important;
      margin-bottom: 8px;
    }
    
    .subtitle{
        font-size: 20px
    }

    .descricao {
      width: 650px;
      text-align: center;
      color: #333;
      font-size: 20px;
      margin-bottom: 20px;
    }

    .progress-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 47px
}

    .progress-info {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #171F38;
    }

    .progress-label {
      color: #171F38;
    }

    .progress-percent {
     font-size: 20px;
     font-weight: bold;
     color: #B08961;
    }
    
    .progress-bar {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 10px;
      overflow: hidden;
    }
    
    .progress {
      height: 100%;
      width: 20%;
      background: linear-gradient(to right, #B08961 0%, #DDBD8B 100%);
      border-radius: 10px;
    }
    
    .etapa-indicador {
      border: 1px solid #171F38;
      border-radius: 6px;
      padding: 6px 16px;
      margin-top: 43px;
      font-size: 14px;
      font-weight: 600;
      background: transparent !important;
      color: #171F38;
      cursor: default;
    }

    .etapa {
      width: 780px;
      padding: 30px;
      background: #171F38;
      color: white;
      border-radius: 12px;
      margin-top: 20px;
    }

    .etapa h2 {
      margin-top: 0;
      color: #DDBD8B;
      font-size: 30px;
      font-weight: bold;
    }

    .pergunta {
      background: white;
      height: 215px;
      color: #000;
      border-radius: 12px;
      padding: 28px;
      margin: 20px 0;
      text-align: center;
    }

    .pergunta p {
      font-size: 20px;
      margin: 20px 0 20px;
      font-weight: 500;
    }

    .badge {
      font-size: 15px;
      color: #B08961;
      font-weight: bold;
      display: block;
      margin-bottom: 4px;
      display: none;
    }

    .btn {
      width: 162px;
      padding: 10px 30px;
      margin: 0 10px;
      border-radius: 10px;
      font-weight: bold;
      font-size: 1rem;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    
    

    .btn-sim {
      background: white !important;
      color: #B08961 !important;
      border: 1px solid #B08961;
    }

    .btn-nao {
      background: #FFFFFF !important;
      color: #1E1E1E;
      border: 1px solid #1E1E1E;
    }

        .btn-sim.selecionado {
         background: linear-gradient( 240deg,
        #E3CFB0 8%,
        #DDBD8B 33%,
        #B08961 60%,
        #8F663C 100%) !important;
      color: #FFFFFF !important;
      border: none;
    }
    
    .btn-nao.selecionado {
      background-color: #171F38 !important;
      color: #FFFFFF !important;
      border: none;
    }

    #proximaEtapa {
      max-width: 270px;
      background: #171F38;
      color: white;
      padding: 12px 24px;
      font-weight: bold;
      border-radius: 10px;
      border: none;
      margin-top: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      font-size: 16px;
    }

    #proximaEtapa img {
      height: 30px;
      width: 30px;
      object-fit: contain;
    }
    
    #proximaEtapa {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.3s, opacity 0.3s;
}

.resultado-container {
  background: linear-gradient(to bottom, #0d1232, #1a1e3f);
  color: white;
  padding: 40px 20px;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Outfit', sans-serif;
}

.logo-result {
  height: 40px;
  margin-bottom: 29px;
}

.sub{
    margin-bottom: 82px !important;
}

.estagio-box-wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  margin-bottom: 38px;
}

.estagio-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  position: relative;
  z-index: 2;
}

.estagio-conteudo {
  display: flex;
  gap: 24px;
}

.estagio-box h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 6px 0;
}

.estagio-box p {
  margin: 4px 0;
  font-size: 15px;
}

.estagio-box strong {
  font-weight: 700;
  font-size: 15px;
}

.pontuacao {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #7b6135;
}

.pontuacao small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #111;
}

.estagio-barra {
  height: 16px;
  border-radius: 0 0 12px 12px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  z-index: 1;
}

.estagio-conteudo .info {
  font-family: 'Outfit', sans-serif;
  width: 400px;
  text-align: left;
}


.estagio-conteudo p {
  margin: 0;
  font-size: 20px;
  color: #171F38;
  margin-bottom: 10px;
}

.estagio-conteudo p:last-child{
    font-size: 15px;
}

.estagio-conteudo .pontuacao {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #83623e;
  border-left: 1px solid #ccc;
  padding-left: 96px;
  line-height: 1.2;
}

.estagio-box small {
  font-size: 30px;
  font-weight: 400;
  color: #111;
}


.color-cor-1 { color: #ED3248 !important;}
.color-cor-2 { color: #D1A62F !important; }
.color-cor-3 { color: #0E55E2 !important;}
.color-cor-4 { color: #68C14F !important ;}

.cor-1 { background: #ED3248; }
.cor-2 { background: #D1A62F; }
.cor-3 { background: #0E55E2; }
.cor-4 { background: #68C14F; }


.indicadores {
  width: 704px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.indicadores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.indicadores-grid.dois-itens {
  grid-template-columns: repeat(2, 1fr);
}

.indicador {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.pequeno {
       width: 224px;
  min-height: 160px;
}

.grande {
       width: 344px;
  min-height: 180px;
}
.indicador h4 {
    width: 120px;
  font-weight: 700;
  font-size: 18px;
  color: #B08961;
  margin-bottom: 10px;
  text-align: start;
}

.indicador p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  text-align: start;
}

.progress-bar {
  height: 10px;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #b08961, #ddbd8b);
}

.percent {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  color: #aaa;
  font-size: 14px;
}


.proximos-passos-titulo {
    font-size: 30px;
    font-weight: bold !important;
    color: #f7d08a !important;
    margin-top: 127px;
    margin-bottom: 5px;
}

.proximos-passos-subtitulo {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 30px;
}

.passos-lista.estilizada {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.passos-lista.estilizada li {
  background: #fff;
  color: #000;
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bloco-consulta {
  background-image: linear-gradient(
    45deg,
    #E3C7B0 0%,
    #DDB08B 40%,
    #B08B61 70%,
    #8F6E3C 100%
  );
  border-radius: 20px;
  padding: 40px 30px;
  color: #0d1232;
  max-width: 840px;
  max-height: 343px;
  margin: 60px auto 0;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.titulo-consulta {
  font-size: 24px;
  font-weight: bold;
  color: #171F38 !important;
  margin-bottom: 10px;
  line-height: 1.4;
}
.bloco-consulta h4 {
    color: #171F38;
    font-size: 30px;
    font-weight: bold;
}

.sub-consulta {
  font-size: 17px;
  margin-bottom: 30px;
}

.btn-consulta {
  width: 378px;
  background: #171F38;
  color: #fff !important;
  padding: 14px 32px;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-consulta:hover {
  background: #1a1e3f;
}

.selos {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.selo {
  background: white;
  color: #0d1232;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.selo img {
  width: 22px;
  height: 22px;
}


.refazer {
  margin-top: 30px;
  background: white !important;
  color: #171F38 !important;
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}




@media (max-width: 1024px) {
  .etapa,
  .descricao,
  .indicadores {
    width: 100%;
  }

  .indicadores-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pequeno,
  .grande {
    width: 100%;
  }

  .estagio-conteudo .info {
    width: 100%;
  }

  .estagio-conteudo .pontuacao {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 30px 0px;
    margin: 20px 10px;
  }
  
    .progress-info{
        width: 90%;
    }
  
    .progress-bar {
      width: 90%;
    }

  h3 {
    font-size: 24px;
  }

  .subtitle,
  .descricao {
    font-size: 18px;
    width: 100%;
  }

  .etapa {
    padding: 24px 16px;
  }

  .etapa h2 {
    font-size: 24px;
  }

  .pergunta {
    padding: 20px;
    height: auto;
  }

  .pergunta p {
    font-size: 18px;
  }

  .btn {
    width: 100%;
    margin: 8px 0;
  }

  #proximaEtapa {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }
  
    .estagio-box {
        padding: 10px 32px;
    }

  .estagio-conteudo {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .estagio-conteudo .info{
    text-align: center;
  }
  
  .estagio-box h3 {
    font-size: 25px;
  }

  .estagio-conteudo .pontuacao {
    display:flex;
    justify-content:center;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ccc;
    width: 95%;
    padding-top: 16px;
    font-size: 28px;
    gap: 5px;
    
  }
  
  .estagio-barra {
    height: 20px;
    bottom: -12px;
      
  }
  
  .estagio-box small {
    font-size: 24px;
      
  }

  .estagio-box-wrapper {
    margin-bottom: 32px;
  }


  .indicadores {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .indicadores-grid { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 16px; 
  }

  .indicadores-grid.dois-itens { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .indicador { 
    width: calc(50% - 8px); 
    box-sizing: border-box; 
    min-height: auto; 
  }

  .indicadores-grid .indicador:nth-child(3) {
      width: 100%;
  }


  .indicadores-grid.dois-itens .indicador:first-child {
      width: 100%;
  }


  .indicadores-grid.dois-itens .indicador:last-child {
    width: 100%;
  }



  .passos-lista.estilizada li {
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 15px;
    padding: 0px 40px;
    height: 50px;
    text-align: center;
    border-radius:10px;
    
  }

  .proximos-passos-titulo {
    font-size: 24px;
  }

  .proximos-passos-subtitulo {
    font-size: 15px;
  }
  
  .btn-consulta {
    font-size: 15px;
    width: 262px;
    padding: 10px;
  }

  .bloco-consulta {
    width:376px;
    padding: 10px 20px;
  }
  
  .titulo-consulta{
      font-size:18px;
  }
  .bloco-consulta h4 {
    font-size: 20px;
    }
  
  .sub-consulta{
      font-size:14px;
      margin-bottom:20px !important;
      
  }
  
  .selos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    margin-bottom:20px;
  }

  .selo {
    flex: 0 1 calc(50% - 12px); 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 4px 14px;
    background: white;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-align: center;
    gap: 6px;
  }

  .selo:nth-child(3) {
    flex: 0 1 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pontuacao {
    font-size: 18px;
  }

  .estagio-conteudo p {
    font-size: 16px;
  }

  .logo-result {
    height: 30px;
  }

  .refazer {
    font-size: 14px;
    padding: 8px 14px;
  }
}


/* --- ESTILOS DO FORMULÁRIO DE DADOS --- */

.form-container {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
}

.container-form {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 40px;
    width: 380px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.container-form h2 {
    color: #B08961;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

#quiz-de-maturidade-comercial {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#quiz-de-maturidade-comercial label {
    text-align: left;
    font-weight: bold;
    color: #555;
    margin-bottom: 14px;
    font-size: 16px;
}

#quiz-de-maturidade-comercial input {
    background-color: #EAEAEA;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 100%;
    height: 26px;
    box-sizing: border-box; 
}

#submitFormBtn {
    background: linear-gradient(to right, #B08961, #DDBD8B);
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#submitFormBtn:hover {
    opacity: 0.9;
}

#submitFormBtn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); 
}

.form-field {
    
    display: flex;
    flex-direction: column;
}

.form-button-wrapper {
   
    margin-top: 10px;
    margin: 0 auto
}


@media (min-width: 769px) {
    #quiz-de-maturidade-comercial {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 32px; 
        row-gap: 20px;   
    }
    
    .container-form {
    border-radius: 20px;
    padding: 35px;
    width: 780px;

}

    #quiz-de-maturidade-comercial input {
        margin-bottom: 0;
        height: 30px;
    }

    .form-button-wrapper {
        grid-column: 1 / 3; 
        display: flex;
        justify-content: center; 
        margin-top: 20px;
        width: 343px;
    }

    #submitFormBtn {
        max-width: 343px; 
    }
}

.erro-campo {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}/* End custom CSS */