  :root {
  --primary-color: #007bff; /* Azul vibrante para botões e links principais */
  --secondary-color: #28a745; /* Verde para destaque ou sucesso (ex: Teste Gratuito) */
  --text-dark: #343a40; /* Texto principal escuro */
  --text-light: #f8f9fa; /* Texto claro (em backgrounds escuros) */
  --bg-light: #ffffff; /* Fundo principal claro */
  --bg-secondary: #f4f7f9; /* Fundo de seções de destaque */
  --border-color: #dee2e6; /* Cor de borda suave */
  --accent-color: #17a2b8; /* Ciano para detalhes ou ícones */
  --color-van: #1a1bad;
  --color-buttom_back: #dedbdb;

  /* Tipografia */
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

}
   body {
    margin: 0 auto; /*Remove margens e preenchimentos padrão do corpo. */
    padding: 5px;  /*Remove margens e preenchimentos padrão do corpo. */
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6; /*Define a altura da linha para 1.6 vezes o tamanho da fonte */
    display: flex; /*Usa o modelo flexbox para o layout.*/
    flex-direction: column; /*Define a direção dos itens como uma coluna.*/
    min-height: 100vh; /* Define a altura mínima como 100% da altura da viewport (altura visível da janela do navegador).*/
    }

  .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
  .row>* {
    padding: 0;
  }

  #leftColumn{
    width: 343px;
    max-width: 100%;
    background-color: #c3bdbd;
    padding: 5px 0 0 10px;
    border-radius: 10px;
    min-height: 47em;
  }
  #questionFormContainer{
    width: 100%;
    background-color: #c3bdbd;
    padding: 5px 0 0 10px;
    border-radius: 10px;
    min-height: 771px;
  }

  /* Ajusta a posição do rodapé */
  footer {
      margin-top: 5em; /*Coloca o rodapé no final da página.*/
      padding: 10px 0; /* Espaçamento interno do rodapé */
  }

  /* Margens e espaçamentos */
  h1, h2 {
    margin-top: 1em;
  }
  h1, .h1{
    font-size: 1.7rem;
    margin-top: 12px;
  }
  h2, .h2{
    font-size: 1.2rem;
  }

  p {
    margin-top: 0;
    margin-bottom: .4em;
  }

  a {
    color: #007bff; /* Cor padrão para links */
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline; /* Sublinhado ao passar o mouse */
  }

  /* Telas grandes (Desktop) */
  .container.custom-container {
    margin: 0 auto; /* Centraliza o contêiner */
    position: relative;
    top: 78px;
    bottom: 10px;
    /* overflow: scroll; */
  }

  .titLogoIs{
    max-height: 3.7rem;
  }
  .navbar{
    background-color: var(--color-van);
  } 

  #nav-container{
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand{
    display: flex;
    justify-content: space-evenly;
    width: 1200px;
    padding: 0;
    color: #fff;
    margin: 0 auto;
  }
  
  .titPage{
    display: flex;
    justify-content: center; /* centraliza o texto horizontalmente */
    align-items: center; /* centraliza as linhas verticalmente */
    margin: 12px 0; /* 30px -> margens superior e inferior */
  }
  
  .titPage::before,
  .titPage::after{
    content: '';
    position: relative;
    height: 2px; /* espessura das linhas */
    background: var(--text-light); /* cor das linhas */
    min-width: 60px; /* largura mínima das linhas */
    flex-grow: 1; /* distribui a largura das linhas por igual */
    margin: 0 20px;
  }
  
  .titPage span{
    color: var(--text-light)
    padding: 0 35px; /* distancia do texto às linhas */
    font-family: 'Roboto', sans-serif;
    font-weight: bold; /* negrito */
    font-size: 1.5em; /* tamanho do texto */
    font-style: oblique;
  }
  .main-title {
    /* background-image: url('./img/comunica-graf.png'); */
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .titPrime{
    margin-top: 1em;
  }
  .titSecond{
    margin-top: 1.5em;
  }

  /* h1, h2 {
    text-shadow: 0 0 .2em #b6a4ed, 0 0 .2em #b6a4ed, 0 0 .2em #b6a4ed;
  } */
  h2 {
    text-shadow: 0 0 .2em #b6a4ed, 0 0 .2em #b6a4ed, 0 0 .2em #b6a4ed;
  }
  .temaPage{
    margin-left: 50px;
  }
  .temaEquipe{
    display: flex;
    justify-content: center;
  }

.titMsg{
    margin-bottom: 5px;
}

.mediaGeral {
  font-weight: 600;
  align-items: center;
}

#totalRegistros {
    background-color: #fff;
    color: #000;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 5px 10px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-left: 20px;
}

#mediaGeral {
    background-color: #fff;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 10px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-left: 20px;
}

input{
  border: none !important;
}
#questionForm{
    max-width: 26em;
    width: 100%;
}

.question {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    max-width: 23em;
    width: 96%;
}
 .question select {/* NOVO */
    width: 63px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#chart-container { /* ALTERADO AGORA*/
    max-width: 43em;
    display: none;
    /* position: sticky; */
    /*top: 20px; */
    /*DAQUI PARA BAIXO GRÁFICO FIXO*/
    /* position: fixed; */
    position: absolute;
    top: -27px;
    left: 378px; /* Ajuste conforme necessário */
    /*z-index: 1000;  Garante que o gráfico fique acima de outros elementos */
    /*background-color: white;  Opcional: adiciona um fundo para melhor visibilidade */
    /*padding: 10px;  Opcional: adiciona algum espaçamento */
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);  Opcional: adiciona uma sombra suave */
}
.hidden {
    display: none !important;
}
#radarChart{
    width: auto !important;
}
/* #radarChart{
    margin-top: 10rem;
    background-image: url('./img/fundo_chart1.png'); /* Substitua 'sua-imagem.jpg' pelo caminho da sua imagem *
    background-size: cover; /* Define como a imagem será ajustada *
    background-repeat: no-repeat; /* Define que a imagem não deve se repetir *
} */

 #btnContinuar{
   margin-bottom: 20px !important;
 }
.botao-estilizado1 {
    background-color: #007BFF;
    color: white;
    /* padding: 10px 20px; */
    padding: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    display: flex;
    margin: 0 auto;
    width: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
.botao-estilizado2 {
    color: #ae9a9a;
    padding: 5px;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    font-size: .75em;
    height: auto;
    border: 1px #000 solid;
    border-radius: 5px;
}
.botao-estilizado3 {
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 40px;
    align-self: center;
    font-weight: bold;
    align-items: center;
    padding: 23px 30px;
    display: flex;
    width: auto;
}
.botao-estilizado4 {
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 40px;
    align-self: center;
    font-weight: bold;
    align-items: center;
    margin-top: 10px;
}
.botao-estilizado5 {
  background-color: #f0c21c;
  color: #463d3d;
  padding: 10px;
  border: none;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  /* display: flex; */
  /* margin: 0 auto; */
  width: auto;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 600;
  /* margin-left: 24px; */
  font-size: 16px;
}

.botao-estilizado6 {
  background-color: #08cfa4;
  color: #463d3d;
  padding: 5px;
  border: none;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: flex;
  margin: 0 auto;
  width: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.botao-estilizado:hover {
    box-shadow: 5px 5px 10px rgba(12, 0, 0, 0.5);
    color: black;
}

/* Estilos para labels das perguntas */
.question label {
    flex: 1; /*NOVO*/
    font-weight: bold;
    font-size: .95em;
    font-style: italic;
    color: #333;
    color: #232222;
    margin-bottom: 5px;
    margin: 1px 0 1px 10px;
    line-height: 1.2;
}
.quest1, .quest2, .quest3, .quest4, .quest5, .quest6, .quest7, .quest8, .quest9, .quest10, .quest11{
    font-size: 1rem;
    background-color: #fff;
    max-width: 20.3em;
    padding: 0 7px;
    border-radius: 8px;
    margin-bottom: 2px;
}
#progressiveContentContainer{
    min-height: 640px;
}

.histRoda{
    border: solid 1px #c3bdbd;
    border-radius: 15px;
    padding: 7px;
    margin-top: 23px;
    max-width: 93%;
}

@media (max-width: 1200px) {
  .container {
      max-width: 1200px;
      /* max-width: 100% !important; */
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1100px;
      /* max-width: 100% !important; */
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 990px;
      /* max-width: 100% !important; */
  }
}

@media (min-width: 768px) {
  .container {
      /* max-width: 100%; */
      width: 100%;
  }
  .titPage span {
      font-size: 1.0em;
      padding: 0 13px;
  }
  .titLogoIs {
      max-height: 3rem;
      margin-right: 20px;
  }
  /* .titPage::before,
  .titPage::after {
      min-width: 60px; /* largura mínima das linhas 
      margin: 0 20px;
  }*/
  .container.custom-container {
      padding: 0;
  }
}

@media (max-width: 768px) {
  .container {
      max-width: 100%;
  }
  .titPage span {
      font-size: 1.0em;
      padding: 0 13px;
  }
  .titLogoIs {
      max-height: 3rem;
      margin-right: 20px;
  }
}

@media (max-width: 576px) {
  .container custom-container {
     display: block;
  }
  /* .container {
    max-width: 100% !important;
  } */
  .question label {
      font-size: .95em;
  }
  .botao-estilizado2 {
      font-size: .75em;
  }
  .titLogoIs {
      max-height: 2rem;
      margin: 0;
  }
  .h1, .h2, h1, h2 {
      margin-bottom: .2rem;
  }
  h1, .h1 {
      font-size: 1.4rem;
      margin-top: 0;
  }
  h2, .h2 {
      font-size: 1rem;
  }
  .quest1, .quest2, .quest3, .quest4, .quest5, .quest6, .quest7, .quest8, .quest9, .quest10 {
      font-size: 1rem;
  }
  .titPage span {
      font-size: .7em;
  }
  .titPage::before, .titPage::after {
      min-width: 0;
      margin: 0;
  }
  .botao-estilizado3 {
      height: 40px;
      font-weight: lighter;
      padding: 0 5px;
      font-size: .8rem;
      margin-right: 10px;
  }
  .especif{
      height: 40px;
      font-weight: 600;
      padding: 23px 30px;
      display: flex;
      font-size: .9rem;
  }
  .quest11{
      margin-bottom: 0rem;
  }
  .botao-estilizado2 {
      padding: 3px;
  }
  .titPrime{
      margin-top: 0;
  }
}
