@import "https://fonts.googleapis.com/css?family=Open+Sans:600,400,300";
@import "https://fonts.googleapis.com/css?family=Roboto+Mono:400";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font: normal 16px / 26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

body,
h1,
h2,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

.navbar-transparente {
  background-color: transparent;
}

.navbar img {
  max-height: 80px;
}

.navbar,
.navbar-brand {
  padding: 0;
}

.navbar-transparente .logo-light {
  display: block;
}

.navbar-transparente .logo-dark {
  display: none;
}

.navbar-custom .logo-light,
.scrolled.navbar-transparente .logo-light {
  display: none;
}

.navbar-custom .logo-dark,
.scrolled.navbar-transparente .logo-dark {
  display: block;
}

.navbar .navbar-nav a.nav-link {
  padding: 0 15px;
  line-height: 80px;
  color: #adadad;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar .navbar-nav a.nav-link.active {
  color: #525255;
}

.navbar .navbar-nav a.nav-link:hover {
  color: #525255;
  border-bottom: 5px solid #6bbe50;
  height: 75px;
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown:focus-within .dropdown-menu,
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  color: #888888;
}

.dropdown-menu a:hover {
  color: #525255;
  background: none;
}

.scrolled.navbar-transparente,
.navbar-custom {
  background-color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
}

#homeSlider .carousel-item {
  max-height: 100vh;
}

#homeSlider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#homeSlider .carousel-caption {
  font-weight: bold;
  right: unset;
  left: 20%;
  bottom: 8%;
  padding: 0;
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#homeSlider .carousel-caption h1 {
  line-height: 1.5;
}

.bg-cartao {
  background-image: url("../imagens/bg-chip.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: 720px;
}

.bg-cartao h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-top: 100px;
}

.bg-cartao h1 strong {
  font-weight: 500;
}

.img-mobile {
  display: none;
  width: 100%;
}

.bg-tio {
  background-image: url("../imagens/bg-tio.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7f7f9;
  background-position: 30% 100%;
  text-align: center;
}

.bg-tio h2 {
  color: #74b843;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.section h2 {
  color: #74b843;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.bg-tio h2::after {
  content: "";
  width: 150px;
  height: 5px;
  background: #74b843;
  margin: 25px auto;
  display: block;
}

.section h2::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #74b843;
  margin: 25px auto 25px 0;
  display: block;
}

.bg-tio .col img {
  width: 35px;
  margin: 100% auto;
}

.bg-tio span {
  color: #6db753;
  font-weight: 600;
  margin-top: 25px;
  display: block;
}

label {
  color: #888888;
}

.bg-tio p {
  margin-top: 25px;
  color: #888888;
  text-align: left;
}

.section {
  margin-top: 25px;
  color: #888888;
  text-align: left;
}

.bg-tio p:last-of-type {
  margin-bottom: 55px;
}

footer {
  background-color: #181818;
  color: #fff;
  padding: 60px 0;
}

footer h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer h3::after {
  content: "";
  background-color: #74b843;
  width: 70px;
  height: 2px;
  display: block;
  margin: 25px 0;
}

footer a,
footer p {
  font: normal 16px / 36px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

footer a {
  color: #fff;
  text-decoration: none;
  display: block;
}

footer a:focus,
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer a img {
  display: inline-block;
}

.copyright {
  text-align: center;
  padding-top: 20px;
}

.copyright>* {
  display: inline-block;
}

.copyright>img {
  width: 125px;
}

.custom-toggler.navbar-toggler {
  border: none;
  box-shadow: none;
}

.mobile {
  background: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  width: 270px;
  max-width: 100%;
  z-index: 1031;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  font-size: 18px;
}

.mobile.show {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.show .overlay {
  left: 0;
  right: 270px;
}

.custom-toggler {
  width: 20px;
  height: 20px;
  background: url("../imagens/navbar-toggle.svg") 0 0 no-repeat;
  line-height: 20px;
}

.mobile ul {
  list-style: none;
  padding: 0;
}

.mobile a {
  display: block;
  color: #ccc;
  text-decoration: none;
}

.mobile a:hover {
  color: #fff;
}

.mobile>ul>li>ul {
  padding: 5px 0 5px 40px;
}

.mobile>ul>li>a {
  padding: 10px 15px;
}

.mobile>ul>li>ul>li>a {
  padding: 2px 0;
}

.mobile>ul>li>a:hover,
.mobile>ul>li>a:focus {
  background: #404040;
  color: #fff;
}

/* ------PARA VOCÊ------- */
.bg-verde {
  background-image: url("../imagens/bg-verde.jpg");
  background-size: cover;
}

.row>h1 {
  font-size: 42px;
  margin: 160px 0 25px 0;
  line-height: 56px;

  text-align: center;
  color: #ffffff;
  font-weight: 300;
}

.row>h1::after {
  content: "";
  width: 150px;
  height: 5px;
  background: white;
  margin: 30px auto 0 auto;
  display: block;
}

.note {
  background: white;
  text-align: center;
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;

  padding: 0 10px;
  margin: 30px 10px;
  height: 280px;
}

.note>p {
  font-size: 22px;
  font-weight: 300;
  color: #525255;

  display: flex;
  flex-direction: column;
}

.note>small {
  font-size: 13px;
  color: #888888;
}

.note>img {
  width: 85px;
  height: 85px;

  margin-top: 10px;
}

/* ------PARA VOCÊ------- */

/* ------CONTATO------- */
.contato {
  font-size: 18px;
  padding: 50px 0;
}

form {
  font-size: 18px;
}

.form-label {
  margin: 0;
}

.form-control {
  color: #444;
  border-radius: 0;
  border-color: #ddd;

  width: 100%;
  height: 30px;
  padding: 4px 6px;
}

.form-select {
  color: #888888;
  border-color: #ddd;

  height: 30px;
  padding: 4px 6px;
}

.form-textarea {
  height: 4rem;
}

.btn {
  border: none;
  border-radius: 0;
  background-color: #00a8e6;
  font-size: 18px;

  padding: 8px 16px;
  margin-top: 50px;
}

.mapa {
  width: calc(100% - 30px);
  height: 100%;
  margin-inline: 15px;
  min-height: 400px;
  padding-left: 30px;
}

/* ------CONTATO------- */

/* ------QUEM SOMOS------- */
.quem-somos img {
  max-width: 50%;
  padding-bottom: calc(665px - 50vw);
}

.quem-somos .green-card-qs {
  font: normal 16px / 26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-align: center;

  background: rgba(107, 190, 80, 1);
  color: #fff;

  padding: 60px 20px 30px 20px;
  position: relative;
  top: -23px;
  left: -23px;
}

.borda-verde {
  border: #6bbe50 solid 2px;
}

.quem-somos .green-card-qs h1 {
  font-weight: 300;
}

.quem-somos .green-card-qs h1::after {
  content: "";
  width: 150px;
  height: 5px;
  background: white;
  margin: 30px auto 0 auto;
  display: block;
}

.quem-somos .green-card-qs p {
  margin: 25px 0;
  text-align: justify;
}

.green-card-wrapper {
  position: absolute;
  top: 132px;
  z-index: 1;
}

.count-up {
  background: #efefef;
}

.count-up h1 {
  color: #74b843;
  font-size: 42px;
  font-weight: 300;
  margin-top: 60px;
}

.count-up h1::after {
  content: "";
  width: 140px;
  height: 5px;
  background: #74b843;
  margin: 25px auto 0 auto;
  display: block;
}

.count-up p {
  margin: 25px 0;
  font: normal 16px / 26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #888888;
}

.count-up-container {
  background-color: white;
  border-radius: 8px;
  height: 260px;
  margin: 50px 0 40px 0;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.count-up-container p {
  font-size: 22px;
  font-weight: 300;
  margin-top: 15px;
  text-align: center;
}

[data-count="99"]::after {
  content: "%";
  display: inline-block;
}

.quem-somos .count-up-container .traco {
  background-color: #74b843;
  width: 150px;
  height: 9px;
  position: relative;
  top: -48px;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

/* ------QUEM SOMOS------- */

/* ------POR QUE------- */
#pqSlider .carousel-item {
  position: relative;
  height: 100vh;
  background: #6bb653;
}

#pqSlider .iconify {
  position: absolute;
  width: auto;
  height: 200px;
  color: white;
  top: 80px;
  right: -40px;
  opacity: 0.7;
}

#pqSlider .carousel-caption {
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 200px;
}

#pqSlider .carousel-caption h1 {
  font-size: 42px;
  margin-bottom: 50px;
}

#pqSlider .carousel-caption h1::after {
  content: "";
  width: 150px;
  height: 5px;
  background: white;
  display: block;
  margin-top: 50px;
}

#pqSlider .carousel-caption p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
}

.dividir-bg {
  background: url("../imagens/dividir-mobile.jpg");
  background-size: cover;
  background-position: top left;
  width: 100%;
  aspect-ratio: 1284 / 1080;
  position: relative;
  margin-bottom: 142px;
}

.dividir-bg h1 {
  width: 100%;
  color: #808080;
  position: absolute;
  bottom: -142px;
  font-size: 32px;
  background: #dcedd6;
  padding: 15px;
  text-align: center;
  line-height: 56px;
}

.cultura {
  padding: 100px 0;
  font: normal 16px / 26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.cultura h1 {
  color: #74b843;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}

.cultura p {
  max-width: 550px;
  text-align: justify;
}

.cultura img {
  margin-top: 80px;
}

.valores-title>h1 {
  font-size: 42px;
  color: #74b843;
  line-height: 56px;
  text-align: center;
}

.valores-title>h1::after {
  content: "";
  width: 150px;
  height: 5px;
  background: #74b843;
  margin: 30px auto;
  display: block;
}

.valores .col-lg-3 {
  margin: 20px 0;
}

.green-card {
  text-align: center;
  background-color: #68bf64;
  height: 100%;
  border: 14px white double;
  border-radius: 10px;
  color: white;
  padding: 20px 25px;

  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;
}

.green-card h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: 35px;
}

.green-card p {
  font: normal 16px / 26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 25px 0;
}

.green-card>img {
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50px;
}

/* ------POR QUE------- */

/* ------PARCEIROS------- */
.parceiros,
.projeto,
.credenciado,
.faça-parte {
  font: normal 16px / 26px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.parceiros h1 {
  font-weight: bold;
  margin-left: 15px;
}

.parceiros-all h1,
.parceiros-all h2,
.faça-parte h2 {
  color: #74b843;
}

.parceiros-all h2 {
  font-size: 28px;
  font-weight: 700;
}

.parceiros-all h3 {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0;
}

.parceiros p {
  color: #888888;
}

.projeto p,
.credenciado p {
  color: #888888;
  display: list-item;
  margin-left: 20px;
}

.parceiros-all p::marker {
  color: #68bf64;
}

.parceiros-all span {
  font-size: 150px;
  font-weight: 600;
  color: #6bbe5061;
  display: grid;
}

.parceiros-all span::after {
  content: url("../imagens/linha-vertical.png");
  opacity: 0.5;
  margin-top: 65px;
  margin-left: 45px;
}

.parceiros-all img {
  max-width: 600px;
  max-height: 600px;
}

.parceiros {
  margin-top: 140px;
}

.projeto {
  background: whitesmoke;
}

.parceiros h1::after,
.parceiros h2::after,
.projeto h2::after,
.credenciado h2::after {
  content: "";
  width: 150px;
  height: 5px;
  background: #74b843;
  display: block;
  margin: 25px 0;
}

[data-count] {
  font-size: 60px;
  font-weight: 600;
  color: #6bbe50;
}

.faça-parte .count-up-container .traco {
  background-color: #74b843;
  width: 150px;
  height: 9px;
  position: relative;
  top: -13px;
}

.passos img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 2px #68bf64;
}

.count-up-container .p-container {
  color: #74b843;
  font-size: 18px;
  font-weight: 400;
}

.green-card ul {
  text-align: left;
}

.passos {
  background: #efefef;
}

.passos h1 {
  margin: 90px 0;
}

.passos .green-card {
  position: relative;
  bottom: 50px;
}

.passos .col {
  margin: 20px auto;
}

/* ------PARCEIROS------- */

/* ------ PASSO A PASSO ------*/
.passo-a-passo {
  padding: 50px 0;
  margin-top: 100px;
  text-align: center;
}

.passo-a-passo h1 {
  color: #74b843;
}

.passo-a-passo h1::after {
  content: "";
  width: 150px;
  height: 5px;
  background: #74b843;
  display: block;
  margin: 25px auto;
}

.btn-group {
  margin: 0 40px;
}

.btn-group .btn {
  border-radius: 15px;
  padding: 10px;
  border: 2px solid #6bbe50;
  background: #fff;
}

.btn-icon {
  width: 60px;
  height: 60px;
  color: #6bbe50;
}

.ativo .btn-icon {
  color: #fff;
}

.btn-group button.ativo {
  background: #6bbe50;
}

.passos-slider .carousel-inner {
  background: #6bbe50;
  background: linear-gradient(to bottom,
      #fff 0%,
      #fff 20%,
      #6bbe50 20%,
      #6bbe50 100%);
}

.passos-slider {
  color: #fff;
  display: none;
}

.items-center {
  display: grid;
  place-items: center;
  padding-inline: 20%;
  text-align: left;
}

/* ------ PASSO A PASSO ------*/

/* ------MEDIA QUERIES------- */
@media (min-width: 440px) {
  .dividir-bg h1 {
    bottom: -86px;
  }

  .dividir-bg {
    margin-bottom: 86px;
  }
}

@media (min-width: 992px) {
  .dividir-bg {
    background: url("../imagens/dividir.jpg");
    background-size: cover;
    aspect-ratio: 16 / 9;
    margin-bottom: unset;
  }

  .quem-somos img {
    padding-bottom: 0;
  }

  .dividir-bg h1 {
    font-size: 60px;
    background: unset;
    bottom: 35%;
    right: 5%;
    max-width: 13ch;
  }

  .carousel-caption {
    max-width: 40%;
  }

  #pqSlider .iconify {
    height: 100%;
    top: 0;
    right: 0;
  }
}

@media (min-width: 767px) {
  .d-md-none {
    display: none;
  }

  .tela {
    height: 65%;
    position: relative;
    top: 17.5%;
  }

  .items-center {
    padding-inline: 3rem;
  }

  .passos-slider .carousel-inner {
    background: linear-gradient(to bottom,
        #fff 0%,
        #fff 20%,
        #6bbe50 20%,
        #6bbe50 80%,
        #fff 80%,
        #fff 100%);
  }
}

@media (max-width: 767px) {
  #mainNav {
    display: none;
  }

  footer>.container>.row>* {
    margin: 20px auto;
    text-align: center;
  }

  footer h3::after {
    margin: 5px auto;
  }

  .bg-cartao {
    background: unset;
    min-height: unset;
  }

  .bg-cartao h1 {
    background: #74b843;
    padding: 5px;
  }

  .img-mobile {
    display: block;
  }

  .bg-tio {
    background: whitesmoke;
  }

  .count-up {
    margin-top: 50px;
  }

  .count-up p {
    text-align: justify;
  }

  .por-que h1 {
    max-width: unset;
  }

  .quem-somos .green-card-qs {
    display: none;
  }

  .quem-somos img {
    display: none;
  }

  .quem-somos .borda-verde {
    display: none;
  }

  /* ------CONTATO------- */
  .mapa {
    margin-top: 10%;
    width: calc(100% - 30px);
    padding: 0;
  }

  /* ------CONTATO------- */

  /* ------PARCEIROS------- */
  .parceiros-all h2 {
    margin-top: 20px;
  }

  .parceiros-all span {
    display: none;
  }

  .parceiros-all img {
    width: 100%;
    margin: auto;
  }

  .d-md-block {
    display: none;
  }

  .carousel-item p {
    padding-top: 3rem;
  }

  /* ------PARCEIROS------- */
}

@media (max-width: 1334px){
  .quem-somos img{
    max-width: 80%;
  }
}