@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
.SumoGallery {
  z-index: 9999;
}

.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 */
.owl-carousel.owl-parceiros .owl-nav {
  position: absolute;
}
.owl-carousel.owl-parceiros .owl-dots {
  margin-top: 0 !important;
  z-index: 1;
  position: relative;
}
.owl-carousel .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  line-height: 0;
  width: 25px;
  height: 25px;
  color: #79872d;
  border: 1px solid;
  border-radius: 100%;
  font-size: 18px;
}
.owl-carousel .owl-nav button.owl-prev i.right,
.owl-carousel .owl-nav button.owl-next i.right {
  margin-left: 2px;
}
.owl-carousel .owl-nav button.owl-prev i.left,
.owl-carousel .owl-nav button.owl-next i.left {
  margin-right: 2px;
}
.owl-carousel .owl-nav button.owl-next {
  top: -100px;
  position: relative;
  right: -80px;
  float: right;
}
.owl-carousel .owl-nav button.owl-prev {
  top: -100px;
  position: relative;
  left: -80px;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-dots {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .owl-carousel .owl-dots .owl-dots {
    visibility: hidden;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  background-color: #c4c4c4;
  margin-right: 15px;
  border: none;
  outline: none;
  border-radius: 0%;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #9b9b9b;
}
.owl-carousel.idx img {
  width: -moz-min-content !important;
  width: min-content !important;
  margin: 0 auto !important;
  padding-bottom: 35px;
}

/*Globals by Paulo*/
img {
  -o-object-fit: cover;
     object-fit: cover;
}

.padrao-header {
  position: relative;
  z-index: 1;
  background-position: left;
  background-repeat: no-repeat;
  color: white;
}
.padrao-header:not(.min) {
  background-color: transparent;
  background-size: cover;
  min-height: 383px;
  padding-bottom: 30px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .padrao-header:not(.min) {
    padding: 20px 0;
    min-height: auto;
    background: #1F524D !important;
  }
}
.padrao-header.min {
  padding-top: 40px;
  padding-bottom: 25px;
  background: #318A21;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .padrao-header.min {
    padding-left: 10px;
  }
}
.padrao-header.min .breadcrumb.min {
  margin-bottom: 0;
}
.padrao-header .breadcrumb {
  text-transform: lowercase;
}
.padrao-header .breadcrumb:not(.min) {
  color: #ffb800;
  margin-bottom: 25px;
}
.padrao-header .breadcrumb:not(.min) a {
  color: #ffb800;
}
.padrao-header .breadcrumb.min {
  color: #fff;
  margin: 0;
  margin-bottom: 70px;
}
.padrao-header .breadcrumb.min a {
  color: #fff;
}
@media (max-width: 991px) {
  .padrao-header .breadcrumb.min {
    margin-bottom: 20px;
  }
}
.padrao-header .breadcrumb a {
  margin-left: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .padrao-header .breadcrumb a {
    font-size: 14px;
  }
}
.padrao-header.produto {
  background: #d9d9d9;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .padrao-header.produto {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}
.padrao-header.produto .breadcrumb {
  color: #5E5E5E;
}
.padrao-header.produto .breadcrumb a {
  color: #5E5E5E;
}
.padrao-header h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
}
.padrao-header h1 strong {
  color: #79872d;
}
.padrao-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding-top: 15px;
  max-width: 670px;
}
@media screen and (max-width: 991px) {
  .padrao-header {
    background-position: left;
  }
  .padrao-header h1 {
    font-size: 24px;
    line-height: initial;
  }
  .padrao-header p {
    line-height: initial;
    font-size: 16px;
    padding-top: 0;
  }
}

h2.last {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  z-index: 1;
  position: relative;
  /* identical to box height */
  text-align: center;
  color: #eeba30;
}
h2.last span {
  font-weight: 700;
  color: #069bdf;
}

.margin-auto {
  margin: 0 auto;
}

.cta-orange {
  width: 68px;
  height: 60px;
  background: url("../image/cta.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 2px;
  position: relative;
}

.cta-green-solid {
  width: 68px;
  height: 60px;
  background: url("../image/cta-green-solid-black.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 2px;
  position: relative;
}

.cta-green-solid-click {
  border: 0;
  outline: 0;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 19.3702px;
  line-height: 23px;
  color: #ffffff;
  background: #0c452e;
  border-radius: 8.80825px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cta-green-solid-click:hover {
  color: white;
}

.lightgreen {
  background-image: url("../image/cta-green-solid.png");
}

.cta-red {
  width: 68px;
  height: 62px;
  background: url("../image/cta-red.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 2px;
  position: absolute;
  left: -30px;
  top: -10px;
  line-height: 62px;
}
.cta-red.plus {
  position: relative !important;
  margin-left: -30px !important;
  left: 0 !important;
}

.cta-green,
.cta-orange-gradient {
  width: 68px;
  height: 62px;
  background: url("../image/cta-green.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 2px;
  position: relative;
}
.cta-green em,
.cta-orange-gradient em {
  position: absolute;
  right: 2px;
  top: -1px;
  background: #ee6f32;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
}
.cta-green img,
.cta-orange-gradient img {
  position: relative;
  left: 2px;
  top: 2px;
}

.cta.orange {
  background: #ee6f32;
  color: white;
  border-radius: 8.80825px;
  height: 48px;
  width: 238px;
  display: flex;
  line-height: 48px;
}
.cta.orange strong {
  font-weight: 700;
  font-size: 19.3702px;
  color: #ffffff;
  text-indent: -10px;
}

.cta-orange-gradient {
  display: inline-block;
  background-repeat: no-repeat;
  left: -8px;
  position: relative;
  top: -8px;
}
.cta-orange-gradient img {
  position: relative;
  left: -38px;
  top: 7px;
}

.cta-orange-gradient {
  background: url("../image/cta-orange.png");
  background-repeat: no-repeat;
}

.f-600 {
  font-weight: 600 !important;
}

.f-400 {
  font-weight: 400 !important;
}

.f-300 {
  font-weight: 300 !important;
}

.f-700 {
  font-weight: 700 !important;
}

a.box:not(.cta) {
  display: flex;
  align-items: center;
}
a.box:not(.cta):not(.cart, .budget) {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #ffffff;
}
a.box:not(.cta).cart, a.box:not(.cta).budget {
  font-weight: 700;
  font-size: 18.1593px;
  line-height: 22px;
}
a.box:not(.cta).cart {
  position: relative;
  border: 1px solid #ffb800;
  border-radius: 5.04424px;
  padding-right: 31px;
  font-weight: 700;
  color: #ffb800;
}
a.box:not(.cta).cart span {
  margin-right: 21px;
}
a.box:not(.cta).cart em {
  position: absolute;
  right: -15px;
  background: #ffb800;
  border-radius: 20px;
  width: 31px;
  height: 31px;
  top: -15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}
a.box:not(.cta).budget {
  border: 1px solid #dd1100;
  border-radius: 5.04424px;
  padding-right: 12px;
  font-weight: 700;
  color: #dd1100;
}
a.box:not(.cta) span {
  border-radius: 5.04424px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

.col-lg-3.padrao {
  min-width: 369px;
  padding: 0;
}
@media (max-width: 991px) {
  .col-lg-3.padrao {
    min-width: auto;
    max-width: 369px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .cta-green,
  .cta-orange-gradient {
    min-width: 58px;
    min-height: 52px;
    max-width: 58px;
    max-height: 52px;
    background-size: contain !important;
  }
  .cta-green-solid {
    width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  .cta-green-solid img {
    width: 14px;
    position: relative;
    left: 5px;
  }
  img.pt-4 {
    padding-top: 10px !important;
  }
  .cta-green-solid-click {
    font-size: 16px;
    margin-bottom: 0px;
  }
  /*.owl-nav {
      display: none !important;
      visibility: hidden;
  }*/
  section:not(.bg-section, .bg-above, .index-reforma-produtos-conteudo) {
    overflow: hidden;
  }
}
.cta-primary {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 26px;
  padding-right: 26px;
  text-transform: uppercase;
  background-color: #0b9ec4;
  clear: both;
  margin-top: 50px;
  display: block;
  max-width: 250px;
  border-radius: 10px;
}
.cta-primary.orange {
  color: #f3b60a;
  background-color: transparent;
  border: 3.7px solid #f3b60a;
}
@media screen and (max-width: 991px) {
  .cta-primary {
    font-size: 14px;
  }
}
.cta-primary:hover {
  color: white;
}

.call-cta {
  background: #f3b60a;
  padding-left: 26px;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-right: 22px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #332703;
}
@media screen and (max-width: 991px) {
  .call-cta {
    font-size: 14px;
    width: -moz-max-content;
    width: max-content;
  }
}
.call-cta img {
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .call-cta img {
    width: 20px;
    padding-right: 0;
    margin-right: 5px;
  }
}

.bg-section {
  padding-top: 38px;
  padding-bottom: 87px;
}
.bg-section.produtos-gamers {
  background-image: url("../image/mega-forte/sep-gamers.png");
  background-size: cover;
  background-position: left;
  margin-top: -2px;
}
.bg-section.produtos-servidores {
  background-image: url("../image/mega-forte/sep-servidores.png");
  background-size: cover;
  background-position: left;
}
.bg-section h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .bg-section h2 {
    font-size: 24px;
  }
}
.bg-section p {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  max-width: 696px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .bg-section p {
    font-size: 16px;
  }
}

.bg-above {
  background-image: url("../image/mega-forte/sep-produtos-bg.png");
  padding-bottom: 30px;
  background-color: #f5f5f5;
  background-size: cover;
}
.bg-above .owl-carousel {
  margin-top: -35px;
}
@media screen and (min-width: 991px) {
  .bg-above .owl-dots {
    visibility: hidden;
  }
}
.bg-above .owl-nav button.owl-prev,
.bg-above .owl-nav button.owl-next {
  color: #000;
  border-color: #000;
}

@media screen and (max-width: 991px) {
  section:not(.index-clientes-satisfeitos, .index-linha-produtos, .index-depoimentos, .single-product) .owl-carousel .owl-nav button.owl-next,
  section:not(.index-clientes-satisfeitos, .index-linha-produtos, .index-depoimentos, .single-product) .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  section.single-product .top-single-product .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  section.single-product .top-single-product .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
/*NOVAS*/
.cta.box {
  padding: 13.5px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  min-width: 236px;
  display: block;
  text-align: center;
  transition: 0.6s;
}
.cta.box img {
  transition: 0.6s;
}
.cta.box.no-w {
  min-width: auto;
}
.cta.box.menor {
  display: unset;
  text-align: unset;
  min-width: unset;
}
.cta.box.wpp {
  width: 50px;
  height: 50px;
  background-color: #279F09;
  border-radius: 8px;
}
.cta.box.wpp:hover {
  background-color: #166525;
}
.cta.box.cart {
  background: #1F524D;
  border-radius: 8px;
  width: 60px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta.box.cart:hover {
  background: #318E18;
}
.cta.box.black-bg {
  background-color: #173334;
}
.cta.box.black-bg:hover {
  background-color: #166525;
}
@media (max-width: 991px) {
  .cta.box {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.cta.box.m-auto {
  display: table;
  margin: auto;
}
.cta.box.white {
  color: white;
}
.cta.box.border-black {
  border: 1px solid #000000;
}
.cta.box.border-black:hover {
  background-color: #1F524D;
  color: white;
  border-color: #1F524D;
}
.cta.box.orange-ds {
  background-color: #FF7E20;
}
.cta.box.orange-ds:hover {
  background: #318E18;
  color: white;
}
.cta.box.orange-ds:hover img {
  filter: contrast(0) brightness(10);
}
.cta.box.black {
  color: #001D02;
}
.cta.box.transparente {
  background-color: transparent;
  border: 1px solid white;
}
.cta.box.transparente:hover {
  background-color: white;
  color: #1F524D;
}
.cta.box.transparente:hover.hover-darkgreen {
  color: #166525;
}
.cta.box img {
  vertical-align: text-top;
}
.cta.box.b-radius {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.cta.box.secundary {
  background-color: #1F524D;
}
.cta.box.secundary.img {
  min-width: 266px;
}
.cta.box.secundary.img img {
  vertical-align: sub;
}
.cta.box.secundary:hover {
  background-color: #166525;
}
.cta.box.bordered {
  border: 1px solid #42392a;
  color: #79872d;
}
.cta.box.bordered.padding {
  padding-left: 25px;
  padding-right: 25px;
}
.cta.box.darkgreen {
  background-color: #79872d;
}
.cta.box.yellow {
  background-color: #f7a832;
}
.cta.box.marrom {
  background-color: #42392a;
}
.cta.box.gradiente {
  background: linear-gradient(276.28deg, #ffb84f 17.25%, #e19523 65.84%);
}
.cta.box.gradiente.green {
  background: linear-gradient(133.5deg, #5e6a1c 27.49%, #90a714 87.01%);
}
@media (min-width: 991px) {
  .cta.box.gradiente {
    padding-left: 32px;
    padding-right: 30px;
  }
}
.cta.box.gradiente img {
  vertical-align: top;
}
@media (max-width: 991px) {
  .cta.box.gradiente img {
    width: 22px;
  }
}
.cta.box.green {
  background-color: #75A70A;
}

@media (min-width: 991px) {
  .flex-1 {
    flex: 1;
  }
  .flex-2 {
    flex: 2;
  }
  .flex-3 {
    flex: 3;
  }
  .flex-4 {
    flex: 4.25;
  }
}
.cta-default {
  font-size: 18px;
  line-height: 21px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .cta-default {
    font-size: 13px;
    line-height: 17px;
    max-width: 160px;
    display: flex;
    margin: 0 auto;
  }
  .cta-default img {
    width: 20px;
    margin-right: 5px;
  }
}
.cta-default.black {
  color: #232323;
}
.cta-default.white {
  color: white;
}
.cta-default.img-white:hover {
  color: white;
}
.cta-default.img-white img {
  filter: contrast(0) brightness(10);
}
.cta-default img {
  transition: 0.6s;
}
.cta-default:hover {
  color: #318E18;
}
.cta-default:hover img {
  transform: translateY(-2px);
}
.cta-default strong {
  font-weight: 600;
}
.cta-default span {
  font-weight: 400;
}

h2.padrao {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 35px;
}
h2.padrao.white {
  color: #FFFFFF;
}
h2.padrao.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  h2.padrao.mb-10 {
    margin-bottom: 15px;
  }
}
h2.padrao.mb-35 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  h2.padrao.mb-35 {
    margin-bottom: 15px;
  }
}
h2.padrao.mb-45 {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  h2.padrao.mb-45 {
    margin-bottom: 15px;
  }
}
h2.padrao.mb-25 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  h2.padrao.mb-25 {
    margin-bottom: 15px;
  }
}
h2.padrao.gradiente {
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  h2.padrao {
    font-size: 24px;
    line-height: 30px;
  }
}

p.padrao {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
}
p.padrao.w767 {
  max-width: 767px;
  margin: auto;
}
p.padrao.w677 {
  max-width: 767px;
  margin: auto;
}
@media (max-width: 991px) {
  p.padrao {
    font-size: 16px;
    line-height: 20px;
  }
}

.item-products-list {
  max-width: 305px;
  border-radius: 7px;
  margin: 0 auto;
  background-color: #ffffff;
}
.item-products-list:hover .item h2 {
  color: #318E18;
}
.item-products-list:hover .cover {
  transition: 1s;
  opacity: 0.85;
}
.item-products-list:hover .img {
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .item-products-list {
    max-width: 305px;
  }
}
.item-products-list .cover {
  height: 155px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: 1s;
}
.item-products-list .img {
  height: 141px;
  width: 141px !important;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  transition: 1s;
}
.item-products-list .img-unica {
  width: 205px !important;
  height: 194px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: block;
  margin: auto;
}
.item-products-list .item {
  padding-bottom: 30px;
  padding-top: 45px;
  padding-left: 19px;
  padding-right: 19px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item-products-list .item.pt-15 {
  padding-top: 15px;
}
.item-products-list .item h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #173334;
  margin-bottom: 10px;
  transition: 0.6s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 27px;
}
@media screen and (max-width: 991px) {
  .item-products-list .item h2 {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .item-products-list .item h2 {
    font-size: 22px;
  }
}
.item-products-list .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #232323;
  margin-bottom: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: "";
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .item-products-list .item p {
    height: auto;
  }
}
.item-products-list .item img {
  width: -moz-min-content;
  width: min-content;
  display: unset;
}
@media (max-width: 991px) {
  .item-products-list .item img {
    width: 22px;
  }
}

section.left-default {
  max-width: 369px;
  padding: 0;
}
section.left-default .categorias-menu a {
  font-weight: 400;
  font-size: 19px;
  line-height: 203.5%;
  color: #232323;
  transition: 0.6s;
}
section.left-default .categorias-menu a:hover, section.left-default .categorias-menu a.active {
  color: #318E18;
}
section.left-default .icones[aria-expanded=true] span img {
  opacity: 1;
}
section.left-default .icones[aria-expanded=true] span img + img {
  opacity: 0;
}
section.left-default .icones span {
  position: relative;
  width: 36px;
  height: 26px;
}
section.left-default .icones span img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  opacity: 0;
}
section.left-default .icones span img + img {
  opacity: 1;
}
@media (min-width: 992px) {
  section.left-default {
    width: 369px;
  }
}
@media screen and (max-width: 991px) {
  section.left-default {
    margin: 0 auto;
    max-width: 345px;
  }
}
section.left-default h3 {
  text-align: left;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */
  color: #003351;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  section.left-default h3 {
    font-size: 24px;
  }
}
section.left-default h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #1E6D27;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.left-default h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
section.left-default li::marker {
  color: #232323;
}
section.left-default .cat-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #1E6D27;
  padding: 26px 23px 26px 23px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.6s;
}
section.left-default .cat-item a {
  display: flex;
  align-items: center;
  color: #1E6D27;
  transition: 0.6s;
}
section.left-default .cat-item.active, section.left-default .cat-item:hover {
  color: #318E18;
}
section.left-default .cat-item.active a.menu, section.left-default .cat-item:hover a.menu {
  color: #318E18;
}
section.left-default .cat-item img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  section.left-default .cat-item {
    font-size: 16px;
    padding-right: 23px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  section.left-default .cat-item span {
    transform: scale(0.85);
  }
}
section.left-default .sub-menu {
  padding-top: 10px;
  border-top: 1px solid #C9C9C9;
  margin-top: 17px;
  min-height: 120px;
}
section.left-default .sub-menu li {
  margin-left: 40px;
  list-style-type: disc;
}
section.left-default .sub-menu li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  color: #232323;
  transition: 0.6s;
}
@media (max-width: 991px) {
  section.left-default .sub-menu li a {
    font-size: 15px;
  }
}
section.left-default .sub-menu li a.active {
  color: #318E18;
  font-weight: 600;
}
section.left-default .sub-menu li a:hover {
  color: #318E18;
}
section.left-default ul {
  padding: 0;
}
section.left-default .row {
  margin: 0;
}
section.left-default form.form {
  position: relative;
  width: 369px;
}
@media (max-width: 991px) {
  section.left-default form.form {
    width: auto;
    max-width: 369px;
    margin: auto;
  }
}
section.left-default form.form input[type=text] {
  height: 50px;
  width: 100%;
  border: 1.14317px solid #ADADAD;
  border-radius: 45.727px;
  padding-left: 32px;
  background: transparent;
  box-sizing: border-box;
}
section.left-default form.form input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5E5E5E;
}
section.left-default form.form input[type=text]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5E5E5E;
}
section.left-default form.form input[type=image] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  -o-object-fit: none;
     object-fit: none;
}
section.left-default hr {
  margin-top: 43px;
  margin-bottom: 35px;
  opacity: 0.8;
  background: #D8D8D8;
}

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: #318E18;
  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: "Rubik", sans-serif;
  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 .modal-backdrop {
  width: 100%;
  height: 100%;
}
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: #166525;
  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: #212018;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  display: none;
  color: white;
  border-bottom: 1px solid white;
  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: 1430px !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 {
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  body main section.header .flex-0 {
    flex: 0;
  }
  body main section.header .flex-1 {
    flex: 1;
  }
}
@media (min-width: 992px) {
  body main section.header #menu-topo.fixo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-image: url(../image/header/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 280px;
    justify-content: center;
    background: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    padding-top: 17px;
    padding-bottom: 17px;
    z-index: 3;
  }
  body main section.header #menu-topo.fixo .text-end {
    display: none;
  }
}
body main section.header .categorias-mobile {
  z-index: 2;
  position: relative;
}
body main section.header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: linear-gradient(32deg, #4FAD26, #237C13);
  font-size: 15px;
  text-align: center;
  padding: 12px 20px;
}
body main section.header .categorias-mobile .in-categorias {
  background: #166525;
  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 .header-top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.header .header-top {
    padding-top: 20px;
    padding-bottom: 0.25rem !important;
  }
}
body main section.header .header-top form {
  position: relative;
}
@media (max-width: 991px) {
  body main section.header .header-top form {
    display: flex;
  }
}
@media (min-width: 992px) {
  body main section.header .header-top form {
    width: 391px;
  }
}
body main section.header .header-top form .src {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: 0.6s;
}
body main section.header .header-top form .src:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
body main section.header .header-top form input[type=text] {
  line-height: 19px;
  padding: 14px;
  padding-left: 19px;
  font-weight: 300;
  font-size: 15px;
  color: #959595;
  background: #ffffff;
  border: 1px solid #B9B9B9;
  border-radius: 8px;
  min-width: 100%;
  outline-color: #1F524D;
}
@media (max-width: 991px) {
  body main section.header .header-top form input[type=text] {
    min-width: auto;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 13px;
  }
}
body main section.header .header-top form input[type=text]::-moz-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #959595;
}
body main section.header .header-top form input[type=text]::placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #959595;
}
@media (max-width: 991px) {
  body main section.header .header-top form input[type=text]::-moz-placeholder {
    font-size: 12.75px;
  }
  body main section.header .header-top form input[type=text]::placeholder {
    font-size: 12.75px;
  }
}
body main section.header .header-top .linha-30-40 {
  margin-top: 26px;
  margin-bottom: 35px;
  height: 1px;
  width: 100%;
  display: block;
  background: linear-gradient(45deg, transparent, #E4E4E4, transparent);
}
body main section.header .header-top .redes a {
  transition: 0.6s;
}
body main section.header .header-top .redes a:hover {
  transform: translateY(-2.5px);
  opacity: 0.85;
}
body main section.header .header-top ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
body main section.header .header-top ul li {
  list-style: none;
}
body main section.header .header-top ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
  transition: 0.6s;
}
body main section.header .header-top ul li a i {
  transition: 0.6s;
}
body main section.header .header-top ul li a:hover {
  color: #318E18;
}
body main section.header .header-top ul li a:hover i {
  transform: translateY(-2px);
}
body main section.header .header-top ul li nav {
  display: none;
  padding-top: 15px;
  position: absolute;
  width: -webkit-fill-available;
}
body main section.header .header-top ul li nav:hover {
  display: block;
}
body main section.header .header-top ul li ul {
  position: absolute;
  z-index: 9;
  background: #ffffff;
  border-radius: 5px;
  max-width: 286px;
  width: 100%;
  padding-right: 14px;
  padding-left: 18px;
  padding-top: 20px;
  padding-bottom: 15px;
  flex-direction: column;
}
body main section.header .header-top ul li ul:before {
  background: white;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  -webkit-clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
}
body main section.header .header-top ul li ul li {
  font-size: 16px;
  line-height: 19px;
  color: #42392a;
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 2px solid #c8c8c8;
  width: 100%;
  font-weight: 400;
}
body main section.header .header-top ul li ul li.ultima {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
body main section.header .header-top ul li ul li strong {
  font-weight: 700;
}
body main section.header .header-top ul li ul li img {
  width: 20px;
  height: 20px;
}
body main section.header .header-top ul li a.produtos:hover ~ nav {
  display: block;
}
body main section.header .header-top .home-logo {
  width: 369px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.header .header-top .home-logo {
    width: 185px;
    height: 130px;
  }
}
body main section.header .header-top .social {
  width: 15px;
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal.secundary .modal-body form button {
  background: #1F524D;
}
body main .modal.secundary .modal-body h1 {
  color: #1F524D;
}
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: 33px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  color: #FF7E20;
}
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: #FF7E20;
  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,
body main .modal-body video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
@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: 20px;
    transform: scale(0.7);
    margin-bottom: 30px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: white;
  border: 1px solid #07093d;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20.5714px;
  width: 36px;
  height: 36px;
  background: #1E6D27;
  border-radius: 100%;
  color: #1E6D27;
  background: transparent;
  border: 1px solid #1E6D27;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: white;
  background: #1E6D27;
}
body main section.index-banner .bann {
  position: relative;
  min-height: 577px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.index-banner .bann {
    padding-top: 30px;
    min-height: 0;
    padding-bottom: 35px;
    min-height: 330px;
  }
}
body main section.index-banner .bann .container {
  z-index: 1;
}
body main section.index-banner .bann:before {
  position: absolute;
  z-index: 0;
  background: url("../image/header/bg-banner.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  body main section.index-banner .bann:before {
    background: black;
    background-image: unset;
    opacity: 0.6;
  }
}
body main section.index-banner .bann .fundo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
body main section.index-banner .bann .texto {
  max-width: 600px;
}
body main section.index-banner .bann .texto img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-banner .bann .texto h1 {
  font-weight: 400;
  font-size: 29.7618px;
  line-height: 35px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-banner .bann .texto h1 {
    font-size: 24px;
    text-align: center;
    line-height: 130%;
  }
}
body main section.index-banner .bann .texto .obj {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 26.2203px;
  color: #FFFFFF;
  margin-bottom: 30px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-banner .bann .texto .obj {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
body main section.index-banner .bann .texto .obj img {
  margin-right: 21px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-banner .bann .texto .obj img {
    width: 20px;
    margin-right: 7px;
  }
}
body main section.index-banner .bann .texto .obj:hover {
  color: #6BE34A;
}
body main section.index-banner .bann .texto .obj:hover img {
  transform: translateY(-2px);
}
body main section.index-banner .bann .texto a {
  margin-top: 50px;
}
@media (max-width: 991px) {
  body main section.index-banner .bann .texto a {
    margin: auto;
    margin-top: 22px;
  }
}
body main section.index-banner .cta.box {
  display: table;
  padding-left: 20px;
  padding-right: 18px;
}
body main section.index-banner .owl-dots {
  position: absolute;
  top: 40%;
  flex-direction: column;
  left: 10%;
}
body main section.index-banner .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 0.736842px solid #FFFFFF;
  background-color: transparent;
  display: block;
  border-radius: 100%;
  margin: 0;
  margin-bottom: 7px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-dots .owl-dot {
    transform: scale(0.7);
  }
}
body main section.index-banner .owl-dots .owl-dot:hover, body main section.index-banner .owl-dots .owl-dot.active {
  background-color: white;
}
body main section.index-destaque-banner {
  padding-top: 29px;
  padding-bottom: 29px;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body main section.index-destaque-banner {
    padding-top: 25px;
    padding-bottom: 15px;
    line-height: 18px;
  }
}
body main section.index-destaque-banner .icones {
  width: 77px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-destaque-banner .icones {
    width: 30px;
    height: 30px;
  }
}
body main section.index-destaque-banner .icone {
  transition: 0.6s;
}
body main section.index-destaque-banner .icone:hover .icones {
  transform: scale(1.05);
}
body main section.index-destaque-banner .icone:hover span {
  color: #084D21;
}
body main section.index-destaque-banner span {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  transition: 0.6s;
}
body main section.index-destaque-banner span br + br {
  display: none;
}
@media (max-width: 991px) {
  body main section.index-destaque-banner span {
    font-size: 13px;
    line-height: 0;
    font-weight: 600;
  }
}
body main section.index-header {
  position: Relative;
}
body main section.index-referencia {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-referencia .logo {
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
body main section.index-referencia .txt-center {
  max-width: 460px;
  margin: auto;
}
body main section.index-referencia .txt-center p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
}
@media (max-width: 991px) {
  body main section.index-referencia .txt-center p {
    font-size: 16px;
  }
}
body main section.index-referencia .txt-center p strong {
  font-weight: 600;
}
body main section.index-referencia .box-direita {
  width: 539px;
  min-height: 271px;
  background: #064B23;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 29px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 40px;
  padding-left: 45px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 991px) {
  body main section.index-referencia .box-direita {
    width: 100%;
    max-width: 502px;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    min-height: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
body main section.index-referencia .box-direita p {
  font-weight: 400;
  font-size: 20.9913px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  max-width: 389px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-referencia .box-direita p {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 17px;
  }
}
body main section.index-referencia .box-direita .box {
  min-width: 231px;
}
@media (max-width: 991px) {
  body main section.index-referencia .box-direita .box {
    margin: auto;
    margin-top: 10px;
  }
}
body main section.index-linha-produtos {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 35px;
  background-image: url("../image/index/linha/bg.png");
  background-size: cover;
  z-index: 1;
  min-height: 520px;
  background-size: 100% 100%;
}
body main section.index-linha-produtos.representante {
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  body main section.index-linha-produtos.representante .flex-050 {
    flex: 0.5;
  }
  body main section.index-linha-produtos.representante .flex-036 {
    flex: 0.36;
  }
}
body main section.index-linha-produtos.representante .box-invista {
  display: flex;
  width: 98%;
  left: 0;
  right: 0;
  max-width: 1263px;
  margin: auto;
  margin-top: 45px;
  justify-content: center;
  background: #1E6D27;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  align-items: center;
  position: relative;
  min-height: 115px;
  position: absolute;
  bottom: -83px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante .box-invista {
    width: 100%;
    position: relative;
    bottom: unset;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-linha-produtos.representante .box-invista p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  max-width: 535px;
  display: block;
  margin: auto;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante .box-invista p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.index-linha-produtos.representante .box-invista .folha {
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante .box-invista .folha {
    display: none;
  }
}
body main section.index-linha-produtos.representante .br {
  width: 81px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante .br {
    transform: scale(0.75);
  }
}
body main section.index-linha-produtos.representante .semente {
  width: 77px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 23px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante .semente {
    transform: scale(0.75);
  }
}
body main section.index-linha-produtos.representante .sementex h3, body main section.index-linha-produtos.representante .sementex span {
  font-size: 18px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante .sementex h3, body main section.index-linha-produtos.representante .sementex span {
    text-align: left;
    font-size: 15px;
  }
}
body main section.index-linha-produtos.representante .itemx img {
  transition: 0.6s;
}
body main section.index-linha-produtos.representante .itemx:hover img {
  transform: translateY(-3px);
}
body main section.index-linha-produtos.representante h3, body main section.index-linha-produtos.representante span {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante h3, body main section.index-linha-produtos.representante span {
    text-align: center;
    font-size: 15px;
  }
}
body main section.index-linha-produtos.representante h3 strong, body main section.index-linha-produtos.representante span strong {
  font-weight: 700;
}
body main section.index-linha-produtos.representante span strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos.representante span strong {
    text-align: center;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body main section.index-linha-produtos {
    background: #1F524D;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: auto;
  }
}
body main section.index-linha-produtos .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  max-width: 305px;
  transition: 0.3s all;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transition: 0.6s;
}
body main section.index-linha-produtos .item:hover {
  background: #166525;
}
body main section.index-linha-produtos .item:hover span {
  color: white;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .item {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
body main section.index-linha-produtos .item .cover {
  width: 100%;
  height: 159px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .item .cover {
    height: 85px;
  }
}
body main section.index-linha-produtos .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #166525;
  padding-bottom: 22px;
  padding-top: 22px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-linha-produtos .item span {
    margin-bottom: 0;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body main section.index-produtos .owl-stage {
  margin: auto;
}
body main section.index-produtos.panicuns {
  padding-top: 45px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.index-produtos.panicuns {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-produtos.crotolaria {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 40px;
  background-image: url("../image/index/linha/bg-crotolaria.png");
  background-size: cover;
  z-index: 1;
  min-height: 750px;
}
@media (max-width: 991px) {
  body main section.index-produtos.crotolaria {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #166525;
    min-height: auto;
  }
}
body main section.index-produtos.bachiaria {
  background-size: cover;
  background-position: center;
  background-image: url("../image/index/linha/bg-destaque.png");
}
body main section.index-produtos.fenos {
  background-size: cover;
  background-position: center;
  background-image: url("../image/index/linha/bg-fenos.png");
  margin-top: -190px;
}
@media (max-width: 991px) {
  body main section.index-produtos.fenos {
    margin-top: 0;
    background: white;
  }
  body main section.index-produtos.fenos .item-products-list {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
  }
}
body main section.index-produtos.outros {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../image/produtos/bg-outros.png");
  background-size: cover;
  z-index: 1;
  min-height: 768px;
}
body main section.index-produtos.outros .owl-stage {
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-produtos.outros {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #1F524D;
    min-height: 0;
  }
}
body main section.index-produtos .txt-secundary {
  max-width: 725px;
  margin: auto;
  margin-bottom: 45px;
}
body main section.index-produtos .txt-secundary h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #232323;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-produtos .txt-secundary h2 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 125%;
  }
}
body main section.index-produtos .txt-secundary p {
  margin: auto;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
}
@media (max-width: 991px) {
  body main section.index-produtos .txt-secundary p {
    font-size: 15px;
    line-height: 130%;
  }
}
body main section.index-produtos .owl-dots {
  display: none;
}
body main section.index-produtos .owl-nav {
  position: absolute;
  display: none;
}
body main section.index-video {
  position: relative;
}
body main section.index-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.38;
  z-index: 1;
}
body main section.index-video .container {
  position: relative;
  z-index: 1;
}
body main section.index-video .bg-video {
  background-image: url("../image/index/bg-video.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 557px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-top: 20px;
  padding-bottom: 80px;
}
body main section.index-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.index-video .bg-video .container {
  z-index: 2;
  position: relative;
}
body main section.index-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.index-video .bg-video p {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  max-width: 835px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-video .bg-video body main section.index-conte-clinica .bg-video {
    padding: 40px 0;
  }
  body main section.index-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.index-video .bg-video h2 {
    font-size: 24px;
  }
  body main section.index-video .bg-video p {
    font-size: 16px;
  }
}
body main section.index-video .logo {
  width: 378px;
  height: 87px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
  filter: contrast(0) brightness(100);
}
body main section.index-sobre-nos {
  background-image: url("../image/index/bg-sobre.png");
  background-size: 100% 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 630px;
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos {
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0;
  }
  body main section.index-sobre-nos .cta.box {
    margin: auto;
    display: table;
  }
}
body main section.index-sobre-nos h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos h2 {
    font-size: 22px;
    text-align: center;
    line-height: 125%;
    margin-top: 45px;
  }
}
body main section.index-sobre-nos p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #001D02;
  margin-bottom: 1.6rem;
  max-width: 580px;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos p {
    font-size: 16px;
    margin-bottom: 1rem;
    text-align: center;
  }
}
body main section.index-sobre-nos .mt {
  margin-top: 55px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos .mt {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body main section.index-sobre-nos .owl-carousel {
  width: 960px;
  position: absolute;
  height: 440px;
  top: 60px;
  right: 0;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos .owl-carousel {
    width: 100%;
    max-width: 960px;
    height: 240px;
    top: unset;
    position: relative;
  }
}
@media (min-width: 992px) {
  body main section.index-sobre-nos .owl-carousel .owl-item {
    margin-left: -20px;
  }
  body main section.index-sobre-nos .owl-carousel .owl-item.active + .owl-item.active .link-img .img {
    border-radius: 40px 140px 40px 140px;
  }
}
body main section.index-sobre-nos .link-img {
  position: relative;
  display: block;
  width: 369px !important;
  height: 440px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos .link-img {
    width: 100% !important;
    max-width: 369px;
    display: block;
    height: 240px;
  }
}
body main section.index-sobre-nos .link-img:hover .img {
  opacity: 0.8;
}
body main section.index-sobre-nos .link-img:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body main section.index-sobre-nos .link-img .img {
  width: 369px !important;
  height: 440px;
  border-radius: 140px 40px 140px 40px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos .link-img .img {
    width: 100% !important;
    max-width: 369px;
    height: 240px;
    border-radius: 10px;
  }
}
body main section.index-sobre-nos .owl-carousel .owl-dots {
  z-index: 4;
  margin: auto;
  margin-top: 17px;
}
@media (max-width: 991px) {
  body main section.index-sobre-nos .owl-carousel .owl-dots {
    margin-top: 10px;
    transform: scale(0.69);
  }
}
body main section.index-sobre-nos .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #001D02;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.index-sobre-nos .owl-carousel .owl-dots .owl-dot.active, body main section.index-sobre-nos .owl-carousel .owl-dots .owl-dot:hover {
  background: #001D02;
}
@media (min-width: 992px) {
  body main section.index-clientes {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
@media (max-width: 992px) {
  body main section.index-clientes {
    padding: 25px 0;
    padding-top: 30px;
  }
}
body main section.index-clientes p.padrao {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  body main section.index-clientes p.padrao {
    margin-bottom: 15px;
  }
}
body main section.index-clientes.bg-white {
  background-color: white;
  background-size: cover;
  background-image: url("../image/produtividade/bg-depoimentos.png");
}
@media (max-width: 991px) {
  body main section.index-clientes.bg-white {
    background: white;
  }
}
body main section.index-clientes .item {
  width: 403px;
  min-height: 320px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 14px;
  flex-direction: column;
  padding-left: 37px;
  padding-right: 35px;
  padding-bottom: 20px;
  background: #EAEAEA;
  border: 1px solid #C1C1C1;
  border-radius: 27px;
}
body main section.index-clientes .item:hover h4 {
  color: #318E18;
}
@media (max-width: 992px) {
  body main section.index-clientes .item {
    width: 340px;
    min-height: 150px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 18px;
  }
}
body main section.index-clientes .item:before {
  content: "";
  width: 52px;
  height: 39px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
  background-image: url("../image/index/depoimento.png");
}
@media (max-width: 992px) {
  body main section.index-clientes .item:before {
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
body main section.index-clientes .item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  display: block;
  margin-top: 35px;
  transition: 0.6s;
}
@media (max-width: 992px) {
  body main section.index-clientes .item h4 {
    font-size: 16px;
    margin-top: 15px;
  }
}
body main section.index-clientes .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body main section.index-clientes .item p {
    font-size: 15px;
  }
}
body main section.index-blog {
  padding-bottom: 45px;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.index-blog {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  body main section.index-blog p br {
    display: none;
  }
}
body main section.index-blog p.padrao {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-blog p.padrao {
    margin-bottom: 15px;
  }
}
body main section.index-blog .item {
  margin: 0 auto;
  width: 393px;
  min-height: 568px;
  border-top-left-radius: 136px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.index-blog .item {
    border-radius: 10px;
  }
}
body main section.index-blog .item:hover img {
  opacity: 0.85;
}
body main section.index-blog .item:hover .sub-item h3, body main section.index-blog .item:hover .sub-item span {
  color: #318E18;
}
@media (max-width: 991px) {
  body main section.index-blog .item {
    width: 340px;
    min-height: auto;
    margin-bottom: 20px;
  }
}
body main section.index-blog .item .sub-item {
  padding-left: 23px;
  padding-right: 69px;
  padding-bottom: 48px;
  padding-top: 33px;
}
@media (max-width: 991px) {
  body main section.index-blog .item .sub-item {
    padding: 15px 20px;
  }
}
body main section.index-blog .item .sub-item h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #173334;
  text-align: left;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .item .sub-item h3 {
    font-size: 17px;
  }
}
body main section.index-blog .item .sub-item p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
  margin-top: 10px;
  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 .item .sub-item p {
    font-size: 16px;
    margin-top: 5px;
  }
}
body main section.index-blog .item .sub-item span {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #FF7E20;
  display: block;
  margin-top: 28px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .item .sub-item span {
    font-size: 15px;
    line-height: 125%;
    margin-top: 20px;
  }
}
body main section.index-blog .item img {
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 136px;
  border-top-right-radius: 40px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-blog .item img {
    width: 100%;
    max-width: 369px;
    max-height: 154px;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
body main section.index-produtividade {
  padding-top: 45px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-produtividade {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-produtividade.interna {
  padding-top: 140px;
  background: url("../image/produtividade/bg-produtividade.png");
  background-size: cover;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.index-produtividade.interna {
    padding-top: 30px;
    background: #1F524D;
    padding-bottom: 30px;
  }
}
body main section.index-produtividade.interna .owl-dots, body main section.index-produtividade.interna h2, body main section.index-produtividade.interna p {
  filter: contrast(0) brightness(10);
}
body main section.index-produtividade.interna .video {
  width: 412px;
  height: 331px;
}
@media (max-width: 991px) {
  body main section.index-produtividade.interna .video {
    width: 100%;
    height: 240px;
    max-width: 412px;
  }
}
body main section.index-produtividade p.padrao.w767 {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  body main section.index-produtividade p.padrao.w767 {
    margin-bottom: 17px;
  }
}
body main section.index-produtividade .video {
  width: 493px;
  height: 397px;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-produtividade .video {
    width: 100%;
    max-width: 493px;
    margin: auto;
    height: 240px;
  }
  body main section.index-produtividade .video .play {
    transform: scale(0.8);
  }
}
body main section.index-produtividade .video:hover:before {
  opacity: 0.6;
}
body main section.index-produtividade .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.6s;
  z-index: 2;
}
body main section.index-produtividade .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
body main section.index-produtividade .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: auto;
}
body main section.index-produtividade .owl-carousel .owl-dots {
  margin-top: 25px;
}
@media (max-width: 991px) {
  body main section.index-produtividade .owl-carousel .owl-dots {
    transform: scale(0.65);
    margin-top: 10px;
    margin-bottom: 0;
  }
}
body main section.index-produtividade .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.index-produtividade .owl-carousel .owl-dots .owl-dot.active, body main section.index-produtividade .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.index-produtividade .box-saber-mais {
  display: flex;
  width: 1034px;
  margin: auto;
  margin-top: 45px;
  justify-content: center;
  background: linear-gradient(269.8deg, #07381C -1.86%, #055427 87.47%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  align-items: center;
  position: relative;
  min-height: 115px;
}
@media (max-width: 991px) {
  body main section.index-produtividade .box-saber-mais {
    width: 100%;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  body main section.index-produtividade .box-saber-mais .orange-ds {
    margin-bottom: 7px;
  }
}
body main section.index-produtividade .box-saber-mais h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-produtividade .box-saber-mais h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
body main section.index-produtividade .box-saber-mais .folha {
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-produtividade .box-saber-mais .folha {
    display: none;
  }
}
body main section.index-porque-escolher {
  padding-top: 102px;
  background-position: center;
  background: url("../image/index/porque-escolher/bg.png");
  background-size: cover;
  min-height: 805px;
  margin-top: -50px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher {
    margin-top: 0;
    min-height: auto;
    background: #d9e3d6;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-porque-escolher p.w677 {
  margin-bottom: 25px;
}
body main section.index-porque-escolher .center {
  margin: auto;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .center {
    height: 300px;
    margin-top: 10px;
  }
}
body main section.index-porque-escolher .item {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .item {
    margin-bottom: 0;
  }
}
body main section.index-porque-escolher .item:hover span {
  transform: translateY(-3px);
}
body main section.index-porque-escolher .item span {
  width: 55px;
  height: 55px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .item span {
    transform: scale(0.65);
  }
}
body main section.index-porque-escolher .item span:after {
  position: absolute;
  background: linear-gradient(45deg, transparent, white);
  content: "";
  display: block;
  width: 95px;
  margin-left: 150px;
  height: 2px;
}
body main section.index-porque-escolher .item span.direita:after {
  background: linear-gradient(45deg, white, transparent);
  margin-right: 275px;
  width: 80px;
}
body main section.index-porque-escolher .item h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #232323;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .item h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.index-porque-escolher .out-image {
  position: relative;
}
body main section.index-porque-escolher .out-image:before {
  content: "";
  height: 294px;
  background: #FFFFFF;
  width: 2px;
  opacity: 0.8;
  display: block;
  top: -28px;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 10px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .out-image:before {
    display: none;
  }
}
body main section.index-porque-escolher .out-image:after {
  content: "";
  height: 294px;
  background: #FFFFFF;
  width: 2px;
  opacity: 0.8;
  display: block;
  top: -28px;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 15px;
}
@media (max-width: 991px) {
  body main section.index-porque-escolher .out-image:after {
    display: none;
  }
}
body main section.index-sementes {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-image: url("../image/index/sementes/bg.png");
}
@media (max-width: 991px) {
  body main section.index-sementes {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: auto;
    background: #166525;
  }
  body main section.index-sementes .cta {
    margin: auto;
    margin-top: 5px;
  }
}
body main section.index-sementes .cta {
  max-width: 292px;
}
body main section.index-sementes h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-sementes h2 {
    font-size: 24px;
    line-height: 135%;
  }
}
body main section.index-sementes p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  max-width: 726px;
  margin: auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body main section.index-sementes p {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
body main section.index-sementes .br {
  width: 81px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.index-sementes .br {
    transform: scale(0.8);
    margin-right: 5px;
  }
}
body main section.index-sementes .semente {
  width: 77px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 23px;
}
@media (max-width: 991px) {
  body main section.index-sementes .semente {
    transform: scale(0.8);
    margin-right: 10px;
  }
}
body main section.index-sementes .sementex h3, body main section.index-sementes .sementex span {
  font-size: 18px;
}
@media (max-width: 991px) {
  body main section.index-sementes .sementex h3, body main section.index-sementes .sementex span {
    font-size: 15px;
  }
}
body main section.index-sementes .item img {
  transition: 0.6s;
}
body main section.index-sementes .item:hover img {
  transform: translateY(-3px);
}
body main section.index-sementes h3, body main section.index-sementes span {
  font-weight: 400;
  font-size: 21.0058px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-sementes h3, body main section.index-sementes span {
    font-size: 15px;
    line-height: 22px;
  }
}
body main section.index-sementes span strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 991px) {
  body main section.index-sementes span strong {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.index-transforme {
  padding-top: 40px;
  padding-bottom: 60px;
  background-size: cover;
  background-image: url("../image/index/transforme/bg.png");
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-transforme {
    background: #EFEEEF;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.index-transforme .owl-carousel {
  position: absolute;
  right: 0;
  max-width: 957px;
}
@media (max-width: 991px) {
  body main section.index-transforme .owl-carousel {
    position: relative;
    margin-top: 10px;
  }
}
body main section.index-transforme h2 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 6px;
  margin-top: 13px;
}
@media (max-width: 991px) {
  body main section.index-transforme h2 {
    text-align: center;
    font-size: 24px;
    line-height: 125%;
  }
}
body main section.index-transforme p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.index-transforme p {
    text-align: center;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 5px;
  }
}
body main section.index-transforme h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #07381C;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.index-transforme h3 {
    text-align: center;
    font-size: 20px;
    line-height: 125%;
  }
}
@media (max-width: 991px) {
  body main section.index-transforme .item {
    margin-bottom: 10px;
  }
}
body main section.index-transforme .item:hover img {
  transform: translateY(-2px);
}
body main section.index-transforme .item:hover span {
  color: #166525;
}
body main section.index-transforme .item img {
  transition: 0.75s;
}
body main section.index-transforme .item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 171.5%;
  color: #232323;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-transforme .item span {
    line-height: 125%;
    font-size: 15px;
  }
}
body main section.index-transforme .link-img {
  position: relative;
  width: 957px !important;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-transforme .link-img {
    width: 100% !important;
    max-width: 957px;
    margin: auto;
  }
}
body main section.index-transforme .link-img:hover .img {
  opacity: 0.8;
}
body main section.index-transforme .link-img:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body main section.index-transforme .link-img .img {
  width: 957px !important;
  height: 488px;
  border-radius: 153px 0px 0px 66px;
  transition: 0.6s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-transforme .link-img .img {
    width: 100% !important;
    max-width: 957px;
    height: 240px;
    margin: auto;
    border-radius: 10px;
  }
}
body main section.index-transforme .owl-carousel .owl-dots {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -46px;
}
@media (max-width: 991px) {
  body main section.index-transforme .owl-carousel .owl-dots {
    transform: scale(0.8);
  }
}
body main section.index-transforme .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.index-transforme .owl-carousel .owl-dots .owl-dot.active, body main section.index-transforme .owl-carousel .owl-dots .owl-dot:hover {
  background: white;
}
body main section.index-regioes {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: url(../image/index/regioes/bg.png);
  background-size: cover;
  z-index: 1;
  background-color: #EFEEEF;
}
@media (max-width: 991px) {
  body main section.index-regioes {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #1F524D;
  }
  body main section.index-regioes .mapa {
    width: 100%;
    max-width: 743px;
    margin: auto;
    display: block;
    margin-top: -15px;
  }
}
body main section.index-regioes.regioes {
  background-image: url(../image/sobre/bg-regioes.png);
  background-color: white;
  min-height: 667px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.index-regioes.regioes {
    background: #1F524D;
    min-height: 0;
  }
}
body main section.index-regioes.regioes p {
  max-width: 534px;
}
body main section.index-regioes.regioes .mapa {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
body main section.index-regioes .mapa {
  transition: 1.5s;
}
@media (min-width: 992px) {
  body main section.index-regioes .mapa:hover {
    transform: translateY(-12px);
  }
}
body main section.index-regioes h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 60px;
}
@media (max-width: 991px) {
  body main section.index-regioes h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 125%;
    text-align: center;
  }
}
body main section.index-regioes p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  max-width: 588px;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-regioes p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}
body main section.index-regioes h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0;
  margin-top: 43px;
  max-width: 662px;
}
@media (max-width: 991px) {
  body main section.index-regioes h3 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
  }
}
body main section.index-regioes h3 strong {
  font-weight: 600;
  text-align: left;
}
body main section.index-contato {
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-image: url("../image/index/bg-contato.png");
}
@media (max-width: 991px) {
  body main section.index-contato {
    background: #DBEEF7;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-contato h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 16px;
  max-width: 582px;
}
@media (max-width: 991px) {
  body main section.index-contato h2 {
    text-align: center;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 10px;
  }
}
body main section.index-contato p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  max-width: 568px;
}
@media (max-width: 991px) {
  body main section.index-contato p {
    font-size: 15px;
    text-align: center;
    line-height: 125%;
  }
}
body main section.index-contato h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  body main section.index-contato h3 {
    font-size: 20px;
    text-align: center;
    line-height: 125%;
    margin-bottom: 15px;
  }
}
body main section.index-contato .box-cnt {
  width: 410px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-cnt {
    width: 100%;
    max-width: 410px;
  }
}
body main section.index-contato .box-contato {
  width: 635px;
  min-height: 666px;
  background: rgba(0, 29, 2, 0.76);
  padding-bottom: 40px;
  padding-top: 45px;
  padding-left: 70px;
  padding-right: 63px;
  border-top-left-radius: 70px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 70px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-contato {
    width: 100%;
    max-width: 635px;
    padding: 25px;
    border-radius: 15px;
    margin-top: 13px;
    min-height: 0;
  }
}
body main section.index-contato .box-contato h4 {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 25px;
  max-width: 445px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-contato h4 {
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 10px;
  }
}
body main section.index-contato .box-contato input {
  width: 100%;
  height: 50px;
  margin-bottom: 21px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-contato input {
    height: 45px;
    margin-bottom: 13px;
  }
}
body main section.index-contato .box-contato textarea {
  width: 100%;
  height: 141px;
  border-radius: 8px;
  margin-bottom: 22px;
  padding-top: 19px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-contato textarea {
    height: 125px;
  }
}
body main section.index-contato .box-contato input, body main section.index-contato .box-contato textarea {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #9E9E9E;
  padding-left: 19px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-contato input, body main section.index-contato .box-contato textarea {
    font-size: 15px;
    line-height: 125%;
  }
}
body main section.index-contato .box-contato button {
  outline: 0;
  border-width: 0px;
  margin: auto;
}
body main section.sobre-valores {
  padding-top: 45px;
  padding-bottom: 70px;
  background-size: contain;
}
@media (max-width: 991px) {
  body main section.sobre-valores {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body main section.sobre-valores ul {
    padding-left: 0;
  }
}
body main section.sobre-valores .box {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* background: #FFFFFF; */
  max-width: 420px;
  text-align: center;
  background: #FBFBFB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  body main section.sobre-valores .box {
    min-height: 294px;
  }
}
body main section.sobre-valores h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  /* gradiente verde */
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-valores h3 {
    margin-bottom: 10px;
  }
}
body main section.sobre-valores p, body main section.sobre-valores li {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #3D3D3D;
}
body main section.sobre-valores li {
  list-style-position: inside;
  margin-bottom: 5px;
}
body main section.sobre-valores li::marker {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  body main section.sobre-valores h3 {
    font-size: 24px;
  }
  body main section.sobre-valores p {
    font-size: 16px;
  }
  body main section.sobre-valores .box {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
body main section.sobre-sobre {
  padding-top: 75px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.sobre-sobre h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 125%;
  }
}
body main section.sobre-sobre p {
  max-width: 637px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.sobre-sobre p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.sobre-sobre .video {
  position: relative;
  width: 598px;
  height: 426px;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .video {
    width: 100%;
    max-width: 598px;
    margin: auto;
    height: 240px;
  }
}
body main section.sobre-sobre .video:hover:before {
  opacity: 0.75;
}
body main section.sobre-sobre .video .image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 70px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-sobre .video:before {
  width: 100%;
  height: 100%;
  border-top-left-radius: 70px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 70px;
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.47);
  z-index: 1;
  transition: 0.6s;
  top: 0;
  left: 0;
}
body main section.sobre-sobre .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.sobre-sobre .video .play {
    transform: scale(0.8);
  }
}
body main section.sobre-producao {
  padding-top: 60px;
  padding-bottom: 116px;
  background: white;
  position: relative;
}
@media (max-width: 991px) {
  body main section.sobre-producao {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.sobre-producao h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.sobre-producao h2 {
    font-size: 24px;
    line-height: 125%;
  }
}
body main section.sobre-producao h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #232323;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sobre-producao h3 {
    font-size: 16px;
  }
}
body main section.sobre-producao h3 strong {
  font-weight: 400;
}
body main section.sobre-producao p {
  max-width: 827px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.sobre-producao p {
    margin-bottom: 17px;
    font-size: 16px;
  }
}
body main section.sobre-producao .video {
  width: 493px;
  height: 397px;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-producao .video {
    width: 100%;
    max-width: 598px;
    margin: auto;
    height: 240px;
  }
}
body main section.sobre-producao .video:hover:before {
  opacity: 0.6;
}
body main section.sobre-producao .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.6s;
  z-index: 2;
}
body main section.sobre-producao .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
body main section.sobre-producao .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  body main section.sobre-producao .video .play {
    transform: scale(0.8);
  }
}
body main section.sobre-producao .owl-carousel .owl-dots {
  margin-top: 25px;
}
@media (max-width: 991px) {
  body main section.sobre-producao .owl-carousel .owl-dots {
    margin-top: 10px !important;
  }
}
body main section.sobre-producao .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.sobre-producao .owl-carousel .owl-dots .owl-dot.active, body main section.sobre-producao .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
@media (max-width: 991px) {
  body main section.sobre-producao .owl-carousel .owl-dots {
    transform: scale(0.7);
  }
}
body main section.sobre-producao .video {
  width: 412px;
  height: 331px;
}
@media (max-width: 991px) {
  body main section.sobre-producao .video {
    width: 100%;
    max-width: 412px;
    height: 240px;
  }
}
body main section.sobre-producao .br {
  width: 81px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.sobre-producao .br {
    transform: scale(0.75);
  }
}
body main section.sobre-producao .semente {
  width: 77px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 23px;
}
@media (max-width: 991px) {
  body main section.sobre-producao .semente {
    transform: scale(0.75);
  }
}
body main section.sobre-producao .sementex h3, body main section.sobre-producao .sementex span {
  font-size: 18px;
}
body main section.sobre-producao .item img {
  transition: 0.6s;
}
body main section.sobre-producao .item:hover img {
  transform: translateY(-3px);
}
body main section.sobre-producao h3, body main section.sobre-producao span {
  font-weight: 400;
  font-size: 21.0058px;
  line-height: 25px;
  color: #023115;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-producao h3, body main section.sobre-producao span {
    font-size: 15px;
    line-height: 125%;
  }
}
body main section.sobre-producao span strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 991px) {
  body main section.sobre-producao span strong {
    font-size: 16px;
    line-height: 125%;
  }
}
body main section.sobre-producao .box-invista {
  display: flex;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1263px;
  margin: auto;
  margin-top: 45px;
  justify-content: center;
  background: linear-gradient(269.8deg, #07381C -1.86%, #055427 87.47%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  align-items: center;
  position: relative;
  min-height: 115px;
  position: absolute;
  bottom: -83px;
}
@media (max-width: 991px) {
  body main section.sobre-producao .box-invista {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    bottom: unset;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
  }
  body main section.sobre-producao .box-invista .cta.wpp {
    margin: auto;
    height: unset;
    margin-top: 7px !important;
  }
}
body main section.sobre-producao .box-invista .sementex {
  justify-content: center;
}
body main section.sobre-producao .box-invista h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16.3107px;
  line-height: 19px;
  text-align: left;
  color: #FFFFFF;
}
body main section.sobre-producao .box-invista h3 strong {
  font-weight: 600;
}
body main section.sobre-producao .box-invista span {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16.3107px;
  line-height: 19px;
  color: #FFFFFF;
}
body main section.sobre-producao .box-invista .folha {
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body main section.sobre-producao .owl-carousel .owl-dots {
  z-index: 4;
  margin: auto;
  margin-top: 35px;
}
body main section.sobre-producao .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #064B23;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.sobre-producao .owl-carousel .owl-dots .owl-dot.active, body main section.sobre-producao .owl-carousel .owl-dots .owl-dot:hover {
  background: #064B23;
}
body main section.sobre-eventos {
  padding-top: 60px;
  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: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  /* gradiente verde */
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
@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: #005F21;
  color: white;
  font-weight: 700;
  border-color: #005F21;
}
body main section.sobre-eventos .card-evento {
  width: 401px;
  height: 333px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  border-radius: 10px;
  transition: 0.6s;
}
body main section.sobre-eventos .card-evento:hover {
  opacity: 0.85;
}
@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-carousel .owl-dots {
  z-index: 4;
  margin: auto;
  margin-top: 27px;
}
@media (max-width: 991px) {
  body main section.sobre-eventos .owl-carousel .owl-dots {
    transform: scale(0.7);
  }
}
body main section.sobre-eventos .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #064B23;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.sobre-eventos .owl-carousel .owl-dots .owl-dot.active, body main section.sobre-eventos .owl-carousel .owl-dots .owl-dot:hover {
  background: #064B23;
}
body main section.produtividade-maximize {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.produtividade-maximize {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
body main section.produtividade-maximize .bg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
body main section.produtividade-maximize h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  color: #07381C;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  body main section.produtividade-maximize h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
  }
}
body main section.produtividade-maximize h2 strong {
  display: block;
  margin-top: 2px;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section.produtividade-maximize h2 strong {
    font-size: 22px;
    line-height: 125%;
  }
}
body main section.produtividade-maximize p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  margin-bottom: 25px;
  max-width: 633px;
}
@media (max-width: 991px) {
  body main section.produtividade-maximize p {
    font-size: 15px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
  }
}
body main section.produtividade-maximize .img {
  width: 598px;
  height: 348px;
  display: block;
  margin: auto;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.produtividade-maximize .img {
    width: 100%;
    height: 240px;
    max-width: 598px;
    border: 10px;
  }
}
body main section.produtividade-maximize .img:hover {
  opacity: 0.85;
}
body main section.produtividade-maximize .owl-carousel .owl-dots {
  z-index: 4;
  margin: auto;
  margin-top: 17px;
  margin-top: 36px;
}
@media (max-width: 991px) {
  body main section.produtividade-maximize .owl-carousel .owl-dots {
    transform: scale(0.75);
  }
}
body main section.produtividade-maximize .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #07381C;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.produtividade-maximize .owl-carousel .owl-dots .owl-dot.active, body main section.produtividade-maximize .owl-carousel .owl-dots .owl-dot:hover {
  background: #07381C;
}
body main section.produtividade-sementes {
  padding-top: 35px;
  padding-bottom: 85px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes {
    padding-bottom: 30px;
  }
}
body main section.produtividade-sementes h2 {
  margin-bottom: 97px;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes h2 {
    margin-bottom: 70px;
  }
}
body main section.produtividade-sementes .flex-07 {
  flex: 0.7;
}
body main section.produtividade-sementes .box-semente {
  width: 310px;
  height: 295px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  display: block;
  margin: auto;
  border-top-left-radius: 80px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 80px;
  position: relative;
  padding-top: 80px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-semente {
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 75px;
  }
}
body main section.produtividade-sementes .box-semente h3, body main section.produtividade-sementes .box-semente span {
  transition: 0.6s;
}
body main section.produtividade-sementes .box-semente:hover {
  background: #1E6D27;
}
body main section.produtividade-sementes .box-semente:hover h3, body main section.produtividade-sementes .box-semente:hover span.media, body main section.produtividade-sementes .box-semente:hover span.maior, body main section.produtividade-sementes .box-semente:hover span.toneladas {
  color: white;
}
body main section.produtividade-sementes .box-semente .envolver {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.produtividade-sementes .box-semente .img {
  width: 121px;
  height: 121px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
body main section.produtividade-sementes .box-semente h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #232323;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-semente h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body main section.produtividade-sementes .box-semente span.media {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  display: block;
  margin-bottom: 12px;
  margin-left: 11%;
  align-self: flex-start;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-semente span.media {
    font-size: 15px;
    line-height: 120%;
  }
}
body main section.produtividade-sementes .box-semente span.maior {
  font-weight: 700;
  font-size: 113.043px;
  line-height: 134px;
  color: #1E6D27;
  line-height: 75%;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-semente span.maior {
    font-size: 40px;
    line-height: 120%;
  }
}
body main section.produtividade-sementes .box-semente span.toneladas {
  margin-left: 13px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  display: block;
  max-width: 100px;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-semente span.toneladas {
    font-size: 15px;
    line-height: 120%;
  }
}
body main section.produtividade-sementes .desc-inferior {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #787878;
  max-width: 916px;
  margin: auto;
}
body main section.produtividade-sementes .box-invista {
  display: flex;
  width: 98%;
  left: 0;
  right: 0;
  max-width: 1263px;
  margin: auto;
  margin-top: 45px;
  justify-content: center;
  background: linear-gradient(269.8deg, #07381C -1.86%, #055427 87.47%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  align-items: center;
  position: relative;
  min-height: 115px;
  position: absolute;
  bottom: -83px;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-invista {
    position: relative;
    bottom: unset;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  body main section.produtividade-sementes .box-invista .box.wpp {
    height: unset !important;
  }
  body main section.produtividade-sementes .box-invista .box.cta {
    margin: auto;
  }
}
body main section.produtividade-sementes .box-invista h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 0;
}
body main section.produtividade-sementes .box-invista p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  max-width: 535px;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-invista p {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 20px;
  }
}
body main section.produtividade-sementes .box-invista .folha {
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.produtividade-sementes .box-invista .folha {
    display: none;
  }
}
body main section.produtividade-controle {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 991px) {
  body main section.produtividade-controle {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
body main section.produtividade-controle h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  /* gradiente verde */
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle h2 {
    font-size: 22px;
    text-align: center;
    line-height: 125%;
    margin-top: 45px;
  }
}
body main section.produtividade-controle p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #3D3D3D;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.produtividade-controle .br {
  width: 81px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .br {
    transform: scale(0.8);
  }
}
body main section.produtividade-controle .semente {
  width: 77px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 23px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .semente {
    transform: scale(0.8);
  }
}
body main section.produtividade-controle .sementex h3, body main section.produtividade-controle .sementex span {
  font-size: 18px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .sementex h3, body main section.produtividade-controle .sementex span {
    font-size: 15px;
    line-height: 125%;
  }
}
body main section.produtividade-controle .item img {
  transition: 0.6s;
}
body main section.produtividade-controle .item:hover img {
  transform: translateY(-3px);
}
body main section.produtividade-controle h3, body main section.produtividade-controle span {
  font-weight: 400;
  font-size: 21.0058px;
  line-height: 25px;
  color: #023115;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.produtividade-controle h3, body main section.produtividade-controle span {
    font-size: 15px;
    line-height: 125%;
  }
}
body main section.produtividade-controle span strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle span strong {
    font-size: 16px;
    line-height: 125%;
  }
}
body main section.produtividade-controle .box-saber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 121px;
  background: #07370D;
  padding-right: 60px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 65px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .box-saber {
    padding: 20px;
    border-radius: 10px;
    margin-top: 0;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body main section.produtividade-controle .box-saber:before {
  content: "";
  left: 0;
  width: 700px;
  position: absolute;
  z-index: 0;
  display: block;
  height: 121px;
  background: #08370D;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .box-saber:before {
    height: 100px;
  }
}
body main section.produtividade-controle .box-saber h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #F4F4F4;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .box-saber h3 {
    font-size: 16px;
    line-height: 125%;
  }
}
body main section.produtividade-controle .box-saber a {
  z-index: 2;
  position: relative;
}
body main section.produtividade-controle .owl-carousel {
  width: 960px;
  position: absolute;
  height: 440px;
  top: 60px;
  right: 0;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .owl-carousel {
    width: 100%;
    max-width: 960px;
    height: 240px;
    top: unset;
    position: relative;
  }
}
body main section.produtividade-controle .owl-carousel .owl-item {
  margin-left: -20px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .owl-carousel .owl-item {
    margin-left: 0;
  }
}
body main section.produtividade-controle .owl-carousel .owl-item.active + .owl-item.active .link-img .img {
  border-radius: 40px 140px 40px 140px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .owl-carousel .owl-item.active + .owl-item.active .link-img .img {
    border-radius: 10px;
  }
}
body main section.produtividade-controle .link-img {
  position: relative;
  display: block;
  width: 369px !important;
  height: 440px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .link-img {
    width: 100% !important;
    max-width: 369px;
    display: block;
    height: 240px;
  }
}
body main section.produtividade-controle .link-img:hover .img {
  opacity: 0.8;
}
body main section.produtividade-controle .link-img:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body main section.produtividade-controle .link-img .img {
  width: 369px !important;
  height: 440px;
  border-radius: 140px 40px 140px 40px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .link-img .img {
    width: 100% !important;
    max-width: 369px;
    height: 240px;
    border-radius: 10px;
  }
}
body main section.produtividade-controle .owl-carousel .owl-dots {
  z-index: 4;
  margin: auto;
  margin-top: 17px;
}
@media (max-width: 991px) {
  body main section.produtividade-controle .owl-carousel .owl-dots {
    margin-top: 10px;
    transform: scale(0.69);
  }
}
body main section.produtividade-controle .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #001D02;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.produtividade-controle .owl-carousel .owl-dots .owl-dot.active, body main section.produtividade-controle .owl-carousel .owl-dots .owl-dot:hover {
  background: #001D02;
}
body main section.sementes-producao {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  body main section.sementes-producao {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body main section.sementes-producao .box.wpp {
    height: unset;
    margin-top: 7px;
  }
}
body main section.sementes-producao h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.sementes-producao h2 {
    font-size: 24px;
    text-align: center;
    line-height: 125%;
  }
}
body main section.sementes-producao p {
  max-width: 630px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
}
@media (max-width: 991px) {
  body main section.sementes-producao p {
    font-size: 15px;
    text-align: center;
    line-height: 125%;
    margin-bottom: 15px;
  }
}
body main section.sementes-producao .direita {
  width: 598px;
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 65px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 65px;
}
@media (max-width: 991px) {
  body main section.sementes-producao .direita {
    border-radius: 10px;
    width: 100%;
    height: 240px;
    max-width: 598px;
    margin: auto;
    margin-top: 15px;
  }
}
body main section.sementes-etapas {
  background-size: cover;
  background-image: url("../image/sementes/bg-etapas.png");
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.sementes-etapas {
    background: #166525;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body main section.sementes-etapas .esquerda {
    display: none;
  }
  body main section.sementes-etapas .esquerda img {
    display: none;
  }
}
body main section.sementes-etapas h2 {
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sementes-etapas h2 {
    font-size: 24px;
    text-align: center;
    line-height: 125%;
    margin-bottom: 15px;
  }
}
body main section.sementes-etapas .box {
  display: flex;
  align-items: center;
  min-height: 320px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
body main section.sementes-etapas .box .esquerda {
  width: 30%;
  position: relative;
}
body main section.sementes-etapas .box .esquerda img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -75px;
  margin: auto;
  width: 414px;
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
body main section.sementes-etapas .box .direita {
  width: 70%;
}
@media (max-width: 991px) {
  body main section.sementes-etapas .box .direita {
    width: 100%;
  }
}
body main section.sementes-etapas .box .direita h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #1E6D27;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.sementes-etapas .box .direita h3 {
    font-size: 22px;
    text-align: center;
  }
}
body main section.sementes-etapas .box .direita .texto {
  max-width: 635px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
}
@media (max-width: 991px) {
  body main section.sementes-etapas .box .direita .texto {
    font-size: 16px;
    text-align: center;
  }
}
body main section.sementes-etapas .owl-carousel .owl-dots {
  z-index: 4;
  margin-top: 40px;
  justify-content: start;
}
@media (max-width: 991px) {
  body main section.sementes-etapas .owl-carousel .owl-dots {
    justify-content: center;
  }
}
body main section.sementes-etapas .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.sementes-etapas .owl-carousel .owl-dots .owl-dot.active, body main section.sementes-etapas .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.sementes-etapas .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: transparent;
  right: 115px;
}
body main section.sementes-etapas .owl-nav .owl-prev {
  display: none;
}
body main section.sementes-galeria {
  padding-bottom: 84px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria {
    padding-bottom: 30px;
  }
  body main section.sementes-galeria .cta.wpp {
    height: unset;
    margin: auto;
  }
}
body main section.sementes-galeria .box-topo {
  width: 1300px;
  min-height: 247px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding-bottom: 50px;
  padding-top: 65px;
  padding-left: 55px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .box-topo {
    width: 100%;
    padding: 30px;
  }
}
body main section.sementes-galeria .box-topo h2 {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #1E6D27;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .box-topo h2 {
    font-size: 24px;
    line-height: 120%;
  }
}
body main section.sementes-galeria .box-topo .texto {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #07370D;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .box-topo .texto {
    font-size: 15px;
  }
}
body main section.sementes-galeria h2 {
  margin-top: 65px;
  margin-bottom: 25px;
}
body main section.sementes-galeria .br {
  width: 81px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .br {
    transform: scale(0.7);
  }
}
body main section.sementes-galeria .semente {
  width: 77px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 23px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .semente {
    transform: scale(0.7);
  }
}
body main section.sementes-galeria .sementex h3, body main section.sementes-galeria .sementex span {
  font-size: 18px;
  color: #07370D;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .sementex h3, body main section.sementes-galeria .sementex span {
    font-size: 15px;
  }
}
body main section.sementes-galeria .item img {
  transition: 0.6s;
}
body main section.sementes-galeria .item:hover img {
  transform: translateY(-3px);
}
body main section.sementes-galeria h3, body main section.sementes-galeria span {
  font-weight: 400;
  font-size: 21.0058px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sementes-galeria h3, body main section.sementes-galeria span {
    font-size: 15px;
  }
}
body main section.sementes-galeria span strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria span strong {
    font-size: 15px;
  }
}
body main section.sementes-galeria .item-galeria {
  width: 410px;
  height: 331px;
  border-radius: 10px;
  margin: auto;
  display: block;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  body main section.sementes-galeria .item-galeria {
    width: 103px;
    height: 100px;
    margin-bottom: 10px;
  }
}
body main section.sementes-galeria .item-galeria:hover img {
  opacity: 0.8;
}
body main section.sementes-galeria .item-galeria img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.sementes-galeria .item-galeria div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.6s;
  background: rgba(0, 0, 0, 0.58);
}
@media (max-width: 991px) {
  body main section.sementes-galeria .item-galeria div {
    font-size: 24px;
  }
}
body main section.sementes-galeria .item-galeria div:hover {
  background: #1F524D;
}
body main section.sementes-desempenho {
  padding-top: 65px;
  padding-bottom: 50px;
  background-size: cover;
  background-image: url("../image/sementes/bg-desempenho.png");
}
@media (max-width: 991px) {
  body main section.sementes-desempenho {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1E524D;
  }
}
body main section.sementes-desempenho h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.sementes-desempenho h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 125%;
  }
}
body main section.sementes-desempenho p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.sementes-desempenho p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 125%;
  }
}
body main section.sementes-desempenho .video {
  width: 493px;
  height: 397px;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sementes-desempenho .video {
    width: 100%;
    max-width: 493px;
    margin: auto;
    height: 240px;
  }
  body main section.sementes-desempenho .video .play {
    transform: scale(0.8);
  }
}
body main section.sementes-desempenho .video:hover:before {
  opacity: 0.6;
}
body main section.sementes-desempenho .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.6s;
  z-index: 2;
}
body main section.sementes-desempenho .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
body main section.sementes-desempenho .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: auto;
}
body main section.sementes-desempenho .owl-carousel .owl-dots {
  margin-top: 25px;
}
@media (max-width: 991px) {
  body main section.sementes-desempenho .owl-carousel .owl-dots {
    transform: scale(0.65);
    margin-top: 10px;
    margin-bottom: 0;
  }
}
body main section.sementes-desempenho .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.sementes-desempenho .owl-carousel .owl-dots .owl-dot.active, body main section.sementes-desempenho .owl-carousel .owl-dots .owl-dot:hover {
  background: #fff;
}
body main section.sementes-desempenho .video {
  width: 412px;
  height: 331px;
}
@media (max-width: 991px) {
  body main section.sementes-desempenho .video {
    width: 100%;
    height: 240px;
    max-width: 412px;
  }
}
body main section.representante-vantagens {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.representante-vantagens {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.representante-vantagens h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1E6D27;
  margin-bottom: 17px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.representante-vantagens h2 {
    font-size: 24px;
    text-align: center;
    line-height: 125%;
    margin-bottom: 10px;
  }
}
body main section.representante-vantagens p {
  max-width: 769px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin: auto;
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  body main section.representante-vantagens p {
    font-size: 15px;
    text-align: center;
    line-height: 125%;
    margin-bottom: 10px;
  }
}
body main section.representante-vantagens .item {
  width: 412px;
  min-height: 469px;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  body main section.representante-vantagens .item {
    width: 100%;
    max-width: 412px;
    min-height: unset;
  }
}
body main section.representante-vantagens .item:hover h3 {
  color: #318E18;
}
body main section.representante-vantagens .item:hover img {
  opacity: 0.8;
}
body main section.representante-vantagens .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 213px;
  transition: 0.6s;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.representante-vantagens .item img {
    height: 150px;
  }
}
body main section.representante-vantagens .item .in {
  padding: 33px;
  padding-bottom: 35px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex: 1;
}
@media (max-width: 991px) {
  body main section.representante-vantagens .item .in {
    padding: 25px;
  }
}
body main section.representante-vantagens .item .in h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #1E6D27;
  margin-bottom: 16px;
  text-align: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.representante-vantagens .item .in h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 13px;
  }
}
body main section.representante-vantagens .item .in .texto {
  max-width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.representante-vantagens .item .in .texto {
    font-size: 15px;
  }
}
body main section.representante-vantagens .owl-carousel .owl-dots {
  margin-top: 28px;
}
@media (max-width: 991px) {
  body main section.representante-vantagens .owl-carousel .owl-dots {
    margin-top: 15px;
    transform: scale(0.8);
  }
}
body main section.representante-vantagens .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.representante-vantagens .owl-carousel .owl-dots .owl-dot.active, body main section.representante-vantagens .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.representante-contato {
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.representante-contato {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
body main section.representante-contato .box-esquerda {
  width: 635px;
  padding-top: 50px;
  padding-bottom: 47px;
  padding-left: 65px;
  padding-right: 70px;
  background: #07370D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-esquerda {
    width: 100%;
    padding: 30px;
  }
}
body main section.representante-contato .box-esquerda h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  margin-bottom: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-esquerda h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.representante-contato .box-esquerda label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-esquerda label {
    font-size: 15px;
    text-align: left;
  }
}
body main section.representante-contato .box-esquerda input[type=text], body main section.representante-contato .box-esquerda input[type=email], body main section.representante-contato .box-esquerda textarea {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  height: 48px;
  padding-left: 16px;
  margin-bottom: 13px;
  width: 100%;
}
body main section.representante-contato .box-esquerda input[type=text]:before, body main section.representante-contato .box-esquerda input[type=email]:before, body main section.representante-contato .box-esquerda textarea:before {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #8C8C8C;
}
body main section.representante-contato .box-esquerda .concordo label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 0;
}
body main section.representante-contato .box-esquerda .concordo label a {
  color: white;
}
body main section.representante-contato .box-esquerda button {
  margin-top: 45px;
  outline: 0;
  border: 0;
}
body main section.representante-contato .box-esquerda textarea {
  padding-top: 13px;
  height: 137px;
  margin-bottom: 13px;
}
body main section.representante-contato .box-direita {
  width: 768px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 169px;
  padding-right: 65px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 824px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 75px;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-direita {
    width: 100%;
    margin-top: 25px;
    border-radius: 30px;
    min-height: 0;
    border-radius: 10px;
    padding: 30px;
  }
}
body main section.representante-contato .box-direita h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-direita h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 125%;
  }
}
body main section.representante-contato .box-direita p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-direita p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.representante-contato .box-direita .video {
  width: 535px;
  height: 370px;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-direita .video {
    width: 100%;
    max-width: 535px;
    height: 240px;
  }
}
body main section.representante-contato .box-direita .video:hover:before {
  opacity: 0.6;
}
body main section.representante-contato .box-direita .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.6s;
  z-index: 2;
}
body main section.representante-contato .box-direita .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
body main section.representante-contato .box-direita .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: auto;
}
body main section.representante-contato .box-direita .owl-carousel .owl-dots {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.representante-contato .box-direita .owl-carousel .owl-dots {
    margin-top: 15px;
    transform: scale(0.8);
  }
}
body main section.representante-contato .box-direita .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.representante-contato .box-direita .owl-carousel .owl-dots .owl-dot.active, body main section.representante-contato .box-direita .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.produtos {
  padding-top: 72px;
  padding-bottom: 70px;
}
body main section.produtos .titulo-principal {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #318E18;
  margin-bottom: 30px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  body main section.produtos .titulo-principal {
    font-size: 24px;
  }
}
body main section.produtos .col-lg-5 {
  padding: 0;
}
body main section.produtos .products-list {
  position: relative;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 23px;
}
@media (max-width: 991px) {
  body main section.produtos .products-list .ms-3 {
    font-size: 14px;
  }
}
body main section.produtos .products-list .item-products-list::before {
  background: linear-gradient(45deg, #f1f1f1 26.3%, #f1f1f1 0%);
}
body main section.produtos .products-list p {
  font-weight: 400;
  font-size: 15.7px;
  line-height: 19px;
  text-align: left;
  color: #000000;
  margin-bottom: 37px;
}
body main section.produtos .products-list h2 {
  padding-bottom: 0;
  margin-bottom: 16px;
}
body main section.produtos .item-products-list {
  padding: 0;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 23px;
}
@media (min-width: 992px) {
  body main section.produtos .item-products-list {
    width: 295px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 35px;
  }
}
body main section.produtos .item-products-list .cta-red.plus img {
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
  top: 23px;
  position: relative;
  left: 28px;
}
body main section.produtos .item-products-list .item {
  padding-bottom: 0;
}
body main section.produtos .item-products-list .cta-wpp-buy {
  background: #68b505;
}
body main section.produtos .item-products-list .cta-wpp-buy a {
  padding-right: 8px;
  color: white;
}
body main section.produtos .item-products-list .cta-wpp-buy span {
  margin-right: 0px;
}
body main section.produtos .item-products-list .cta-details a {
  padding-right: 8px;
  padding-left: 8px;
}
body main section.produtos .img-bg {
  position: absolute;
  right: 0;
  top: -220px;
}
body main section.produtos .item-products-list {
  position: relative;
}
body main section.produtos .item-products-list p {
  height: auto;
  text-align: center;
}
body main section.produtos .cta-orcamento {
  padding-top: 14px;
  padding-bottom: 14px;
}
body main section.produtos .cta-orcamento img {
  top: 0 !important;
  left: 3px !important;
}
@media (max-width: 991px) {
  body main section.produtos {
    padding: 30px 0 0 0;
  }
}
body main section.carrinho {
  padding: 50px 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: #318E18;
  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.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 {
  background-color: #eeeeee;
  display: flex;
  padding: 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #afafaf;
  position: relative;
}
body main section.carrinho .passos a:hover {
  color: #afafaf;
}
body main section.carrinho .passos a:last-child:after {
  display: none;
}
body main section.carrinho .passos a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/chevron.png");
}
body main section.carrinho .passos a strong {
  font-weight: 600;
  border: 2px 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: #318E18;
}
body main section.carrinho .passos a.ativo:hover {
  color: #318E18;
}
body main section.carrinho .passos a.ativo strong {
  color: #318E18;
  border-color: #318E18;
}
@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;
}
body main section.carrinho .carrinho-mobile .removerMobile {
  color: #318E18;
  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: #318E18;
}
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%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
}
body main section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
}
body main section.carrinho .tabela-carrinho thead td {
  background-color: #318E18;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(58, 58, 58, 0.3019607843);
}
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);
}
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: 400;
  color: #318E18;
  font-size: 24px;
}
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: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 17px;
  margin-bottom: 0;
}
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: #318E18;
  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: #318E18;
  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: #318E18;
  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-color: #3aa700;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body main section.carrinho .enviado h1 {
  color: #3aa700;
  font-size: 39px;
  font-weight: 500;
  margin: auto;
  text-align: center;
}
body main section.carrinho .enviado h5 {
  text-align: center;
  color: gray;
  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: 20px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
}
body main section.carrinho .form .main-cta {
  margin-top: 30px;
}
body main section.carrinho .form h1 {
  font-size: 30px;
  color: rgb(88, 88, 88);
  font-weight: 600;
  text-align: center;
}
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 {
  color: black;
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body main section.carrinho .form input,
body main section.carrinho .form select,
body main section.carrinho .form textarea {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: white;
  border: 1px solid gainsboro;
}
body main section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body main section.carrinho .form textarea {
  min-height: 100px;
  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.single-product .top-single-product {
  padding-top: 55px;
  padding-bottom: 50px;
  background: #EBEBEB;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  body main section.single-product .top-single-product .cta.box img {
    vertical-align: middle;
  }
}
body main section.single-product .top-single-product .owl-carousel .owl-dots {
  z-index: 4;
  margin: auto;
  margin-top: 17px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .owl-carousel .owl-dots {
    transform: scale(0.8);
    margin-top: 13px;
  }
}
body main section.single-product .top-single-product .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.single-product .top-single-product .owl-carousel .owl-dots .owl-dot.active, body main section.single-product .top-single-product .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.single-product .top-single-product .border-right-x {
  border-right: 3px solid #d2d2d2;
}
body main section.single-product .top-single-product .description-productx {
  margin-bottom: 25px;
}
body main section.single-product .top-single-product .col-lg-12 {
  position: relative;
  border-radius: 10px;
  line-height: 384px;
  text-align: center;
}
body main section.single-product .top-single-product .col-lg-12 img {
  display: unset;
  max-width: 306px;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  border-radius: 25px;
}
body main section.single-product .top-single-product .col-lg-12 .image-principal {
  position: relative;
}
body main section.single-product .top-single-product .col-lg-12 .image-principal img {
  max-width: 306px;
  max-height: 384px;
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .col-lg-12 {
    width: 100%;
    line-height: 300px;
  }
  body main section.single-product .top-single-product .col-lg-12 img {
    display: block;
    width: 280px;
    height: 280px;
    margin: auto;
  }
}
body main section.single-product .top-single-product .col-lg-5 .col-lg-2 {
  z-index: 1;
}
body main section.single-product .top-single-product .col-lg-2 {
  margin: 0 !important;
}
body main section.single-product .top-single-product .bitmaps {
  height: 100%;
}
body main section.single-product .top-single-product .bitmaps .col {
  padding: 0;
  width: 83px;
  max-height: 83px !important;
  height: 83px;
  border: 1px solid #d7d7d7;
  line-height: 75px;
  text-align: center;
  margin-bottom: 19px;
}
body main section.single-product .top-single-product .bitmaps .col img {
  width: 68px;
  height: 63px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.single-product .top-single-product .imgs-principal {
  padding: 0;
  margin: 0 auto;
}
body main section.single-product .top-single-product .description-productx {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  min-height: 175px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .description-productx {
    font-size: 16px;
  }
}
body main section.single-product .top-single-product h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1E6D27;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 7px;
  max-width: 636px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product h1 {
    font-size: 24px;
    padding-bottom: 15px;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1.4;
    height: auto;
    margin-bottom: 0;
  }
}
body main section.single-product .top-single-product p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
body main section.single-product .top-single-product span.desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 14px;
  display: block;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product span.desc {
    font-size: 17px;
  }
}
body main section.single-product .top-single-product .preco {
  background: #fff;
  margin: 0;
  margin-right: 5px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 42px;
  padding-left: 42px;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .preco {
    padding: 20px 10px;
  }
}
body main section.single-product .top-single-product .preco h2 {
  font-weight: 700;
  font-size: 31.875px;
  line-height: 38px;
  color: #79872D;
}
body main section.single-product .top-single-product .preco .col-lg-7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.single-product .top-single-product .preco .col-lg-7 {
    width: auto;
  }
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-budget {
  width: 100%;
  margin-top: 10px;
  width: 100%;
  background: linear-gradient(133.5deg, #5E6A1C 27.49%, #90A714 87.01%);
  border: none;
  padding-left: 7px;
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-wpp-buy {
  width: 100%;
  background: #68b505;
  border: none;
  padding-left: 7px;
}
body main section.single-product .top-single-product .preco .col-lg-7 .cta-cart {
  margin-top: 10px;
  width: 100%;
  background: linear-gradient(276.28deg, #FFB84F 17.25%, #E19523 65.84%);
  border: none;
  padding-left: 7px;
}
body main section.single-product .top-single-product .preco em {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #4a4a4a;
  font-style: unset;
}
body main section.single-product .top-single-product .preco strong {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  line-height: 47px;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy {
  width: unset;
  border: 1px solid #75A70A;
  border-radius: 5.04424px;
  height: 47px;
  padding-right: 10px;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy a {
  font-size: 18.1593px;
  line-height: 47px;
  display: flex;
  color: #fff;
}
body main section.single-product .top-single-product .preco .cta-wpp-buy span {
  border-radius: 5px;
  height: 49px;
  width: 47px;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: -3px;
  margin-top: -2px;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-budget {
  margin-top: 10px;
  width: unset;
  border: 1px solid #dd1100;
  border-radius: 5.04424px;
  height: 47px;
  padding-right: 10px;
}
body main section.single-product .top-single-product .preco .cta-budget a {
  font-size: 18.1593px;
  line-height: 43px;
  display: flex;
  color: #fff;
  position: relative;
}
body main section.single-product .top-single-product .preco .cta-budget span {
  border-radius: 5px;
  height: 45px;
  width: 47px;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: -3px;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-cart {
  width: unset;
  border-radius: 5.04424px;
  height: 49px;
  padding-right: 10px;
  margin-top: 10px;
}
body main section.single-product .top-single-product .preco .cta-cart a {
  font-size: 18.1593px;
  line-height: 43px;
  display: flex;
  color: #332703;
}
body main section.single-product .top-single-product .preco .cta-cart span {
  border-radius: 5px;
  height: 50px;
  width: 47px;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: -3px;
  margin-top: -2px;
  display: inline-flex;
}
body main section.single-product .top-single-product .preco .cta-budget,
body main section.single-product .top-single-product .preco .cta-cart,
body main section.single-product .top-single-product .preco .cta-details,
body main section.single-product .top-single-product .preco .cta-wpp-buy {
  width: 100%;
}
body main section.single-product .top-single-product .preco .cta-budget img,
body main section.single-product .top-single-product .preco .cta-cart img,
body main section.single-product .top-single-product .preco .cta-details img,
body main section.single-product .top-single-product .preco .cta-wpp-buy img {
  vertical-align: middle;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.single-product .separador {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-left: 285px;
}
body main section.single-product .especificacoes {
  margin-top: 78px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes {
    margin-top: 0;
    padding-bottom: 40px;
  }
}
body main section.single-product .especificacoes .titulos {
  width: 1299px;
  height: 63px;
  border: 1.14317px solid #ADADAD;
  border-radius: 45.727px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .titulos {
    width: 100%;
    position: relative;
    height: auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
    border: unset;
  }
}
body main section.single-product .especificacoes .titulos .titulo-link {
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  color: #9F9F9F;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  border-radius: 45.727px;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .titulos .titulo-link {
    font-size: 16px;
    border-radius: 30px;
    padding: 0 15px;
    border: 1px solid;
    width: 49%;
    height: auto;
    text-align: center;
    min-height: 50px;
    margin: auto;
    margin-bottom: 5px;
  }
}
body main section.single-product .especificacoes .titulos .titulo-link.active, body main section.single-product .especificacoes .titulos .titulo-link:hover {
  background: linear-gradient(91.8deg, #25923C 11.76%, #001D02 99.53%);
  color: white;
}
body main section.single-product .especificacoes label {
  cursor: pointer;
}
body main section.single-product .especificacoes #carac:checked ~ .description .desc-only {
  display: none;
}
body main section.single-product .especificacoes #desc:checked ~ .description .table {
  display: none;
}
body main section.single-product .especificacoes #desc:checked ~ .d-flex h2.secondary {
  color: #79872D;
  border-color: #79872D;
}
body main section.single-product .especificacoes #desc:checked ~ .d-flex h2:not(.secondary) {
  color: #9f9f9f;
  border-color: transparent;
}
body main section.single-product .especificacoes #desc,
body main section.single-product .especificacoes #carac {
  display: none;
}
body main section.single-product .especificacoes td {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 34px !important;
  color: #001D02;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes td {
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px !important;
    line-height: 21px;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #001D02;
    width: 50%;
  }
}
body main section.single-product .especificacoes td.radius-left {
  border-top-left-radius: 20px;
}
body main section.single-product .especificacoes td.radius-right {
  border-top-right-radius: 20px;
}
body main section.single-product .especificacoes td.radius-b-left {
  border-bottom-left-radius: 20px;
}
body main section.single-product .especificacoes td.radius-b-right {
  border-bottom-right-radius: 20px;
}
body main section.single-product .especificacoes td.left {
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  width: 367px;
}
body main section.single-product .especificacoes td strong {
  font-weight: 600;
}
body main section.single-product .especificacoes .description {
  width: 1034px;
  margin: auto;
  padding: 0;
}
@media (max-width: 991px) {
  body main section.single-product .especificacoes .description {
    width: 100%;
  }
}
body main section.single-product .especificacoes .col-lg-4 {
  margin-top: 70px;
}
body main section.single-product .especificacoes .row {
  margin-top: 18px;
}
body main section.single-product .especificacoes .row .col-11 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: #555555;
}
body main section.single-product .especificacoes .row .col-11 {
  position: relative;
}
body main section.single-product .especificacoes .row .col-11 i {
  font-size: 22px;
  color: #ffb800;
  float: right;
  position: absolute;
  right: -40px;
  top: 6px;
}
body main section.single-product .especificacoes .row p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  max-width: 990px;
}
body main section.single-product .especificacoes .row .duvida .row {
  padding-left: 34px;
  padding-top: 15px;
  padding-bottom: 21px;
  padding-right: 0px;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
}
body main section.single-product .especificacoes .row .col-lg-12 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: #555555;
}
body main section.single-product .especificacoes .row .resposta {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 21px;
  margin-left: 30px;
}
body main section.single-product .especificacoes .right {
  text-align: center;
  min-width: 365px;
  max-width: 365px;
  float: right;
  margin: 0 auto;
  background: #026c41;
  border-radius: 13px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  margin: 0 auto;
}
body main section.single-product .especificacoes .right .img-first {
  margin-bottom: 9px;
  margin-top: -90px;
}
body main section.single-product .especificacoes .right h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 15px;
}
body main section.single-product .especificacoes .right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 23px;
}
body main section.single-product .especificacoes .right input {
  height: 47px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #333;
}
body main section.single-product .especificacoes .right input::-moz-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #bcbcbc;
}
body main section.single-product .especificacoes .right input::placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #bcbcbc;
}
body main section.single-product .especificacoes .right button {
  padding: 12px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #ee6f32;
  font-weight: 700;
  font-size: 18.4566px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  outline: 0;
  border: 0;
  border: 1.02537px solid #ee6f32;
  border-radius: 5.12684px;
  margin-top: 20px;
}
body main section.single-product .especificacoes .right .col {
  max-width: 305px;
  border: double 1px transparent;
  border-radius: 20px;
  border-image-slice: 1;
  border-image-source: linear-gradient(0deg, rgba(173, 173, 173, 0.0117647059) 0%, #bfbfbf 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
  margin: 0 auto;
}
body main section.single-product .especificacoes .right .col:before {
  content: "";
  width: 71px;
  height: 71px;
  background-color: #ffb800;
  border-radius: 100%;
  position: absolute;
  left: 40.5%;
  top: -40px;
  background-image: url("../image/index/quote.png");
  background-repeat: no-repeat;
  background-position: center;
}
body main section.single-product h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #79872D;
}
@media screen and (max-width: 991px) {
  body main section.single-product h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body main section.single-product .top-single-product .cta-cart {
    min-width: 300px;
  }
  body main section.single-product .top-single-product .col-lg-12.image-principal {
    order: 1;
    margin: 0 auto;
  }
  body main section.single-product .top-single-product .col-lg-2.imgs-principal {
    order: 2;
  }
  body main section.single-product .top-single-product .col-lg-2.imgs-principal .bitmaps {
    flex-direction: row !important;
    margin-top: 10px;
  }
  body main section.single-product .top-single-product .col-lg-7 {
    font-size: 16px;
  }
  body main section.single-product .top-single-product .col-lg-7 h1,
  body main section.single-product .top-single-product .col-lg-7 h2 {
    font-size: 24px;
  }
  body main section.single-product .top-single-product .col-lg-7 strong {
    font-size: 16px;
  }
  body main section.single-product .especificacoes .table {
    font-size: 16px;
  }
  body main section.single-product .separador {
    display: none !important;
  }
  body main section.single-product h2 {
    font-size: 19px !important;
  }
  body main section.single-product p,
  body main section.single-product button {
    font-size: 16px !important;
  }
  body main section.single-product .especificacoes .col-lg-4 {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 140px;
    display: Flex;
  }
  body main section.single-product .especificacoes .right {
    min-width: 280px;
    max-width: 365px;
  }
  body main section.single-product .especificacoes .right button {
    font-size: 16px;
  }
  body main section.single-product .outros-bg {
    display: none !important;
  }
  body main section.single-product .ver-produtos {
    font-size: 16px !important;
    margin-top: 0 !important;
  }
}
body main section.single-product .table {
  position: relative;
}
body main section.single-product .table:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  z-index: -1;
}
body main section.contato {
  padding-top: 50px;
  padding-bottom: 125px;
}
@media (max-width: 991px) {
  body main section.contato {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
body main section.contato.ptrabalhe .topo-trans .trabalhe {
  width: calc(100% + 25px);
  margin-left: -25px;
}
@media (max-width: 991px) {
  body main section.contato.ptrabalhe .topo-trans .trabalhe {
    margin-left: 0;
    width: 100%;
  }
}
body main section.contato.ptrabalhe .topo-trans .direita {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #232323;
  text-align: center;
  margin: auto;
  max-width: 431px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.contato.ptrabalhe .topo-trans .direita {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.contato.ptrabalhe .box-direita {
  margin-top: -80px;
}
body main section.contato .box-esquerda {
  width: 635px;
  padding-top: 50px;
  padding-bottom: 47px;
  padding-left: 65px;
  padding-right: 70px;
  background: #07370D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.contato .box-esquerda {
    width: 100%;
    padding: 30px;
  }
}
body main section.contato .box-esquerda .text {
  display: block;
  max-width: 502px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
body main section.contato .box-esquerda .tipos {
  margin-bottom: 10px;
}
body main section.contato .box-esquerda .tipos .d-flex {
  align-items: center;
  width: 33%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.contato .box-esquerda .tipos .d-flex {
    width: 50%;
  }
}
body main section.contato .box-esquerda .tipos label {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-left: 10px;
  margin-bottom: 0;
}
body main section.contato .box-esquerda h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  margin-bottom: 42px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.contato .box-esquerda h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.contato .box-esquerda label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.contato .box-esquerda label {
    font-size: 15px;
    text-align: left;
  }
}
body main section.contato .box-esquerda input[type=text], body main section.contato .box-esquerda input[type=email], body main section.contato .box-esquerda textarea {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  height: 48px;
  padding-left: 16px;
  margin-bottom: 13px;
  width: 100%;
}
body main section.contato .box-esquerda input[type=text]:before, body main section.contato .box-esquerda input[type=email]:before, body main section.contato .box-esquerda textarea:before {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #8C8C8C;
}
body main section.contato .box-esquerda .concordo label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 0;
}
body main section.contato .box-esquerda .concordo label a {
  color: white;
}
body main section.contato .box-esquerda button {
  margin-top: 45px;
  outline: 0;
  border: 0;
}
body main section.contato .box-esquerda textarea {
  padding-top: 13px;
  height: 137px;
  margin-bottom: 13px;
}
body main section.contato .box-esquerda .selecione {
  display: inline-block;
  background: #FF7E20;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 85px;
  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;
}
body main section.contato .box-esquerda .flex-box {
  display: flex;
}
body main section.contato .box-esquerda .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: 90%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .box-direita {
  width: 768px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-right: 17px;
  display: flex;
  padding-top: 47px;
  padding-bottom: 47px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 75px;
  padding-left: 85px;
}
@media (max-width: 991px) {
  body main section.contato .box-direita {
    width: 100%;
    margin-top: 25px;
    border-radius: 30px;
    min-height: 0;
    border-radius: 10px;
    padding: 30px;
  }
}
body main section.contato .box-direita span {
  display: block;
  width: 300px;
}
body main section.contato .box-direita h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 30px;
  text-align: left;
  align-self: start;
  padding-left: 5px;
}
@media (max-width: 991px) {
  body main section.contato .box-direita h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 125%;
  }
}
body main section.contato .box-direita p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.contato .box-direita p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.contato .box-direita .video {
  width: 535px;
  height: 370px;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.contato .box-direita .video {
    width: 100%;
    max-width: 535px;
    height: 240px;
  }
}
body main section.contato .box-direita .video:hover:before {
  opacity: 0.6;
}
body main section.contato .box-direita .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.6s;
  z-index: 2;
}
body main section.contato .box-direita .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
body main section.contato .box-direita .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  body main section.contato .box-direita .video .play {
    margin-top: 15px;
    transform: scale(0.8);
  }
}
body main section.contato .box-direita .owl-carousel .owl-dots {
  margin-top: 30px;
}
body main section.contato .box-direita .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.contato .box-direita .owl-carousel .owl-dots .owl-dot.active, body main section.contato .box-direita .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.contato .topo-trans {
  padding-left: 60px;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans {
    padding: 0;
    text-align: center;
  }
}
body main section.contato .topo-trans h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1E6D27;
  margin-left: 30px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans h1 {
    font-size: 24px;
    line-height: 125%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
body main section.contato .topo-trans h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  margin-left: 30px;
  margin-top: -5px;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans h2 {
    font-size: 16px;
    line-height: 125%;
    margin-left: 0;
    margin-top: 0;
  }
}
body main section.contato .topo-trans p {
  margin-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #232323;
  margin-bottom: 30px;
  margin-left: 30px;
  display: block;
  max-width: 600px;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
body main section.contato .topo-trans .owl-carousel {
  margin-left: -30px;
  z-index: 0;
  position: relative;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans .owl-carousel {
    margin-left: 0;
  }
}
body main section.contato .topo-trans .img {
  width: 334px;
  height: 284px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 55px;
  margin: auto;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans .img {
    width: 100%;
    max-width: 334px;
    height: 240px;
  }
}
body main section.contato .topo-trans .img:hover {
  opacity: 0.8;
}
body main section.contato .topo-trans .owl-carousel .owl-dots {
  margin-top: 15px;
}
@media (max-width: 991px) {
  body main section.contato .topo-trans .owl-carousel .owl-dots {
    transform: scale(0.8);
  }
}
body main section.contato .topo-trans .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1E6D27;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.contato .topo-trans .owl-carousel .owl-dots .owl-dot.active, body main section.contato .topo-trans .owl-carousel .owl-dots .owl-dot:hover {
  background: #1E6D27;
}
body main section.trabalhe-plante-carreira {
  padding-top: 58px;
  padding-bottom: 68px;
}
@media (max-width: 991px) {
  body main section.trabalhe-plante-carreira {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
body main section.trabalhe-plante-carreira h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #1E6D27;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  body main section.trabalhe-plante-carreira h2 {
    font-size: 24px;
    line-height: 125%;
  }
}
body main section.trabalhe-plante-carreira p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.trabalhe-plante-carreira p {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 20px;
  }
}
body main section.trabalhe-plante-carreira .item {
  width: 307px;
  min-height: 352px;
  position: relative;
  display: block;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  padding: 0;
}
@media (max-width: 991px) {
  body main section.trabalhe-plante-carreira .item {
    min-height: 0;
    margin-bottom: 10px;
  }
}
body main section.trabalhe-plante-carreira .item img {
  width: 100%;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.trabalhe-plante-carreira .item img {
    height: 150px;
  }
}
body main section.trabalhe-plante-carreira .item img:hover {
  opacity: 0.85;
}
body main section.trabalhe-plante-carreira .item h3 {
  padding-top: 23px;
  padding-bottom: 29px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: black;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 991px) {
  body main section.trabalhe-plante-carreira .item h3 {
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
body main section.trabalhe-equipe {
  padding-top: 45px;
  padding-bottom: 53px;
  background-size: 100% 100%;
  background-image: url("../image/bg-equipe.png");
  min-height: 630px;
}
@media (max-width: 991px) {
  body main section.trabalhe-equipe {
    background: #1F524D;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0;
  }
}
body main section.trabalhe-equipe h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body main section.trabalhe-equipe h2 {
    font-size: 24px;
    text-align: center;
    line-height: 125%;
    margin-bottom: 15px;
  }
}
body main section.trabalhe-equipe .img {
  width: 410.63px;
  height: 402.58px;
  border-radius: 6.70971px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.trabalhe-equipe .img {
    width: 100%;
    max-width: 410px;
    margin: auto;
    height: 240px;
  }
}
body main section.trabalhe-equipe .owl-carousel .owl-dots {
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.trabalhe-equipe .owl-carousel .owl-dots {
    margin-top: 15px;
    transform: scale(0.7);
  }
}
body main section.trabalhe-equipe .owl-carousel .owl-dots .owl-dot {
  width: 18.34px;
  height: 18.34px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 11px;
  transition: 0.6s;
}
body main section.trabalhe-equipe .owl-carousel .owl-dots .owl-dot.active, body main section.trabalhe-equipe .owl-carousel .owl-dots .owl-dot:hover {
  background: #fff;
}
body main section.duvidas {
  padding-top: 75px;
  padding-bottom: 100px;
}
body main section.duvidas .col-lg-6 {
  z-index: 1;
}
body main section.duvidas .right {
  text-align: center;
  min-width: 365px;
  max-width: 365px;
  border-radius: 5px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 2px;
  margin-top: 100px;
  background: #07381C;
  padding-bottom: 57px;
  min-width: 369px;
  border-top-left-radius: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 70px;
}
@media screen and (max-width: 991px) {
  body main section.duvidas .right {
    float: unset;
    margin-bottom: 50px;
    min-width: 345px;
    max-width: 345px;
  }
}
body main section.duvidas .right form {
  width: 100%;
}
body main section.duvidas .right h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
  margin-top: -20px;
}
@media (max-width: 991px) {
  body main section.duvidas .right h2 {
    font-size: 24px;
  }
}
body main section.duvidas .right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  body main section.duvidas .right p {
    font-size: 16px;
  }
}
body main section.duvidas .right input,
body main section.duvidas .right textarea {
  height: 48px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #333;
  padding-left: 18px;
}
body main section.duvidas .right input::-moz-placeholder, body main section.duvidas .right textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #8C8C8C;
}
body main section.duvidas .right input::placeholder,
body main section.duvidas .right textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #8C8C8C;
}
body main section.duvidas .right textarea {
  height: 88px;
  padding-top: 10px;
  margin-bottom: 25px;
}
body main section.duvidas .right button {
  border: 0;
  outline: 0;
  margin: auto;
}
body main section.duvidas .col-lg-9 .duvida .row {
  position: relative;
}
body main section.duvidas .col-lg-9 .col-11 {
  padding: 0;
}
body main section.duvidas .col-lg-9 .col-11 i {
  color: #166525;
  top: 6px;
  font-size: 25px;
  float: right;
  right: 0;
  position: absolute;
}
body main section.duvidas .todas {
  background: #F6F6F6;
  padding-top: 29px;
  padding-left: 68px;
  padding-bottom: 30px;
  padding-right: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.duvidas .todas {
    padding: 20px;
    padding-top: 5px;
  }
}
body main section.duvidas .duvida {
  padding: 10px 20px;
  padding-left: 0;
  margin: 20px 0;
  display: block;
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #1E6D27;
  /* identical to box height */
}
body main section.duvidas .duvida-d {
  background: #F4F4F4;
  border-radius: 10px 10px 0px 0px;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 50px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  border-right: 1px solid rgba(198, 198, 198, 0.5);
}
body main section.duvidas .duvida i {
  color: black;
  width: 26px;
  height: 26px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 15px;
  float: right;
  right: 0;
  border-radius: 100%;
  border: 1px solid;
}
body main section.duvidas .resposta {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
body main section.duvidas .resposta .in-resposta {
  padding: 10px 30px;
  padding-left: 2px;
}
body main section.duvidas h3.orange {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  /* gradiente verde */
  background: linear-gradient(90.09deg, #1E6B09 16.11%, #3E9C17 100.78%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.duvidas h3.orange {
    margin-bottom: 15px;
    font-size: 24px;
  }
  body main section.duvidas .duvida {
    font-size: 20px !important;
    padding-top: 0;
  }
  body main section.duvidas p {
    font-size: 16px;
  }
  body main section.duvidas .resposta p {
    line-height: 25px;
  }
}
body main section.blog {
  padding-top: 50px;
  padding-bottom: 40px;
  /*obs*/
}
body main section.blog .texto {
  font-weight: 400;
  line-height: 21px;
  color: #232323;
}
@media screen and (min-width: 992px) {
  body main section.blog .texto {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body main section.blog .texto {
    margin-bottom: 70px;
  }
}
body main section.blog .escrito h6 {
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  color: #002E12;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.blog .escrito h6 {
    font-size: 16px;
  }
}
body main section.blog .escrito h6 strong {
  font-weight: 600;
}
body main section.blog .escrito span {
  width: 91px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}
body main section.blog .escrito span img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 100%;
}
body main section.blog .post-gera {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  /* aaa */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  min-height: 84px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #173334;
  transition: 0.6s;
  color: #000000;
  border-top-left-radius: 43px;
}
@media (max-width: 991px) {
  body main section.blog .post-gera {
    font-size: 16px;
  }
  body main section.blog .post-gera .col-9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body main section.blog .post-gera:hover {
  color: #318E18;
}
@media (min-width: 992px) {
  body main section.blog .post-gera .col-lg-9 {
    padding-left: 20px;
  }
}
body main section.blog .post-gera img {
  width: 84px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 43px;
}
body main section.blog h4.gerador {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #1E6D27;
  margin-bottom: 26px;
  padding-top: 45px;
  margin-top: 35px;
  border-top: 1px solid #d8d8d8;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.blog h4.gerador {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }
}
body main section.blog .titulo-principal {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #F7A832;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media (min-width: 992px) {
  body main section.blog .col-lg-9 {
    width: 72%;
  }
}
body main section.blog .item {
  margin: 0 auto;
  width: 393px;
  min-height: 568px;
  border-top-left-radius: 136px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (max-width: 991px) {
  body main section.blog .item {
    border-radius: 10px;
  }
}
body main section.blog .item:hover img {
  opacity: 0.85;
}
body main section.blog .item:hover .sub-item h3, body main section.blog .item:hover .sub-item span {
  color: #318E18;
}
@media (max-width: 991px) {
  body main section.blog .item {
    width: 340px;
    min-height: auto;
    margin-bottom: 20px;
  }
}
body main section.blog .item .sub-item {
  padding-left: 23px;
  padding-right: 69px;
  padding-bottom: 48px;
  padding-top: 33px;
}
@media (max-width: 991px) {
  body main section.blog .item .sub-item {
    padding: 15px 20px;
  }
}
body main section.blog .item .sub-item h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #173334;
  text-align: left;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .item .sub-item h3 {
    font-size: 17px;
  }
}
body main section.blog .item .sub-item p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
  margin-top: 10px;
  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 .item .sub-item p {
    font-size: 16px;
    margin-top: 5px;
  }
}
body main section.blog .item .sub-item span {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-decoration-line: underline;
  color: #FF7E20;
  display: block;
  margin-top: 28px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .item .sub-item span {
    font-size: 15px;
    line-height: 125%;
    margin-top: 20px;
  }
}
body main section.blog .item img {
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 136px;
  border-top-right-radius: 40px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.blog .item img {
    width: 100%;
    max-width: 369px;
    max-height: 154px;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
body main section.blog .box-topo {
  width: 100%;
  min-height: 512px;
  padding-bottom: 50px;
  padding-left: 36px;
  padding-right: 133px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  body main section.blog .box-topo {
    padding-bottom: 35px;
    min-height: 300px;
    padding-left: 25px;
    padding-right: 20px;
  }
}
body main section.blog .box-topo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  background: linear-gradient(0deg, #000000 10.64%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
body main section.blog .box-topo .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog .box-topo h1.titulo {
  z-index: 2;
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #F4F4F4;
  text-align: left;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  body main section.blog .box-topo h1.titulo {
    font-size: 24px;
    line-height: 130%;
  }
}
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: #42392A;
}
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 {
  color: #42392A;
  padding-bottom: 10px;
}
body main section.blog-interna .links {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body main section.blog-interna h4.gostou {
  color: #166525;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
}
@media (max-width: 991px) {
  body main section.blog-interna h4.gostou {
    font-size: 20px;
  }
}
body main section.blog-interna h1, body main section.blog-interna h2, body main section.blog-interna h3, body main section.blog-interna h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #001D02;
  margin-top: 20px;
}
body main section.blog-interna strong {
  font-weight: 600;
}
body main section.blog-interna strong.main {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 95%;
  padding: 8px 12px 8px 15px;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #050462;
  border-left: 6px solid;
  border-radius: 3px;
  border-color: #050462;
}
body main section.blog-interna strong.titulo-blog {
  color: #42392A;
  font-size: 15px;
  line-height: 35px;
}
@media (max-width: 991px) {
  body main section.blog-interna strong.titulo-blog {
    line-height: 30px;
  }
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
}
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: #166525;
}
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 span {
  color: black;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
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: 24px;
  }
  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: #75A70A;
}
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: #75A70A;
  font-weight: 500;
  border-bottom: 1px dotted #75A70A;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #75A70A;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #75A70A;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #75A70A;
  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: #75A70A;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #75A70A;
  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-image: url("../image/rodape-bg.png");
  position: relative;
  min-height: 800px;
  padding-top: 50px;
  background-size: cover;
}
@media (max-width: 991px) {
  body footer section.footer {
    background: #BEE4FC;
    min-height: 0;
  }
}
body footer section.footer .cta-default {
  margin-bottom: 21px;
  display: block;
}
body footer section.footer .logo {
  width: 236px;
  height: 136px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 991px) {
  body footer section.footer {
    min-height: 0;
    background-image: none;
    padding-top: 10px;
    padding-bottom: 70px;
  }
  body footer section.footer .cta-default {
    margin-bottom: 15px;
  }
  body footer section.footer .logo {
    width: 150px;
    height: auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    display: flex;
    margin: auto;
  }
}
@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-3.noflex, body footer section.footer .row > .col-lg-2.noflex {
    flex: 0 0 auto;
  }
}
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;
  margin-top: 35px;
}
body footer section.footer .media a {
  transition: 0.6s;
}
body footer section.footer .media a:hover {
  transform: translateY(-2px);
}
body footer section.footer h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #07381C;
  margin-bottom: 15px;
}
@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: 18px;
  line-height: 21px;
  color: #232323;
  margin-bottom: 7px;
  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: #318E18;
}
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 {
  font-weight: 600;
  font-size: 28px;
  text-decoration-line: underline;
  color: #07381C;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 150%;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer form button {
    font-size: 16px;
  }
}
body footer section.footer form button:hover {
  color: #318E18;
}
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 {
  background: linear-gradient(32deg, #4FAD26, #237C13);
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid white;
  transition: 0.3s all;
}
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-color: white;
  padding: 10px 0;
  border-top: 2px solid #318E18;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
}
body footer section.barra-fixa .box {
  color: black;
}
body footer section.barra-fixa .cta.box.segundo {
  height: 51px;
}
body footer section.barra-fixa.show {
  bottom: 0;
}
body footer section.barra-fixa .btn-orcamento {
  background-color: #F7A832;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 18px;
  color: black;
}
body footer section.barra-fixa .btn-orcamento.secondary {
  color: white;
  background-color: #79872D;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer .menu-mobile {
  background: linear-gradient(32deg, #4FAD26, #237C13);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile .logo img {
  width: 220px;
  filter: contrast(0) brightness(10);
}
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: #fff;
}
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%;
}