/* style.css */



  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; /* tamanho base */
    line-height: 1.8; /* boa leitura */
    color: #222;
  }
  p {
    font-size: 1.1rem; /* ou 1.2rem se quiser ainda maior */
    line-height: 1.9;
  }
  h1 {
    font-size: 2rem;
    font-weight: 700;
  }
  
  h2 {
    font-size: 1.7rem;
    font-weight: 600;
  }
  
  h3 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  
  
  
  /* Menu */
  .menu {
    background-color: #6a1b9a; /* roxo escuro */
    padding: 10px 0;
  }
  
  .menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    margin: 0 20px;
  }
  
  .menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .menu a:hover {
    text-decoration: underline;
  }
  
  /* Banner principal */
  .banner-principal img {
    width: 100%;
    height: 200px;
    display: block;
  }
  
  /* Logo e texto */
  .conteudo-principal {
    text-align: center;
    padding: 40px 20px;
    font-family: 'serif';
    font-size: 16px;
    color: #000;
  }
  
  .logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .texto p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
  }
  
  /* Rodapé */
  footer {
    background-color: #4a148c; /* roxo escuro */
    color: white;
    padding: 30px 20px;
    text-align: center;
  }
  
  .redes-sociais a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
  }
  
  .redes-sociais a:hover {
    text-decoration: underline;
  }
  
  /* style.css */

  
  /* Menu */
  .menu {
    background-color: #6a1b9a; /* roxo escuro */
    padding: 10px 0;
  }
  
  .menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    margin: 0 20px;
  }
  
  .menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .menu a:hover {
    text-decoration: underline;
  }
  
  /* Banner principal */
  .banner-principal {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .banner-principal img {
    width: 100%;
    height: 200px;
    display: block;
  }
  
  /* Logo e texto */
  .conteudo-principal {
    text-align: center;
    padding: 40px 20px;
    font-family: 'serif';
    font-size: 16px;
    color: #000;
  }
  
  .logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .texto p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
  }
  
  /* Rodapé */
  footer {
    background-color: #4a148c; /* roxo escuro */
    color: white;
    padding: 30px 20px;
    text-align: center;
  }
  
  .redes-sociais a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
  }
  
  .redes-sociais a:hover {
    text-decoration: underline;
  }
  
  /* Linhas de Pesquisa */
 /* style.css */

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #000;
  }
  
  /* Menu */
  .menu {
    background-color: #6a1b9a; /* roxo escuro */
    padding: 10px 0;
  }
  
  .menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    margin: 0 20px;
  }
  
  .menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .menu a:hover {
    text-decoration: underline;
  }
  
  /* Banner principal */
  .banner-principal {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .banner-principal img {
    width: 100%;
    height: 200px;
    display: block;
  }
  
  /* Logo e texto */
  .conteudo-principal {
    text-align: center;
    padding: 40px 20px;
    font-family: 'serif';
    font-size: 16px;
    color: #000;
  }
  
  .logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .texto p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
  }
  
  /* Rodapé */
  footer {
    background-color: #4a148c; /* roxo escuro */
    color: white;
    padding: 30px 20px;
    text-align: center;
  }
  
  .redes-sociais a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
  }
  
  .redes-sociais a:hover {
    text-decoration: underline;
  }
  
  /* Linhas de Pesquisa */
/* style.css */

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
    color: #000;
  }
  
  /* Menu */
  .menu {
    background-color: #6a1b9a; /* roxo escuro */
    padding: 10px 0;
  }
  
  .menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    margin: 0 20px;
  }
  
  .menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .menu a:hover {
    text-decoration: underline;
  }
  
  /* Banner principal */
  .banner-principal {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .banner-principal img {
    width: 100%;
    height: 200px;
    display: block;
  }
  
  /* Logo e texto */
  .conteudo-principal {
    text-align: center;
    padding: 40px 20px;
    font-family: 'serif';
    font-size: 16px;
    color: #000;
  }
  
  .logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .texto p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
  }
  
  /* Rodapé */
  footer {
    background-color: #4a148c; /* roxo escuro */
    color: white;
    padding: 30px 20px;
    text-align: center;
  }
  
  .redes-sociais a {
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
  }
  
  .redes-sociais a:hover {
    text-decoration: underline;
  }
  
  /* Linhas de Pesquisa */
  .linhas-pesquisa {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 40px;
    text-align: center;
  }
  
  .linha-pesquisa {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .linha-pesquisa h2 {
    color: #6a1b9a;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .linha-pesquisa h3 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .linha-pesquisa ul {
    margin-left: 20px;
    padding-left: 20px;
    list-style: disc;
  }
  
  .linha-pesquisa p {
    line-height: 1.6;
    text-align: justify;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  
  /* Responsivo para mobile */
@media (max-width: 768px) {
  .menu ul {
    flex-direction: column;
    align-items: center;
  }

  .menu li {
    margin: 10px 0;
  }

  .banner-principal img {
    height: auto;
  }

  .conteudo-principal {
    padding: 20px 10px;
    font-size: 15px;
  }

  .logo {
    max-width: 150px;
  }

  .texto p {
    padding: 0 10px;
    font-size: 15px;
  }

  .linhas-pesquisa {
    padding: 0 20px;
  }

  .linha-pesquisa {
    margin: 20px 0;
    padding: 20px;
  }

  .linha-pesquisa h2 {
    font-size: 20px;
  }

  .linha-pesquisa h3 {
    font-size: 16px;
  }

  footer {
    padding: 20px 10px;
    font-size: 14px;
  }

  .redes-sociais a {
    margin: 0 8px;
    display: inline-block;
  }
}
