*, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Calibri;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 0;
  width: 100%;
}

main {
  width: 100%;
  min-height: 80vh;
  height: 100%;
  background-image: url("../images/cedhuc-logo1.png");
  background-size: 80vh;
  background-position: 150% 12vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

@media screen and (min-width: 768px) {
  main {
    background-position: center;
  }
}
.cabecalho {
  background-color: #44719A;
  width: 100%;
  height: 12vh;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding-inline: 7vw;
  align-items: center;
}
.cabecalho img {
  width: 3rem;
}
.cabecalho__titulo {
  font-size: 2rem;
  font-weight: 600;
}
.cabecalho__titulo a {
  color: white;
  text-decoration: none;
}
.cabecalho__menu {
  text-align: end;
  height: 5vh;
}
.cabecalho__menu .menu__lista {
  height: -moz-fit-content;
  height: fit-content;
  list-style: none;
  position: relative;
  padding: 0;
  width: 50vw;
  border: 0.1px solid black;
  background-color: #44719A;
  z-index: 1;
}
.cabecalho__menu .menu__lista--item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  font-size: 3vw;
  color: white;
  height: 5vh;
  padding: 0 3vw 0 0;
  border-bottom: 1px solid #515151;
}
.cabecalho__menu .menu__lista--item:hover {
  font-weight: 700;
}
.cabecalho .hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .cabecalho__menu .menu__lista {
    width: 40vw;
  }
  .cabecalho__menu .menu__lista--item {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .cabecalho__titulo {
    font-size: 2.5rem;
  }
  .cabecalho__menu .menu__lista {
    width: 30vw;
    bottom: 1vh;
  }
  .cabecalho__menu .menu__lista--item {
    font-size: 1.8vw;
    height: 5vh;
    padding: 0 3vw 0 0;
    border-bottom: 1px solid #515151;
  }
  .cabecalho__menu .menu__lista--item:hover {
    font-weight: 700;
  }
}
@media screen and (min-width: 1440px) {
  .cabecalho__titulo {
    font-size: 2rem;
  }
  .cabecalho img {
    display: none;
  }
  .cabecalho .cabecalho__menu .menu__lista {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cabecalho .cabecalho__menu .menu__lista--item {
    font-size: 1rem;
    border-bottom: none;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .cabecalho .cabecalho__menu .menu__lista--item li {
    text-align: center;
    width: 7.5vw;
  }
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4vh;
  width: 80vw;
  margin: 5vh auto;
  min-height: 100vh;
}
.hero__titulo {
  text-align: center;
}
.hero img {
  width: 35vw;
}
.hero__texto {
  margin-top: 3vh;
  font-size: 1.2rem;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .hero__titulo {
    font-size: 3rem;
  }
  .hero__texto {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__titulo {
    font-size: 3rem;
  }
  .hero img {
    width: 30vw;
  }
  .hero__texto {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .hero {
    margin-block: 8vh;
  }
  .hero img {
    width: 15vw;
  }
}
.rodape {
  width: 100%;
  height: 8vh;
  background-color: #44719A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 0;
}
.rodape__texto {
  font-size: 1rem;
  text-align: center;
  color: white;
}

@media screen and (min-width: 1024px) {
  .rodape__texto {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .rodape {
    height: 10vh;
  }
  .rodape__texto {
    font-size: 1.2rem;
  }
}
.contato {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  margin: 5vh auto;
}
.contato__titulo {
  font-size: 2.5rem;
}
.contato__infos {
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: start;
  row-gap: 2vh;
  margin-block: 5vh;
}
.contato__infos div {
  display: flex;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
}
.contato__maps {
  width: 80vw;
}
.contato__maps iframe {
  width: 80vw;
  height: 40vh;
}

@media screen and (min-width: 768px) {
  .contato__infos div {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .contato__titulo {
    font-size: 2.5rem;
  }
  .contato__infos {
    font-size: 1.6rem;
  }
  .contato__infos div {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    align-items: center;
  }
  .contato__infos div img {
    width: 3.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .contato__container {
    display: flex;
    justify-content: space-around;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    margin-top: 10vh;
  }
  .contato__infos div {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }
  .contato__infos div img {
    width: 2rem;
  }
  .contato__maps {
    width: 30vw;
  }
  .contato__maps iframe {
    width: 30vw;
  }
}
.portfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  margin: 5vh auto;
  row-gap: 5vh;
}
.portfolio__titulo {
  font-size: 2.5rem;
}
.portfolio__baixar {
  font-size: 1.5rem;
}
.portfolio__baixar a {
  color: #090909;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1.5px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px rgba(255, 255, 255, 0.7960784314);
  margin-block: 0.5rem;
}
.portfolio__baixar a:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.portfolio__baixar a:hover {
  font-weight: 700;
}
.portfolio img {
  width: 80vw;
}

@media screen and (min-width: 768px) {
  .portfolio__titulo {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .portfolio__titulo {
    font-size: 3rem;
  }
}
.prestacao {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  margin: 5vh auto;
}
.prestacao__titulo {
  font-size: 2rem;
}
.prestacao select, .prestacao button {
  font-size: 16px;
  padding: 8px 12px;
  margin: 10px;
}
.prestacao #pdf-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.prestacao #pdf-viewer {
  border: 1px solid #ccc;
  max-width: 100%;
}
.prestacao #controls {
  margin-top: 10px;
}
.prestacao #page-info {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.transparencia {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  margin: 5vh auto;
  font-size: 1.8rem;
}
.transparencia__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  width: 85vw;
  margin-block: 5vh;
  background-color: rgba(211, 211, 211, 0.496);
  border-radius: 4px;
  padding-block: 1vh 1.5vh;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.226);
}
.transparencia__container--ano {
  margin-top: 1rem;
}
.transparencia__container a {
  color: #090909;
  text-decoration: none;
  padding: 0.75rem 1rem;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1.5px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px rgba(255, 255, 255, 0.7960784314);
  margin-block: 0.5rem;
  text-align: center;
}
.transparencia__container a:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
.transparencia__container a:hover {
  font-weight: 700;
}
.transparencia__container--baixar {
  font-size: 1rem;
  margin-block: 1.5rem 2rem;
}
.transparencia__container--baixar a {
  text-decoration: none;
}
.transparencia .hidden {
  display: none;
}

#ano2025:hover, #ano2024:hover, #ano2023:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ano__container--2025 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ano__container--2025 .projeto__titulo {
  font-size: 2rem;
  text-align: center;
  width: 90%;
}
.ano__container--2025 .projeto__subtitulo {
  font-size: 1.8rem;
}
.ano__container--2025 .projeto__downloads {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-block: 1rem;
}
.ano__container--2025 .projeto__imagem {
  width: 65vw;
  height: 40vh;
  border-radius: 4px;
}
.ano__container--2025 .projeto__texto {
  width: 90%;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
.ano__container--2024 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ano__container--2024 .projeto__titulo {
  font-size: 2rem;
  text-align: center;
  width: 90%;
}
.ano__container--2024 .projeto__imagem {
  width: 65vw;
  height: 40vh;
  border-radius: 4px;
}
.ano__container--2024 .projeto__baixar {
  font-size: 1rem;
  margin-block: 1.5rem 2rem;
}
.ano__container--2024 .projeto__baixar a {
  text-decoration: none;
}
.ano__container--2023 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ano__container--2023 .projeto__titulo {
  font-size: 2rem;
  text-align: center;
  width: 90%;
}
.ano__container--2023 .projeto__imagem {
  width: 65vw;
  height: 40vh;
  border-radius: 4px;
}
.ano__container--2023 .projeto__baixar {
  font-size: 1rem;
  margin-block: 1.5rem 2rem;
}
.ano__container--2023 .projeto__baixar a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .ano__container--2025 .projeto__imagem {
    height: 55vh;
  }
  .ano__container--2024 .projeto__imagem {
    height: 55vh;
  }
  .ano__container--2023 .projeto__imagem {
    height: 55vh;
  }
}
@media screen and (min-width: 1024px) {
  .ano__container--2025 .projeto__downloads {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .transparencia__container {
    width: 50vw;
    margin-bottom: 10vh;
    padding: 1.5rem;
  }
  .ano__container--2025 .projeto__downloads {
    width: 95%;
  }
  .ano__container--2025 .projeto__downloads a {
    width: 10vw;
    height: 8.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ano__container--2025 .projeto__imagem {
    height: 90vh;
    width: 40vw;
    margin-bottom: 2rem;
  }
  .ano__container--2025 .projeto__texto {
    font-size: 1.25rem;
  }
  .ano__container--2024 .projeto__imagem {
    height: 90vh;
    width: 40vw;
    margin-bottom: 2rem;
  }
  .ano__container--2023 .projeto__imagem {
    height: 90vh;
    width: 40vw;
    margin-bottom: 2rem;
  }
}
.projetos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  margin: 5vh auto;
}
.projetos__titulo {
  font-size: 2rem;
}
.projetos hr {
  margin-top: 2vh;
  border: 1px solid gray;
  width: 80vw;
}
.projetos .container__titulo {
  text-align: center;
  margin-top: 2vh;
}
.projetos .container {
  display: flex;
  flex-direction: column;
  row-gap: 3vh;
  width: 80vw;
  margin-top: 3vh;
}
.projetos .container .container__texto {
  font-size: 1.2rem;
  text-align: justify;
  font-weight: bold;
}
.projetos .container .container__instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3vh;
}
.projetos .container .container__instagram .instagram__imagem {
  width: 80vw;
}

@media screen and (min-width: 768px) {
  .projetos__titulo {
    font-size: 2.5rem;
  }
  .projetos .container {
    width: 60vw;
  }
  .projetos .container .container__instagram .instagram__imagem {
    width: 60vw;
  }
}
@media screen and (min-width: 1024px) {
  .projetos__titulo {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .projetos .container__titulo {
    font-size: 2rem;
  }
  .projetos .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 60vw;
    margin-block: 5vh;
  }
  .projetos .container .container__texto {
    width: 20vw;
  }
  .projetos .container .container__instagram {
    width: 25vw;
  }
  .projetos .container .container__instagram .instagram__imagem {
    width: 25vw;
  }
  .projetos .container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.sobre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80vw;
  margin: 5vh auto 15vh;
  row-gap: 5vh;
}
.sobre__titulo {
  font-size: 2rem;
  font-weight: 700;
}
.sobre__texto {
  font-size: 1.2rem;
  text-align: justify;
}
.sobre .estrutura .estrutura__titulo {
  text-align: center;
}
.sobre .estrutura .estrutura__fotos {
  margin-top: 3vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  row-gap: 3vh;
}
.sobre .estrutura .estrutura__fotos .img-expandivel {
  width: 20vw;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.sobre .estrutura #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.sobre .estrutura #overlay img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px black;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .sobre__texto {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .sobre__titulo {
    font-size: 2.5rem;
  }
  .sobre__texto {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .sobre__texto {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */