body {
  margin: 0;
  font-family: "Sora", sans-serif;
  /* background-color: #f8f8f8; */
  color: #111;
}
h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  text-transform: uppercase;
}
p {
  font-size: 0.9rem;
}
.regua {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}
.regua img {
  max-width: 500px;
}

.hero {
  gap: 20px;
  color: white;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  /* padding: 100px 25px; */
  height: 80vh;
  background: center / cover no-repeat url(/img/hero_01.jpg);
  background-attachment: fixed;
  padding: 25px;
}

.hero img {
  max-width: 100%;
  max-height: 250px;
}

.hero p {
  max-width: 40ch;
  text-align: center;
  text-transform: uppercase;
}

.section-title {
  display: grid;
  gap: 20px;
  padding: 25px;
  max-width: 1200px;
  align-items: center;
  text-indent: 2rem;
}
.section-title img {
  grid-column: 2;
  max-width: 100%;
}

.section-title h2 {
  grid-column: 1/3;
  margin: 0 auto;
  text-align: center;
  max-width: 25ch;
}

.section-title .ass {
  text-align: right;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.gallery-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.gallery img {
  max-width: 100%;
  /* max-height: 100%; */
  object-fit: cover;
  /* border-radius: 6px; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.025);
}

.gallery img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}

.description {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
}
.fotografo-main {
  background: #eee;
}
.fotografo {
  padding: 25px;
  gap: 25px;
  align-items: center;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin: 0 auto;
}
.fotografo h2 {
  margin: 0 auto;
  /* text-align: center; */
}

.fotografo h2 span {
  font-size: 1.5rem;
}

.fotografo img {
  max-width: 90%;
  grid-column: 1;
  border-radius: 10rem;
}

.testimonials {
  background: #eee;
  padding: 2rem 1rem;
  text-align: center;
}

.testimonials blockquote {
  font-style: italic;
  max-width: 600px;
  margin: auto;
}

.cartilha {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  padding: 25px;
}
.cartilha_img {
  text-align: center;
}
.cartilha_img img {
  width: 100%;
  max-width: 500px;
}
.cartilha h3 {
  font-size: 1.4rem;
  /* max-width: 25ch; */
  font-weight: normal;
  text-align: center;
}

.cartilha a {
  text-decoration: none;
  background: #203b8e;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.cartilha_txt {
  display: flex;
  flex-direction: column;
}

.team {
  padding: 25px;
  background: #fff;
  text-align: center;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.team-member img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  object-fit: cover;
  border: 2px solid #ccc;
}

.team-member p {
  margin-top: 0.5rem;
}

footer {
  background: #111;
  color: #fff;
  padding: 25px;
  text-align: center;
}

footer img {
  max-width: 500px;
}

@media (max-width: 500px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  p {
    font-size: 0.8rem;
  }
  blockquote {
    font-size: 0.8rem;
  }
  .testimonials {
    padding: 25px;
    padding-top: 0;
  }
  .section-title {
    grid-template-columns: initial;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .gallery img {
    max-width: 100%;
  }
  .fotografo {
    display: flex;
    flex-direction: column;
  }
  .fotografo img {
    max-width: 50%;
  }
  .team-grid {
    gap: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .team-member img {
    width: 90px;
    height: 90px;
  }
  .regua {
    padding: 25px;
    /* padding-bottom: 0px; */
  }
  .hero img {
    max-width: 80%;
    /* height: 250px; */
  }
  .section-title .ass {
    text-align: right;
    font-size: 0.9rem;
  }

  .cartilha {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .cartilha h3 {
    font-size: 0.8rem;
  }
  .cartilha img {
    max-width: 200px;
  }
  .cartilha a {
    font-size: 1rem;
  }
}
