* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*background-image: url(./assets/earth.jpg);*/
  background-image: url(./assets/capa-artigo-sustentabilidade.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin: 2rem;
}
body p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
body h1, body h2 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

#header .responsiveImg {
  display: none;
}

#header {
  border-radius: 30px 0 0 0;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.7px solid #b4aeae;
}
#header img {
  padding-left: 1rem;
}
#header .navigationBar {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
}
#header .navigationBar ul {
  width: 60%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .navigationBar li {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  list-style: none;
}
#header .navigationBar a {
  color: #000;
  text-decoration: none;
}
#header .navigationBar .material-symbols-outlined {
  display: none;
  font-size: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px;
}
#header #btnHeader {
  margin: 6px;
  font-weight: 600;
  padding: 0.6rem;
  font-size: 15px;
  height: 10vh;
  color: #f3f5f8;
  background-color: #21c05c;
  border: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

section {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  flex: 1;
}
section .articleFirst {
  margin: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
section .articleFirst h1 {
  font-size: 3rem;
  font-weight: bold;
  font-weight: 700;
}
section .articleFirst .buttonsBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  gap: 2rem;
  /* flex: 1; */
  margin: 0;
  padding: 0;
}
section .articleFirst .buttonsBox button {
  font-family: "Poppins", sans-serif;
  width: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  height: 10vh;
  /* flex: 1; */
  border: solid;
  color: #f3f5f8;
  cursor: pointer;
}
section .articleFirst .buttonsBox .giveBtn {
  background-color: #21c05c;
  border-radius: 30px 30px 30px 30px;
}
section .articleFirst .buttonsBox .adquireBtn {
  background-color: #f3f5f8;
  color: #2563eb;
  border-radius: 30px 30px 30px 30px;
}
section .articleFirst .buttonsBox .giveImgButton {
  width: 2vw;
  border-radius: 30px 0px 30px 30px;
}
section .articleFirst .buttonsBox .adquireImgButton {
  width: 2vw;
}

.sustentableImg {
  width: 20vw;
  height: 60vh;
}

.imgMainSection {
  margin: 2rem;
  width: 50vw;
}

#satisfactionSearch {
  width: 100%;
  height: 30vh;
  background-color: rgba(243, 245, 248, 0);
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#satisfactionSearch article {
  width: 100%;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#satisfactionSearch h2 {
  color: #21c05c;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 3px 1px #000;
}
#satisfactionSearch p {
  color: #f3f5f8;
  text-shadow: 2px 3px 1px #000;
}

#howWorks {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
#howWorks .paragraph {
  font-size: 1.2rem;
}

#donors {
  display: flex;
  justify-content: space-evenly;
}

.infoWorks1, .infoWorks2 {
  width: 30vw;
  height: 60vh;
  border-radius: 30px;
  background-color: #f3f5f8;
  color: #f3f5f8;
}
.infoWorks1 img, .infoWorks2 img {
  width: 3vw;
}
.infoWorks1 figure, .infoWorks2 figure {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.infoWorks1 figure figcaption, .infoWorks2 figure figcaption {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
.infoWorks1 figure .toDonors, .infoWorks2 figure .toDonors {
  color: #21c05c;
  width: 15vw;
}
.infoWorks1 figure .toAdquirentes, .infoWorks2 figure .toAdquirentes {
  color: #2563eb;
  width: 15vw;
}
.infoWorks1 p, .infoWorks2 p {
  font-size: 1.2rem;
  color: #000;
}
.infoWorks1 ol, .infoWorks2 ol {
  padding: 1.5rem;
  color: #000;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
}
.infoWorks1 li, .infoWorks2 li {
  padding: 0.5rem;
}
.infoWorks1 p, .infoWorks2 p {
  text-align: center;
}

.howWorks-article {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 2rem;
}

#availableProducts {
  width: 100%;
  height: 110vh;
  padding: 2rem;
}

article .popularCategoriesparagraph {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}

.categories {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.category {
  width: 100%;
  margin: 25px;
  padding: 2rem;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  border: solid #21c05c;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.category img {
  width: 20vw;
  height: 30vh;
}
.category button {
  background-color: #21c05c;
  color: #f3f5f8;
  margin: 6px;
  font-weight: 600;
  padding: 0.6rem;
  font-size: 15px;
  height: 10vh;
  border: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

#feedbacks {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
#feedbacks img {
  width: 7vw;
}

.histories {
  width: 100%;
  display: flex;
}
.histories .commits {
  background-color: #fff;
  border-radius: 10px;
  margin: 1rem;
  padding: 1rem;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.histories .commits .historiesPhoto {
  border: none;
}

.names {
  width: 10vw;
  font-family: "Inter", sans-serif;
}

.articleFirst p {
  font-size: 1.2rem;
}

#satisfactionSearch p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f3f5f8;
  text-shadow: 0 2px 1px #000;
}

#availableProducts p {
  font-size: 1rem;
  color: #222;
  text-align: center;
}

.areUReady {
  width: 100%;
  height: 100vh;
  /* color: #f3f5f8; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.areUReady h2 {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.areUReady p {
  padding: 2rem;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: center;
}
.areUReady button {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  width: 15vw;
  height: 10vh;
  border-radius: 4rem;
  color: #f3f5f8;
  border: solid;
  cursor: pointer;
}
.areUReady .clickHere {
  width: 50%;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
}
.areUReady .clickHere #startNow {
  background-color: #21c05c;
}
.areUReady .clickHere #knowMoreAbout {
  background-color: #fff;
  color: #21c05c;
}

.readyArticle {
  width: 70vw;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerSection {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 40vh;
  background-color: #1f2937;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem;
}

.footerArticle {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footerArticle h2, .footerArticle h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.footerArticle h2 {
  color: #fff;
}
.footerArticle p {
  font-size: 1rem;
  color: #9CA3AF;
}
.footerArticle ul {
  list-style: none;
  padding: 0;
}
.footerArticle a {
  font-size: 1rem;
  color: #9CA3AF;
  text-decoration: none;
}
.footerArticle .socialMediaIcons {
  display: flex;
  gap: 1rem;
}
.footerArticle .socialMediaIcons img {
  cursor: pointer;
}
.footerArticle .socialMediaIcons img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.footerArticle .socialMediaIcons img:hover .socialMediaIcons img {
  filter: brightness(1.4);
}

.footerArticle a:hover {
  color: #21c05c;
  transition: color 0.3s ease;
}

.bottomFooter {
  width: 100%;
  height: 10vh;
  border-top: 1px solid #4b5563;
  background-color: #1f2937;
  border-radius: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottomFooter p {
  font-size: 1rem;
  color: #f3f5f8;
}

@media (max-width: 700px) {
  body {
    margin: 0;
    padding: 0;
  }
  #header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4vw;
    gap: 2vw;
  }
  #header img {
    width: 35vw;
    margin-bottom: 2vw;
  }
  #header .navigationBar {
    display: none;
  }
  #header .material-symbols-outlined {
    display: block;
    font-size: 8vw;
    color: #000;
    cursor: pointer;
  }
  #btnHeader {
    width: 55vw;
    font-size: 1rem;
    padding: 2vw 3vw;
    border-radius: 2rem;
    margin-top: 2vw;
  }
  section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
  }
  .articleFirst {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
  }
  .articleFirst h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .articleFirst p {
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 90%;
  }
  .buttonsBox {
    /* width: 100vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-evenly; */
    /* border: solid; */
    width: 100%;
  }
  .buttonsBox button {
    border: solid;
    /* font-size: 1rem; */
    border-radius: 2rem;
    /* width: 55vw; */
  }
  .buttonsBox img {
    width: 5vw;
  }
  .imgMainSection {
    width: 70vw;
  }
  .sustentableImg {
    width: 100%;
    height: auto;
  }
  #satisfactionSearch {
    height: auto;
    padding: 6vw 4vw;
  }
  #satisfactionSearch article {
    height: auto;
  }
  #satisfactionSearch h2 {
    font-size: 2rem;
    text-align: center;
  }
  #satisfactionSearch p {
    font-size: 1rem;
    text-align: center;
  }
  #howWorks {
    height: auto;
    padding: 6vw 4vw;
  }
  #howWorks .paragraph {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 4vw;
  }
  .howWorks-article {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    padding: 4vw 0;
  }
  .infoWorks1,
  .infoWorks2 {
    width: 90%;
    height: auto;
    margin-bottom: 4vw;
    border-radius: 1rem;
    padding: 4vw;
  }
  .infoWorks1 figure,
  .infoWorks2 figure {
    flex-direction: column;
    gap: 2vw;
  }
  .infoWorks1 figure img,
  .infoWorks2 figure img {
    width: 12vw;
    height: auto;
  }
  .infoWorks1 figcaption,
  .infoWorks2 figcaption {
    font-size: 1rem;
    text-align: center;
  }
  .toDonors,
  .toAdquirentes {
    width: 50%;
    text-align: center;
  }
  .infoWorks1 p,
  .infoWorks2 p,
  .infoWorks1 ol,
  .infoWorks2 ol,
  .infoWorks1 li,
  .infoWorks2 li {
    font-size: 0.9rem;
    text-align: center;
  }
  #donors {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .names {
    width: 80%;
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 2vw;
  }
  .commits {
    width: 90%;
    height: auto;
    margin: 2vw 0;
    padding: 4vw;
    border-radius: 1rem;
  }
  .historiesPhoto {
    width: 20vw;
    height: auto;
    margin-bottom: 2vw;
  }
  .commits h3,
  .commits p {
    font-size: 0.9rem;
    text-align: center;
  }
  #availableProducts {
    height: auto;
    padding: 6vw 4vw;
  }
  article .popularCategoriesparagraph {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 4vw;
  }
  .categories {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .category {
    width: 90%;
    margin: 2vw 0;
    padding: 4vw;
    border-radius: 1rem;
    gap: 2vw;
  }
  .category img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }
  .category button {
    width: 60vw;
    height: 8vh;
    font-size: 1rem;
    border-radius: 2rem;
    margin-top: 2vw;
  }
  .category p {
    font-size: 1rem;
    text-align: center;
  }
  #feedbacks {
    flex-direction: column;
    align-items: center;
    padding: 6vw 4vw;
    height: auto;
  }
  #feedbacks img {
    width: 20vw;
    height: auto;
    margin-bottom: 2vw;
  }
  .histories {
    flex-direction: column;
    gap: 4vw;
    width: 100%;
  }
  .areUReady {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 6vw 4vw;
    text-align: center;
    gap: 4vw;
  }
  .areUReady h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .areUReady p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0 2vw;
  }
  .areUReady button {
    width: 55vw;
    height: 9vh;
    font-size: 1rem;
    border-radius: 2rem;
  }
  .clickHere {
    justify-content: space-evenly;
    gap: 3vw;
    width: 100%;
  }
  .readyArticle {
    width: 90%;
    padding: 4vw;
  }
  .footerSection {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    padding: 6vw 4vw;
    height: auto;
  }
  .footerArticle {
    width: 90%;
    text-align: center;
    gap: 2vw;
  }
  .footerArticle h2,
  .footerArticle h3 {
    font-size: 1.2rem;
  }
  .footerArticle p,
  .footerArticle a {
    font-size: 0.9rem;
  }
  .socialMediaIcons {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .socialMediaIcons img {
    width: 15vw;
    height: 7vh;
  }
  .bottomFooter {
    height: auto;
    padding: 2vw 0;
  }
  .bottomFooter p {
    font-size: 0.9rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */