.header {
  display: flex;
  width: 100%;
  height: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

#mudancas {
  background-color: #93c01f;
}

#direito {
  background-color: #173f73;
}

#reestruturacao {
  background-color: #ec7329;
}

.content {
  display: flex;
  width: 90%;
  max-width: 1240px;
  height: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.header .icon-theme {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 70%;
}

.header h1 {
  font-size: 1.5em;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.header .icon-theme img {
  width: 60px;
  height: auto;
}

.header .inscreva-se {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.header .inscreva-se a {
  border: #ffffff 2px solid;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.6em;
  text-decoration: none;
  cursor: pointer;
}

.header .inscreva-se a:hover {
  background-color: #ffffff;
  color: #173f73;
}

.tematica-conteudo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  padding: 40px 0;
  gap: 60px;
}

.tematica-conteudo .imagem {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
}

.tematica-conteudo .video{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.tematica-conteudo .video video{
  width: 100%;
  height: 600px;
}



.tematica-conteudo .imagem p {
  font-family: "Bronkoh-ExtraLight";
}

.tematica-conteudo .imagem img {
  width: 100%;
  height: auto;
}

.tematica-conteudo .texto {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
    gap: 20px;
  width: 90%;
  padding-bottom: 40px;
}

.tematica-conteudo .texto .texto-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.tematica-conteudo .texto .texto-title p{
    font-family: "Bronkoh-Bold";
    font-size: 1.5em;
    text-indent: 0px;}

.tematica-conteudo .texto .texto-title .parquedoamanha-styled h2 {
  font-size: 5em;
  margin: 0;
  color: #173f73;
  text-decoration: none;
  border: none;
  font-family: "Bronkoh-Bold";
}

.tematica-conteudo .texto .texto-title .parquedoamanha-styled {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.tematica-conteudo .texto .texto-title .parquedoamanha-styled h2:nth-child(2) {
  color: #92c01f;
}
.tematica-conteudo .texto p {
  margin: 0;
  text-indent: 0;
  text-align: left;
}

.tematica-conteudo .cronograma {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.tematica-conteudo .cronograma img {
  width: 100%;
  height: auto;
}

.plantas {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1240px;
}

.plantas img {
  width: 100%;
  height: auto;
}

.tematica-conteudo  .consulta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    max-width: 1240px;
    background-color: #EFAA2E;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "Bronkoh-Regular";
    height: 100px;
}

.tematica-conteudo  .consulta a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #173F72;
}

.tematica-conteudo  .consulta a:hover {
    background-color: #ffffff;
    color: #173F72;
}

.fichatecnica{
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1240px;
  gap: 10px;
}

.mais-sobre{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
}

.mais-sobre a{
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  background-color: #173F72;
  font-family: "Bronkoh-Bold";
  padding: 20px 40px;
  border-radius: 10px;
}

.mais-sobre a:hover{
  background-color: #ec7329;
  color: #ffffff;
}

ol {
  list-style-type: decimal;
  padding-left: 40px;
  font-size: 1.2em;
  padding-bottom: 0;
  margin-bottom: 0;

}

ol li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    height: 100px;
    gap: 10px;
    padding: 10px 0;
  }

  .header .icon-theme {
    width: 100%;
    justify-content: center;
  }

  .header h1 {
    font-size: 1.2em;
  }

  .header .inscreva-se {
    width: 100%;
    justify-content: center;
  }

  .header .inscreva-se a {
    font-size: 1.2em;
  }

  .tematica-conteudo .imagem {
    align-items: center;
  }

  .tematica-conteudo .video{
    align-items: center;
  }

  .tematica-conteudo .video video{
    height: 300px;
  }

  .tematica-conteudo .texto p {
    text-indent: 0;
  }
  .tematica-conteudo .texto .texto-title .parquedoamanha-styled h2 {
    font-size: 2.3em;
  }

  .tematica-conteudo .consulta{

    height: 80px;
    font-size: 0.8rem;
  }

  .tematica-conteudo .consulta a {
    padding: 10px 20px;
    font-weight: 500;
  }

  .mais-sobre{
    width: 80%;
  }

  .mais-sobre a{
    font-size: 1.2em;
    padding: 10px 20px;
    text-align: center;
  }

  
}
