@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700&display=swap");
.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}
.container.big {
  max-width: 1600px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
/*fora do template*/
@media (min-width: 992px) {
  .padrao-header:not(.min) {
    padding-top: 18px;
    padding-bottom: 145px;
    display: block;
    background: url(../image/banner-padrao.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 475px;
  }
}
@media (max-width: 991px) {
  .padrao-header:not(.min) {
    padding: 20px 0;
  }
}
.padrao-header:not(.min).sobre, .padrao-header:not(.min).depoimentos, .padrao-header:not(.min).duvidas {
  background: url(../image/sobre/bg.png);
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
}
.padrao-header:not(.min).sobre .breadcrumb, .padrao-header:not(.min).depoimentos .breadcrumb, .padrao-header:not(.min).duvidas .breadcrumb {
  top: 20px;
  position: absolute;
}
.padrao-header:not(.min).sobre h1,
.padrao-header:not(.min).sobre p, .padrao-header:not(.min).depoimentos h1,
.padrao-header:not(.min).depoimentos p, .padrao-header:not(.min).duvidas h1,
.padrao-header:not(.min).duvidas p {
  text-align: left;
  max-width: 530px;
  margin-left: 0;
}
.padrao-header:not(.min).depoimentos {
  background-image: url(../image/depoimentos/bg.png);
  min-height: 557px;
}
.padrao-header:not(.min).duvidas {
  background-image: url(../image/duvidas/bg.png);
  min-height: 555px;
}
@media (max-width: 991px) {
  .padrao-header:not(.min).sobre, .padrao-header:not(.min).depoimentos, .padrao-header:not(.min).duvidas {
    background: #ececec;
    min-height: 0 !important;
    padding-bottom: 0;
  }
  .padrao-header:not(.min).sobre p, .padrao-header:not(.min).depoimentos p, .padrao-header:not(.min).duvidas p {
    margin-bottom: 25px;
    min-height: 0;
  }
  .padrao-header:not(.min).sobre p br, .padrao-header:not(.min).depoimentos p br, .padrao-header:not(.min).duvidas p br {
    display: none;
  }
}
.padrao-header .resumo {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .padrao-header .resumo {
    padding-left: 0;
  }
}
.padrao-header.min {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #e9e9e9;
}
@media screen and (max-width: 991px) {
  .padrao-header.min {
    padding-left: 10px;
  }
}
.padrao-header .breadcrumb {
  text-transform: lowercase;
  color: #1e1e1e;
}
.padrao-header .breadcrumb a {
  color: #1e1e1e;
}
.padrao-header .breadcrumb:not(.min) {
  /*
  color: $secundary;
  a {
      color: $secundary;
  }*/
  margin-bottom: 25px;
}
.padrao-header .breadcrumb.min {
  /*
  color: $secundary;
  a {
      color: $secundary;
  }*/
  margin: 0;
}
.padrao-header .breadcrumb a {
  margin-left: 5px;
  font-size: 15px;
  line-height: 22px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .padrao-header .breadcrumb a {
    font-size: 14px;
  }
}
.padrao-header h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #045926;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .padrao-header h1 {
    font-size: 24px;
    line-height: initial;
    margin-top: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 33px;
  }
}
.padrao-header p {
  max-width: 705px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1e1e1e;
  margin: auto;
  min-height: 110px;
}
@media (max-width: 991px) {
  .padrao-header p {
    font-size: 15px;
  }
  .padrao-header p br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .padrao-header p {
    padding-top: 0;
  }
}

.margin-auto {
  margin: 0 auto;
}

.telefones {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #2f2f2f;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .telefones {
    font-size: 13px;
    line-height: 16px;
  }
  .telefones img {
    transform: scale(0.7);
  }
}
.telefones.white {
  color: white;
}
.telefones img {
  transition: 0.6s;
}
.telefones:hover {
  color: #ffc909;
}
.telefones:hover img {
  transform: translateY(-2px);
}
.telefones strong {
  font-weight: 800;
}

/*
.cta-primary{
    background: $fourth;
    border-radius: 5px;
    line-height: 48px;
    display: table;
    min-width: 236px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
    @media(max-width:991px){
        line-height: 44px;
        font-size: 14px;
    }
    &.secundary{
        background: $secundary;
        &:hover{
            background: $fourth;
        }
    }
    &.third{
        background: $third;
    }
    &.amarelo{
        background-color: $amarelo;
        color: $primary;
    }
    &.wpp{
        background: #3EC100;
        &:hover{
            background: #06853A;
        }
    }
    &:hover{
        color: white;
        background: $primary;
    }
}*/
.item-products-list {
  background: #ffffff;
  padding-bottom: 18px;
  padding-top: 18px;
  flex-direction: column;
  margin-top: 0;
  position: relative;
  text-align: center;
  justify-content: center;
  max-width: 297px;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  transition: 0.6s;
  margin: auto;
}
.item-products-list:hover h2 {
  color: #ffc909;
}
.item-products-list:hover .img img {
  transform: scale(1.1);
}
.item-products-list .item {
  padding-left: 27px;
  padding-right: 27px;
}
.item-products-list span.vreal {
  font-weight: 500;
  font-size: 14.6218px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #939393;
  display: block;
  text-align: left;
  margin-top: -17px;
}
@media (max-width: 991px) {
  .item-products-list span.vreal {
    margin-top: -7px;
  }
}
.item-products-list span.vreal span {
  font-weight: 500;
  font-size: 7.35401px;
  line-height: 9px;
  text-decoration-line: line-through;
  color: #939393;
}
.item-products-list span.vpromo {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #0e0e0e;
  margin-bottom: 13px;
}
.item-products-list span.vpromo span {
  font-weight: 700;
  font-size: 14.5855px;
  line-height: 18px;
  color: #0e0e0e;
}
.item-products-list .col,
.item-products-list .row {
  margin: 0;
  padding: 0;
}
.item-products-list .row {
  justify-content: space-between;
  max-width: 297px;
}
.item-products-list p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #5f5f5f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 70px;
}
@media (max-width: 991px) {
  .item-products-list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .item-products-list p {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .item-products-list p {
    margin-bottom: 8px;
  }
}
.item-products-list .img {
  width: 95%;
  height: 170px;
  margin: auto;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
.item-products-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 2s;
}
.item-products-list h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #007F32;
  transition: 0.6s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media screen and (max-width: 991px) {
  .item-products-list h2 {
    height: auto;
  }
}
@media (max-width: 991px) {
  .item-products-list h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.item-products-list .cta-details {
  font-weight: 700;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  color: #1e1e1e;
  border: 1px solid;
  background-color: white;
  border-radius: 5px;
  min-width: 160px;
  transition: 0.6s;
  min-height: 46px;
}
.item-products-list .cta-details:hover {
  background: #007F32;
  color: white;
  border-color: transparent;
}
.item-products-list .cta-orcamento {
  display: table;
  text-align: center;
  line-height: 55px;
  min-width: 160px;
  background: #c51010;
  border-radius: 5px;
  width: 100%;
  max-width: none !important;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .item-products-list .cta-orcamento {
    line-height: 47px;
  }
}
.item-products-list .cta-orcamento:hover {
  background: #007F32;
  color: #fff;
}
.item-products-list .flex-0 {
  flex: 0;
}
.item-products-list .cart {
  position: relative;
  border-radius: 100%;
  background: #007f32;
  width: 48px;
  height: 48px;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .item-products-list .cart {
    transform: scale(0.95);
  }
}
.item-products-list .cart img {
  transition: 0.2s;
  width: auto;
}
.item-products-list .cart:hover {
  background: #ffc909;
}
.item-products-list .cart:hover .count {
  color: white;
  background: #007f32;
}
.item-products-list .cart:hover img {
  filter: contrast(0) brightness(10);
}
.item-products-list .cart .count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: -2px;
  right: -6px;
  transition: 0.6s;
  background: #ffc909;
  box-shadow: 0px 1.98352px 3.96703px rgba(0, 0, 0, 0.31);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 14.8764px;
  line-height: 19px;
  color: #007f32;
}
.item-products-list .cta-orcamento,
.item-products-list .cta-details {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 991px) {
  .item-products-list .cta-orcamento,
  .item-products-list .cta-details {
    font-size: 15px;
  }
}

.cta-gradiente {
  display: flex;
  width: 236px;
  margin: auto;
  background: linear-gradient(90.76deg, #007f32 15.37%, #003d18 95.97%);
  border-radius: 4px;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-top: 35px;
  transition: 0.6s;
  background-color: #007f32;
}
@media (max-width: 991px) {
  .cta-gradiente {
    margin-top: 20px;
    font-size: 15px;
    width: 220px;
    height: 45px;
  }
  .cta-gradiente span {
    transform: scale(0.9);
    margin-right: 10px;
  }
}
.cta-gradiente:hover {
  background: #ffc909;
  color: white;
}
.cta-gradiente:hover span {
  background: #007F32;
}
.cta-gradiente:hover span img {
  filter: contrast(0) brightness(10);
}
.cta-gradiente span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  background: #ffc909;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 23px;
}
.cta-gradiente span img {
  transition: 0.2s;
}

.cta-primary {
  display: flex;
  width: 236px;
  margin: auto;
  background: #ffc909;
  border-radius: 4px;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #473804;
  margin-top: 35px;
  transition: 0.6s;
}
.cta-primary:hover {
  background-color: #007f32;
  color: white;
}
.cta-primary:hover span {
  background: #ffc909;
}
.cta-primary:hover span img {
  filter: contrast(0) brightness(10);
}
.cta-primary span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  background: #007F32;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 23px;
}
.cta-primary span img {
  transition: 0.2s;
  filter: contrast(0) brightness(10);
}
@media (max-width: 991px) {
  .cta-primary {
    margin-top: 20px;
    font-size: 15px;
    width: 220px;
    height: 45px;
  }
  .cta-primary span {
    transform: scale(0.9);
    margin-right: 10px;
  }
}

.left-default {
  max-width: 369px;
}
.left-default .filtros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-default .filtros a.green {
  background: rgba(110, 233, 34, 0.5);
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180.52%;
  color: #002e12;
  margin-bottom: 14px;
  min-width: 48%;
  transition: 0.6s;
}
.left-default .filtros a.green:hover {
  background: rgba(255, 0, 0, 0.33);
}
.left-default .filtros a.green img {
  margin-left: 20px;
}
.left-default .filtros a.limpa {
  width: 100%;
  margin-top: 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #767676;
  margin-bottom: 50px;
  transition: 0.6s;
}
.left-default .filtros a.limpa:hover {
  color: rgba(255, 0, 0, 0.33);
}
.left-default h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 17px;
  color: #007f32;
}
@media (max-width: 991px) {
  .left-default h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.left-default form {
  position: relative;
}
.left-default form input[type=text] {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 48px;
  color: #c7c7c7;
  padding-left: 15px;
  outline-color: #ffc909;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #454545;
}
@media (max-width: 991px) {
  .left-default form input[type=text] {
    height: 44px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.left-default form input[type=image] {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .left-default form input[type=image] {
    transform: scale(0.8);
    top: 13px;
  }
}
.left-default form input[type=image]:hover {
  filter: contrast(0);
}
.left-default .cat-area {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
  width: 100%;
  padding-right: 29px;
  padding-left: 27px;
  margin-bottom: 13px;
  overflow: hidden;
}
.left-default .cat-area:hover .titulo {
  color: #007F32;
}
.left-default .cat-area.active {
  background-color: #e8e8e8;
}
.left-default .cat-area.active .titulo {
  color: black;
}
.left-default .cat-area .titulo {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #002e12;
  padding-bottom: 12px;
  padding-top: 12px;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .left-default .cat-area .titulo {
    font-size: 16px;
  }
}
.left-default .cat-area .titulo:after {
  height: 1px;
  position: absolute;
  background: #bfbfbf;
  content: "";
  width: 100%;
  display: block;
  left: 0;
  margin-top: 12px;
}
.left-default .cat-area i.arrow {
  color: #000000;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.left-default .cat-area .resposta {
  padding-bottom: 18px;
}
.left-default .cat-area .resposta a.sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  color: #585858;
  display: block;
  margin-left: 15px;
  transition: 0.6s;
}
.left-default .cat-area .resposta a.sub:hover {
  color: #ffc909;
}
.left-default .cat-area .resposta li {
  list-style: none;
  margin-top: 18px;
}
.left-default .cat-area .resposta li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #585858;
  display: flex;
  align-items: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .left-default .cat-area .resposta li a {
    font-size: 15px;
  }
}
.left-default .cat-area .resposta li a:hover, .left-default .cat-area .resposta li a.active {
  color: #ffc909;
}
.left-default .cat-area .resposta li a i {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #8365A4;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .left-default .cat-area .resposta li a i {
    transform: scale(0.8);
  }
}
.left-default .lista-marcas a {
  display: block;
  transition: 0.6s;
  font-weight: 400;
  font-size: 18px;
  line-height: 180.52%;
  color: #454545;
}
@media (max-width: 991px) {
  .left-default .lista-marcas a {
    font-size: 16px;
  }
}
.left-default .lista-marcas a:hover, .left-default .lista-marcas a.active {
  color: #ffc909;
}
.left-default hr {
  margin-top: 40px;
  margin-bottom: 30px;
}

/*novo*/
section.filtragem {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 6;
  position: relative;
  margin: auto;
  margin-top: 30px;
  padding: 0px 20px;
  gap: 20px;
}
@media (max-width: 991px) {
  section.filtragem {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
  }
}
section.filtragem h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #007f32;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.filtragem h2 {
    font-size: 16px;
  }
}
section.filtragem h2 strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  section.filtragem h2 strong {
    display: unset;
  }
}
section.filtragem form {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
  max-width: 980px;
}
@media (max-width: 991px) {
  section.filtragem form {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
}
section.filtragem input {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
section.filtragem select {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
section.filtragem input,
section.filtragem select {
  font-weight: 400;
  font-size: 17px;
  padding-left: 25px;
  margin-right: 25px;
  /* identical to box height */
  color: #454545;
}
@media (max-width: 991px) {
  section.filtragem input,
  section.filtragem select {
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
    height: 40px;
    font-size: 14px;
  }
}
section.filtragem input::-moz-placeholder, section.filtragem select::-moz-placeholder {
  font-weight: 400;
  font-size: 17px;
  color: #454545;
}
section.filtragem input::placeholder,
section.filtragem select::placeholder {
  font-weight: 400;
  font-size: 17px;
  color: #454545;
}
@media (max-width: 991px) {
  section.filtragem input::-moz-placeholder, section.filtragem select::-moz-placeholder {
    font-size: 14px;
  }
  section.filtragem input::placeholder,
  section.filtragem select::placeholder {
    font-size: 14px;
  }
}
section.filtragem button {
  background: #007f32;
  border-radius: 5px;
  transition: 0.6s;
  height: 50px;
  width: 500px;
  border: 0;
  font-weight: 800;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin-left: 25px;
}
@media (max-width: 991px) {
  section.filtragem button {
    margin: auto;
    display: block;
    height: 40px;
    line-height: 100%;
    font-size: 15px;
    width: 200px;
  }
}
section.filtragem button:hover {
  background: #ffc909;
}
/*ant*/
@media (min-width: 992px) {
  .width-right-default {
    padding-left: 15px;
  }
  .flex-left-default {
    flex: 1;
  }
}
.item-contact {
  width: 369px;
  background: #002e12;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  float: right;
  text-align: left;
  color: #fff;
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
  padding-top: 90px;
  height: auto;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .item-contact {
    width: 100%;
    max-width: 369px;
    margin: auto;
    margin-top: 100px;
    padding: 30px;
    float: unset;
  }
}
.item-contact .logo {
  margin: auto;
  margin-top: -80px;
  border-radius: 100%;
  width: 102px;
  height: 102px;
  display: block;
  position: absolute;
  top: 30px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .item-contact .logo {
    transform: scale(0.85);
    top: 20px;
  }
}
.item-contact h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffc909;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .item-contact h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.item-contact label:not(.concordo) {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #f4f4f4;
}
@media (max-width: 991px) {
  .item-contact label:not(.concordo) {
    font-size: 15px;
  }
}
.item-contact input[type=text] {
  height: 50px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .item-contact input[type=text] {
    height: 44px;
    margin-bottom: 13px !important;
  }
}
.item-contact textarea {
  height: 135px;
  margin-bottom: 30px;
}
.item-contact button {
  border: 0;
  outline: 0;
}
.item-contact label.concordo {
  font-weight: 400;
  font-size: 14px;
  line-height: 179.52%;
  color: #ffffff;
  line-height: 105%;
  margin-left: 13px;
}

hr.hr-left {
  margin-top: 37px;
  margin-bottom: 37px;
  border-color: #dadada;
}

section.erro-nao-encontrado .erro {
  width: 100%;
  transition: 0.6s;
  animation: zoom-in-zoom-outx 3s ease infinite;
}
@media (max-width: 991px) {
  section.erro-nao-encontrado .erro {
    max-width: 535px;
    margin: auto;
    display: block;
  }
}
@keyframes zoom-in-zoom-outx {
  0% {
    transform: translateY(15px);
  }
  30% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
section.erro-nao-encontrado h2 {
  font-weight: 900;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #007f32;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.erro-nao-encontrado h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
section.erro-nao-encontrado h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #303030;
  max-width: 770px;
  margin: auto;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  section.erro-nao-encontrado h3 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 10px;
  }
}
section.erro-nao-encontrado p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1e1e1e;
}
@media (max-width: 991px) {
  section.erro-nao-encontrado p {
    font-size: 16px;
    margin-bottom: 80px;
  }
}
section.erro-nao-encontrado p a {
  color: #007F32;
  text-decoration: underline;
  transition: 0.6s;
}
section.erro-nao-encontrado p a:hover {
  color: #ffc909;
}

section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #007F32;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Inter";
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #f4f4f4;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #007F32;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #007F32;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  border-bottom: 1px solid white;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1540px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main {
  /* MODAL */
}
body main section.header {
  padding-top: 25px;
  background: #fff;
  /*.wg{
      transition: .6s;
      &:hover{
          transform: scale(1.1);
      }
  }*/
}
@media (max-width: 991px) {
  body main section.header .telefones {
    display: block;
    max-width: 180px;
    margin: auto;
    margin-bottom: 2px;
  }
}
body main section.header .logo {
  width: 224px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.header .logo {
    width: 150px;
  }
}
body main section.header.scroll-down {
  margin-top: 85px;
}
body main section.header.scroll-down .menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  transition: 0.35s;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
body main section.header.scroll-down .menu-fixed .logo {
  width: 150px;
}
body main section.header ul a {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #373737;
  transition: 0.6s;
}
body main section.header ul a img {
  transition: 0.6s;
}
body main section.header ul a img:hover {
  transform: translateY(-2px);
}
body main section.header ul a:hover {
  color: #ffc909;
}
body main section.header ul a.promocoes {
  width: 214px;
  height: 46px;
  border-radius: 5px;
  background: #ffc909;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  font-weight: 800;
  font-size: 15.681px;
  line-height: 19px;
  text-align: center;
  color: #473804;
  transition: 0.6s;
}
body main section.header ul a.promocoes:hover {
  background: #007F32;
  color: white;
}
body main section.header .hr-gradient {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 6px;
  background: linear-gradient(45deg, rgba(189, 189, 189, 0), #bdbdbd, rgba(189, 189, 189, 0));
}
body main section.header form {
  position: relative;
}
@media (max-width: 991px) {
  body main section.header form {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 0px;
  }
}
body main section.header form input[type=text] {
  width: 502px;
  background: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: block;
  height: 50px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  body main section.header form input[type=text] {
    width: 100%;
    display: block;
    height: 40px;
    padding-left: 17px;
  }
}
body main section.header form input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #afafaf;
}
body main section.header form input[type=text]::placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #afafaf;
}
@media (max-width: 991px) {
  body main section.header form input[type=text]::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  body main section.header form input[type=text]::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}
body main section.header form input[type=text]:active, body main section.header form input[type=text]:focus {
  outline: 1px solid #ffc909;
}
body main section.header form input[type=image] {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.header form input[type=image] {
    transform: scale(0.9);
  }
}
body main section.header .categorias-mobile {
  z-index: 2;
  position: relative;
  margin-top: 7px;
}
body main section.header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: linear-gradient(90.76deg, #007f32 15.37%, #003d18 95.97%);
  font-size: 15px;
  text-align: center;
  padding: 12px 20px;
}
body main section.header .categorias-mobile .in-categorias {
  background-color: #003d18;
  padding: 10px;
}
body main section.header .categorias-mobile .in-categorias a {
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
body main section.header .categorias-mobile .in-categorias a i {
  color: #dd1100;
}
body main section.header .cart {
  position: relative;
  border-radius: 100%;
  background: #007f32;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body main section.header .cart img {
  transition: 0.6s;
}
body main section.header .cart:hover {
  background: #ffc909;
}
body main section.header .cart:hover .count {
  color: white;
  background: #007f32;
}
body main section.header .cart:hover img {
  filter: invert(1);
}
body main section.header .cart .count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: -2px;
  right: -6px;
  transition: 0.6s;
  background: #ffc909;
  box-shadow: 0px 1.98352px 3.96703px rgba(0, 0, 0, 0.31);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 14.8764px;
  line-height: 19px;
  color: #007f32;
}
body main section.header .orcamento {
  width: 236px;
  height: 50px;
  border-radius: 5px;
  background: #c51010;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  transition: 0.6s;
}
body main section.header .orcamento:hover {
  background: #ffc909;
  color: #473804;
}
body main section.header .wg {
  transition: 0.6s;
}
body main section.header .wg:hover {
  animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
body main section.header .media {
  min-width: 80px;
}
@media (max-width: 991px) {
  body main section.header .media {
    position: absolute;
    top: 0;
    min-width: 70px;
    transform: scale(0.8);
    right: 5px;
  }
}
body main section.header .media a {
  transition: 0.6s;
}
body main section.header .media a img.hover {
  display: none;
}
body main section.header .media a:hover {
  transform: translateY(-2px);
}
body main section.header .media a:hover img:not(.hover) {
  display: none;
}
body main section.header .media a:hover img.hover {
  display: block !important;
}
body main section.header .media a.yt {
  margin-left: -2px;
}
body main section.header .main-menu {
  position: relative;
  display: block;
  height: 95px;
  background: #007f32;
  z-index: 5;
}
body main section.header .main-menu:before {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #005623;
  content: "";
  position: absolute;
  z-index: 1;
}
body main section.header .main-menu ul.principal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  height: 95px;
  z-index: 2;
  position: relative;
}
body main section.header .main-menu ul.principal .listing {
  display: flex;
  flex: 1;
  justify-content: center;
  height: 100%;
  align-items: center;
  background: #007f32;
  position: relative;
}
body main section.header .main-menu ul.principal .listing:not(.ativa) {
  border-right: 1px solid #004f1f;
}
body main section.header .main-menu ul.principal .listing:last-of-type {
  border-right: 0px;
}
body main section.header .main-menu ul.principal .listing.ativa {
  background: #005623;
}
body main section.header .main-menu ul.principal .listing a {
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  transition: 0.6s;
}
body main section.header .main-menu ul.principal .listing a.lista-principal {
  display: block;
  height: 100%;
  line-height: 95px;
}
body main section.header .main-menu ul.principal .listing a img {
  margin-right: 15px;
}
body main section.header .main-menu ul.principal .listing a strong {
  font-weight: 700;
}
body main section.header .main-menu ul.principal .listing:hover a {
  color: #ffc909;
}
body main section.header .main-menu ul.principal .listing .box-fixo {
  position: absolute;
  display: none;
  width: 564px;
  height: 495px;
  background: white;
  z-index: 3;
  border-radius: 5px;
  margin-top: 10px;
  top: 75px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 25px;
  justify-content: space-between;
  left: 10px;
}
body main section.header .main-menu ul.principal .listing .box-fixo ul {
  margin: 0;
}
body main section.header .main-menu ul.principal .listing .box-fixo ul li {
  color: #585858;
  transition: 0.6s;
}
body main section.header .main-menu ul.principal .listing .box-fixo ul li:hover {
  color: #ffc909;
}
body main section.header .main-menu ul.principal .listing .box-fixo ul li:hover a {
  color: #ffc909;
}
body main section.header .main-menu ul.principal .listing .box-fixo ul a {
  font-weight: 400;
  font-size: 18px;
  line-height: 221.02%;
  color: #585858;
  transition: 0.6s;
}
body main section.header .main-menu ul.principal .listing .box-fixo ul a.ver-todos {
  color: #007f32;
  text-decoration: underline;
  font-weight: 800;
}
body main section.header .main-menu ul.principal .listing .box-fixo:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  top: -14px;
  margin-left: 5px;
  position: absolute;
  border-radius: 0;
  left: 0;
}
body main section.header .main-menu ul.principal .listing .box-fixo:hover {
  display: flex;
}
body main section.header .main-menu ul.principal .listing:hover > .box-fixo {
  display: flex;
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #C51010;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #C51010;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 5px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #007F32;
  font-size: 18.2086px;
  line-height: 22px;
  color: #007F32;
  font-weight: 300;
  border-radius: 2.58517px;
  transition: 0.6s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  body main ul.paginacao li a {
    font-size: 16px;
    margin-bottom: 20px;
    width: 25px;
    height: 30px;
  }
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  background: #007F32;
  font-weight: 700;
  color: white;
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .owl-carousel .owl-nav .owl-prev,
body main section.index-banner .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 40px);
  transition: 0.5s all;
}
body main section.index-banner .owl-carousel .owl-nav .owl-prev:hover,
body main section.index-banner .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.7;
}
body main section.index-banner .owl-carousel .owl-nav .owl-prev {
  left: 9%;
}
body main section.index-banner .owl-carousel .owl-nav .owl-next {
  right: 9%;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-nav .owl-prev,
  body main section.index-banner .owl-carousel .owl-nav .owl-next {
    top: calc(50% - 30px);
  }
  body main section.index-banner .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  body main section.index-banner .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
body main section.index-banner .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin-top: -115px;
}
body main section.index-banner .owl-carousel .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  background: #D9D9D9 !important;
  border-radius: 100%;
  display: block;
  z-index: 5;
  position: relative;
  margin: 0px 4px;
  transition: 0.6s;
}
body main section.index-banner .owl-carousel .owl-dots button.owl-dot.active, body main section.index-banner .owl-carousel .owl-dots button.owl-dot:hover {
  background: #1e1e1e !important;
}
body main section.index-destaque-icones {
  padding-top: 65px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  body main section.index-destaque-icones .wrapmobile {
    flex-wrap: wrap;
  }
  body main section.index-destaque-icones .wrapmobile .hover {
    width: 50%;
    padding: 3px 10px;
  }
  body main section.index-destaque-icones .wrapmobile .desc br {
    display: none;
  }
}
body main section.index-destaque-icones .border-right {
  background: #9C9C9C;
  width: 1px;
  height: 95px;
  display: flex;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .border-right {
    display: none;
  }
}
body main section.index-destaque-icones .hover:hover .icone {
  transform: translateY(-2px);
}
body main section.index-destaque-icones .icone {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .icone {
    width: 25px;
    height: 25px;
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
body main section.index-destaque-icones .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1E1E1E;
}
body main section.index-destaque-icones .desc strong {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #007F32;
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .desc strong {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  body main section.index-destaque-icones .desc {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    text-align: center;
  }
}
body main section.index-destaque-icones .desc br + br {
  display: none;
}
body main section.index-linha-produtos .card-esquerda {
  width: 635px;
  height: 523px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: end;
}
body main section.index-linha-produtos .card-esquerda .cover {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  left: 0;
  top: 0;
}
body main section.index-linha-produtos .card-esquerda .desc {
  display: block;
  width: 100%;
  position: relative;
  height: 183px;
  background-image: url("../image/index/linha/camada-esquerda.png");
  background-size: cover;
  background-position: start;
  z-index: 2;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
  padding-left: 40px;
  padding-bottom: 30px;
  padding-right: 45px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
body main section.index-linha-produtos .card-esquerda .desc strong {
  display: block;
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  color: #FFFFFF;
}
body main section.index-linha-produtos .card-direita {
  width: 635px;
  height: 256px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
body main section.index-linha-produtos .card-direita .cover {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  left: 0;
  top: 0;
}
body main section.index-linha-produtos .card-direita .desc {
  display: block;
  width: 100%;
  max-width: 495px;
  position: relative;
  height: 142px;
  background-image: url("../image/index/linha/camada-direita.png");
  background-size: cover;
  background-position: start;
  z-index: 2;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
  padding-left: 40px;
  padding-bottom: 25px;
  padding-right: 45px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
body main section.index-linha-produtos .card-direita .desc.other-bg {
  background-image: url("../image/index/linha/camada-direita-2.png");
}
body main section.index-linha-produtos .card-direita .desc strong {
  display: block;
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  color: #FFFFFF;
}
body main section.index-linha-produtos .card-esquerda, body main section.index-linha-produtos .card-direita {
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-esquerda, body main section.index-linha-produtos .card-direita {
    width: 100%;
    max-width: 635px;
    margin: auto;
    display: block;
    height: 200px;
    margin-bottom: 5px;
  }
}
body main section.index-linha-produtos .card-esquerda .cover, body main section.index-linha-produtos .card-direita .cover {
  transition: 3s;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-esquerda .desc, body main section.index-linha-produtos .card-direita .desc {
    height: auto;
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 25px;
  }
}
body main section.index-linha-produtos .card-esquerda .desc span, body main section.index-linha-produtos .card-direita .desc span {
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-esquerda .desc span, body main section.index-linha-produtos .card-direita .desc span {
    font-size: 13px;
    line-height: 18px;
  }
}
body main section.index-linha-produtos .card-esquerda .desc span strong, body main section.index-linha-produtos .card-direita .desc span strong {
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .card-esquerda .desc span strong, body main section.index-linha-produtos .card-direita .desc span strong {
    font-size: 20px;
    line-height: 23px;
  }
}
body main section.index-linha-produtos .card-esquerda:hover .cover, body main section.index-linha-produtos .card-direita:hover .cover {
  transform: scale(1.3);
}
body main section.index-linha-produtos .card-esquerda:hover .desc span strong, body main section.index-linha-produtos .card-direita:hover .desc span strong {
  color: #ffc909;
}
body main section.index-produtos-destaque {
  padding-top: 67px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body main section.index-produtos-destaque.wg .owl-carousel {
    margin-top: -30px !important;
  }
}
body main section.index-produtos-destaque.plantadeiras {
  background-color: #00471C;
  margin-top: -110px;
  padding-top: 110px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque.plantadeiras {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-produtos-destaque.plantadeiras .txt h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque.plantadeiras .txt h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
body main section.index-produtos-destaque.plantadeiras .txt p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  max-width: 630px;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque.plantadeiras .txt p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
body main section.index-produtos-destaque.plantadeiras .owl-nav button {
  filter: contrast(0) brightness(10);
}
body main section.index-produtos-destaque h2.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #045926;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque h2.title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
body main section.index-produtos-destaque h2.title strong {
  font-weight: 700;
}
body main section.index-produtos-destaque .main-desc p {
  max-width: 805px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #1E1E1E;
  margin: auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .main-desc p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
body main section.index-produtos-destaque .main-desc h2 {
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque.wg .banner {
    background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
    padding-top: 25px;
  }
  body main section.index-produtos-destaque.wg .banner .wg-logo {
    width: 200px;
    height: 110px;
  }
  body main section.index-produtos-destaque.wg .banner .wg-logo img {
    width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main section.index-produtos-destaque.wg .banner h2.title {
    margin-bottom: 0px !important;
  }
  body main section.index-produtos-destaque.wg .banner p {
    margin-bottom: 0;
    padding: 10px;
    padding-bottom: 45px;
  }
}
body main section.index-produtos-destaque.wg {
  padding-top: 0;
  position: relative;
}
body main section.index-produtos-destaque.wg .banner:hover .wg-logo img {
  animation: zoom-in-zoom-out 4s ease infinite;
}
body main section.index-produtos-destaque.wg .bg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: -1;
}
body main section.index-produtos-destaque.wg .wg-logo {
  width: 236px;
  height: 175px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 25px;
}
body main section.index-produtos-destaque.wg .wg-logo:hover img {
  animation: zoom-in-zoom-out 2s ease infinite;
}
body main section.index-produtos-destaque.wg .wg-logo img {
  width: 168px;
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
  transition: 0.6s;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
body main section.index-produtos-destaque.wg .main-desc h2.title {
  color: #ffc909;
  margin-bottom: 25px;
}
body main section.index-produtos-destaque.wg .main-desc p {
  max-width: 890px;
  margin-bottom: 45px;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque.wg .main-desc p {
    margin-bottom: 0;
  }
}
body main section.index-produtos-destaque .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .owl-nav {
    width: 100%;
    margin-left: 0;
  }
}
body main section.index-produtos-destaque .owl-nav button {
  margin-top: -505px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .owl-nav button {
    transform: scale(0.9);
  }
}
body main section.index-produtos-destaque .owl-dots {
  margin: auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque .owl-dots {
    margin-top: 10px;
    margin-bottom: 25px;
    transform: scale(0.8);
  }
}
@media (min-width: 992px) {
  body main section.index-produtos-destaque .owl-dots {
    display: none;
  }
}
body main section.index-produtos-destaque .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-produtos-destaque .owl-dots button.active {
  background: #ffc909;
}
body main section.index-margem {
  clear: both;
  margin-top: 120px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-margem {
    margin-top: 0;
  }
}
body main section.index-produtos-destaque-eco {
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco {
    padding-bottom: 25px;
  }
}
body main section.index-produtos-destaque-eco .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: -90px;
}
body main section.index-produtos-destaque-eco .icon {
  padding-top: 64px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .icon {
    padding-top: 30px;
  }
}
body main section.index-produtos-destaque-eco .txt h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #ffc909;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .txt h2 {
    font-size: 24px;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
body main section.index-produtos-destaque-eco .txt h2 strong {
  font-weight: 700;
}
body main section.index-produtos-destaque-eco .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  max-width: 735px;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .txt p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
body main section.index-produtos-destaque-eco .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .owl-nav {
    width: 102%;
    margin-left: -1%;
  }
}
body main section.index-produtos-destaque-eco .owl-nav button {
  margin-top: -505px;
}
@media (max-width: 991px) {
  body main section.index-produtos-destaque-eco .owl-nav button {
    transform: scale(0.9);
  }
}
body main section.index-depoimentos {
  background-color: #00501F;
  padding-top: 35px;
  padding-bottom: 80px;
  /*
  &.google{
      background-color: transparent;
      h2{
          font-weight: 700;
          margin-bottom: 35px;
          @media(max-width:991px){
              margin-bottom: 7px;
          }
      }
      .cta-primary.google{
          background: #2460C2;
          img{
              transition: 0.6s;
              margin-bottom: 2px;
              @media(max-width:991px){
                  transform: scale(0.8);
                  margin-bottom: 3px;
              }
          }
          &:hover{
              background: $primary;
              img{
                  transform: translateY(-2px);
              }
          }
      }
  }*/
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 25px 0;
    padding-top: 30px;
  }
}
body main section.index-depoimentos.interna {
  background-color: #F4F4F4;
}
body main section.index-depoimentos.interna h2 {
  color: #007F32;
}
body main section.index-depoimentos.interna p {
  color: #002E12;
}
body main section.index-depoimentos.interna .cta-primary.google {
  background: #2460C2;
  color: white;
}
body main section.index-depoimentos.interna .cta-primary.google:hover {
  background: #ffc909;
}
body main section.index-depoimentos.interna .card-depoimento {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
body main section.index-depoimentos.interna .owl-nav {
  filter: unset !important;
}
body main section.index-depoimentos .cta-primary {
  font-size: 17px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .cta-primary {
    font-size: 15px;
  }
}
body main section.index-depoimentos h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}
body main section.index-depoimentos h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-depoimentos h2 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 33px;
  }
}
body main section.index-depoimentos p {
  max-width: 745px;
  margin: auto;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-depoimentos p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
body main section.index-depoimentos .card-depoimento {
  background: #fff;
  width: 369px;
  min-height: 233px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 0;
  display: block;
  margin: auto;
  border-radius: 10px;
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
  margin-bottom: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.6s;
  border-bottom-left-radius: 0;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .card-depoimento {
    min-height: 180px;
  }
}
body main section.index-depoimentos .card-depoimento:before {
  content: "";
  width: 57px;
  height: 39px;
  position: absolute;
  bottom: -38px;
  display: block;
  background: url(../image/index/bg-depoimento.png);
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
}
body main section.index-depoimentos .card-depoimento:hover .desc {
  color: #007F32;
}
body main section.index-depoimentos .card-depoimento .icone {
  position: absolute;
  top: -25px;
}
body main section.index-depoimentos .card-depoimento .desc {
  display: block;
  margin-top: 25px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #535353;
  margin-bottom: 35px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .card-depoimento .desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.index-depoimentos .card-depoimento h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #007F32;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .card-depoimento h4 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 15px;
  }
}
body main section.index-depoimentos .owl-carousel {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-carousel {
    margin-top: 0px;
  }
}
body main section.index-depoimentos .owl-carousel .owl-item img {
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-carousel .owl-item img {
    transform: scale(0.8);
    left: 20px;
  }
}
body main section.index-depoimentos .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
body main section.index-depoimentos .owl-nav {
  display: flex;
  justify-content: space-between;
  filter: contrast(0) brightness(10);
  width: 104%;
  margin-left: -2%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-nav {
    width: 98%;
    margin: auto;
  }
}
body main section.index-depoimentos .owl-nav button {
  margin-top: -380px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-nav button {
    margin-top: -200px;
    z-index: 5;
    transform: scale(0.8);
  }
}
body main section.index-depoimentos .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
body main section.index-depoimentos .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-depoimentos .owl-dots button.active {
  background: #002E12;
}
body main section.index-sobre {
  padding-top: 55px;
  padding-bottom: 30px;
  background: white;
}
body main section.index-sobre .out-img {
  position: relative;
}
body main section.index-sobre .out-img .legenda {
  position: absolute;
  bottom: 0;
  width: 363px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  text-align: center;
  display: none;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 991px) {
  body main section.index-sobre .out-img .legenda {
    display: block !important;
    width: 100%;
    max-width: 363px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body main section.index-sobre.sobre {
  background: transparent;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-sobre.sobre {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding: 30px 0;
    padding-bottom: 25px;
    text-align: center;
  }
  body main section.index-sobre .cta-gradiente {
    margin: auto !important;
  }
  body main section.index-sobre .cta-primary.secundary {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
body main section.index-sobre h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #007f32;
  padding-left: 14px;
  border-left: 3px solid #ffc909;
}
@media (max-width: 991px) {
  body main section.index-sobre h3 {
    font-size: 20px;
    text-align: center;
  }
}
body main section.index-sobre .logo {
  width: 205px;
  height: 77px;
  margin-bottom: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-sobre .logo {
    margin-top: 20px;
    margin-bottom: 10px;
    transform: scale(0.8);
  }
}
body main section.index-sobre p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #212121;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-sobre p {
    font-size: 14px;
    color: #212121;
    margin-bottom: 20px;
  }
}
body main section.index-sobre .owl-item {
  border-radius: 5px;
}
body main section.index-sobre .owl-item .item {
  width: 363px;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
  margin: auto;
  transition: 0.6s;
  border-radius: 5px;
}
@media (min-width: 992px) {
  body main section.index-sobre .owl-item .item {
    filter: grayscale(1);
    transform: scale(0.87);
  }
}
@media (max-width: 991px) {
  body main section.index-sobre .owl-item .item {
    width: 100%;
    max-width: 363px;
    height: 225px;
    border-radius: 5px;
  }
}
body main section.index-sobre .owl-item.active + .owl-item .item {
  filter: unset;
  transform: unset;
}
body main section.index-sobre .owl-item.active + .owl-item .legenda {
  display: block;
}
body main section.index-sobre .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
body main section.index-sobre .owl-nav button {
  filter: contrast(0) brightness(10);
  margin-top: -330px;
}
@media (max-width: 991px) {
  body main section.index-sobre .owl-nav button {
    margin-top: -230px;
  }
}
body main section.index-sobre .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.index-sobre .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
  }
}
body main section.index-sobre .owl-dots button {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-sobre .owl-dots button.active {
  background: #2c2c2c;
}
body main section.index-sobre .this-col-5 {
  max-width: 500px;
  margin: auto;
}
body main section.index-instagram {
  background: url("../image/ig-bg.png");
  background-size: cover;
  min-height: 663px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  body main section.index-instagram {
    background: #8CABBE;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}
body main section.index-instagram h2 {
  margin-left: 125px;
  font-weight: 400;
  font-size: 42.7883px;
  line-height: 52px;
  color: #253A45;
}
@media (max-width: 991px) {
  body main section.index-instagram h2 {
    font-size: 22px;
    line-height: 110%;
    margin-left: 0;
  }
}
body main section.index-instagram a {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #2B2B2B;
  margin-bottom: 13px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-instagram a {
    font-size: 18px;
  }
  body main section.index-instagram a img {
    transform: scale(0.9);
  }
}
body main section.index-instagram a:hover {
  color: #ffc909;
}
body main section.index-blog {
  padding-top: 40px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 25px 0;
    padding-top: 30px;
  }
}
body main section.index-blog h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #045926;
  text-align: center;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.index-blog h2 strong {
  font-weight: 700;
}
body main section.index-blog p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #212121;
  max-width: 500px;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-blog {
  background: #FEFEFE;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  position: relative;
  max-width: 369px;
  margin: auto;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
body main section.index-blog .card-blog:hover .cover {
  transform: scale(1.34);
}
body main section.index-blog .card-blog:hover .botao {
  background: #007f32;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body main section.index-blog .card-blog:hover .botao img {
  filter: contrast(0) brightness(10);
}
body main section.index-blog .card-blog img.cover {
  width: 276px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
  margin: auto;
  top: -43px;
  position: relative;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog img.cover {
    width: 260px;
    height: 150px;
    margin-bottom: 0;
  }
}
body main section.index-blog .card-blog h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #007F32;
  margin-bottom: 15px;
  min-height: 81px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    min-height: 0;
  }
}
body main section.index-blog .card-blog .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
body main section.index-blog .card-blog .padding {
  padding-left: 20px;
  padding-right: 20px;
}
body main section.index-blog .card-blog hr {
  margin-bottom: 0;
}
body main section.index-blog .card-blog .botao {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #007F32;
  height: 72px;
  line-height: 67px;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.index-blog .card-blog .botao {
    height: 50px;
    font-size: 14px;
    line-height: 45px;
  }
  body main section.index-blog .card-blog .botao img {
    transform: scale(0.85);
    margin-top: -1px;
  }
}
body main section.index-blog .card-blog .botao img {
  transition: 0.65s;
}
body main section.index-marcas {
  min-height: 448px;
  background-image: url("../image/index/marcas-bg.png");
  background-size: 100% 100%;
  padding-top: 40px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-marcas {
    min-height: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
  }
}
body main section.index-marcas h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #045926;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-marcas h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.index-marcas p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-marcas p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body main section.index-marcas .box {
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 17px;
}
body main section.index-marcas .owl-carousel {
  width: 90%;
  margin: auto;
  display: block;
}
body main section.index-marcas .owl-carousel .owl-item img {
  display: block;
  width: 205px !important;
  height: 87px !important;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: auto;
  transition: 2s;
}
body main section.index-marcas .owl-carousel .owl-item img:hover {
  transform: scale(1.1);
}
body main section.index-marcas .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
@media (max-width: 991px) {
  body main section.index-marcas .owl-nav {
    width: 100%;
    margin-left: 0;
  }
}
body main section.index-marcas .owl-nav button {
  margin-top: -85px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-marcas .owl-nav button {
    transform: scale(0.9);
  }
}
body main section.index-marcas .owl-nav button:hover {
  opacity: 0.8;
}
body main section.index-marcas .owl-dots {
  margin: auto;
  display: table;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-marcas .owl-dots {
    margin-top: 10px;
    margin-bottom: 25px;
    transform: scale(0.8);
  }
}
body main section.index-marcas .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-marcas .owl-dots button.active {
  background: #1E1E1E;
}
body main section.index-porque-escolher {
  min-height: 1000px;
  background: url("../image/index/porque-bg.png");
  background-size: cover;
  padding-top: 60px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher {
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 0;
    padding-bottom: 0;
  }
}
body main section.index-porque-escolher h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #045926;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
body main section.index-porque-escolher .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1E1E1E;
  flex-direction: column;
  top: 60px;
  position: relative;
  margin-bottom: 70px;
  z-index: 2;
  transition: 0.6s;
  max-width: 255px;
  transition: 1s;
  opacity: 0;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .item {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  body main section.index-porque-escolher .item.show {
    opacity: 1;
  }
  body main section.index-porque-escolher .item.n1 {
    margin-left: -70px;
  }
  body main section.index-porque-escolher .item.n2 {
    margin-left: -110px;
  }
  body main section.index-porque-escolher .item.n3 {
    margin-left: -40px;
  }
  body main section.index-porque-escolher .item.j2 {
    margin-right: -20px;
  }
}
body main section.index-porque-escolher .item:hover {
  color: #007F32;
}
body main section.index-porque-escolher .item:hover img {
  transform: translateY(-2px);
}
body main section.index-porque-escolher .item img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .item img {
    margin-bottom: 5px;
    transform: scale(0.8);
  }
}
body main section.index-porque-escolher #animacao_objetos .topo-inicial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body main section.index-porque-escolher #animacao_objetos .topo-inicial img {
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
}
body main section.index-porque-escolher #animacao_objetos .central {
  margin-top: 100px;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher #animacao_objetos .central {
    margin-top: 5px;
  }
}
body main section.index-porque-escolher #animacao_objetos .central.maximizar {
  transform: scale(1.8);
  position: relative;
  margin-top: 160px;
}
body main section.index-porque-escolher #animacao_objetos .central img {
  width: 385px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  display: block;
  margin: auto;
  z-index: 1;
  position: relative;
}
body main section.index-porque-escolher #animacao_objetos .topo-final {
  width: 100%;
  position: absolute;
  align-items: end;
  justify-content: center;
  margin-left: -10px;
  display: flex;
  transform: translateY(-465px);
  transition: 3s;
  visibility: hidden;
  opacity: 0;
}
body main section.index-porque-escolher #animacao_objetos .topo-final.mostrar {
  transform: translateY(-85px);
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  body main section.index-porque-escolher #animacao_objetos .topo-final .dois {
    margin-left: -110px;
    top: 60px;
    position: relative;
    z-index: 1;
  }
  body main section.index-porque-escolher #animacao_objetos .topo-final .tres {
    margin-left: -135px;
    position: relative;
    top: 26px;
  }
  body main section.index-porque-escolher #animacao_objetos .topo-final .quatro {
    margin-left: -100px;
  }
  body main section.index-porque-escolher #animacao_objetos .topo-final .cinco {
    margin-left: -85px;
  }
  body main section.index-porque-escolher #animacao_objetos .topo-final .seis {
    margin-left: -55px;
    position: relative;
    z-index: 2;
  }
  body main section.index-porque-escolher #animacao_objetos .topo-final .sete {
    margin-left: -85px;
    position: relative;
    top: 20px;
    z-index: 1;
  }
}
body main section.index-porque-escolher .owl-banners-ads {
  position: relative;
  top: 145px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .owl-banners-ads {
    top: 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .owl-banners-ads .owl-nav, body main section.index-porque-escolher .owl-banners-ads .owl-dots {
    display: none !important;
  }
}
body main section.index-porque-escolher .owl-banners-ads .banner {
  width: 901px;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .owl-banners-ads .banner {
    margin: auto;
    width: 100%;
    max-width: 901px;
    height: auto;
    border-radius: 0;
  }
}
body main section.index-porque-escolher .owl-banners-ads .owl-dots {
  margin: auto;
  display: table;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .owl-banners-ads .owl-dots {
    margin-top: 10px;
    transform: scale(0.8);
  }
}
body main section.index-porque-escolher .owl-banners-ads .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.index-porque-escolher .owl-banners-ads .owl-dots button.active {
  background: #1E1E1E;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .ajsmobile {
    flex-wrap: wrap;
    flex-direction: row;
  }
  body main section.index-porque-escolher .ajsmobile .item {
    font-size: 14px;
    width: 50%;
    line-height: 17px;
    top: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .centromobile {
    width: 90%;
    display: block;
    margin: auto;
    max-width: 600px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}
body main section.index-regioes {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../image/index/bg-regioes.png");
}
@media (max-width: 991px) {
  body main section.index-regioes {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
}
body main section.index-regioes h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #045926;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-regioes h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.index-regioes p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  max-width: 605px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-regioes p {
    font-size: 15px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 20px;
  }
}
body main section.index-regioes .box {
  background-image: url("../image/index/box-regioes.png");
  max-width: 635px;
  height: 296px;
  padding-left: 55px;
  padding-top: 42px;
  position: Relative;
}
@media (max-width: 991px) {
  body main section.index-regioes .box {
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
  }
}
body main section.index-regioes .box img {
  bottom: -35px;
  position: absolute;
  right: -140px;
}
@media (max-width: 991px) {
  body main section.index-regioes .box img {
    display: none;
  }
}
body main section.index-regioes .box h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-regioes .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body main section.index-regioes .box form {
  max-width: 349px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  body main section.index-regioes .box form {
    margin: auto;
  }
}
body main section.index-regioes .box form select {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  padding-left: 14px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-regioes .box form select {
    height: 42px;
    font-size: 14px;
  }
}
body main section.index-regioes .box form button {
  background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
  background-color: #007F32;
  border-radius: 4px;
  height: 50px;
  width: 236px;
  border: 0;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-regioes .box form button {
    height: 40px;
    font-size: 15px;
    width: 200px;
  }
}
body main section.index-regioes .box form button:hover {
  background: #ffc909;
}
body main section.sobre-video {
  background-color: #222;
  position: relative;
}
@media (min-width: 992px) {
  body main section.sobre-video {
    z-index: 1;
    position: relative;
    min-height: 326px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body main section.sobre-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 1;
}
body main section.sobre-video .container {
  position: relative;
  z-index: 1;
}
body main section.sobre-video .bg-video {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 326px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body main section.sobre-video .bg-video::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  z-index: 1;
}
body main section.sobre-video .bg-video .container {
  z-index: 2;
  position: relative;
}
body main section.sobre-video .bg-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body main section.sobre-video .bg-video h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #FFC909;
  text-align: center;
  display: block;
  margin-bottom: 11px;
}
body main section.sobre-video .bg-video p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  max-width: 630px;
  margin: auto;
  color: #ffffff;
  display: block;
}
body main section.sobre-video .bg-video p strong {
  color: #21B979;
}
body main section.sobre-video .bg-video .bg-video {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  color: #f07c00;
}
@media (max-width: 991px) {
  body main section.sobre-video .bg-video body main section.index-conte-clinica .bg-video {
    padding: 40px 0;
  }
  body main section.sobre-video .bg-video body main section.index-conte-clinica .bg-video p {
    font-weight: 400;
    font-size: 22.1509px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  body main section.sobre-video .bg-video h2 {
    font-size: 24px;
    line-height: 30px;
  }
  body main section.sobre-video .bg-video p {
    font-size: 16px;
  }
}
body main section.sobre-historia {
  padding-top: 100px;
}
@media (max-width: 991px) {
  body main section.sobre-historia {
    padding-top: 30px;
  }
  body main section.sobre-historia .fone {
    width: 40px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 5px;
  }
}
body main section.sobre-historia .envolver {
  padding-bottom: 90px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .envolver {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
body main section.sobre-historia .esquerda h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #007F32;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-historia .esquerda h2 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}
body main section.sobre-historia .esquerda p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  max-width: 497px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .esquerda p {
    font-size: 15px;
    line-height: 19px;
  }
}
body main section.sobre-historia .layer {
  position: relative;
  display: flex;
  align-items: end;
  flex-direction: row;
  justify-content: start;
  width: 502px;
  height: 410px;
  background-size: cover;
  border-radius: 7.87786px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .layer {
    width: 100%;
    max-width: 502px;
    height: 250px;
  }
}
body main section.sobre-historia .layer span {
  background: #F4F4F4;
  font-weight: 700;
  font-size: 73.4696px;
  line-height: 89px;
  color: #007F32;
  padding-top: 9px;
  padding-bottom: 8px;
  text-align: center;
  min-width: 233px;
  height: 106px;
  padding-left: 25px;
  padding-right: 25px;
  display: table;
  border-radius: 0px 10px 0px 0px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .layer span {
    font-size: 24px;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
  }
}
body main section.sobre-historia .datas {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 85%;
  justify-content: space-between;
  margin-top: 5px;
}
body main section.sobre-historia .datas:before {
  height: 90%;
  margin: auto;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 12px;
  content: "";
  width: 1px;
  background: #CBCBCB;
  z-index: -1;
}
body main section.sobre-historia .datas .ano {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  /* identical to box height */
  transition: 0.6s;
  color: #7C7C7C;
}
@media (max-width: 991px) {
  body main section.sobre-historia .datas .ano {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body main section.sobre-historia .datas .ano.active, body main section.sobre-historia .datas .ano:hover {
  color: #007F32;
  font-weight: 700;
}
body main section.sobre-historia .datas .ano span {
  display: table;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #473804;
  border: 6px solid #FFC909;
  margin-right: 19px;
}
@media (max-width: 991px) {
  body main section.sobre-historia .datas .ano span {
    transform: scale(0.9);
  }
}
body main section.sobre-historia section.escute {
  background: #002E12;
  border-radius: 10px;
  min-height: 172px;
  width: 100%;
  position: absolute;
  top: -87px;
  left: 0;
  right: 0;
  padding-top: 38px;
  padding-bottom: 35px;
  padding-left: 60px;
  padding-right: 75px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: center;
  max-width: 1033px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-historia section.escute {
    position: relative;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
body main section.sobre-historia section.escute h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFC909;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-historia section.escute h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.sobre-historia section.escute p {
  max-width: 369px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-historia section.escute p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body main section.sobre-historia section.envolver-missao {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 156px;
  position: relative;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-historia section.envolver-missao {
    padding-top: 25px;
    text-align: center;
    padding-bottom: 25px;
  }
}
body main section.sobre-historia section.envolver-missao .box-missao:hover h3 {
  color: #ffc909;
}
body main section.sobre-historia section.envolver-missao .box-missao:hover span {
  background: #ffc909;
}
body main section.sobre-historia section.envolver-missao .box-missao:hover span img {
  transform: translateY(-2px);
}
body main section.sobre-historia section.envolver-missao .box-missao h3, body main section.sobre-historia section.envolver-missao .box-missao .desc, body main section.sobre-historia section.envolver-missao .box-missao img, body main section.sobre-historia section.envolver-missao .box-missao span {
  transition: 0.6s;
}
body main section.sobre-historia section.envolver-missao .box-missao h3 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: #007F32;
}
@media (max-width: 991px) {
  body main section.sobre-historia section.envolver-missao .box-missao h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
body main section.sobre-historia section.envolver-missao .box-missao .desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  max-width: 350px;
}
@media (max-width: 991px) {
  body main section.sobre-historia section.envolver-missao .box-missao .desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
body main section.sobre-historia section.envolver-missao .box-missao span {
  border-radius: 100%;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007F32;
  margin: auto;
}
body main section.sobre-historia section.envolver-missao .box-missao span img {
  width: 36px;
  height: 36px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
body main section.sobre-locais {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.sobre-locais {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  body main section.sobre-locais .icone {
    width: 22px;
  }
}
body main section.sobre-locais h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #045926;
  margin-bottom: 35px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.sobre-locais h2 {
    font-size: 24px;
    margin-top: 7px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
body main section.sobre-locais .icone {
  display: block;
  margin: auto;
}
body main section.sobre-locais .item {
  max-width: 398px;
  display: block;
  margin: auto;
  padding-bottom: 45px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  position: relative;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  body main section.sobre-locais .item {
    padding-bottom: 15px;
  }
}
body main section.sobre-locais .item:hover .btn-rota {
  opacity: 1;
}
body main section.sobre-locais .item .btn-rota {
  opacity: 0;
  transition: 0.7s;
  width: 100%;
  display: block;
  height: 40px;
  position: absolute;
  line-height: 100%;
  background: green;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  bottom: -37px;
}
body main section.sobre-locais .item .cover {
  width: 100%;
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-locais .item .matriz {
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #777777;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-locais .item .matriz {
    display: block;
    margin: auto;
    font-size: 14px;
    margin-top: 10px;
  }
}
body main section.sobre-locais .item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #007F32;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  body main section.sobre-locais .item h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body main section.sobre-locais .item .dados {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 15px;
  padding: 0 28px;
}
@media (max-width: 991px) {
  body main section.sobre-locais .item .dados {
    font-size: 14px;
  }
}
body main section.sobre-locais .item .dados strong {
  font-weight: 700;
}
body main section.sobre-locais .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
body main section.sobre-locais .owl-nav button {
  filter: contrast(0) brightness(10);
  margin-top: -330px;
}
body main section.sobre-locais .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-locais .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
  }
}
body main section.sobre-locais .owl-dots button {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.sobre-locais .owl-dots button.active {
  background: #2C2C2C;
}
body main section.sobre-locais .owl-locais .owl-nav {
  width: 108%;
  margin: auto;
  margin-left: -4%;
}
body main section.sobre-locais .owl-locais .owl-nav button {
  filter: unset;
  margin-top: -700px;
}
body main section.sobre-locais .owl-locais .owl-dots {
  margin-top: 40px;
}
body main section.sobre-locais .owl-locais .owl-local-interna .owl-nav {
  width: 90%;
  margin: auto;
  margin-left: auto;
}
body main section.sobre-locais .owl-locais .owl-local-interna .owl-nav button {
  filter: contrast(0) brightness(10);
  margin-top: -250px;
}
body main section.sobre-locais .owl-locais .owl-local-interna .owl-nav button img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.sobre-locais .owl-locais .owl-local-interna .owl-dots {
  margin-top: 0px;
  margin-top: 0px;
  transform: scale(0.8);
  top: -40px;
  position: relative;
}
body main section.sobre-locais .owl-locais .owl-local-interna .owl-dots button.active {
  background: #ffc909;
}
body main section.sobre-eventos {
  padding-top: 40px;
  padding-bottom: 45px;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.sobre-eventos {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.sobre-eventos h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #002E12;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.sobre-eventos h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}
body main section.sobre-eventos .box-title {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 33px;
  padding-top: 12px;
  padding-bottom: 18px;
  border-radius: 10px;
  width: 100%;
  max-width: 369px;
  min-height: 54px;
  margin-bottom: 20px;
  background: transparent;
  transition: 0.7s;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #ACACAC;
  border: 1px solid #BCBCBC;
}
@media (max-width: 991px) {
  body main section.sobre-eventos .box-title {
    min-height: 45px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    border-radius: 5px;
  }
}
body main section.sobre-eventos .box-title:hover, body main section.sobre-eventos .box-title.active {
  background: #002E12;
  color: white;
  font-weight: 700;
  border-color: #002E12;
}
body main section.sobre-eventos .card-evento {
  width: 389px;
  height: 305px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-eventos .card-evento {
    width: 100%;
    max-width: 389px;
    margin: auto;
    height: 250px;
  }
}
body main section.sobre-eventos .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 106%;
  margin-left: -3%;
}
body main section.sobre-eventos .owl-nav button {
  margin-top: -330px;
}
body main section.depoimentos-videos {
  background-color: #fff;
  padding: 35px 0;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos {
    padding: 25px 0;
    margin-top: 0;
  }
}
body main section.depoimentos-videos h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #007F32;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
body main section.depoimentos-videos p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #303030;
  margin: auto;
  margin-bottom: 30px;
  max-width: 630px;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
body main section.depoimentos-videos .video {
  position: relative;
  display: table;
  margin: auto;
  border-radius: 5px;
}
body main section.depoimentos-videos .video:hover:before {
  opacity: 0.1;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos .video {
    margin: auto;
  }
}
body main section.depoimentos-videos .video:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 4;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.depoimentos-videos .video:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  background: url(../image/videos/play.png);
  content: "";
  background-size: contain;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos .video:after {
    width: 30px;
    height: 30px;
  }
}
body main section.depoimentos-videos .video img.thumb {
  width: 397px;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos .video img.thumb {
    width: 100%;
    height: 200px;
  }
}
body main section.depoimentos-videos .play {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
}
body main section.depoimentos-videos .owl-presentes-videos .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin-left: -2%;
  margin-top: 20px;
}
body main section.depoimentos-videos .owl-presentes-videos .owl-nav.disabled {
  display: none;
}
body main section.depoimentos-videos .owl-presentes-videos .owl-nav button {
  margin-top: -295px;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos .owl-presentes-videos .owl-nav button {
    margin-top: -210px;
    position: relative;
  }
}
body main section.depoimentos-videos .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.depoimentos-videos .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
body main section.depoimentos-videos .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.depoimentos-videos .owl-dots button.active {
  background: #002E12;
}
body main section.depoimentos-audios {
  padding-top: 40px;
  padding-bottom: 125px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios {
    padding: 25px 0;
  }
}
body main section.depoimentos-audios h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #007F32;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios h2 {
    font-size: 22px;
    margin: auto;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
body main section.depoimentos-audios .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin-left: -2%;
  margin-top: 20px;
}
body main section.depoimentos-audios .owl-nav.disabled {
  display: none;
}
body main section.depoimentos-audios .owl-nav button {
  margin-top: -295px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .owl-nav button {
    margin-top: -210px;
    position: relative;
  }
}
body main section.depoimentos-audios .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
body main section.depoimentos-audios .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.depoimentos-audios .owl-dots button.active {
  background: #002E12;
}
body main section.depoimentos-audios .item {
  width: 372px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 61px;
  position: relative;
  margin: auto;
  margin-top: 65px;
  transition: 0.6s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item {
    width: 100%;
    max-width: 369px;
    border-radius: 10px;
    padding-bottom: 30px;
    padding-top: 55px;
  }
}
body main section.depoimentos-audios .item span, body main section.depoimentos-audios .item h3 {
  transition: 0.6s;
}
body main section.depoimentos-audios .item:hover {
  background: #007F32;
}
body main section.depoimentos-audios .item:hover span, body main section.depoimentos-audios .item:hover h3 {
  color: white;
}
body main section.depoimentos-audios .item .foto {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 103px;
  height: 103px;
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item .foto {
    margin: auto;
    transform: scale(0.8);
  }
}
body main section.depoimentos-audios .item h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #007F32;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.depoimentos-audios .item h3 {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
body main section.depoimentos-audios .item audio {
  width: 100%;
}
body main section.depoimentos-contato {
  background: url("../image/depoimentos/bg-final.png");
  min-height: 206px;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 50px;
  position: relative;
}
body main section.depoimentos-contato .img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 30px;
}
body main section.depoimentos-contato .telefones img {
  filter: contrast(0) brightness(10);
}
body main section.depoimentos-contato h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFC909;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body main section.depoimentos-contato h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
body main section.depoimentos-contato p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.depoimentos-contato p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
body main section.produtos {
  padding-bottom: 140px;
}
body main section.produtos .titulo-principal {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #007F32;
  margin-bottom: 15px;
  margin-left: 10px;
}
body main section.produtos .col-lg-5 {
  padding: 0;
}
body main section.produtos .ads-publicitario {
  width: 921px;
  height: 225px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.produtos .ads-publicitario {
    width: 100%;
    height: auto;
    max-width: 921px;
  }
}
body main section.produtos span.contagem {
  font-weight: 400;
  font-size: 18px;
  line-height: 180.52%;
  /* or 32px */
  margin-left: 10px;
  color: #B0B0B0;
}
@media (max-width: 991px) {
  body main section.produtos span.contagem {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
body main section.produtos .item-products-list {
  padding: 0;
  margin: auto;
  padding-bottom: 23px;
  width: 285px;
  margin: 0 7px;
}
@media (min-width: 992px) {
  body main section.produtos .item-products-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  body main section.produtos .item-products-list {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body main section.produtos {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
body main section.carrinho {
  padding: 50px 0;
}
body main section.carrinho .cta-primary.secundary {
  background: #007F32;
  color: white;
}
body main section.carrinho .cta-primary.secundary:hover {
  background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
  color: white;
}
body main section.carrinho .box-file {
  cursor: pointer;
}
body main section.carrinho .box-file .selecione {
  display: inline-block;
  background: #007F32;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body main section.carrinho .box-file .selecione:hover {
  background: #007F32;
}
body main section.carrinho .box-file .flex-box {
  display: flex;
}
body main section.carrinho .box-file .name-file {
  background: white;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 100%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.carrinho button {
  outline: 0;
  border: 0;
}
body main section.carrinho .main-cta {
  display: inline-flex;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  align-items: center;
  background-color: #424493;
  color: white;
  position: relative;
  font-weight: 600;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  body main section.carrinho .main-cta {
    font-size: 15px;
  }
}
body main section.carrinho .main-cta:hover {
  color: white;
  background-color: #dd1100;
}
body main section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body main section.carrinho {
    padding: 20px 0;
  }
}
body main section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
body main section.carrinho .container {
  max-width: 1300px;
}
body main section.carrinho .remover .loader {
  display: none;
}
body main section.carrinho .remover span {
  font-style: normal;
  font-weight: 700;
  font-size: 22.1003px;
  line-height: 33px;
  color: #dc0f0a;
  margin-left: 13px;
}
body main section.carrinho .remover.loading i {
  display: none;
}
body main section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body main section.carrinho .passos a {
  display: flex;
  padding: 12px 20px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #9a9a9a;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
}
body main section.carrinho .passos a:after {
  position: absolute;
  right: 0;
  background: url(../image/cart/title.png);
  width: 21px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-repeat: no-repeat;
  content: "";
  background-position: center;
}
body main section.carrinho .passos a:hover {
  color: #007F32;
}
body main section.carrinho .passos a:last-child:after {
  display: none;
}
body main section.carrinho .passos a strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #9a9a9a;
  border: 1px solid #afafaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.carrinho .passos a.ativo {
  color: #007F32;
  font-weight: 700;
}
body main section.carrinho .passos a.ativo:hover {
  color: #007F32;
}
body main section.carrinho .passos a.ativo strong {
  color: #007F32;
  border-color: #007F32;
}
body main section.carrinho .passos a.ativo.plus strong {
  background: #007F32;
  color: white;
}
@media (max-width: 991px) {
  body main section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body main section.carrinho .passos a:after {
    display: none;
  }
}
body main section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body main section.carrinho .carrinho-mobile .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body main section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
body main section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: flex-start;
}
body main section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
body main section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
}
body main section.carrinho .carrinho-mobile .removerMobile {
  color: #424493;
  font-size: 14px;
  display: block;
  text-align: center;
}
body main section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body main section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body main section.carrinho .carrinho-mobile .titulo {
  color: #424493;
}
body main section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  width: 110px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body main section.carrinho .carrinho-mobile .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body main section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body main section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body main section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body main section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body main section.carrinho .tabela-carrinho {
  width: 100%;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
  border-radius: 5px;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #007F32;
  color: white;
  padding: 15px 30px;
  border-right: 1px solid #adadad;
  font-weight: 700;
  font-size: 22.1003px;
  line-height: 33px;
}
body main section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
  background: white;
}
body main section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body main section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body main section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body main section.carrinho .tabela-carrinho .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body main section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body main section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body main section.carrinho .tabela-carrinho td strong {
  font-weight: 700;
  font-size: 22.1003px;
  line-height: 33px;
  color: #007F32;
}
body main section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body main section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body main section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body main section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #007F32;
}
body main section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body main section.carrinho .box {
  margin: 70px auto 0 auto;
}
body main section.carrinho .box .endereco {
  font-size: 18px;
  color: #424493;
  line-height: 20px;
}
body main section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body main section.carrinho .box .main-cta {
  background-color: #424493;
  color: white;
  display: inline-block;
  padding: 13px 23px;
  font-size: 17px;
  border-radius: 5px;
}
body main section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body main section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body main section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body main section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body main section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body main section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #424493;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body main section.carrinho .enviado .texto {
  color: white;
  text-align: left;
  line-height: 1.4;
  background: #3baf72;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body main section.carrinho .enviado h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  margin: auto;
  color: #007F32;
}
body main section.carrinho .enviado h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #007F32;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body main section.carrinho .enviado .texto {
    padding: 20px;
  }
  body main section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body main section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body main section.carrinho .form {
  max-width: 750px;
  margin: 50px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 45px;
}
body main section.carrinho .form span {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #939393;
  display: block;
  margin-bottom: 10px;
}
body main section.carrinho .form .up {
  position: relative;
}
body main section.carrinho .form .up label {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
body main section.carrinho .form input[type=file]::file-selector-button {
  display: none;
}
body main section.carrinho .form .main-cta {
  margin-top: 30px;
}
body main section.carrinho .form h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  color: #007F32;
  margin-bottom: 45px;
  text-align: center;
  padding-left: 70px;
  padding-right: 60px;
}
body main section.carrinho .form form {
  padding-left: 70px;
  padding-right: 60px;
}
body main section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body main section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body main section.carrinho .form label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #007F32;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  outline: none;
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  color: #939393;
}
body main section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.carrinho .form textarea {
  min-height: 170px;
  resize: vertical;
}
@media (max-width: 991px) {
  body main section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body main section.carrinho .form h1 {
    font-size: 20px;
  }
  body main section.carrinho .form h5 {
    font-size: 16px;
  }
  body main section.carrinho .form h6 {
    font-size: 15px;
  }
  body main section.carrinho .form label {
    font-size: 16px;
  }
  body main section.carrinho .form input,
  body main section.carrinho .form select,
  body main section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body main section.carrinho .cta-primary.transparent {
  color: #007F32;
  background: transparent;
  border: 1px solid;
}
body main section.carrinho .cta-primary.transparent:hover {
  background-color: #007F32;
  color: white;
}
body main section.single-product {
  padding-top: 50px;
}
body main section.single-product .foto-produto-main {
  width: 370px;
  height: 380px;
  display: block;
}
@media (max-width: 991px) {
  body main section.single-product .foto-produto-main {
    width: 100%;
    max-width: 431px;
    height: 280px;
  }
}
@media (max-width: 991px) {
  body main section.single-product {
    padding-top: 20px;
  }
}
body main section.single-product h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #045926;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  body main section.single-product h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 33px;
  }
}
body main section.single-product .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  min-height: 85px;
}
@media (max-width: 991px) {
  body main section.single-product .description {
    min-height: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body main section.single-product hr.primeira {
  margin-top: 30px;
  margin-bottom: 25px;
  border-color: #B7B7B7;
}
body main section.single-product h1,
body main section.single-product .description {
  max-width: 504px;
}
@media (max-width: 991px) {
  body main section.single-product h1,
  body main section.single-product .description {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
body main section.single-product .owl-dots {
  margin: auto;
  display: table;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.single-product .owl-dots {
    margin-top: 10px;
    margin-bottom: 25px;
    transform: scale(0.8);
  }
}
@media (min-width: 992px) {
  body main section.single-product .owl-dots {
    display: none;
  }
}
body main section.single-product .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.single-product .owl-dots button.active {
  background: #505050;
}
body main section.single-product .cta-primary {
  max-width: 370px;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #473804;
  margin-top: 0;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.single-product .cta-primary {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.single-product .cta-primary:hover {
  color: white;
}
body main section.single-product .cta-primary.pre-cart:hover {
  background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
  color: white;
}
body main section.single-product .cta-primary.pre-cart:hover .cart {
  background: #ffc909;
}
body main section.single-product .cta-primary.pre-cart:hover .cart .count {
  color: white;
}
body main section.single-product .cta-primary .cart {
  position: relative;
  border-radius: 100%;
  background: #007F32;
  width: 34px;
  height: 34px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body main section.single-product .cta-primary .cart .icon {
  width: 18px;
  height: 18px;
}
body main section.single-product .cta-primary .cart img {
  transition: 0.2s;
  width: auto;
}
body main section.single-product .cta-primary .cart .count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: -2px;
  right: -4px;
  transition: 0.6s;
  background: #002E12;
  box-shadow: 0px 1.81089px 3.62178px rgba(0, 0, 0, 0.31);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 14.8764px;
  line-height: 19px;
  color: #007F32;
}
body main section.single-product .cta-primary .cart .count img {
  width: 8px;
  height: 8px;
}
body main section.single-product .cta-primary.wpp {
  background: #008C37;
  color: white;
}
body main section.single-product .cta-primary.wpp:hover {
  background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
  color: #fff;
}
body main section.single-product .cta-primary.orcamento {
  background: #C51010;
  color: white;
  margin-bottom: 0;
}
body main section.single-product .cta-primary.orcamento:hover {
  color: #473804;
  background: #ffc909;
}
body main section.single-product .owl-produto {
  background: #ffffff;
  border: 0.859283px solid #d7d7d7;
  border-radius: 4.29642px;
  width: 370px;
  height: 380px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.single-product .owl-produto {
    width: 100%;
    max-width: 431px;
    height: 280px;
    margin: auto;
    margin-bottom: 10px;
  }
}
body main section.single-product .owl-produto .foto-principal {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 20px;
  -o-object-position: center;
     object-position: center;
}
body main section.single-product .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin-left: 3%;
}
body main section.single-product .owl-nav button {
  margin-top: -380px;
  position: relative;
}
body main section.single-product .owl-nav button img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.single-product .owl-nav button {
    margin-top: -280px;
  }
}
body main section.single-product .owl-dots {
  margin: auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 40px;
}
body main section.single-product .owl-dots button {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.single-product .owl-dots button.active {
  background: #ffc909;
}
@media (min-width: 992px) {
  body main section.single-product .owl-produto-bitmaps {
    width: 331px;
    transform: rotate(90deg);
    margin-top: 106px;
  }
}
body main section.single-product .owl-produto-bitmaps .owl-item .item {
  width: 92px !important;
  height: 102px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.single-product .owl-produto-bitmaps .owl-item .item {
    width: 80px !important;
    height: 60.07px;
  }
}
body main section.single-product .owl-produto-bitmaps .owl-item .item img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  height: 100%;
}
@media (min-width: 992px) {
  body main section.single-product .owl-produto-bitmaps .owl-item .item img {
    transform: rotate(-90deg);
  }
}
body main section.single-product .ctas-area {
  margin-left: 0;
}
body main section.single-product .preco {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #007F32;
}
body main section.single-product .preco span.vreal {
  font-weight: 500;
  font-size: 14.6218px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #939393;
  display: block;
  text-align: left;
  margin-top: 5px;
}
body main section.single-product .preco span.vreal span {
  font-weight: 500;
  font-size: 7.35401px;
  line-height: 9px;
  text-decoration-line: line-through;
  color: #939393;
}
body main section.single-product .preco span.vpromo {
  text-align: left;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #0E0E0E;
  margin-bottom: 5px;
  display: block;
}
body main section.single-product .preco span.vpromo span {
  font-weight: 700;
  font-size: 14.5855px;
  line-height: 18px;
  color: #0E0E0E;
}
body main section.single-product .v-entregue {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  display: block;
}
@media (max-width: 991px) {
  body main section.single-product .v-entregue {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.single-product h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #ffc909;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.single-product h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
  }
}
body main section.single-product .item-contact h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #007F32;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.single-product .item-contact h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
body main section.single-product select {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 2px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #707070;
  height: 48px;
  padding-left: 16px;
  background-color: transparent;
  background-size: 18px;
}
@media (max-width: 991px) {
  body main section.single-product select {
    height: 44px;
    font-size: 14px;
    background-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.single-product a.conheca {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #707070;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.single-product a.conheca {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;
  }
}
body main section.single-product a.conheca:hover {
  color: #ffc909;
}
@media (min-width: 992px) {
  body main section.single-product .flex-95 {
    flex: 0.95;
  }
  body main section.single-product .flex-75 {
    flex: 0.79;
  }
  body main section.single-product .flex-1 {
    flex: 1;
  }
}
body main section.single-product .box-icones-destaque {
  min-height: 120px;
  background: #002E12;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 80px;
  margin-bottom: 77px;
}
@media (max-width: 991px) {
  body main section.single-product .box-icones-destaque {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
body main section.single-product .box-icones-destaque br + br {
  display: none;
}
body main section.single-product .box-icones-destaque .icone {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 67px;
  height: 68px;
  margin-right: 11px;
  transition: 0.7s;
}
@media (max-width: 991px) {
  body main section.single-product .box-icones-destaque .icone {
    width: 40px;
    height: 40px;
  }
}
body main section.single-product .box-icones-destaque .icone:hover {
  transform: translateY(-3px);
}
body main section.single-product .box-icones-destaque .desc {
  font-weight: 700;
  font-size: 20.0261px;
  line-height: 24px;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.single-product .box-icones-destaque .desc {
    font-size: 15px;
  }
}
body main section.single-product .box-icones-destaque .desc:hover {
  color: #ffc909;
}
body main section.single-product hr.divisor {
  margin-top: 75px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.single-product hr.divisor {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
body main section.single-product .box-info {
  background: #ffffff;
  padding-top: 25px;
  border-radius: 5px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.single-product .box-info {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
body main section.single-product .box-info .desc-padrao {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  padding-left: 50px;
  padding-right: 45px;
  padding-bottom: 35px;
}
body main section.single-product .box-info h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #045926;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #B7B7B7;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.6s;
}
body main section.single-product .box-info h2:hover {
  color: #ffc909;
}
body main section.single-product .box-info h2 i {
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.single-product .box-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
body main section.single-product .box-info td {
  padding-left: 50px;
  min-height: 64px;
  display: flex;
  align-items: center;
}
body main section.single-product .box-info td strong {
  flex: 0 0 30%;
  padding-right: 10px;
}
@media (max-width: 991px) {
  body main section.single-product .box-info td {
    min-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 15px;
  }
  body main section.single-product .box-info td strong {
    flex-basis: 40%;
  }
}
body main section.single-product table tr:last-of-type {
  border-color: transparent;
}
body main section.single-product .item-contato {
  width: 446px;
  min-height: 784px;
  background: url("../image/produtos/bg-direita.png");
  background-size: 100% 100%;
  border-radius: 5px;
  float: right;
  text-align: left;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.single-product .item-contato {
    width: 100%;
    max-width: 369px;
    margin: auto;
    margin-top: 60px;
    padding: 25px;
    float: unset;
    background: linear-gradient(273deg, #007F32 15.37%, #003D18 95.97%);
    min-height: 0;
    padding-bottom: 30px;
  }
}
body main section.single-product .item-contato h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 415px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.single-product .item-contato h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
body main section.single-product .item-contato .telefones {
  text-align: left;
  display: block;
  margin-left: 20px;
  margin-bottom: 38px;
}
body main section.single-product .item-contato .telefones:last-child {
  margin-bottom: 0;
}
body main section.single-product section.quem-viu {
  background: url("../image/produtos/bg-outros.png");
  padding-top: 168px;
  padding-bottom: 64px;
  margin-top: 85px;
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.single-product section.quem-viu {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body main section.single-product section.quem-viu .owl-nav {
    width: 100%;
    margin-left: 0;
  }
  body main section.single-product section.quem-viu .owl-nav button {
    margin-top: -475px;
  }
}
body main section.single-product section.quem-viu h2.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #003D18;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.single-product section.quem-viu h2.title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
body main section.single-product section.quem-viu h2.title strong {
  font-weight: 700;
}
body main section.contato,
body main section.trabalhe-conosco {
  min-height: 0;
  background: transparent;
  padding-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 0;
  padding-top: 0;
  /*
  button {
      padding: 12px;
      padding-left: 33px;
      padding-right: 33px;
      background-color: $amarelo;
      line-height: 22px;
      text-align: center;
      font-weight: 700;
      font-size: 17px;
      line-height: 20px;
      color: $azul1;
      margin: 0 auto;
      outline: 0;
      border: 0;
      border-radius: 5.12684px;
      margin-top: 20px;
      float: right;
      transition: 0.6s;

      float: unset;
      color: white;
      img{
          transition: 0.6s;
      }
      &:hover{
          background-color: $azul1;
          color: #fff;
          img{
              filter: contrast(0) brightness(10);
          }
      }
  }*/
  position: relative;
  /*************
  NOVO*******/
}
@media (max-width: 991px) {
  body main section.contato,
  body main section.trabalhe-conosco {
    padding-bottom: 70px !important;
  }
  body main section.contato .telefones .row,
  body main section.trabalhe-conosco .telefones .row {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  body main section.contato input[type=text], body main section.contato input[type=mail],
  body main section.trabalhe-conosco input[type=text],
  body main section.trabalhe-conosco input[type=mail] {
    min-height: 45px;
  }
}
body main section.contato.revendedor,
body main section.trabalhe-conosco.revendedor {
  padding-top: 60px;
}
@media (max-width: 991px) {
  body main section.contato.revendedor,
  body main section.trabalhe-conosco.revendedor {
    padding-top: 40px;
  }
}
body main section.contato.revendedor .owl-carousel,
body main section.trabalhe-conosco.revendedor .owl-carousel {
  margin-top: 50px;
}
@media (max-width: 991px) {
  body main section.contato.revendedor .owl-carousel,
  body main section.trabalhe-conosco.revendedor .owl-carousel {
    margin-top: 20px;
  }
}
body main section.contato span,
body main section.trabalhe-conosco span {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #939393;
  display: block;
  margin-bottom: 5px;
}
body main section.contato .concordo,
body main section.trabalhe-conosco .concordo {
  top: 0;
  width: unset;
  min-height: 0;
}
body main section.contato .concordo label,
body main section.trabalhe-conosco .concordo label {
  font-weight: 300;
  font-size: 14px !important;
  line-height: 21px;
  color: #fff;
  margin-bottom: 0;
}
body main section.contato .box,
body main section.trabalhe-conosco .box {
  background: #004119;
  border-radius: 5px;
  width: 635px;
  padding-top: 100px;
  padding-bottom: 35px;
  padding-right: 70px;
  padding-left: 65px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-left: -17px;
  position: relative;
  z-index: 3;
}
body main section.contato .box.mg,
body main section.trabalhe-conosco .box.mg {
  margin-top: 100px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.contato .box.mg,
  body main section.trabalhe-conosco .box.mg {
    padding-top: 35px;
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  body main section.contato .box,
  body main section.trabalhe-conosco .box {
    width: 100%;
    max-width: 768px;
    padding: 25px;
    padding-left: 22px;
    padding-right: 20px;
    margin: auto;
    border-radius: 5px;
  }
}
body main section.contato .breadcrumb,
body main section.trabalhe-conosco .breadcrumb {
  margin-top: 0 !important;
}
body main section.contato.trabalhe,
body main section.trabalhe-conosco.trabalhe {
  background-image: url("../image/infonew/pg/bg-trabalhe.png");
}
@media (max-width: 991px) {
  body main section.contato,
  body main section.trabalhe-conosco {
    min-height: 0;
    padding: 25px 0;
    padding-top: 25px;
    background: #F4F7F4;
  }
  body main section.contato .form-select,
  body main section.trabalhe-conosco .form-select {
    padding-top: 0;
  }
}
body main section.contato a.box,
body main section.trabalhe-conosco a.box {
  padding-top: 0;
  margin-top: 0;
  font-size: 17px;
  color: black;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.contato a.box,
  body main section.trabalhe-conosco a.box {
    font-size: 14px;
  }
}
body main section.contato a.box img,
body main section.trabalhe-conosco a.box img {
  width: 27px;
  margin-right: 12px;
}
body main section.contato .container,
body main section.trabalhe-conosco .container {
  position: relative;
}
body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
  width: 51%;
}
body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
  position: absolute;
  left: -35px;
  top: 20px;
}
body main section.contato .end,
body main section.trabalhe-conosco .end {
  justify-content: space-between;
}
body main section.contato .end .col-lg-5,
body main section.trabalhe-conosco .end .col-lg-5 {
  width: 38%;
  padding-right: 0;
  padding: 0;
}
body main section.contato .end .col-lg-3,
body main section.trabalhe-conosco .end .col-lg-3 {
  min-width: 180px;
}
body main section.contato .end .col-lg-3 .col,
body main section.trabalhe-conosco .end .col-lg-3 .col {
  font-size: 17px;
}
body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
  padding: 0;
  margin-left: -30px;
}
body main section.contato .end .col-lg-3.last,
body main section.trabalhe-conosco .end .col-lg-3.last {
  padding: 0;
}
body main section.contato .end .col-lg-3.last .box,
body main section.trabalhe-conosco .end .col-lg-3.last .box {
  margin-left: -12px;
}
body main section.contato .end .cta-orange,
body main section.trabalhe-conosco .end .cta-orange {
  background: none !important;
  position: relative;
  left: -5px;
}
body main section.contato .end .col,
body main section.trabalhe-conosco .end .col {
  padding: 0;
}
body main section.contato .row.detalhes,
body main section.trabalhe-conosco .row.detalhes {
  background: #0d5a3b;
  border-radius: 0px 0px 20px 20px;
  color: white;
  padding-bottom: 22px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
body main section.contato .col-lg-3 strong,
body main section.trabalhe-conosco .col-lg-3 strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #000000;
}
body main section.contato .col-lg-3 .col,
body main section.trabalhe-conosco .col-lg-3 .col {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
body main section.contato .ajude h3,
body main section.trabalhe-conosco .ajude h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #007F32;
  text-align: left;
  margin-bottom: 10px;
  max-width: 485px;
}
@media (max-width: 991px) {
  body main section.contato .ajude h3,
  body main section.trabalhe-conosco .ajude h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
body main section.contato .ajude p,
body main section.trabalhe-conosco .ajude p {
  max-width: 590px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  margin-bottom: 22px;
}
body main section.contato .item,
body main section.trabalhe-conosco .item {
  width: 635px;
  min-height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 95px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.contato .item,
  body main section.trabalhe-conosco .item {
    width: 100%;
    max-width: 655px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 20px;
    padding: 5px;
  }
  body main section.contato .item .hey,
  body main section.trabalhe-conosco .item .hey {
    z-index: 5;
    font-weight: 600;
    color: white;
    font-size: 18px;
  }
}
body main section.contato .item img.banner,
body main section.trabalhe-conosco .item img.banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: -1;
}
@media (max-width: 991px) {
  body main section.contato .item img.banner,
  body main section.trabalhe-conosco .item img.banner {
    z-index: 1;
  }
}
body main section.contato h2,
body main section.trabalhe-conosco h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #FFC909;
  margin-bottom: 60px;
}
body main section.contato h2.alterado,
body main section.trabalhe-conosco h2.alterado {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.contato h2,
  body main section.trabalhe-conosco h2 {
    margin-bottom: 20px;
  }
}
body main section.contato h2 strong,
body main section.trabalhe-conosco h2 strong {
  display: block;
}
body main section.contato p,
body main section.trabalhe-conosco p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
body main section.contato p.principal,
body main section.trabalhe-conosco p.principal {
  max-width: 767px;
  margin: 0 auto;
  margin-bottom: 63px;
}
body main section.contato iframe,
body main section.trabalhe-conosco iframe {
  width: 100%;
}
body main section.contato label,
body main section.trabalhe-conosco label {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.contato label,
  body main section.trabalhe-conosco label {
    margin-bottom: 3px;
  }
}
body main section.contato input[type=radio],
body main section.trabalhe-conosco input[type=radio] {
  width: auto;
  margin: 0;
  padding: 0;
  min-height: 0;
}
body main section.contato label.yes,
body main section.trabalhe-conosco label.yes {
  margin-bottom: 0;
  line-height: 13px;
}
body main section.contato input,
body main section.contato select,
body main section.contato textarea,
body main section.trabalhe-conosco input,
body main section.trabalhe-conosco select,
body main section.trabalhe-conosco textarea {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
  width: 100%;
  color: black;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.contato input,
  body main section.contato select,
  body main section.contato textarea,
  body main section.trabalhe-conosco input,
  body main section.trabalhe-conosco select,
  body main section.trabalhe-conosco textarea {
    margin-bottom: 10px;
  }
}
body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder, body main section.contato textarea::-moz-placeholder, body main section.trabalhe-conosco input::-moz-placeholder, body main section.trabalhe-conosco select::-moz-placeholder, body main section.trabalhe-conosco textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: dimgray;
}
body main section.contato input::placeholder,
body main section.contato select::placeholder,
body main section.contato textarea::placeholder,
body main section.trabalhe-conosco input::placeholder,
body main section.trabalhe-conosco select::placeholder,
body main section.trabalhe-conosco textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: dimgray;
}
body main section.contato textarea,
body main section.trabalhe-conosco textarea {
  margin-bottom: 10px;
}
body main section.contato img.contato,
body main section.trabalhe-conosco img.contato {
  margin-left: -50px;
}
@media (max-width: 991px) {
  body main section.contato img.contato,
  body main section.trabalhe-conosco img.contato {
    width: 50%;
    max-width: 595px;
    margin: auto;
    display: block;
  }
}
body main section.contato hr.menor,
body main section.trabalhe-conosco hr.menor {
  margin-top: -7px;
  margin-bottom: 26px;
}
body main section.contato h3,
body main section.trabalhe-conosco h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  color: #007F32;
  margin-bottom: 30px;
}
body main section.contato h3.bolder,
body main section.trabalhe-conosco h3.bolder {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #004119;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.contato h3.bolder,
  body main section.trabalhe-conosco h3.bolder {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body main section.contato h3,
  body main section.trabalhe-conosco h3 {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.contato button,
body main section.trabalhe-conosco button {
  border: none;
  outline: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body main section.contato .col-lg-11,
  body main section.trabalhe-conosco .col-lg-11 {
    flex-direction: column !important;
  }
  body main section.contato .fale-especialista,
  body main section.trabalhe-conosco .fale-especialista {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .duvidas,
  body main section.trabalhe-conosco .duvidas {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .end .col-lg-3.first,
  body main section.trabalhe-conosco .end .col-lg-3.first {
    margin-left: -12px !important;
  }
  body main section.contato .right-c,
  body main section.trabalhe-conosco .right-c {
    width: 90%;
    margin: 0 auto;
  }
  body main section.contato .right-c .col-lg-4,
  body main section.trabalhe-conosco .right-c .col-lg-4 {
    margin-bottom: 10px;
  }
  body main section.contato .col-lg-11 .col-lg-5,
  body main section.trabalhe-conosco .col-lg-11 .col-lg-5 {
    width: 90%;
    margin: 0 auto;
  }
}
body main section.contato .sele,
body main section.trabalhe-conosco .sele {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #ee6f32;
}
body main section.contato .mx,
body main section.trabalhe-conosco .mx {
  width: 109%;
  margin-left: -20px;
  color: white;
  background: #116d92;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
}
body main section.contato .mx .col-lg-4,
body main section.trabalhe-conosco .mx .col-lg-4 {
  padding: 0;
  margin: 0;
  width: 150px;
}
body main section.contato .mx h4,
body main section.trabalhe-conosco .mx h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
body main section.contato .mx p,
body main section.trabalhe-conosco .mx p {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 18px;
  margin-bottom: 0;
}
body main section.contato .mx img,
body main section.trabalhe-conosco .mx img {
  width: 43px;
}
body main section.contato .align-items-right,
body main section.trabalhe-conosco .align-items-right {
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 15px;
}
body main section.contato .selecione,
body main section.trabalhe-conosco .selecione {
  display: inline-block;
  background: #ffc909;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
body main section.contato .selecione:hover,
body main section.trabalhe-conosco .selecione:hover {
  background: #007F32;
}
body main section.contato .flex-box,
body main section.trabalhe-conosco .flex-box {
  display: flex;
}
body main section.contato .name-file,
body main section.trabalhe-conosco .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .box .col-lg-6,
body main section.trabalhe-conosco .box .col-lg-6 {
  position: relative;
}
body main section.contato .box .col-lg-6.yellow:before,
body main section.trabalhe-conosco .box .col-lg-6.yellow:before {
  background: #ffb800;
  content: "UNIDADE 1 - MATRIZ";
}
body main section.contato .box .col-lg-6.blue:before,
body main section.trabalhe-conosco .box .col-lg-6.blue:before {
  background: #1198ce;
  content: "UNIDADE 2 - MATRIZ";
}
body main section.contato .box .col-lg-6:before,
body main section.trabalhe-conosco .box .col-lg-6:before {
  width: 200px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
body main section.contato input[type=checkbox],
body main section.trabalhe-conosco input[type=checkbox] {
  display: inline;
  width: 18px;
  height: 18px;
  background: #dcdcdc !important;
  fill: #dcdcdc;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
  min-height: 0;
  top: unset;
  width: unset;
  height: unset;
}
body main section.contato .single,
body main section.trabalhe-conosco .single {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 991px) {
  body main section.contato .solicite,
  body main section.trabalhe-conosco .solicite {
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 55px !important;
    margin-bottom: 8px !important;
  }
  body main section.contato form .col.d-flex,
  body main section.trabalhe-conosco form .col.d-flex {
    flex-direction: column;
  }
  body main section.contato form .col.d-flex .col-lg-5,
  body main section.contato form .col.d-flex .col-lg-6,
  body main section.trabalhe-conosco form .col.d-flex .col-lg-5,
  body main section.trabalhe-conosco form .col.d-flex .col-lg-6 {
    width: 100%;
  }
  body main section.contato h2,
  body main section.trabalhe-conosco h2 {
    line-height: 35px;
  }
  body main section.contato h1,
  body main section.contato h2,
  body main section.trabalhe-conosco h1,
  body main section.trabalhe-conosco h2 {
    font-size: 24px !important;
    line-height: 24px;
  }
  body main section.contato p,
  body main section.contato label,
  body main section.contato button,
  body main section.trabalhe-conosco p,
  body main section.trabalhe-conosco label,
  body main section.trabalhe-conosco button {
    font-size: 15px !important;
    line-height: 22px;
  }
}
body main section.contato .text-pagina h1,
body main section.trabalhe-conosco .text-pagina h1 {
  margin-top: 69px;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #045926;
  margin-bottom: 5px;
  max-width: 525px;
}
@media (max-width: 991px) {
  body main section.contato .text-pagina h1,
  body main section.trabalhe-conosco .text-pagina h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.contato .text-pagina p,
body main section.trabalhe-conosco .text-pagina p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #1E1E1E;
  max-width: 525px;
}
body main section.contato .text-pagina .owl-carousel,
body main section.trabalhe-conosco .text-pagina .owl-carousel {
  margin-bottom: 35px;
}
body main section.contato .text-pagina .owl-carousel .owl-nav,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  position: relative;
  margin-left: -55px;
}
body main section.contato .text-pagina .owl-carousel .owl-nav .owl-next,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-nav .owl-next {
  visibility: hidden;
}
body main section.contato .text-pagina .owl-carousel .owl-nav.disabled,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-nav.disabled {
  display: none;
}
body main section.contato .text-pagina .owl-carousel .owl-nav button,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-nav button {
  margin-top: -295px;
}
body main section.contato .text-pagina .owl-carousel .owl-nav button img,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-nav button img {
  filter: unset;
}
@media (max-width: 991px) {
  body main section.contato .text-pagina .owl-carousel .owl-nav button,
  body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-nav button {
    margin-top: -210px;
    position: relative;
  }
}
body main section.contato .text-pagina .owl-carousel .owl-dots,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.contato .text-pagina .owl-carousel .owl-dots,
  body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
body main section.contato .text-pagina .owl-carousel .owl-dots button,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.contato .text-pagina .owl-carousel .owl-dots button.active,
body main section.trabalhe-conosco .text-pagina .owl-carousel .owl-dots button.active {
  background: #002E12;
}
body main section.contato .text-pagina .foto,
body main section.trabalhe-conosco .text-pagina .foto {
  width: 369px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.contato .text-pagina .foto,
  body main section.trabalhe-conosco .text-pagina .foto {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 369px;
  }
}
body main section.contato .box-canais,
body main section.trabalhe-conosco .box-canais {
  background: #FFFFFF;
  border-radius: 10px 0px 0px 10px;
  padding-left: 85px;
  padding-bottom: 45px;
  padding-top: 80px;
  padding-right: 66px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.contato .box-canais,
  body main section.trabalhe-conosco .box-canais {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    margin-top: 60px;
  }
}
body main section.contato .box-canais h2,
body main section.trabalhe-conosco .box-canais h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #007F32;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.contato .box-canais h2,
  body main section.trabalhe-conosco .box-canais h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.contato .box-canais .canais,
body main section.trabalhe-conosco .box-canais .canais {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -65px;
}
@media (max-width: 991px) {
  body main section.contato .box-canais .canais,
  body main section.trabalhe-conosco .box-canais .canais {
    transform: scale(0.8);
  }
}
body main section.contato .wg-pre,
body main section.trabalhe-conosco .wg-pre {
  background: #fff;
  width: 236px;
  height: 154.79px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}
@media (max-width: 991px) {
  body main section.contato .wg-pre,
  body main section.trabalhe-conosco .wg-pre {
    transform: scale(0.6);
    margin-top: -30px;
  }
}
body main section.contato .wg-pre .wg,
body main section.trabalhe-conosco .wg-pre .wg {
  transition: 0.6s;
}
body main section.contato .wg-pre .wg:hover,
body main section.trabalhe-conosco .wg-pre .wg:hover {
  animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
body main section.contato .orcar h2,
body main section.trabalhe-conosco .orcar h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #FFC909;
  margin-bottom: 10px;
  text-align: left;
}
body main section.contato .orcar p,
body main section.trabalhe-conosco .orcar p {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
body main section.contato .box-onde-estamos,
body main section.trabalhe-conosco .box-onde-estamos {
  margin-top: 80px;
}
body main section.contato .box-onde-estamos h3,
body main section.trabalhe-conosco .box-onde-estamos h3 {
  text-align: center;
  margin-bottom: 20px;
}
body main section.contato .box-onde-estamos .item-x,
body main section.trabalhe-conosco .box-onde-estamos .item-x {
  width: 369px;
  height: 338px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 46px;
  padding-right: 46px;
  margin: auto;
  border-radius: 5px;
  flex-direction: column;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.contato .box-onde-estamos .item-x,
  body main section.trabalhe-conosco .box-onde-estamos .item-x {
    width: 100%;
    max-width: 369px;
    margin: auto;
    border-radius: 5px;
    transform: scale(0.9);
    margin-top: -20px;
  }
}
body main section.contato .box-onde-estamos .item-x:before,
body main section.trabalhe-conosco .box-onde-estamos .item-x:before {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transition: 0.6s;
  border-radius: 5px;
}
body main section.contato .box-onde-estamos .item-x .cover,
body main section.trabalhe-conosco .box-onde-estamos .item-x .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  transition: 0.6s;
  border-radius: 5px;
}
body main section.contato .box-onde-estamos .item-x .local,
body main section.trabalhe-conosco .box-onde-estamos .item-x .local {
  display: block;
  margin: 0;
  margin-bottom: 25px;
  transition: 0.6s;
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
}
body main section.contato .box-onde-estamos .item-x h5,
body main section.trabalhe-conosco .box-onde-estamos .item-x h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.6s;
  position: relative;
  z-index: 2;
}
body main section.contato .box-onde-estamos .item-x a.tracar,
body main section.trabalhe-conosco .box-onde-estamos .item-x a.tracar {
  text-decoration: underline;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.6s;
  opacity: 0;
  position: relative;
  z-index: 2;
}
body main section.contato .box-onde-estamos .item-x:hover,
body main section.trabalhe-conosco .box-onde-estamos .item-x:hover {
  background: #007F32;
  justify-content: end;
}
body main section.contato .box-onde-estamos .item-x:hover:before,
body main section.trabalhe-conosco .box-onde-estamos .item-x:hover:before {
  opacity: 0;
}
body main section.contato .box-onde-estamos .item-x:hover .cover,
body main section.trabalhe-conosco .box-onde-estamos .item-x:hover .cover {
  z-index: 1;
  width: 80%;
  height: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body main section.contato .box-onde-estamos .item-x:hover .local,
body main section.trabalhe-conosco .box-onde-estamos .item-x:hover .local {
  position: absolute;
  top: 10px;
  transform: scale(0.6);
}
body main section.contato .box-onde-estamos .item-x:hover h5,
body main section.trabalhe-conosco .box-onde-estamos .item-x:hover h5 {
  font-size: 17px;
  top: -15px;
}
body main section.contato .box-onde-estamos .item-x:hover .tracar,
body main section.trabalhe-conosco .box-onde-estamos .item-x:hover .tracar {
  opacity: 1;
  top: -17px;
}
body main section.contato .box-onde-estamos .owl-nav,
body main section.trabalhe-conosco .box-onde-estamos .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 120%;
  margin-left: -10%;
  margin-top: 20px;
}
body main section.contato .box-onde-estamos .owl-nav.disabled,
body main section.trabalhe-conosco .box-onde-estamos .owl-nav.disabled {
  display: none;
}
body main section.contato .box-onde-estamos .owl-nav button,
body main section.trabalhe-conosco .box-onde-estamos .owl-nav button {
  margin-top: -340px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.contato .box-onde-estamos .owl-nav button,
  body main section.trabalhe-conosco .box-onde-estamos .owl-nav button {
    margin-top: -210px;
    position: relative;
  }
}
body main section.contato .box-onde-estamos .owl-carousel,
body main section.trabalhe-conosco .box-onde-estamos .owl-carousel {
  max-width: 430px;
  margin: auto;
  display: block;
}
body main section.contato .box-onde-estamos .owl-dots,
body main section.trabalhe-conosco .box-onde-estamos .owl-dots {
  margin: auto;
  display: table;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.contato .box-onde-estamos .owl-dots,
  body main section.trabalhe-conosco .box-onde-estamos .owl-dots {
    margin-top: 0;
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
body main section.contato .box-onde-estamos .owl-dots button,
body main section.trabalhe-conosco .box-onde-estamos .owl-dots button {
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body main section.contato .box-onde-estamos .owl-dots button.active,
body main section.trabalhe-conosco .box-onde-estamos .owl-dots button.active {
  background: #002E12;
}
body main section.contato .media,
body main section.trabalhe-conosco .media {
  width: 80px;
  margin: auto;
}
body main section.contato .media a,
body main section.trabalhe-conosco .media a {
  transition: 0.6s;
}
body main section.contato .media a img.hover,
body main section.trabalhe-conosco .media a img.hover {
  display: none;
}
body main section.contato .media a:hover,
body main section.trabalhe-conosco .media a:hover {
  transform: translateY(-2px);
}
body main section.contato .media a:hover img:not(.hover),
body main section.trabalhe-conosco .media a:hover img:not(.hover) {
  display: none;
}
body main section.contato .media a:hover img.hover,
body main section.trabalhe-conosco .media a:hover img.hover {
  display: block !important;
}
body main section.contato .media a.yt,
body main section.trabalhe-conosco .media a.yt {
  margin-left: -2px;
}
body main section.duvidas {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 35px 0;
    padding-top: 30px;
  }
}
body main section.duvidas h2.titulo {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #007F32;
  margin-bottom: 50px;
}
body main section.duvidas .duvidas-area {
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  padding-left: 44px;
  padding-right: 44px;
  margin-top: -29px;
  padding-top: 44px;
  padding-bottom: 35px;
  padding-top: 20px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.duvidas .duvidas-area {
    padding-left: 35px;
    padding-right: 30px;
  }
}
body main section.duvidas .col-lg-6 {
  z-index: 1;
}
body main section.duvidas .col-lg-8 .duvida .row {
  position: relative;
}
body main section.duvidas .col-lg-8 .col-11 {
  padding: 0;
}
body main section.duvidas .col-lg-8 .col-11 i {
  color: #424493;
  top: 6px;
  font-size: 25px;
  float: right;
  right: 0;
  position: absolute;
}
body main section.duvidas .in-duvidas {
  margin-bottom: 25px;
  position: relative;
  padding-top: 15px;
}
body main section.duvidas .in-duvidas:after {
  content: "";
  width: 116%;
  left: -8%;
  background: #ccc;
  height: 1px;
  position: absolute;
  display: block;
  margin-top: 10px;
}
body main section.duvidas .in-duvidas p, body main section.duvidas .in-duvidas .col-11, body main section.duvidas .in-duvidas i {
  position: relative;
  z-index: 2;
}
body main section.duvidas .duvida {
  display: block;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #002E12;
}
body main section.duvidas .duvida[aria-expanded=true] {
  color: #007F32;
}
body main section.duvidas .duvida[aria-expanded=true]:before {
  content: "";
  width: 115.9%;
  height: calc(100% + 28px);
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  background: #FAFAFA;
  margin-left: -8%;
  border-left: 7px solid #007F32;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.duvidas .duvida[aria-expanded=true]:before {
    border-left: 3px solid #007F32;
  }
}
@media (max-width: 991px) {
  body main section.duvidas .duvida {
    font-size: 20px;
    line-height: 30px;
  }
}
body main section.duvidas .duvida .col-11 {
  padding-left: 0;
}
body main section.duvidas .duvida i {
  color: #050462;
  top: 10px;
  position: relative;
  font-size: 18px;
  float: right;
  right: 0;
}
body main section.duvidas .resposta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
body main section.duvidas .resposta .in-resposta {
  margin-bottom: 10px;
  display: block;
}
body main section.duvidas h3.orange {
  background: #007F32;
  border-radius: 10px;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding-left: 54px;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
  padding-right: 44px;
  max-width: 369px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  body main section.duvidas h3.orange {
    font-size: 22px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  body main section.duvidas p {
    font-size: 16px;
  }
}
body main section.blog {
  padding-bottom: 70px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  body main section.blog {
    padding-top: 25px;
  }
  body main section.blog hr.hr-left {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
body main section.blog .descricao-page {
  margin-bottom: 55px;
  display: block;
}
@media (max-width: 991px) {
  body main section.blog .descricao-page {
    margin-bottom: 20px;
    display: block;
  }
}
body main section.blog .descricao-page h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #045926;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.blog .descricao-page h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
body main section.blog .descricao-page p {
  max-width: 530px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
}
@media (max-width: 991px) {
  body main section.blog .descricao-page p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
body main section.blog .card-blog {
  background: #FEFEFE;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  position: relative;
  max-width: 369px;
  margin: auto;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.blog .card-blog {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
body main section.blog .card-blog:hover .cover {
  transform: scale(1.28);
}
body main section.blog .card-blog:hover .botao {
  background: #007f32;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body main section.blog .card-blog:hover .botao img {
  filter: contrast(0) brightness(10);
}
body main section.blog .card-blog img.cover {
  width: 276px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
  margin: auto;
  top: -43px;
  position: relative;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.blog .card-blog img.cover {
    width: 260px;
    height: 150px;
    margin-bottom: 0;
  }
}
body main section.blog .card-blog h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #007F32;
  margin-bottom: 15px;
  min-height: 81px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.blog .card-blog h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    min-height: 0;
  }
}
body main section.blog .card-blog .desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
}
@media (max-width: 991px) {
  body main section.blog .card-blog .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
body main section.blog .card-blog .padding {
  padding-left: 20px;
  padding-right: 20px;
}
body main section.blog .card-blog hr {
  margin-bottom: 0;
}
body main section.blog .card-blog .botao {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: #007F32;
  height: 72px;
  line-height: 67px;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.blog .card-blog .botao {
    height: 50px;
    font-size: 14px;
    line-height: 45px;
  }
  body main section.blog .card-blog .botao img {
    transform: scale(0.85);
    margin-top: -1px;
  }
}
body main section.blog .card-blog .botao img {
  transition: 0.65s;
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #303030;
  margin-bottom: 5px;
  margin-top: 10px;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 19px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #002E12;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.blog-interna h1.titulo-blog,
  body main section.blog-interna h2.titulo-blog,
  body main section.blog-interna h3.titulo-blog,
  body main section.blog-interna h4.titulo-blog {
    font-size: 24px;
    line-height: 33px;
  }
}
body main section.blog-interna li.color-green {
  color: #007F32;
  text-decoration: underline;
}
@media (max-width: 991px) {
  body main section.blog-interna li.color-green {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
body main section.blog-interna .escrito h6 {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #002E12;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.blog-interna .escrito h6 {
    font-size: 16px;
  }
}
body main section.blog-interna .escrito h6 strong {
  font-weight: 700;
}
body main section.blog-interna .escrito span {
  background: #fff;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}
body main section.blog-interna .escrito span img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 100%;
}
body main section.blog-interna a, body main section.blog-interna strong {
  color: #007F32;
}
body main section.blog-interna h2, body main section.blog-interna h3, body main section.blog-interna h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  color: #303030;
}
@media (max-width: 991px) {
  body main section.blog-interna h2, body main section.blog-interna h3, body main section.blog-interna h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  max-height: 442px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog-interna h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 40px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #dedede;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #007F32;
}
body main section.blog-interna h4 span {
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.blog-interna h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  body main section.blog-interna h1,
  body main section.blog-interna h2 {
    font-size: 22px;
  }
  body main section.blog-interna h3,
  body main section.blog-interna h4 {
    font-size: 22px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #007F32;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #007F32;
  font-weight: 500;
  border-bottom: 1px dotted #007F32;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #007F32;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #007F32;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #007F32;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #007F32;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #007F32;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body footer section.footer {
  background-color: #ECF7FF;
  background-image: url("../image/rodape-bg.png");
  position: relative;
  min-height: 800px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  body footer section.footer {
    min-height: 0;
    background-image: none;
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  body footer section.footer .row > .col-lg-3, body footer section.footer .row > .col-lg-2 {
    flex: 1;
  }
}
body footer section.footer .row > .col-lg-5 {
  max-width: 500px;
}
body footer section.footer .wg {
  transition: 0.6s;
}
body footer section.footer .wg:hover {
  animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
body footer section.footer .telefones {
  margin-bottom: 25px;
  display: block;
}
body footer section.footer .media {
  width: 80px;
  margin-bottom: 40px;
}
body footer section.footer .media a {
  transition: 0.6s;
}
body footer section.footer .media a img.hover {
  display: none;
}
body footer section.footer .media a:hover {
  transform: translateY(-2px);
}
body footer section.footer .media a:hover img:not(.hover) {
  display: none;
}
body footer section.footer .media a:hover img.hover {
  display: block !important;
}
body footer section.footer .media a.yt {
  margin-left: -2px;
}
body footer section.footer h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #007F32;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body footer section.footer h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
body footer section.footer .links a {
  font-weight: 400;
  font-size: 17px;
  line-height: 179.52%;
  color: #202020;
  margin-bottom: 5px;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer .links a {
    font-size: 15px;
  }
}
body footer section.footer .links a:hover {
  color: #ffc909;
}
body footer section.footer form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  /* or 25px */
  color: #202020;
}
@media (max-width: 991px) {
  body footer section.footer form label {
    font-size: 13px;
  }
}
body footer section.footer form input {
  padding-left: 22px;
  height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body footer section.footer form input {
    height: 44px;
    margin-bottom: 5px;
  }
}
body footer section.footer form input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 179.52%;
  color: #878787;
}
body footer section.footer form input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 179.52%;
  color: #878787;
}
body footer section.footer form input[type=checkbox] {
  height: auto;
}
body footer section.footer form button {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 0;
  background: #007F32;
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer form button {
    height: 44px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body footer section.footer form button:hover {
  background: #ffc909;
}
body footer section.footer-copy {
  color: #fff;
  font-size: 16px;
  background: #212018;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 350px;
  max-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 15px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer section.barra-fixa-mobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  transition: 0.3s all;
  border-top: 2px solid #ffc909;
  background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.barra-fixa {
  position: fixed;
  z-index: 100;
  background: linear-gradient(90.76deg, #007F32 15.37%, #003D18 95.97%);
  padding: 10px 0;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
  border-top: 2px solid;
  border-width: 2px;
  border-color: #ffc909;
}
body footer section.barra-fixa .telefones {
  color: white;
}
body footer section.barra-fixa .telefones:hover {
  color: #ffc909;
}
body footer section.barra-fixa .telefones img {
  filter: contrast(0) brightness(10);
}
body footer section.barra-fixa.show {
  bottom: 0;
}
body footer section.barra-fixa .cta-primary {
  margin: auto;
}
body footer section.barra-fixa .cta-primary.orcamento {
  color: white;
  background: #C51010;
}
body footer section.barra-fixa .cta-primary.orcamento:hover {
  background: #ffc909;
  color: #473804;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer .menu-mobile {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  background: #003D18;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: black;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}