body {
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #7e848b;
  font-size: 2em;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #7e848b;
  line-height: 1.6;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f242b;
}

.margin {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.margin.navbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin.navbar-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-footer {
  height: 200px;
}

.footer-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8dc63f;
  text-decoration: none;
}

.footer-heading {
  color: #fff;
  font-weight: 400;
}

.corpyright-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #a5acb4;
  font-style: italic;
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #8dc63f;
}

.form-field {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a5acb4;
  border-radius: 20px;
  background-color: transparent;
  color: #a5acb4;
  font-style: italic;
}

.small-button {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 20px;
  background-color: #8dc63f;
}

.small-button.orange {
  background-color: #f7941d;
}

.brand-icon {
  font-family: 'Font Awesome 5 Brands 400', sans-serif;
}

.navbar-link {
  padding-bottom: 20px;
  color: #7e848b;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-link:hover {
  color: #fff;
}

.navbar-link.w--current {
  color: #8dc63f;
}

.navbar-link.fixed-link:hover {
  color: #f7941d;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
}

.image {
  position: absolute;
  width: 270px;
  margin-top: -60px;
}

.first-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8dc63f;
}

.first-section.quem-somos {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.first-section.o-movimento {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #0cb2be;
  background-image: url('../images/omovimento-bg.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.first-section.main {
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/main-background.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  height: 550px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.box {
  position: absolute;
  left: 3vw;
  top: auto;
  right: auto;
  bottom: 3vw;
  max-width: 330px;
  padding: 40px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #fff;
}

.slider-heading {
  color: #0cb2be;
  font-size: 2.5em;
  line-height: 1.2;
}

.slider-text {
  margin-top: 20px;
  color: #7e848b;
  font-size: 1.2em;
  line-height: 1.5;
}

.second-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.second-section.quem-somos {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0cb2be;
  background-image: url('../images/quem-somos-parceiros-background.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-title {
  color: #7e848b;
  font-size: 2.441em;
  line-height: 1.6;
  font-weight: 800;
  text-align: center;
}

.section-title.white {
  color: #fff;
}

.section-title.white.padding {
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-divider {
  width: 80px;
  height: 5px;
  margin: 40px auto;
  border-radius: 100px;
  background-color: #7e848b;
}

.section-divider.green {
  background-color: #fcee23;
}

.section-divider.orange {
  background-color: #f7941d;
}

.grid-layout {
  display: -ms-grid;
  display: grid;
  margin-top: 200px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-layout.padding {
  margin-top: 40px;
}

.button-default {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 35px;
  border-radius: 50px;
  text-align: center;
}

.button-default.green {
  margin-right: auto;
  margin-left: auto;
  background-color: #8dc63f;
}

.button-default.orange {
  background-color: #f7941d;
}

.blog-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.fourth-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.card {
  padding: 40px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #8dc63f;
}

.card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.441em;
  line-height: 1;
}

.card-title.orange {
  margin-bottom: 0px;
  color: #f7941d;
}

.card-title.green {
  color: #8dc63f;
}

.card-paragraph {
  color: #fff;
}

.third-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0cb2be;
}

.third-section.quem-somos {
  background-color: transparent;
}

.third-section.home {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #fff;
  background-image: url('../images/background-plant.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-div.buttons {
  margin-top: 60px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.flex-quem-somos {
  margin-top: 60px;
}

.flex.movimento {
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.child-div {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
}

.paragraph.white {
  color: #fff;
}

.big-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.big-button:hover {
  box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.25);
}

.big-button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #f7941d;
}

.big-button-image {
  max-height: 270px;
}

.big-button-heading {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}

.page-heading {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8dc63f;
  text-align: center;
}

.page-title {
  font-size: 3em;
}

.page-title.white {
  color: #fff;
}

.page-title.manifesto {
  color: #fced20;
  text-align: center;
}

.page-title.centered {
  text-align: center;
}

.page-content {
  position: relative;
}

.page-content.contato {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-content.o-movimento {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.contact-form {
  min-height: 250px;
  padding-top: 15px;
  padding-left: 20px;
  border-radius: 15px;
}

.contato-name {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #6d6d6d;
  font-size: 1.563em;
  line-height: 1.2;
}

.contato-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #a5acb4;
}

.contato-headline {
  margin-bottom: 10px;
  color: #7e848b;
  font-style: italic;
}

.contato-people {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7e848b;
}

.separator {
  width: 1px;
  background-color: #a5acb4;
}

.slice {
  height: 115px;
  background-image: url('../images/slice.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.slice.blue-background {
  background-color: #0cb2be;
}

.contato-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block {
  width: 125px;
  height: 5px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.card-quem-somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-quem-somos-content {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom-right-radius: 25px;
  background-color: #f7941d;
}

.card-quem-somos-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 25px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

.como-participar-card {
  padding: 40px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #a5acb4;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.card-quem-somos-title {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.quem-somos-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.movimento-paragraph {
  max-width: 800px;
  margin: 40px auto;
  color: #fff;
  text-align: center;
}

.movimento-label {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.movimento-label.green {
  color: #fced20;
}

.moivmento-image {
  margin-left: 0px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.image-separator {
  height: 322px;
  background-image: url('../images/reciclavel.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  width: 863px;
  height: 480px;
}

.video-holder {
  width: 830px;
  height: auto;
  margin: 60px auto;
  background-color: #a5acb4;
}

.div-block-2 {
  width: auto;
  margin-left: 40px;
}

.navbar-animada {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1f242b;
}

.logo {
  height: 72px;
  margin-top: 5px;
}

.big-button-icon {
  width: 75px;
}

.slide {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-image {
  margin-top: -200px;
}

.mask {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.first-image {
  display: block;
  width: 250px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  width: 100%;
}

.movimento-heading {
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.post-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.post-grid-container.template {
  display: none;
}

.post-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.post-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.post-item {
  color: #1f242b;
  text-decoration: none;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .margin {
    margin-right: 40px;
    margin-left: 40px;
  }
  .navbar {
    display: none;
  }
  .grid-layout {
    margin-top: 150px;
    grid-auto-flow: column;
    grid-row-gap: 150px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-layout.padding {
    grid-row-gap: 4vw;
  }
  .flex-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.flex-quem-somos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .child-div {
    width: 100%;
    margin: 20px 0px;
  }
  .video-holder {
    width: 100%;
    height: auto;
  }
  .card-image {
    display: block;
    width: 250px;
    margin-top: -150px;
    margin-right: auto;
    margin-left: auto;
  }
  .icon {
    color: #fff;
  }
  .nav-menu {
    background-color: #1f242b;
  }
  .post-grid-container {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-grid {
    grid-auto-flow: column;
    grid-row-gap: 4vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .flex.movimento {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .moivmento-image {
    margin-left: 0px;
  }
  .div-block-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .post-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .call-to-action {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .margin {
    margin-right: 30px;
    margin-left: 30px;
  }
  .first-section.quem-somos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .second-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .second-section.quem-somos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .grid-layout {
    margin-top: 100px;
    grid-row-gap: 100px;
  }
  .card {
    width: 100%;
  }
  .card-title {
    font-size: 1.3em;
  }
  .third-section.quem-somos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .big-button-content {
    border-radius: 0px 0px 25px 25px;
  }
  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .como-participar-card {
    padding: 20px;
  }
  .moivmento-image {
    margin-left: 0px;
  }
  .image-separator {
    background-size: cover;
  }
  .div-block-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .card-image {
    margin-top: -125px;
  }
  .centered-container {
    text-align: left;
  }
  .post-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-87fca78691cb-e7effde5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-9e2142639677-e7effde5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Font Awesome 5 Brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}