#bgSustentabilidade {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url(../images/bg-meio-ambiente.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 13px 25px 0px rgba(000, 000, 000, 0.3);
  position: relative;
  z-index: 9;
}

#bgSustentabilidade .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bgSustentabilidade h1 {
  font-size: 7.5rem;
  line-height: 8.75rem;
  font-weight: 800;
  color: var(--corBranco);
}

#textoBgSustentabilidade {
  width: 45%;
  padding: 50px;
  border-radius: 20px;
  color: var(--corBranco);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

#textoBgSustentabilidade h2 {
  font-weight: 800;
  font-size: var(--sizeText24);
  letter-spacing: 0.9px;
}

#textoBgSustentabilidade p {
  margin: 20px 0;
}

/* BG VERDE */

#bgVerde {
  width: 100%;
  height: auto;
  background: url(../images/bg-verde-responsabilidade-v2.jpg) center repeat-x;
  background-size: cover;
  color: var(--corBranco);
  padding: 140px 0;
  text-align: center;
}

#bgVerde h1 {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 800;
  text-transform: uppercase;
  font-size: var(--sizeText30);
  line-height: var(--sizeText36);
  letter-spacing: 2px;
}

#boxBgVerde {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.boxBgVerdeItem {
  width: 30%;
  text-align: left;
}

/* BG VERDE */

#containerBoxs {
  width: 100%;
  height: auto;
  padding: 70px 0;
}

#containerBoxs .container {
  display: flex;
  justify-content: space-between;
}

.boxs3 {
  width: 45%;
}

.boxs3 h3 {
  font-weight: 800;
  font-size: var(--sizeText24);
  color: var(--corCinzaEscuroTexto2);
}

.boxs3 p {
  max-width: 90%;
  font-size: var(--sizeText15);
  color: var(--corCinzaEscuroTexto2);
  margin: 10px 0;
}

.capaImg {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0px 1px 15px 0px rgba(000, 000, 000, 0.2);
}

.capaImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

/* CHARTS */

#charts {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

#charts h1 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  font-size: var(--sizeText30);
  line-height: var(--sizeText36);
  letter-spacing: 2px;
}

.chartsArea {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 40px 0;
  gap: 20px;
}

.chart {
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  padding: 20px;
  width: 45%;
}

#chart1,
#chart2,
#chart3,
#chart4 {
  width: 100%;
  height: auto;
}
/* CHARTS */

/* noticesSustentability */

#noticesSustentability {
  background-color: #000;
  border-bottom: 1px solid #fff;
}

#noticesSustentability .container {
  width: 100%;
  height: auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#noticesSustentability .noticeItem {
  width: 40%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  color: #00ad5c;
  background-color: #000;
}

#noticesSustentability .imgNotice {
  width: 30%;
  height: auto;
}

#noticesSustentability .imgNotice img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#noticesSustentability .noticeBody {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 3px;
}

/* noticesSustentability */

.btn-default-pll {
  background-color: var(--corVerde);
  color: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 30px;
}

/* CSS RESPONSIVO */

@media (max-width: 1000px) {
  #bgSustentabilidade {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url(../images/bg-meio-ambiente.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 13px 25px 0px rgba(000, 000, 000, 0.3);
    position: relative;
    z-index: 9;
  }

  #bgSustentabilidade .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #bgSustentabilidade h1 {
    font-size: 4.375rem;
    line-height: 5.5rem;
    font-weight: 800;
    color: var(--corBranco);
  }

  #textoBgSustentabilidade {
    width: 35%;
    color: var(--corBranco);
  }

  #textoBgSustentabilidade h2 {
    font-weight: 800;
    font-size: var(--sizeText24);
  }

  #textoBgSustentabilidade p {
    margin: 20px 0;
    max-width: 350px;
  }
}

@media (max-width: 700px) {
  #bgSustentabilidade .container {
    flex-wrap: wrap;
  }

  #bgSustentabilidade h1 {
    width: 100%;
    font-size: 4.375rem;
    line-height: 5rem;
    font-weight: 800;
    color: var(--corBranco);
  }

  #textoBgSustentabilidade {
    width: 100%;
    color: var(--corBranco);
    margin-top: 30px;
    padding: 20px;
    background: rgba(000, 000, 000, 0.4);
  }

  #textoBgSustentabilidade p {
    max-width: 100%;
    margin: 20px 0 0 0;
  }

  #boxBgVerde {
    flex-direction: column;
    gap: 50px;
  }

  .boxBgVerdeItem {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 360px) {
  #bgSustentabilidade .container {
    flex-wrap: wrap;
  }

  #bgSustentabilidade h1 {
    width: 100%;
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-weight: 800;
    color: var(--corBranco);
  }

  #textoBgSustentabilidade {
    width: 100%;
    color: var(--corBranco);
    margin-top: 30px;
    padding: 20px;
    background: rgba(000, 000, 000, 0.4);
  }

  #textoBgSustentabilidade p {
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  #containerBoxs {
    width: 100%;
    height: auto;
    padding: 50px 0;
  }

  #containerBoxs .container {
    flex-wrap: wrap;
  }

  .boxs3 {
    width: 100%;
    margin: 20px 0;
  }

  .boxs3 p {
    max-width: 100%;
  }

  .capaImg {
    width: 100%;
    height: 250px;
  }

  .chartsArea {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40px 0;
    gap: 20px;
  }

  .chart {
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    /* margin-left: -130px; */
  }

  #chart1,
  #chart2,
  #chart3,
  #chart4 {
    margin-left: -65px;
    overflow: revert;
  }

  #noticesSustentability .container {
    flex-direction: column;
    gap: 40px;
  }

  #noticesSustentability .imgNotice {
    width: 100%;
  }

  #noticesSustentability .noticeItem {
    flex-direction: column;
    width: 80%;
    gap: 15px;
  }
}
