:root {
  --brand--primary: #043f2d;
  --brand--hiligth: #b4ed37;
  --neutral--white: white;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.banner-facebook {
  grid-column-gap: 93px;
  background-color: #043f2d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 249px 216px;
  text-decoration: none;
  display: flex;
}

.interaction-folha {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  height: 600px;
  display: block;
  position: relative;
  left: 0%;
}

.folha {
  z-index: 1;
  cursor: wait;
  width: 100%;
  position: absolute;
  overflow: visible;
}

.g {
  z-index: 0;
  width: 10%;
  position: absolute;
  top: 14%;
  left: 22%;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand--primary);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.e {
  z-index: 0;
  width: 10%;
  position: absolute;
  top: 7%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.n {
  z-index: 2;
  width: 10%;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 53%;
  right: 0%;
}

.text-block {
  z-index: 99;
  color: #fff;
  display: block;
  position: absolute;
  overflow: hidden;
}

.image {
  width: 40px;
  height: 40px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  position: relative;
}

.div-block {
  flex: 0 auto;
  display: block;
}

.lottie-animation {
  display: none;
}

.frame-9 {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 190px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 88.1281px;
  height: 96.4687px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 103%;
  text-decoration: none;
}

.criamos-solu-es-inovadoras-que-s-o-sementes-para-um-futuro-mais-verde-0 {
  color: #b4ed37;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 103%;
  text-decoration: none;
}

.container {
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .interaction-folha {
    width: 300px;
    height: 159px;
  }

  .g {
    top: 17%;
    left: 26%;
  }

  .body {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    justify-content: center;
    align-items: center;
  }

  .n {
    bottom: -18%;
  }

  .text-block {
    display: none;
  }

  .container {
    flex-flow: column;
  }
}
