@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

body {
  font-family: 'DM Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.quem-faz::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  height: 320px;
  background-image: url("../img/o-gauss/corrente.svg");
  background-size: 278px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
}

.quem-faz::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -193px;
  height: 315px;
  background-image: url('../img/o-gauss/corrente.svg');
  background-size: 278px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
}

.quem-somos {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.imagem-principal {
  position: relative;
  width: 100%;
  height: 70vh;
  margin: 0;
  padding: 0;
}

.imagem-principal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5756A566; /* 40% opacidade */
  pointer-events: none;
}

.texto-central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.texto-central h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}

.conteudo {
  padding: 6rem 0 0 0;
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.coluna-texto {
  flex: 0 0 66%;
  max-width: 800px;
}

.coluna-cards {
  flex: 0 0 33%;
  display: flex;
  justify-content: space-between;
  max-width: 395px;
}

.titulo-principal {
  font-family: 'DM Sans';
  color: #5756A5;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: start;
  vertical-align: middle;
  margin: 0 0 30px 0;
  padding: 0;
}

.texto-principal {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
  padding: 0 60px 0 0;
  white-space: normal;
}

.texto-principal p {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.texto-principal p:last-child {
  margin-bottom: 0;
}

.blocos {
  display: flex;
  flex-direction: column;
  width: 395px;
  justify-content: space-between;
  gap: 1.5rem;
}

.bloco-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 395px;
  height: 226px;
  border-radius: 20px;
  position: relative;
  padding: 0 1rem;
}

.bloco-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 20px;
}

.bloco-card h3 {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.bloco-card p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.bloco-equipe {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bloco {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bloco h3 {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.bloco p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.ods-container {
  padding: 2rem 0 6rem 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.ods-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #333;
}

.imagens-ods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.ods-item {
  flex: 0 1 200px;
  max-width: 200px;
  transition: transform 0.3s ease;
}

.ods-item:hover {
  transform: scale(1.05);
}

.ods-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Media Queries para Responsividade */
@media screen and (max-width: 768px) {
  .ods-container {
    padding: 1rem;
  }

  .ods-title {
    font-size: 1.2rem;
  }

  .ods-item {
    flex: 0 1 150px;
    max-width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .texto-central h1 {
        font-size: 32px;
    }
    
  .ods-container {
    padding: 0.5rem;
  }

  .ods-title {
    font-size: 1rem;
  }

  .ods-item {
    flex: 0 1 120px;
    max-width: 120px;
  }

  .imagens-ods {
    gap: 1rem;
  }
}

.acreditamos {
  background-color: #DB4F66;
  height: 430px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acreditamos-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.imagem-esquerda {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 20%;
  padding: 0;
  position: relative;
}

.imagem-esquerda img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  margin-left: 0;
}

.imagem-direita {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  width: 20%;
}

.imagem-direita img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  opacity: 0.15;
  transform: scale(1.5);
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
}

.conteudo-central {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 80px;
}

.titulo-acreditamos {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
}

.btn-quero-participar, .btn-manifesto {
  height: 55px;
  border-radius: 50px;
  background-color: #ECCE53;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #5756A5;
  padding: 0 2rem;
  transition: background 0.35s, transform 0.35s, color 0.35s;
  cursor: pointer;
  width: 10px;
}

.btn-quero-participar:hover, .btn-manifesto:hover {
  background-color: #ddc04e;
  color: #5756A5;
  opacity: 1;
  transform: scale(1.03);
}

/* Estilos para a seção de valores */
.valores {
  padding: 6rem 0;
  background-color: #fff;
}

.valores-container {
  max-width: 900px;
  margin: auto;
  padding: 0 40px;
}

.valores-container h1 {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #5756A5;
  margin-bottom: 40px;
}

.valores-lista {
  display: flex;
  position: relative;
  gap: 3rem;
  min-height: 600px;
}

.imagens-valores {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.imagem-valor {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.imagem-valor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.timeline {
  position: relative;
  padding-left: 24px;
}

.linha-marcadores {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #5756A5;
  border-radius: 4px;
}

.valor {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.valor:last-child {
  margin-bottom: 0;
}

.marcador {
  width: 24px;
  height: 24px;
  background-color: #EBBE07;
  border-radius: 50%;
  border: 7px solid #5756A5;
  flex-shrink: 0;
  margin-left: -24px;
}

.valor-conteudo {
  flex: 1;
}

.valor-titulo {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #EBBE07;
  margin-bottom: 1.5rem;
}

.valor-texto {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}

/* Responsividade para a seção de valores */
@media (max-width: 768px) {
  .texto-central h1 {
    font-size: 40px;
  }

  .valores-container {
    padding: 0 20px;
  }

  .valores-container h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .valores-lista {
    flex-direction: column;
    gap: 2rem;
    min-height: auto;
  }

  .imagens-valores {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .imagem-valor {
    width: 50px;
    height: 50px;
  }

  .valor-titulo {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .valor-texto {
    font-size: 16px;
    line-height: 130%;
  }

  .valor {
    margin-bottom: 1.5rem;
  }

  .marcador {
    width: 20px;
    height: 20px;
    border-width: 5px;
  }
}

@media (max-width: 480px) {
  .valores-container {
    padding: 0 15px;
  }

  .valores-container h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .imagem-valor {
    width: 40px;
    height: 40px;
  }

  .valor-titulo {
    font-size: 24px;
    margin-bottom: 0.8rem;
  }

  .valor-texto {
    font-size: 14px;
  }

  .valor {
    margin-bottom: 1.2rem;
  }

  .marcador {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}

/* Media Queries */
@media (max-width: 1400px) {
  .conteudo {
    padding: 80px 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .blocos {
    width: 100%;
    max-width: 395px;
  }
}

@media (max-width: 1200px) {
  .conteudo {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    box-sizing: border-box;
  }

  .coluna-texto {
    flex: 0 0 100%;
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
  }

  .coluna-cards {
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .blocos {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .bloco-card {
    width: calc(33.33% - 20px);
    min-width: 300px;
    margin: 0 10px 20px;
  }

  .titulo-container {
    width: 90%;
    max-width: 1064px;
  }

  .grid-3 {
    width: 90%;
    max-width: 1064px;
  }

  .grid-2 {
    width: 90%;
    max-width: 712px;
  }
}

@media (max-width: 768px) {
  .titulo-principal {
    font-size: 50px;
  }

  .texto-principal {
    font-size: 20px;
    padding: 0;
  }

  .conteudo {
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .bloco-card {
    width: 100%;
    max-width: 395px;
    height: 200px;
  }

  .bloco-card h3 {
    font-size: 32px;
  }

  .bloco-card p {
    font-size: 18px;
  }

  .titulo-container {
    width: 95%;
  }

  .grid-3, .grid-2 {
    width: 95%;
  }

  .titulo-bloco {
    font-size: 32px;
  }

  .acreditamos {
    height: auto;
    min-height: 300px;
  }

  .acreditamos-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .imagem-esquerda, .imagem-direita {
    display: none;
  }

  .conteudo-central {
    padding: 0;
    width: 100%;
    gap: 0;
  }

  .titulo-acreditamos {
    font-size: 36px;
  }

  .botoes {
    flex-direction: column;
    width: 50%;
    align-items: center;
  }

  .btn-quero-participar, .btn-manifesto {
    width: 100%;
    max-width: 150px;
    height: 50px;
    font-size: 18px;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .titulo-principal {
    font-size: 40px;
  }

  .texto-principal {
    font-size: 18px;
  }

  .conteudo {
    padding: 40px 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .bloco-card {
    height: 180px;
  }

  .bloco-card h3 {
    font-size: 28px;
  }

  .bloco-card p {
    font-size: 16px;
  }

  .titulo-container {
    width: 100%;
  }

  .grid-3, .grid-2 {
    width: 100%;
  }

  .titulo-bloco {
    font-size: 28px;
  }

  .acreditamos {
    min-height: 250px;
  }

  .acreditamos-container {
    padding: 30px 15px;
  }

  .titulo-acreditamos {
    font-size: 28px;
  }

  .btn-quero-participar, .btn-manifesto {
    height: 45px;
    font-size: 16px;
    padding: 0 1rem;
  }
}




/* Media Queries para a seção Por que Gauss */
@media (max-width: 992px) {
  .gauss-section h1 {
    font-size: 50px;
  }

  .gauss-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-left: 0;
  }

  .gauss-content {
    align-self: auto;
    max-width: 90%;
    text-align: center;
  }

  .gauss-image {
    align-self: auto;
    align-items: center;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .gauss-section {
    padding: 10px 10px 0 10px;
  }

  .gauss-container {
    padding-left: 0 !important;
  }

  .gauss-content {
    flex-direction: column;
    gap: 30px;
  }

  .gauss-left {
    order: 1;
    text-align: center;
  }

  .gauss-right {
    order: 2;
  }

  .gauss-right img {
    width: 100%;
    max-width: 400px;
  }

  .gauss-section h1 {
    font-size: 40px;
  }

  .gauss-content p {
    font-size: 18px;
  }

  .gauss-button {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .gauss-section {
    padding: 10px 10px 0 10px;
  }

  .gauss-section h1 {
    font-size: 32px;
  }

  .gauss-content p {
    font-size: 16px;
  }

  .gauss-button {
    font-size: 18px;
  }

  .gauss-right img {
    max-width: 300px;
  }
}

.sessao {
  background-color: #5756A5;
  color: white;
  padding: 6rem 9rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.sessao h1 {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}

.sessao .subtitulo {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.sessao .conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  padding: 0 150px;
  flex: 1;
  height: 100%;
}

.sessao .triangulo {
  flex: 0 0 auto;
}

.sessao .triangulo img {
  width: 350px;
  height: auto;
}

.sessao .cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 2rem;
}

.sessao .card {
  width: 574px;
  height: 60px;
  padding: 15px 20px;
  border-radius: 60px;
  border: 5px solid white;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  margin: 0;
}

.sessao .card strong {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: 0 20px;
}

.sessao .card p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
}

.sessao .card.doador {
  background-color: #E27254;
}

.sessao .card.aluno {
  background-color: #54B9CA;
}

.sessao .card.mentor {
  background-color: #DB4F66;
}

.sessao .extra {
  padding: 0 2rem;
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.sessao .botao {
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 569px; */
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
  text-decoration: none;
  background-color: #ECCE53;
  color: #5756A5;
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  transition: background 0.35s, transform 0.35s, color 0.35s;
  cursor: pointer;
}

.sessao .botao:hover {
  background-color: #ddc04e;
  color: #5756A5;
  transform: scale(1.03);
  opacity: 1;
}

/* Removendo estilos do mapa */
.mapa-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.mapa-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapa-svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .mapa-section {
    padding: 40px 0;
  }
  
  .mapa-container {
    padding: 0 15px;
  }
}

.atuacao-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  background-color: #F7F7F7;
  font-family: 'DM Sans', sans-serif;
  gap: 60px;
}

.mapa img {
  width: 480px;
  height: auto;
}

.texto {
    display: flex;
    max-width: 560px;
    text-align: right;
    gap: 2rem;
    flex-direction: column;
}

.titulo {
  font-weight: 700;
  font-size: 78px;
  line-height: 100%;
  color: #D84E6B;
}

.descricao {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #000;
}

.botoes {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
}

.botoes a {
    flex: 0 1 auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    box-sizing: border-box;
}

.botoes a button {
  width: 200px;
}

.btn {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  height: 70px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  padding: 0 40px;
  transition: background 0.35s, transform 0.35s, color 0.35s;
  cursor: pointer;
}

.faca-parte {
  background-color: #D84E6B;
  color: #fff;
  /* width: 259px; */
  text-align: center;
}

.fale-conosco {
  background-color: #FEFFFF;
  color: #D84E6B;
  /* width: 303px; */
  text-align: center;
}

.quem-faz {
  text-align: center;
  padding: 8rem 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.quem-faz h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #d96e4b;
  margin: 3rem !important;
}

.titulo-container {
  width: 1064px;
  background-color: #d96e4b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-bloco {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.5rem;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.fotos-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.grid-3 {
  width: 1064px;
  display: flex;
  justify-content: center;
}

.grid-2 {
  width: 712px;
  display: flex;
  justify-content: center;
}

.grid-2 img,
.grid-3 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.corrente-topo,
.corrente-base {
  width: 100%;
  position: absolute;
  left: 0;
  overflow: visible;
  z-index: 1;
}

.corrente-topo img,
.corrente-base img {
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.corrente-topo img {
  top: -540px;
}

.corrente-base img {
  bottom: -540px;
}

.quem-faz h2,
.bloco,
.titulo-container,
.fotos-grid {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .quem-faz {
    padding: 60px 20px;
  }

  .quem-faz::before,
  .quem-faz::after {
    display: none;
  }

  .quem-faz h2 {
    font-size: 40px;
    margin: 1rem;
  }

  .corrente-topo,
  .corrente-base {
    display: none;
  }

  .titulo-container {
    width: 100%;
    max-width: 100%;
  }

  .titulo-bloco {
    font-size: 28px;
    padding: 8px;
  }

  .fotos-grid {
    width: 100%;
    padding: 0;
  }

  .grid-3,
  .grid-2 {
    width: 100%;
    max-width: 100%;
  }

  .grid-3 img,
  .grid-2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
  }

  .bloco-equipe {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .quem-faz {
    padding: 40px 15px;
  }

  .quem-faz h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .titulo-bloco {
    font-size: 24px;
    padding: 6px;
  }

  .bloco-equipe {
    margin-bottom: 30px;
  }

  .grid-3 img,
  .grid-2 img {
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .sessao {
    padding: 40px 20px;
  }

  .sessao {
    gap: 0;
  }

  .sessao h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .sessao .subtitulo {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .sessao .conteudo {
    flex-direction: column;
    padding: 0;
    gap: 30px;
    width: 100%;
  }

  .sessao .triangulo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .sessao .triangulo img {
    width: 250px;
    height: auto;
  }

  .sessao .cards {
    width: 100%;
    gap: 20px;
    padding: 0;
  }

  .sessao .card {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-width: 3px;
  }

  .sessao .card strong {
    font-size: 24px;
    margin: 0 10px;
  }

  .sessao .card p {
    font-size: 16px;
    flex: 1;
  }

  .sessao .extra {
    font-size: 20px;
    margin: 30px 0;
  }

  .sessao .botao {
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .sessao {
    padding: 30px 15px;
  }

  .sessao h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .sessao .subtitulo {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .sessao .triangulo img {
    width: 200px;
  }

  .sessao .card {
    padding: 8px 10px;
    border-width: 2px;
  }

  .sessao .card strong {
    font-size: 20px;
    margin: 0 8px;
  }

  .sessao .card p {
    font-size: 14px;
  }

  .sessao .extra {
    font-size: 18px;
    margin: 25px 0;
  }

  .sessao .botao {
    height: 50px;
    font-size: 18px;
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .atuacao-container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }

  .mapa {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mapa img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .texto {
    max-width: 100%;
    text-align: center;
  }

  .titulo {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .descricao {
    font-size: 18px;
    line-height: 130%;
  }

  .botoes {
    justify-content: center;
    margin-top: 30px;
  }

  .btn {
    font-size: 18px;
    height: 50px;
    padding: 0 25px;
  }

  .faca-parte {
    width: 200px;
  }

  .fale-conosco {
    width: 220px;
  }
}

@media (max-width: 480px) {
  .atuacao-container {
    padding: 30px 15px;
    gap: 25px;
  }

  .mapa img {
    max-width: 300px;
  }

  .titulo {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .descricao {
    font-size: 16px;
  }

  .botoes {
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }

  .btn {
    font-size: 16px;
    height: 45px;
    padding: 0 20px;
    width: 100%;
    max-width: 250px;
  }

  .faca-parte, .fale-conosco {
    width: 100%;
  }
}


.gauss-section {
  background-color: #F7F7F7;
}

.gauss-container {
  max-width: 1339px;
  width: 100%;
  margin: 0 auto;
  padding-left: 80px;
}

.gauss-content {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}

.gauss-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 0;
}

.gauss-right {
  flex: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.gauss-right img {
    width: 550px;
    height: auto;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
}

.gauss-section h1 {
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #54B9CA;
  margin: 0;
}


.gauss-content p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.gauss-content p:first-of-type {
  font-weight: 700;
}

.gauss-button {
  display: inline-block;
  background-color: #54B9CA;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 40px;
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 29px;
  text-align: center;
  transition: background 0.35s, transform 0.35s, color 0.35s;
  cursor: pointer;
}

.gauss-button:hover {
  background-color: #50aebe;
  color: #fff;
  transform: scale(1.03);
  opacity: 1;
}

.member-card {
  position: relative;
  width: 340px; 
  height: 340px; 
  overflow: hidden;
  cursor: pointer;
}

.member-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.member-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: left;
  box-sizing: border-box;
}

.member-card:hover .overlay-text {
  opacity: 1;
}

.overlay-text h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.2;
}

.overlay-text .title {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.75;
  margin-bottom: 10px;
  text-align: left;
}

.overlay-text .description {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

/* Ajustes para o grid-3 existente, se necessário */
.grid-3 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 1064px;
  max-width: 100%;
}

.grid-3 img {
  /* Estas regras foram movidas para .member-card img */
  width: 100%; /* para garantir que a imagem preencha o member-card */
  height: 100%; /* para garantir que a imagem preencha o member-card */
  object-fit: cover;
}

/* Media Queries para Responsividade */
@media (max-width: 768px) {
  .member-card {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }

  .overlay-text h3 {
    font-size: 24px;
  }

  .overlay-text .title {
    font-size: 16px !important;
  }

  .overlay-text .description {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .member-card {
    height: 250px;
  }

  .overlay-text h3 {
    font-size: 20px;
  }

  .overlay-text .title {
    font-size: 14px !important;
  }

  .overlay-text .description {
    font-size: 12px;
  }
}

.faca-parte:hover {
  background-color: #c0415d;
  color: #fff;
  transform: scale(1.03);
}

.fale-conosco:hover {
  background-color: #d84e6c;
  color: #fff;
  transform: scale(1.03);
}

.gauss-button-wrapper {
  width: 100%;
  text-align: left;
}