.link {
  color: var(--bs-body-color);
  /* color: #212529; */
}

.cooperativismo-banner {
  background-image: url(../img/cooperativismo/bannerCooperativismo.png);
  width: 100%;
  height: 599.17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;

  filter: brightness(85%);
}

.bannerText {
  margin-top: 390px;
  margin-left: 42px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 68px;
  color: #ffffff;
}

#cooperativismo {
  font-family: "Poppins", sans-serif;
}

/* #chamada-cooperativismo {
    width: 100vw;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(35, 171, 81);
    text-align: center;
    color: white;
} */

/* #chamada-cooperativismo h1 {
  font-size: 45px;
  font-weight: 600;
}

#chamada-cooperativismo h2 {
  font-size: 25px;
  font-weight: 500;
}

#sobre-cooperativismo {
  width: 100vw;
  display: flex;
  background-color: rgb(240, 240, 240);
}

#titulo-sobre-cooperativismo {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(83, 83, 83);
}

#titulo-sobre-cooperativismo h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
}

#titulo-sobre-cooperativismo p {
  font-size: 17px;
  font-weight: 400;
  line-height: 39px;
  text-align: justify;
} */

.juntosFortes {
  background-color: rgb(240, 240, 240);
}

.juntosFortesTexto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.juntosFortes img {
  width: 100%;
  /* max-height: 600px;
  object-fit: contain; */
}

.texto-cooperativismo {
  width: 100vw;
  padding: 80px 57px 80px;
}

.texto-cooperativismo p {
  font-size: 17px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
}

.texto-cooperativismo h2 {
  font-size: 45px;
  font-weight: 600;
}

#texto-dois {
  background-color: #f0f0f0;
}

.imagem-cooperativismo {
  width: 100vw;
  margin-top: 100px;
}

.imagem-cooperativismo img {
  width: 100%;
  object-fit: contain;
}

.texto {
  background-color: #d7d7d7;
}

@media screen and (max-width: 536px) {

  #titulo-sobre-cooperativismo {
    padding: 40px !important;
  }

  .texto-cooperativismo {
    width: 100vw;
    padding: 80px 40px 80px;
  }

}