/* Estilo automático para o tipo de post: post */

header {
  padding: 0 !important;
}
.page-container {
  padding: 0;
}

.title-form {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

#banner {
  background-color: #3e613e;
  margin-top: -170px;
  min-height: 780px;

  .sombra-servico {
    background-image: linear-gradient(#00000054, black);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
    top: 0;
  }

  .img-banner {
    width: 100%;
    object-fit: cover;
    min-height: 100%;
  }

  .text-banner {
    padding: 75px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: solid 1px #ffffff80;
    position: relative;

    &::after {
      background-color: #3e613e;
      background-size: auto;
      display: inline-block;
      width: 16px;
      height: 162px;
      content: "";
      top: 7px;
      right: -9px;
      position: absolute;
      z-index: 0;
    }

    h1 {
      padding: 0 35px;
      margin-bottom: 45px;
    }

    p {
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      line-height: 160%;
      letter-spacing: 0.9px;
      vertical-align: middle;
    }

    .subtitle-banner {
      font-weight: 300;
      font-size: 34px;
      line-height: 160%;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff;
      margin-left: 35px;

      span {
        font-weight: 600;
      }
    }

    .barra-branca {
      width: 100%;
      height: 1px;
      background-color: #9fb09f;
      position: relative;

      &::after {
        background-color: #9fb09f;
        background-size: auto;
        display: inline-block;
        width: 5%;
        height: 1px;
        content: "";
        top: 0px;
        right: -29px;
        position: absolute;
        z-index: 0;
      }

      &::before {
        background-color: #9fb09f;
        background-size: auto;
        display: inline-block;
        width: 5%;
        height: 1px;
        content: "";
        top: 0px;
        left: -28px;
        position: absolute;
        z-index: 0;
      }
    }

    .space-banner {
      /* padding: 0 75px; */

      .btn-padrao {
        border: 1px solid #ffffff;
        padding: 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        position: relative;
        display: inline-flex;
        align-items: center;
        transition: 300ms all ease-in-out;
        background-color: transparent;

        .moldura-seta {
          padding: 22px;
          transition: 300ms all ease-in-out;
          border-left: solid 1px #fff;
          margin-left: 22px;
        }
      }
    }

    .btn-padrao:hover {
      background-color: #009651;
    }

    .btn-padrao:hover .moldura-seta {
      background-color: #dd6d34;
    }
  }

  .navegacao-projeto {
    display: flex;
    margin-top: 140px;
    margin-left: 0;

    li {
      font-weight: 300;
      font-size: 18px;
      line-height: 160%;
      letter-spacing: 1px;
      color: #fff;
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-left: 5px;
      text-transform: uppercase;
    }
    .destaque {
      font-weight: 600;
    }
  }

  .form {
    margin-bottom: 60px;
    padding: 0 40px;

    h4 {
      color: #fff;
    }

    .form-control {
      font-weight: 200;
      font-size: 16px;
      line-height: 160%;
      letter-spacing: 1px;
      vertical-align: middle;
      background-color: transparent;
      border-radius: 0;
      height: 50px;
      color: #fff;
      padding-left: 40px;
    }

    textarea {
      height: auto !important;
      padding-top: 10px;
    }

    .icon-form {
      position: absolute;
      left: 20px;
      top: 14px;
    }

    input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff !important;
    }
    input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important;
    }
    input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff !important;
    }
    input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important;
    }
    textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff !important;
    }
    textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important;
    }
    textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff !important;
    }
    textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important;
    }

    .form-check {
      margin: 0;
      padding: 0;

      label {
        font-weight: 300;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #fff;

        a {
          text-decoration: underline;
        }
      }
    }
  }
}

#diferenciais {
  padding: 100px 0;
  overflow: hidden;

  h2 {
    text-align: center;
  }

  .text-diferenciais {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #2c2c2c;
  }

  .card-diferenciais {
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 320px;

    p {
      font-weight: 600;
      font-size: 20px;
      line-height: 160%;
      letter-spacing: 1px;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      margin-top: 10px;
      padding: 0px 30px;
    }
  }
}

#galeria {
  padding: 0;
  overflow: hidden;
  margin: 0px 0 100px;

  h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .img-galeria {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }

  .passadores {
    .swiper-button-next {
      right: 160px;
      background-color: #466041;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      color: #fff;
    }
    .swiper-button-prev {
      left: 160px;
      background-color: #466041;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      color: #fff;
    }
  }
  .swiper-button-prev:after {
    font-size: 25px;
  }
  .swiper-button-next:after {
    font-size: 25px;
  }
}

#video {
  padding: 100px 0;

  h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #2c2c2c;
  }

  iframe {
    width: 100%;
    height: 600px;
  }

  hr {
    opacity: 1;
  }
}

#qualidade {
  padding: 0;
  background-color: #dd6d34;
  color: #fff;
  overflow: hidden;
  position: relative;

  hr {
    opacity: 1;
  }

  .barras-branca {
    position: relative;
    /* 
        &::after {
            background-color: #fff;
            background-size: auto;
            display: inline-block;
            width: 158%;
            height: 1px;
            content: "";
            top: 126px;
            left: -100%;
            position: absolute;
            z-index: 0;
        } */
    &::before {
      background-color: #fff;
      background-size: auto;
      display: inline-block;
      width: 1px;
      height: 100vh;
      content: "";
      top: -60px;
      left: -70px;
      position: absolute;
      z-index: 0;
    }
  }

  .alinhar-meio {
    display: flex;
    align-items: center;
    padding: 60px 0;
  }

  h2 {
    color: #fff;
    margin-bottom: 30px;
  }

  .text-qualidade {
    color: #fff;
    margin: 40px 0;
    font-family: Chivo;
    font-weight: 200;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
  }

  .img-qualidade {
    width: 60%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
  }

  .links-mapa {
    display: flex;
    justify-content: space-between;

    .btn-padrao {
      border: 1px solid #fff;
      padding: 0 0px 0 22px;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 1px;
      text-align: center;
      color: #fff;
      position: relative;
      display: inline-flex;
      align-items: center;
      transition: 300ms all ease-in-out;

      .moldura-seta {
        padding: 22px;
        transition: 300ms all ease-in-out;
        border-left: solid 1px #fff;
        margin-left: 22px;
      }
    }
  }

  .btn-padrao:hover {
    background-color: #009651;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn-padrao:hover .moldura-seta {
    border-left: solid 1px #fff;
    background-color: #dd6d34;
  }
  /* .btn-padrao:hover .moldura-seta img{
        transition: 300ms all ease-in-out;
        filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(296deg) brightness(109%) contrast(99%);
    } */
}

#plantas {
  padding: 100px 0;

  .img-plantas {
    width: 100%;
    height: 490px;
    object-fit: cover;
  }

  h2 {
    margin-bottom: 20px;
  }
  .text-plantas {
    font-weight: 300;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 160%;
  }

  .list-plantas {
    padding: 0;
    margin: 0;

    li {
      font-weight: 300;
      font-size: 18px;
      line-height: 220.00000000000003%;
      list-style-type: none;
      color: #2c2c2c;

      span {
        font-weight: 600;
      }

      img {
        margin-right: 8px;
      }
    }
  }

  .btn-padrao {
    border: 1px solid #2c2c2c;
    padding: 0 0px 0 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #2c2c2c;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: 300ms all ease-in-out;

    .moldura-seta {
      padding: 22px;
      transition: 300ms all ease-in-out;
      border-left: solid 1px #2c2c2c;
      margin-left: 22px;
      background-color: #fff;
    }
  }

  .btn-padrao:hover {
    background-color: #009651;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn-padrao:hover .moldura-seta {
    border-left: solid 1px #fff;
    background-color: #dd6d34;
  }
  .btn-padrao:hover .moldura-seta img {
    transition: 300ms all ease-in-out;
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(296deg)
      brightness(109%) contrast(99%);
  }

  .passadores {
    position: relative;
    bottom: 40px;

    .swiper-button-next {
      right: 0;
      background-color: #466041;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      color: #fff;
    }
    .swiper-button-prev {
      left: 0;
      background-color: #466041;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0;
      color: #fff;
    }
  }
  .swiper-button-prev:after {
    font-size: 25px;
  }
  .swiper-button-next:after {
    font-size: 25px;
  }
}

#localizacao {
  padding: 30px 0 100px;

  .alinhar-meio {
    display: flex;
    align-items: center;
  }

  h2 {
    margin-bottom: 30px;
  }

  .endereco {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #2c2c2c;
  }

  .text-localizacao {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #2c2c2c;
    margin-bottom: 30px;
  }

  .img-localizacao {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }

  .links-mapa {
    display: flex;
    justify-content: space-between;

    .btn-padrao {
      border: 1px solid #2c2c2c;
      padding: 0 0px 0 22px;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 1px;
      text-align: center;
      color: #2c2c2c;
      position: relative;
      display: inline-flex;
      align-items: center;
      transition: 300ms all ease-in-out;

      .moldura-seta {
        padding: 22px;
        transition: 300ms all ease-in-out;
        border-left: solid 1px #2c2c2c;
        margin-left: 22px;
        background-color: #fff;
      }
    }
  }

  .btn-padrao:hover {
    background-color: #009651;
    color: #fff;
    border: 1px solid #fff;
  }
  .btn-padrao:hover .moldura-seta {
    border-left: solid 1px #fff;
    background-color: #dd6d34;
  }
  .btn-padrao:hover .moldura-seta img {
    transition: 300ms all ease-in-out;
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(296deg)
      brightness(109%) contrast(99%);
  }
}

#formulario {
  background-color: #466041;
  overflow: hidden;

  h2 {
    color: #fff;
    margin-top: 40px;
  }

  .subtitle-form {
    font-weight: 600;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    margin-left: 70px;
  }

  .barra-1 {
    width: 101%;
    height: 1px;
    background-color: #fff;
    position: relative;

    &::after {
      background-color: #ffffff;
      background-size: auto;
      display: inline-block;
      width: 50%;
      height: 1px;
      content: "";
      top: 0px;
      left: -40%;
      position: absolute;
      z-index: 0;
    }
  }

  .barra-2 {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    left: -12px;

    &::after {
      background-color: #ffffff;
      background-size: auto;
      display: inline-block;
      width: 100%;
      height: 1px;
      content: "";
      top: 0px;
      right: -100%;
      position: absolute;
      z-index: 0;
    }
  }

  .barra-formulario {
    border-right: solid 1px #fff;
  }

  .btn-padrao {
    border: 1px solid #ffffff;
    padding: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: 300ms all ease-in-out;
    background-color: transparent;
    width: 264px;
    /*margin-left: 15px;*/

    .moldura-seta {
      padding: 22px;
      transition: 300ms all ease-in-out;
      border-left: solid 1px #fff;
      margin-left: 22px;
    }
  }
  .btn-padrao:hover {
    background-color: #009651;
  }
  .btn-padrao:hover .moldura-seta {
    background-color: #dd6d34;
  }

  .form {
    margin-bottom: 30px;

    h4 {
      color: #fff;
    }

    .form-control {
      font-weight: 200;
      font-size: 16px;
      line-height: 160%;
      letter-spacing: 1px;
      vertical-align: middle;
      background-color: transparent;
      border-radius: 0;
      height: 50px;
      color: #fff;
      padding-left: 40px;
    }

    textarea {
      height: auto !important;
      padding-top: 10px;
    }

    .icon-form {
      position: absolute;
      left: 20px;
      top: 14px;
    }

    input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff !important;
    }
    input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important;
    }
    input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff !important;
    }
    input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important;
    }
    textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff !important;
    }
    textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important;
    }
    textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff !important;
    }
    textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important;
    }

    .form-check {
      margin: 0;
      padding: 0;

      label {
        font-weight: 300;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #fff;

        a {
          text-decoration: underline;
        }
      }
    }
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 992px) {
  #banner {
    .navegacao-projeto {
      margin-top: 0;
    }
  }
  #galeria {
    .img-galeria {
      height: 320px;
    }

    .passadores {
      .swiper-button-prev {
        left: 130px;
      }
      .swiper-button-next {
        right: 130px;
      }
    }
  }
  #video {
    iframe {
      height: 400px;
    }
  }
  #qualidade {
    .img-qualidade {
      width: 100%;
      position: relative;
      top: 30px;
    }
  }
  #plantas {
    h2 {
      margin-top: 30px;
    }
  }
  #localizacao {
    .img-localizacao {
      margin-top: 30px;
    }
  }
  #formulario {
    h3 {
      margin-left: 0px;
    }

    .barra-formulario {
      border-right: none;
    }

    .barra-1 {
      &::after {
        width: 200%;
      }
    }
  }
}

/* MOBILE */
@media all and (max-width: 767px) {
  #banner {
    .img-banner {
      min-height: 600px;
    }
    .navegacao-projeto {
      margin-top: 0;
    }

    .text-banner {
      h1 {
        margin: 30px 0;
      }
    }
  }

  #galeria {
    .passadores {
      .swiper-button-next {
        right: 0;
      }

      .swiper-button-prev {
        left: 0px;
      }
    }
  }

  #video {
    iframe {
      width: 100%;
      height: 360px;
    }
  }

  #qualidade {
    .img-qualidade {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      top: 20px;
    }

    .links-mapa {
      display: inline-flex;
      justify-content: space-between;
      flex-direction: column;

      .btn-padrao {
        margin-bottom: 20px;
      }
    }

    .barras-branca {
      &::before {
        display: none;
      }
      &::after {
        display: none;
      }
    }
  }

  #plantas {
    .img-plantas {
      height: 380px;
    }
    h2 {
      margin-top: 50px;
    }
  }

  #localizacao {
    .links-mapa {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;

      .btn-padrao {
        margin-bottom: 20px;
      }
    }
    .img-localizacao {
      height: 350px;
    }
  }

  #formulario {
    padding: 0 0 40px 0;

    h3 {
      margin-top: 0;
      margin-left: 10px;
    }
  }
}