header, body {
  font-family: 'Poppins';
  transition: .3s all ease-in-out;
}

h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 24px;
  }
}

.sizeAdjust {
  padding: 0 12px;
}

@media (min-width: 576px) {
  .sizeAdjust {
    padding: 0;
    width: 515px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .sizeAdjust {
    width: 695px;
  }
}

@media (min-width: 992px) {
  .sizeAdjust {
    width: 935px;
  }
}

@media (min-width: 1200px) {
  .sizeAdjust {
    width: 1115px;
  }
}

@media (min-width: 1400px) {
  .sizeAdjust {
    width: 1295px;
  }
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent!important;
  z-index: 999;
}

.headerImgLink img {
  width: 98px;
}

@media (min-width: 768px) {
  .headerImgLink img {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .headerImgLink img {
    width: 200px;
  }
}

.btnHeader {
  border: none;
  padding: 0;
  margin: 0;
}

.btnHeader svg {
  width: 25px;
  color: white;
}

.effectScroll .btnHeader svg {
  color: #212529;
}

.headerItens {
  margin: 40px 0 20px;
}

.headerItens {
  margin: 0;
}

.headerListItens {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .headerListItens {
    font-size: 20px;
  }
}

.headerListItens a {
  color: white;
  transition: .3s all ease-in-out;
}

.headerOpened .headerListItens a, .effectScroll .headerListItens a {
  color: #212529;
}

.headerListItens a:hover {
  color: #7cdf64;
}

.headerButton {
  font-size: 16px;
  display: inline-block;
  border: none;
  padding: 8px 15px;
  transition: .3s all ease-in-out;
  background-color: #c17d5b;
  font-weight: 600;
  margin: 10px 0 0;
}

@media (min-width: 1200px) {
  .headerButton {
    font-size: 20px;
  }
}

.headerButton:hover {
  background-color: #7cdf64;
}

.headerButton {
  transform: translateY(-5px);
}

#intro {
  background-color: black;
  width: 100%;
}

.headerNav {
  background-color: transparent!important;
}

.effectScroll .headerNav, .headerOpened .headerNav {
  background-color: white!important;
}

@media (min-width: 768px) {
  .headerNav {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
}

#intro {
  background-image: url("../../assets/img/fotos/capa-site.webp");
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 1400px) {
  #intro {
    background-size: 2800px;
  }
}

.introContent {
  text-align: center;
  padding: 220px 0 200px;
  color: white;
}

@media (min-width: 768px) {
  .introContent {
    text-align: left;
    padding: 220px 0 200px;
  }
}

@media (min-width: 1200px) {
  .introContent {
    padding: 300px 0 300px;
  }
}

@media (min-width: 1400px) {
  .introContent {
    padding: 300px 0 300px;
  }
}

@media (min-width: 1800px) {
  .introContent {
    padding: 520px 0 500px;
  }
}

.introContent h1 {
  font-weight: 500;
}

.introContent p {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .introContent p {
    margin: 50px 0;
  }
}

.introContent a {
  display: block;
  background-color: #c17d5b;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  margin: 10px auto;
  padding: 8px;
  border-radius: 10px;
  width: 200px;
  box-sizing: border-box;
  transition: .3s all ease-in-out;
}

.introContent a:hover, .introContent a:last-child:hover {
  color: white;
  background-color: #7cdf64!important;
  border: none;
}

@media (min-width: 768px) {
  .introContent a {
    font-size: 24px;
    text-align: center;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .introContent div {
    display: flex;
    align-items: center;
    justify-content: flex-start!important;
    gap: 20px;
  }
}

.calculadoraCo2Content {
  padding: 80px 0;
  text-align: center;
}

.calculadoraCo2Content h1 {
  font-weight: 500;
  color: #4c8c50;
}

.calculadoraCo2Content div {
  background-color: white;
  width: 100%;
  height: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  border-radius: 15px;
  margin: 60px 0 0;
}

#carousel-1 {
  width: 100%;
}

.aboutTdaDivText {
  background-color: #4c8c50;
}

.aboutTdaDivText div {
  padding: 70px 12px;
  color: white;
}

.aboutTdaDivText h1 {
  font-weight: 500;
}

.aboutTdaDivText p {
  margin: 30px 0 0;
  font-weight: 300;
}

@media (min-width: 576px) {
  .aboutTdaDivText div {
    padding: 50px 0;
    width: 515px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .aboutTdaDivText div {
    width: 695px;
  }
}

@media (min-width: 992px) {
  .aboutTdaDivText div {
    width: 935px;
  }
}

@media (min-width: 1200px) {
  .aboutTdaContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .carouselTda {
    width: 50%!important;
  }
}

@media (min-width: 1400px) {
  .carouselTda {
    width: 40%!important;
  }
}

@media (min-width: 1200px) {
  .aboutTdaDivText {
    width: 50%!important;
  }
}

@media (min-width: 1400px) {
  .aboutTdaDivText {
    width: 60%!important;
  }
}

@media (min-width: 1200px) {
  .aboutTdaDivText div {
    width: 550px;
  }
}

@media (min-width: 1400px) {
  .aboutTdaDivText div {
    width: 620px;
  }
}

@media (min-width: 1800px) {
  .aboutTdaDivText div {
    width: 700px;
    transform: translateX(-50px);
  }
}

@media (min-width: 2000px) {
  .aboutTdaDivText div {
    transform: translateX(-100px);
  }
}

@media (min-width: 2400px) {
  .aboutTdaDivText div {
    transform: translateX(-450px);
  }
}

@media (min-width: 1200px) {
  .aboutTdaContent {
    background-color: #4c8c50;
  }
}

.logoEvolutionImg {
  padding: 20px;
}

.logoEvolutionImg img {
  width: 100%;
}

.logoEvolutionText {
  padding: 40px 0;
  color: #275A2A;
}

.logoEvolutionText p {
  margin: 20px 0;
  font-weight: 300;
  color: #212529;
}

.logoEvolutionContent {
  padding: 70px 0;
}

@media (min-width: 1200px) {
  .logoEvolutionContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .logoEvolutionImg {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .logoEvolutionText {
    width: 48%;
  }
}

#jornadaNeutralizacao {
  background-color: #7cdf64;
}

.jornadaNeutralizacaoContent {
  padding: 100px 0 50px;
}

.jornadaNeutralizacaoContent h1 {
  text-align: center;
  font-weight: 500;
  color: #4c8c50;
}

.jornadaCards {
  margin: 60px 0;
}

.jornadaCard div img:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .jornadaCard div img:last-child {
    display: block;
  }
}

@media (min-width: 1200px) {
  .jornadaCard div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}

.jornadaCard div img:first-child {
  height: 56px;
}

.jornadaCard h2 {
  color: white;
  font-weight: 600;
  margin: 10px 0 15px;
  text-align: left;
  padding: 0;
}

.jornadaCard p {
  font-weight: 300;
  color: #275a2a;
}

.jornadaCard {
  margin: 20px 0 30px;
}

.jornadaCard > img:last-child {
  transform: translateX(16px);
}

@media (min-width: 1200px) {
  .jornadaCard > img:last-child {
    display: none;
  }
}

@media (min-width: 1200px) {
  .jornadaCards {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .jornadaCard {
    width: 30%;
  }
}

.jornadaCard:last-child div img:last-child {
  display: none;
}

.tdaCertificateContent {
  padding: 100px 0;
}

.tdaCertificateText h1 {
  font-weight: 500;
  color: #4c8c50;
}

.tdaCertificateText p {
  font-weight: 300;
  color: #212529;
  margin: 30px 0 50px;
}

.tdaCertificateText img {
  width: 200px;
  margin: 0 auto!important;
  display: block;
}

@media (min-width: 768px) {
  .tdaCertificateText img {
    width: 270px;
  }
}

.tdaCertificateOds {
  background-color: white;
  padding: 20px;
  margin: 100px auto 0;
}

@media (min-width: 768px) {
  .tdaCertificateOds {
    width: 500px;
  }
}

.tdaCertificateOds ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.tdaCertificateOds ul li {
  width: 31%;
  transition: .3s all ease-in-out;
}

@media (min-width: 1200px) {
  .tdaCertificateContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .tdaCertificateText {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .tdaCertificateOds {
    width: 48%;
  }
}

#form {
}

.formContent {
  text-align: center;
  color: #4c8c50;
  padding: 100px 0;
}

.formContent h1 {
  font-weight: 500;
}

.formContent p {
  font-weight: 300;
  margin: 20px 0;
}

.formContent div {
  margin: 0 auto!important;
}

.footerContent {
  padding: 80px 0 20px;
  text-align: center;
}

.footerContent1 img {
  width: 150px;
}

@media (min-width: 768px) {
  .footerContent1 img {
    width: 230px;
  }
}

.footerContent1 ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
}

@media (min-width: 768px) {
  .footerContent1 ul {
    font-size: 20px;
  }
}

.footerContent2 p {
  font-weight: 300;
}

@media (min-width: 1200px) {
  .footerContent2 p {
    margin: 0 0 5px;
    font-size: 20px!important;
  }
}

.footerContent2 img {
  width: 120px;
}

@media (min-width: 768px) {
  .footerContent2 img {
    width: 180px;
  }
}

.footerContent2 span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 30px 0;
}

@media (min-width: 1200px) {
  .footerContent {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .footerContent1 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footerContent2 {
    text-align: right;
  }
}

.tdaCertificateOds ul li:hover {
  transform: translateY(-20px) scale(1.1);
}

footer {
  background-color: #f6f6f6;
}

@media (min-width: 1200px) {
  .footerContent2 div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 1200px) {
  .footerContent2 div img {
    width: 140px;
  }
}

#form {
  background-color: #f6f6f6;
}

.partnersContent > h1 {
  text-align: center;
  font-weight: 500;
  color: #4c8c50;
  margin: 0 0 50px;
}

