@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B4AEAE;
  align-items: center;
  padding: 0 1rem 1rem 0.5rem;
  margin: 2.313rem 1.938rem 0px 2.313rem;
}
header nav {
  display: flex;
  gap: 33px;
  font-family: "Poppins", sans-serif;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 33px;
}
header nav ul li {
  font-size: 16px;
}
header nav ul li a {
  color: #000;
}
header nav ul li a:hover {
  color: #16A34A;
}
header nav .header-button {
  width: 189px;
  height: 60px;
  border-radius: 6px;
  padding: 10px 30px;
  gap: 10px;
  background-color: #16A34A;
  font-family: "Poppins", sans-serif;
  border: 1px solid;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
}
header nav .header-button:hover {
  background-color: #21C05C;
}

main {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main .hero {
  display: flex;
  align-items: center;
  margin: 114px 20px 137px 54px;
  justify-content: center;
  gap: 50px;
}
main .hero h1 {
  font-family: "Poppins", sans-serif;
  color: #1F2937;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
  max-width: 680px;
  margin-bottom: 25px;
}
main .hero h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 100%;
  max-width: 680px;
  color: #4B5563;
  font-weight: 400;
  margin-bottom: 35px;
}
main .hero .hero-btnContainer {
  display: flex;
  gap: 43px;
}
main .hero button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 189px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid;
  gap: 10px;
  cursor: pointer;
}
main .hero .hero-btnGreen {
  background-color: #21C05C;
  border-color: #21C05C;
  color: #FFFFFF;
}
main .hero .hero-btnGreen:hover {
  background-color: #16A34A;
}
main .hero .hero-btnBlue {
  border-color: #2563EB;
  color: #2563EB;
  background-color: transparent;
}
main .hero .hero-btnBlue:hover {
  color: #085bc7;
  border: 1px solid #4d8be7;
}
main .hero img {
  max-width: 100%;
  height: auto;
}
main .stats {
  display: flex;
  justify-content: center;
  background-color: #F3F5F8;
  width: 100%;
  height: 184px;
  align-items: center;
}
main .stats .stats-components {
  display: flex;
  min-width: 80%;
  justify-content: space-between;
}
main .stats .stats-components .green-stats {
  font-size: 40px;
  color: #16A34A;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
main .stats .stats-components .sub-stats {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4B5563;
}
main .how-works {
  display: flex;
  flex-direction: column;
  margin-top: 110px;
  align-items: center;
  margin-bottom: 165px;
}
main .how-works .how-worksContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .how-works .how-worksContainer .how-worksText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .how-works .how-worksContainer .how-worksText h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 22px;
}
main .how-works .how-worksContainer .how-worksText h3 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .how-works .how-worksContainer .how-workTittleGreen {
  color: #16A34A;
}
main .how-works .how-worksContainer .how-workTittleBlue {
  color: #2563EB;
}
main .how-works .how-worksContainer .how-worksCardsContainer {
  display: flex;
  gap: 22px;
}
main .how-works .how-worksContainer .how-worksCards {
  border-radius: 8px;
  background-color: #F3F5F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 481px;
  height: 491px;
}
main .how-works .how-worksContainer .how-worksCards h3 {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  gap: 8px;
  margin-bottom: 28px;
}
main .how-works .how-worksContainer .how-worksCards p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #4B5563;
}
main .how-works .how-worksContainer .how-worksCards h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #4B5563;
}
main .how-works .how-worksContainer .how-worksCards .how-workTittle {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  margin-left: 29px;
}
main .how-works .how-worksContainer .how-worksCards .how-worksItens {
  display: flex;
  margin-bottom: 45px;
  margin-left: 29px;
}
main .how-works .how-worksContainer .how-worksCards .how-worksItens .workIcon-green {
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  margin-right: 10px;
  background-color: #16A34A;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .how-works .how-worksContainer .how-worksCards .how-worksItens .workIcon-blue {
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  margin-right: 10px;
  background-color: #2563EB;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .products-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 159px;
}
main .products-info .products-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
main .products-info .products-container .products-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .products-info .products-container .products-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 22px;
}
main .products-info .products-container .products-text h3 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .products-info .products-container .products-cardsContainer {
  display: flex;
  gap: 49px;
}
main .products-info .products-container .products-cardsContainer .products-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #16A34A;
  gap: 28px;
  height: 436px;
  width: 299px;
  padding-bottom: 20px;
}
main .products-info .products-container .products-cardsContainer .products-cards h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #09090B;
}
main .products-info .products-container .products-cardsContainer .products-cards p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  color: #4B5563;
  max-width: 220px;
  text-align: center;
}
main .products-info .products-container .products-cardsContainer .products-cards .p-fone {
  max-width: 180px;
}
main .products-info .products-container .products-cardsContainer .products-cards button {
  height: 37px;
  width: 150px;
  border: 1px solid #21C05C;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #16A34A;
  cursor: pointer;
}
main .products-info .products-container .products-cardsContainer .products-cards button:hover {
  background-color: #21C05C;
}
main .products-info .products-container .products-cardsContainer .products-cards img {
  max-width: 100%;
  height: auto;
}
main .talk-about {
  display: flex;
  flex-direction: column;
  margin-bottom: 69px;
}
main .talk-about .talk-aboutContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
main .talk-about .talk-aboutContainer .talk-aboutText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .talk-about .talk-aboutContainer .talk-aboutText h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 22px;
}
main .talk-about .talk-aboutContainer .talk-aboutText h3 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer {
  display: flex;
  gap: 50px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 300px;
  width: 320px;
  border: 1px solid #9CA3AF;
  border-left: 4px solid #9CA3AF;
  border-radius: 8px;
  gap: 25px;
  padding: 20px 0 0 20px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards .talk-img {
  height: 40px;
  width: 40px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards .talk-pRegular {
  height: 140px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4B5563;
  max-width: 260px;
  height: auto;
  padding-left: 20px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards .talkabout-imgstar {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards .talk-aboutCardsInfos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  gap: 10px;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards .talk-aboutCardsInfos .talk-aboutcardsTexts h5 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #09090B;
  font-weight: 400;
}
main .talk-about .talk-aboutContainer .talk-aboutCardsContainer .talk-aboutCards .talk-aboutCardsInfos .talk-aboutcardsTexts h6 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #6B7280;
  font-weight: 400;
}
main .make-the-difference {
  background-color: #F3F5F8;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  padding: 5rem 1.5rem;
  margin-top: 5rem;
  width: 100%;
}
main .make-the-difference .make-tittle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .make-the-difference h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
main .make-the-difference p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  max-width: 600px;
}
main .make-the-difference .buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
main .make-the-difference button {
  height: 44px;
  width: 189px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #16A34A;
  cursor: pointer;
  font-size: 16px;
}
main .make-the-difference .start-now-button {
  background-color: #16A34A;
  color: #FFFFFF;
}
main .make-the-difference .start-now-button:hover {
  background-color: #21C05C;
}
main .make-the-difference .know-more-button {
  background-color: #FFFFFF;
  color: #16A34A;
}
main .make-the-difference .know-more-button:hover {
  color: #21C05C;
}

footer {
  background-color: #0f172a;
  color: #d1d5db;
  padding: 50px 0 20px 0;
  font-family: "Poppins", sans-serif;
}
footer .container {
  display: flex;
  gap: 250px;
  border-bottom: 1px solid #1e293b;
  padding-bottom: 30px;
  margin-left: 150px;
}
footer .tags-container {
  display: flex;
  gap: 250px;
}
footer .tags {
  margin-left: 22px;
}
footer .tags-logo {
  margin-left: 20px;
}
footer .logo-text {
  max-width: 200px;
}
footer .social-text {
  max-width: 200px;
}
footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
footer ul li a:hover {
  color: #22c55e;
}
footer p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
footer .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
footer .social-icons a {
  background-color: #1e293b;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s;
}

.logo img {
  margin-bottom: 10px;
}

.copy {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #9ca3af;
}
.copy span {
  color: #22c55e;
}

@media (max-width: 700px) {
  header {
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    gap: 15px;
    justify-content: left;
  }
  header .header-img {
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
  }
  header nav {
    flex-direction: row;
    gap: 15px;
    width: 100%;
  }
  header nav ul {
    flex-direction: row;
    gap: 15px;
    text-align: center;
    padding-right: 25px;
  }
  header nav ul li {
    font-size: 12px;
  }
  header nav .header-button {
    width: 110px;
    height: 45px;
    font-size: 10px;
    margin: 0 auto;
    padding: 0;
  }
  header div img {
    align-self: flex-start;
    max-width: 150px;
  }
  main .hero {
    flex-direction: column;
    margin: 50px 20px;
    text-align: center;
    gap: 30px;
  }
  main .hero .hero-h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
  }
  main .hero h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  main .hero .hero-btnContainer {
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  main .hero button {
    font-size: 14px;
  }
  main .hero .hero-btnGreen {
    height: 50px;
    width: 150px;
  }
  main .hero .hero-btnBlue {
    height: 50px;
    width: 150px;
  }
  main .hero img {
    max-width: 240px;
  }
  main .stats {
    height: auto;
    padding: 30px 0;
  }
  main .stats .stats-components {
    gap: 25px;
    text-align: center;
    justify-content: center;
  }
  main .stats .stats-components .green-stats {
    font-size: 22px;
  }
  main .stats .stats-components .sub-stats {
    font-size: 14px;
  }
  main .how-works {
    margin: 50px 20px;
  }
  main .how-works .how-worksContainer {
    align-items: center;
  }
  main .how-works .how-worksContainer .how-worksText {
    align-items: center;
    text-align: center;
  }
  main .how-works .how-worksContainer .how-worksText h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  main .how-works .how-worksContainer .how-worksText h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  main .how-works .how-worksContainer .how-worksCardsContainer {
    flex-direction: column;
    gap: 30px;
  }
  main .how-works .how-worksContainer .how-worksCards {
    width: 100%;
    max-width: 350px;
    height: auto;
    padding: 20px;
  }
  main .how-works .how-worksContainer .how-worksCards h3 {
    font-size: 20px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  main .how-works .how-worksContainer .how-worksCards h4 {
    margin-bottom: 3px;
  }
  main .how-works .how-worksContainer .how-worksCards .how-workTittle {
    margin-left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  main .how-works .how-worksContainer .how-worksCards .how-workTittleGreen {
    flex-direction: row;
  }
  main .how-works .how-worksContainer .how-worksCards .how-workTittleBlue {
    flex-direction: row;
  }
  main .how-works .how-worksContainer .how-worksCards .how-worksItens {
    margin-left: 0;
    margin-bottom: 25px;
    gap: 3px;
  }
  main .products-info {
    margin: 50px 20px;
  }
  main .products-info .products-container {
    align-items: center;
  }
  main .products-info .products-container .products-text {
    align-items: center;
    text-align: center;
  }
  main .products-info .products-container .products-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  main .products-info .products-container .products-text h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  main .products-info .products-container .products-cardsContainer {
    flex-direction: column;
    gap: 30px;
  }
  main .products-info .products-container .products-cards {
    width: 100%;
    max-width: 280px;
    height: auto;
    gap: 20px;
  }
  main .talk-about {
    margin: 50px 20px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutText {
    text-align: center;
  }
  main .talk-about .talk-aboutContainer .talk-aboutText h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutText h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCardsContainer {
    flex-direction: column;
    gap: 30px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCards {
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 280px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCards p {
    max-width: none;
    height: auto;
    text-align: center;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCards .talkabout-imgstar {
    justify-content: center;
    width: 100%;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCards .talk-aboutCardsInfos {
    justify-content: center;
    width: 100%;
  }
  main .make-the-difference {
    padding: 3rem 1rem;
    margin-top: 3rem;
  }
  main .make-the-difference h2 {
    font-size: 28px;
  }
  main .make-the-difference p {
    font-size: 18px;
    line-height: 130%;
  }
  main .make-the-difference .buttons {
    align-items: center;
    gap: 15px;
  }
  main .make-the-difference button {
    width: 135px;
    height: 35px;
    font-size: 12px;
  }
  footer {
    display: flex;
    flex-direction: column;
    font-size: 10px;
  }
  footer .tags-logo {
    display: flex;
    gap: 5px;
    margin-bottom: 7px;
  }
  footer .tags-logo img {
    height: 20px;
    width: 20%;
  }
  footer .tags-logo p {
    font-size: 8px;
    max-width: 100%;
  }
  footer .container {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    margin-left: 10px;
  }
  footer .tags-container {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  footer .tags h3 {
    font-size: 8px;
    margin-bottom: 5px;
  }
  footer .tags ul li {
    margin-bottom: 0px;
  }
  footer .tags ul a {
    font-size: 8px;
  }
  footer .tags .social-text {
    font-size: 8px;
  }
  footer a img {
    height: auto;
    width: 300px;
  }
  footer .copy p {
    font-size: 8px;
  }
}
@media (min-width: 701px) and (max-width: 1024px) {
  header {
    margin: 1.5rem 1rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  header nav {
    gap: 20px;
  }
  header nav ul {
    gap: 20px;
  }
  header nav ul li {
    font-size: 14px;
  }
  header nav .header-button {
    width: 150px;
    height: 50px;
    font-size: 13px;
  }
  main .hero {
    margin: 80px 20px;
    gap: 30px;
  }
  main .hero h1 {
    font-size: 40px;
    max-width: 500px;
  }
  main .hero h4 {
    font-size: 18px;
    max-width: 500px;
  }
  main .hero .hero-btnContainer {
    gap: 20px;
  }
  main .hero button {
    height: 55px;
    width: 170px;
    font-size: 14px;
  }
  main .hero img {
    max-width: 350px;
  }
  main .stats {
    height: 150px;
  }
  main .stats .stats-components {
    min-width: 90%;
  }
  main .stats .stats-components .green-stats {
    font-size: 32px;
  }
  main .stats .stats-components .sub-stats {
    font-size: 14px;
  }
  main .how-works {
    margin: 80px 20px;
  }
  main .how-works .how-worksContainer .how-worksText h2 {
    font-size: 32px;
  }
  main .how-works .how-worksContainer .how-worksText h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  main .how-works .how-worksContainer .how-worksCardsContainer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  main .how-works .how-worksContainer .how-worksCards {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 30px;
  }
  main .products-info {
    margin: 80px 20px;
  }
  main .products-info .products-container .products-text h2 {
    font-size: 32px;
  }
  main .products-info .products-container .products-text h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  main .products-info .products-container .products-cardsContainer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  main .products-info .products-container .products-cards {
    width: 280px;
  }
  main .talk-about {
    margin: 80px 20px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutText h2 {
    font-size: 32px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutText h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCardsContainer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  main .talk-about .talk-aboutContainer .talk-aboutCards {
    width: 300px;
  }
  main .make-the-difference {
    padding: 4rem 1rem;
  }
  main .make-the-difference h2 {
    font-size: 32px;
  }
  main .make-the-difference p {
    font-size: 20px;
    max-width: 500px;
  }
  footer .container {
    gap: 10px;
    margin-left: 50px;
  }
  footer .tags-container {
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */