@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800&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;
  }
}

.phone-input {
  display: flex;
  align-items: flex-start;
}
.phone-input .cc-picker {
  font-size: 15px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  pointer-events: all;
  margin-right: 10px;
}
.phone-input .cc-picker-code {
  display: none;
}

@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:not(.owl-novo).owl-parceiros .owl-nav {
  position: absolute;
}
.owl-carousel:not(.owl-novo).owl-parceiros .owl-dots {
  margin-top: 0 !important;
  z-index: 1;
  position: relative;
}
.owl-carousel:not(.owl-novo) .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.owl-carousel:not(.owl-novo) .owl-nav button.owl-prev,
.owl-carousel:not(.owl-novo) .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:not(.owl-novo) .owl-nav button.owl-prev i.right,
.owl-carousel:not(.owl-novo) .owl-nav button.owl-next i.right {
  margin-left: 2px;
}
.owl-carousel:not(.owl-novo) .owl-nav button.owl-prev i.left,
.owl-carousel:not(.owl-novo) .owl-nav button.owl-next i.left {
  margin-right: 2px;
}
.owl-carousel:not(.owl-novo) .owl-nav button.owl-next {
  top: -100px;
  position: relative;
  right: -80px;
  float: right;
}
.owl-carousel:not(.owl-novo) .owl-nav button.owl-prev {
  top: -100px;
  position: relative;
  left: -80px;
}
.owl-carousel:not(.owl-novo) .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .owl-carousel:not(.owl-novo) .owl-dots {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .owl-carousel:not(.owl-novo) .owl-dots .owl-dots {
    visibility: hidden;
  }
}
.owl-carousel:not(.owl-novo) .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  background-color: #c4c4c4;
  margin-right: 15px;
  border: none;
  outline: none;
  border-radius: 0%;
}
.owl-carousel:not(.owl-novo) .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel:not(.owl-novo) .owl-dots .owl-dot.active {
  background-color: #9b9b9b;
}
.owl-carousel:not(.owl-novo).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;
  background-repeat: no-repeat;
  color: white;
}
.padrao-header .esq {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .padrao-header .esq {
    display: none;
  }
}
.padrao-header .dir {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .padrao-header .dir {
    display: none;
  }
}
.padrao-header:not(.min) {
  min-height: 308px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #22370d;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-bottom-left-radius: 80px;
  border-bottom-left-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .padrao-header:not(.min) {
    padding: 20px 0;
    min-height: auto;
    border-radius: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .padrao-header:not(.min) .breadcrumb {
    position: absolute;
    top: 30px;
    margin-left: -20px;
  }
}
.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: #22370d;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .padrao-header.produto {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}
.padrao-header.produto .breadcrumb {
  color: #fff;
}
.padrao-header.produto .breadcrumb a {
  color: #fff;
}
.padrao-header h1 {
  color: #fff;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.padrao-header p {
  max-width: 768px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
}
@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:not(.owl-novo) .owl-nav button.owl-next,
  section:not(.index-clientes-satisfeitos, .index-linha-produtos, .index-depoimentos, .single-product) .owl-carousel:not(.owl-novo) .owl-nav button.owl-prev {
    display: none;
  }
  section.single-product .top-single-product .owl-carousel:not(.owl-novo) .owl-nav button.owl-prev {
    left: 0;
  }
  section.single-product .top-single-product .owl-carousel:not(.owl-novo) .owl-nav button.owl-next {
    right: 0;
  }
}
/*NOVAS*/
.cta.box {
  padding: 13.5px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  min-width: 236px;
  display: block;
  text-align: center;
  transition: 0.6s;
}
.cta.box.blue {
  background-color: #00476f;
}
.cta.box.blue:hover {
  background-color: #3e5a23;
}
.cta.box.red {
  background-color: #f42121;
}
.cta.box.red:hover {
  background-color: #3e5a23;
}
@media (max-width: 991px) {
  .cta.box {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 160px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cta.box img {
  transition: 0.6s;
  vertical-align: text-top;
}
.cta.box.black {
  color: #323232;
}
.cta.box.no-w {
  min-width: auto;
}
.cta.box.menor {
  display: unset;
  text-align: unset;
  min-width: unset;
}
.cta.box.m-auto {
  display: table;
  margin: auto;
}
.cta.box.btn-adjst {
  min-width: 236px;
  display: table;
}
@media (max-width: 991px) {
  .cta.box.btn-adjst {
    margin: auto;
    min-width: 160px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@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: 19px;
  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: 15px;
    margin-right: 0;
  }
}
.cta-default strong {
  font-weight: 600;
}
.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.tell:hover {
  color: #00476f;
}
.cta-default span {
  font-weight: 400;
}
.cta-default span.in {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  .cta-default span.in {
    width: 30px;
    height: 30px;
  }
}
.cta-default span.in.tell {
  background: #00476f;
}
.cta-default span.in.wpp {
  background: #25b102;
}

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 {
  margin: auto;
  max-width: 369px;
  padding: 0;
}
section.left-default .categorias-menu {
  margin-top: 45px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 28px;
}
section.left-default .categorias-menu a {
  color: #3e5a23;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.6s;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
  display: block;
}
section.left-default .categorias-menu a:hover, section.left-default .categorias-menu a.active {
  color: #318e18;
  font-weight: 700;
  color: #3e5a23;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
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 {
  color: #397d02;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@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: 21px;
  background: transparent;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ababab;
  background: #fff;
}
section.left-default form.form input[type=text]::-moz-placeholder {
  color: #848484;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.left-default form.form input[type=text]::placeholder {
  color: #848484;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
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);
  }
}

@font-face {
  font-family: "Mersad";
  src: url("Mersad.ttf");
}
body {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #fff;
}
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: #3e5a23;
  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: #3e5a23;
  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: 1530px !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: 10;
  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: 11;
  }
  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: #3e5a23;
  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: 20px;
  padding-bottom: 25px;
  background: url("../imagex/header/bg_20.jpg");
}
@media (max-width: 991px) {
  body main section.header .header-top {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  body main section.header .header-top .cta-default {
    margin-bottom: 13px;
  }
}
body main section.header .header-top .cta.box {
  margin-right: 30px;
}
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 {
  color: #323232;
  text-align: center;
  font-size: 19px;
  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;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
}
body main section.header .header-top ul li ul:before {
  background: white;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: -10px;
  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: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
  width: 100%;
  font-weight: 400;
}
body main section.header .header-top ul li ul li.ultima, body main section.header .header-top ul li ul li:last-child {
  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: 155px;
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.header .header-top .home-logo {
    width: 140px;
    height: 130px;
  }
}
body main section.header .header-top hr {
  background: #c7c7c7;
  opacity: 0.7;
  margin-top: 23px;
  margin-bottom: 22px;
}
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.blue .modal-body form button {
  background: #00476f;
}
body main .modal.blue .modal-body h1 {
  color: #00476f;
}
body main .modal.red .modal-body form button {
  background: #f42121;
}
body main .modal.red .modal-body h1 {
  color: #f42121;
}
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 .phone-input {
  background: white;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form .phone-input .cc-picker {
  z-index: 999999;
}
body main .modal-body form .phone-input input {
  padding: 0;
  margin: 0;
  border: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
  body main .modal-body form select,
  body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 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 {
  min-height: 592px;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../imagex/index/banner/bg.png");
  padding-top: 60px;
  padding-bottom: 85px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /*
  .owl-item:not(.active){
      a{
          left: 280px;
      }
  }
  .owl-item.active + .owl-item{
      a{
          left: unset;
          right: 280px;
      }
  }
  .owl-item.active + .owl-item + .owl-item{
      a{
          left:unset;
          right: unset;
      }
  }

  */
}
@media (max-width: 991px) {
  body main section.index-banner {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    border-radius: 0;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  body main section.index-banner .owl-item.active {
    position: relative;
    z-index: 5;
    margin-left: -63px;
  }
}
body main section.index-banner h1 {
  color: #3A5421;
  font-size: 38px;
  font-family: Exo;
  font-weight: 700;
  max-width: 502px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  body main section.index-banner h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
}
body main section.index-banner p {
  color: #323232;
  font-size: 23.098px;
  margin-bottom: 35px;
  display: block;
  max-width: 540px;
}
@media (max-width: 991px) {
  body main section.index-banner p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.index-banner h1, body main section.index-banner p, body main section.index-banner a {
  position: relative;
}
body main section.index-banner .asset {
  position: absolute;
  left: 78px;
  margin-top: -313px;
}
body main section.index-banner .banner {
  width: 580px;
  height: 403px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-banner .banner {
    width: 100%;
    max-width: 580px;
    height: 250px;
    border-radius: 10px;
    margin-top: 15px;
  }
}
body main section.index-banner .owl-carousel {
  width: 815px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body main section.index-banner .owl-carousel .owl-item:not(.active) .banner {
    height: 285px;
    border-radius: 15px;
    filter: blur(2.74px);
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-item:not(.active) .banner {
    height: 150px;
  }
}
body main section.index-banner .owl-carousel .owl-dots {
  margin-top: 13px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-dots {
    transform: scale(0.8);
    margin-bottom: 0;
  }
}
body main section.index-banner .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #3e5a23;
  background: transparent;
  display: flex;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
body main section.index-banner .owl-carousel .owl-dots .owl-dot.active {
  background: #3e5a23;
}
body main section.index-destaque-banner {
  padding-top: 29px;
  padding-bottom: 32px;
  background: #3e5a23;
  margin-top: -65px;
  padding-top: 95px;
  z-index: -1;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-destaque-banner {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 0;
    line-height: 18px;
  }
}
body main section.index-destaque-banner .icones {
  width: 68px;
  height: 68px;
  -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: #F4F4F4;
}
body main section.index-destaque-banner span {
  font-weight: 400;
  font-size: 19px;
  line-height: 21px;
  color: #F4F4F4;
  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;
  }
}
body main section.index-header {
  position: Relative;
}
body main section.index-melhor {
  padding-top: 35px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.index-melhor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-melhor h2 {
  color: #3E5A23;
  font-size: 28px;
  font-family: Exo;
  font-weight: 700;
  margin-bottom: 14px;
  max-width: 570px;
}
@media (max-width: 991px) {
  body main section.index-melhor h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
body main section.index-melhor .li {
  color: #323232;
  font-size: 19px;
  line-height: 238.5%;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-melhor .li {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
  }
  body main section.index-melhor .li img {
    transform: scale(0.8);
  }
}
body main section.index-melhor .li img {
  transition: 0.6s;
}
body main section.index-melhor .li:hover {
  color: #3e5a23;
}
body main section.index-melhor .li:hover img {
  transform: translate(-2px);
}
body main section.index-melhor .video {
  width: 635px;
  height: 405px;
  position: relative;
  border-radius: 48px;
  display: block;
  overflow: hidden;
  margin: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media (max-width: 991px) {
  body main section.index-melhor .video {
    width: 100%;
    max-width: 493px;
    margin: auto;
    height: 240px;
    border-radius: 20px;
  }
  body main section.index-melhor .video .play {
    transform: scale(0.8);
  }
}
body main section.index-melhor .video:hover:before {
  opacity: 0.6;
}
body main section.index-melhor .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-radius: 48px;
  transition: 0.6s;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-melhor .video:before {
    border-radius: 20px;
  }
}
body main section.index-melhor .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-melhor .video .image {
    border-radius: 20px;
  }
}
body main section.index-melhor .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.index-melhor .video .play {
    transform: scale(0.8);
  }
}
body main section.index-melhor .folha {
  position: absolute;
  right: -150px;
  top: 50px;
}
body main section.index-melhor .box-info {
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  min-height: 94px;
  padding-left: 15px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
body main section.index-localizacao {
  padding-bottom: 90px;
  background: linear-gradient(180deg, #fff 50%, #f4f4f4 50%);
}
@media (max-width: 991px) {
  body main section.index-localizacao {
    background: #fff;
    padding-bottom: 0;
  }
}
body main section.index-localizacao.sobre {
  padding-top: 105px;
  padding-bottom: 70px;
}
body main section.index-localizacao .bg {
  width: 1565px;
  height: 965px;
  margin: auto;
  border-radius: 58px;
  display: block;
  background: url("../imagex/index/localizacao/bg2.png");
  background-size: 100% 100%;
  padding-top: 10px;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-localizacao .bg {
    background: none;
    width: unset;
    height: unset;
    padding-top: 0;
    margin-top: -15px;
    border-radius: 20px;
    padding-bottom: 17px;
  }
  body main section.index-localizacao .bg .cover {
    border-radius: 20px;
  }
}
body main section.index-localizacao .bg h2 {
  color: #3E5A23;
  text-align: center;
  font-size: 38px;
  font-family: "Exo";
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  body main section.index-localizacao .bg h2 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
body main section.index-localizacao .bg p {
  color: #323232;
  text-align: center;
  font-size: 19px;
  max-width: 657px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-localizacao .bg p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body main section.index-localizacao .bg .top {
  position: absolute;
  left: 55px;
  top: -35px;
}
body main section.index-localizacao .bg .bottom {
  position: absolute;
  left: 68px;
  bottom: -100px;
  z-index: 1;
}
body main section.index-localizacao .tour {
  border-radius: 0px 0px 58px 58px;
  background: url("../imagex/index/localizacao/bg-tour.png");
  background-size: cover;
  min-height: 410px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.index-localizacao .tour {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background: unset;
    justify-content: center;
  }
}
body main section.index-localizacao .tour .img-tour {
  position: absolute;
  margin-left: -90px;
  top: 20px;
}
@media (max-width: 991px) {
  body main section.index-localizacao .tour .img-tour {
    width: 100%;
    position: relative;
    top: unset;
    max-width: 800px;
    margin: auto;
  }
}
body main section.index-localizacao .tour h2 {
  color: #2D5223;
  text-align: center;
  font-size: 28px;
  font-family: "Exo";
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.index-localizacao .tour h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}
body main section.index-localizacao .tour p {
  color: #323232;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  body main section.index-localizacao .tour p {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
body main section.index-parcelas {
  background-image: url("../imagex/index/parcelas/bg-parcelas.png");
  background-size: 100% 100%;
  min-height: 458px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.index-parcelas {
    background: #111C05;
    padding-top: 30px;
    padding-bottom: 25px;
    min-height: 0;
    justify-content: center;
  }
}
body main section.index-parcelas .esquerda {
  max-width: 525px;
}
body main section.index-parcelas .esquerda .pronto {
  position: absolute;
  top: 0;
  z-index: 0;
  top: -205px;
  left: 120px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .esquerda .pronto {
    display: none;
  }
}
body main section.index-parcelas .esquerda h3 {
  color: #FFF;
  font-size: 37.55px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-parcelas .esquerda h3 {
    font-size: 20px;
  }
}
body main section.index-parcelas .esquerda h2 {
  color: #FFF;
  font-size: 58px;
  font-family: Exo;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-parcelas .esquerda h2 {
    font-size: 24px;
  }
}
body main section.index-parcelas .esquerda h2 strong {
  font-size: 82px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .esquerda h2 strong {
    font-size: 30px;
  }
}
body main section.index-parcelas .esquerda h2 span {
  font-family: "Poppins";
  font-size: 42px;
  font-weight: bold;
  font-weight: 500;
  position: relative;
  top: -32px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .esquerda h2 span {
    font-size: 24px;
    top: unset;
  }
}
body main section.index-parcelas .esquerda p {
  color: #FFF;
  font-size: 21.386px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-parcelas .esquerda p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body main section.index-parcelas .esquerda a {
  position: relative;
}
body main section.index-parcelas .direita {
  max-width: 754px;
  margin-left: 55px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .direita {
    margin: 0;
  }
}
body main section.index-parcelas .direita .box-parcelas {
  width: 544px;
  min-height: 118px;
  padding: 10px 82px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  color: #FFDE00;
  text-align: center;
  font-size: 35.951px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 13.14px;
  background: linear-gradient(180deg, #B22 0%, #FA2E2E 100%);
  box-shadow: 0px 44.1507225037px 88.3014450073px 0px rgba(45, 8, 8, 0.24), 0px 13.7357797623px 13.7357797623px 0px #FF3030 inset, 0px -13.7357797623px 13.7357797623px 0px #B22121 inset;
}
@media (max-width: 991px) {
  body main section.index-parcelas .direita .box-parcelas {
    width: 100%;
    max-width: 544px;
    margin: 0;
    min-height: unset;
    font-size: 15px;
    padding: 15px 20px;
  }
}
body main section.index-parcelas .direita ul {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .direita ul {
    margin-bottom: 0;
    margin-left: 0;
  }
}
body main section.index-parcelas .direita h2 {
  color: #FFF;
  text-align: center;
  font-size: 31.667px;
  font-weight: 700;
  line-height: 209%;
  margin-bottom: 10px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .direita h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
body main section.index-parcelas .direita li {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 209%;
  list-style: none;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-parcelas .direita li {
    font-size: 15px;
  }
  body main section.index-parcelas .direita li img {
    transform: scale(0.9);
  }
}
body main section.index-parcelas .direita li img {
  transition: 0.6s;
}
body main section.index-parcelas .direita li:hover {
  color: #FFDE00;
}
body main section.index-parcelas .direita li:hover img {
  transform: translate(-2px);
}
body main section.index-parcelas .direita p {
  color: #6DA730;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 754px;
}
@media (max-width: 991px) {
  body main section.index-parcelas .direita p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}
body main section.index-video {
  position: relative;
  margin-top: -8px;
  z-index: -1;
}
@media (max-width: 991px) {
  body main section.index-video {
    margin: 0;
    z-index: 1;
  }
}
body main section.index-video.sobre {
  margin-top: -53px;
}
@media (max-width: 991px) {
  body main section.index-video.sobre {
    margin-top: 0;
  }
}
body main section.index-video .bg-video {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 521px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.index-video .bg-video {
    min-height: 330px;
  }
}
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-depoimentos {
  border-radius: 0px 0px 58px 58px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  body main section.index-depoimentos {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  body main section.index-depoimentos {
    padding: 25px 0;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    box-shadow: unset;
    border-radius: unset;
  }
}
body main section.index-depoimentos .folha {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .folha {
    display: none;
  }
}
body main section.index-depoimentos h2 {
  margin-bottom: 50px;
  color: #3E5A23;
  text-align: center;
  font-size: 40px;
  font-family: Exo;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-depoimentos h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
body main section.index-depoimentos .item {
  width: 400px;
  min-height: 340px;
  padding-top: 7px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #A4A4A4;
  background: #FFF;
}
body main section.index-depoimentos .item:hover h4 {
  color: #318e18;
}
@media (max-width: 992px) {
  body main section.index-depoimentos .item {
    width: 340px;
    min-height: 150px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 18px;
  }
}
body main section.index-depoimentos .item h4 {
  color: #404040;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
  display: block;
  transition: 0.6s;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body main section.index-depoimentos .item h4 {
    font-size: 16px;
    margin-top: 15px;
  }
}
body main section.index-depoimentos .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #232323;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 992px) {
  body main section.index-depoimentos .item p {
    font-size: 15px;
  }
}
body main section.index-depoimentos .cta-google {
  background: #0C59BE;
  min-width: 348px;
  min-height: 50px;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 260%;
  display: table;
  margin: auto;
  margin-top: 40px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .cta-google {
    min-width: unset;
    padding-right: 13px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
  }
}
body main section.index-depoimentos .cta-google img {
  transition: 0.6s;
}
body main section.index-depoimentos .cta-google:hover {
  background: #3E5A23;
}
body main section.index-depoimentos .cta-google:hover img {
  transform: translateY(-2px);
}
body main section.index-depoimentos .cta-google img {
  margin-right: 8px;
}
body main section.index-obras:not(:hover) .area .percent .in {
  width: 0 !important;
}
body main section.index-obras {
  padding-top: 90px;
  padding-bottom: 50px;
  background-size: cover;
  background-image: url("../imagex/index/obras/bg.png");
  overflow-x: hidden;
  border-bottom-left-radius: 58px;
  border-bottom-right-radius: 58px;
  margin-top: -35px;
  padding-top: 120px;
}
@media (max-width: 991px) {
  body main section.index-obras {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fafafa;
    margin-top: 0;
    text-align: center;
    border-radius: 0;
    padding-bottom: 0;
  }
}
body main section.index-obras.cons {
  margin-top: 0;
}
body main section.index-obras h2 {
  color: #3E5A23;
  font-size: 40px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-obras h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body main section.index-obras .area {
  max-width: 502px;
}
body main section.index-obras .area span {
  color: #323232;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-obras .area span {
    font-size: 20px;
  }
  body main section.index-obras .area span img {
    transform: scale(0.8);
  }
}
body main section.index-obras .area h3 {
  color: #323232;
  font-size: 36.338px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-obras .area h3 {
    font-size: 20px;
  }
}
body main section.index-obras .area .percent {
  display: flex;
  width: 100%;
  height: 26px;
  background: #CBE9B4;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  body main section.index-obras .area .percent {
    margin-bottom: 15px;
    height: 15px;
  }
}
body main section.index-obras .area .percent .in {
  display: flex;
  width: 0%;
  height: 26px;
  background: linear-gradient(0deg, #395320 0%, #395320 100%), #00476F;
  border-radius: 5px;
  transition: 3s;
}
@media (max-width: 991px) {
  body main section.index-obras .area .percent .in {
    height: 15px;
  }
}
body main section.index-obras .owl-obras {
  width: 1043px;
}
@media (max-width: 991px) {
  body main section.index-obras .owl-obras {
    margin-top: 10px;
    width: 100%;
  }
}
body main section.index-obras .owl-obras .owl-dots {
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.index-obras .owl-obras .owl-dots {
    margin-top: 15px;
  }
}
body main section.index-obras .owl-obras .owl-dots button.owl-dot {
  background: transparent;
  border: 1px solid #3E5A23;
  border-radius: 100%;
  margin-left: 4px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-obras .owl-obras .owl-dots button.owl-dot {
    transform: scale(0.8);
  }
}
body main section.index-obras .owl-obras .owl-dots button.owl-dot:hover, body main section.index-obras .owl-obras .owl-dots button.owl-dot.active {
  background: #3E5A23;
}
body main section.index-obras .owl-obras .obra {
  width: 330px;
  height: 373px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 21px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-obras .owl-obras .obra {
    width: 100%;
    max-width: 330px;
    margin: auto;
    height: 230px;
    border-radius: 10px;
  }
}
body main section.index-obras .owl-obras .obra:hover {
  opacity: 0.75;
}
body main section.index-desfrute {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
}
@media (max-width: 991px) {
  body main section.index-desfrute {
    min-height: 0;
    justify-content: center;
    padding-top: 15px;
  }
}
body main section.index-desfrute .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: -48px;
}
@media (max-width: 991px) {
  body main section.index-desfrute .bg {
    display: none;
  }
}
body main section.index-desfrute h2 {
  color: #3E5A23;
  font-size: 40px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  max-width: 635px;
}
@media (max-width: 991px) {
  body main section.index-desfrute h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
  }
}
body main section.index-desfrute p {
  max-width: 635px;
  color: #323232;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-desfrute p {
    text-align: center;
    font-size: 15px;
  }
}
body main section.index-desfrute .item {
  margin-top: 35px;
  color: #323232;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-desfrute .item {
    font-size: 15px;
    margin-top: 17px;
  }
}
body main section.index-desfrute .item img {
  transition: 0.6s;
}
body main section.index-desfrute .item:hover {
  color: #3e5a23;
}
body main section.index-desfrute .item:hover img {
  transform: translateY(-2px);
}
body main section.index-desfrute .item .icon {
  width: 68px;
  height: 68px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  body main section.index-desfrute .item .icon {
    width: 35px;
    height: unset;
  }
}
body main section.index-desfrute .box-contato {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-top: 50px;
  max-width: 635px;
  min-height: 105px;
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body main section.index-desfrute .box-contato {
    margin-top: 15px;
    min-height: 0;
    padding: 10px;
    margin-bottom: 20px;
  }
}
body main section.index-desfrute .box-contato h3 {
  color: #3E5A23;
  font-size: 28px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  width: 450px;
}
@media (max-width: 991px) {
  body main section.index-desfrute .box-contato h3 {
    font-size: 16px;
    width: 50%;
    text-align: center;
  }
}
body main section.index-projetos {
  background-size: cover;
  background-image: url("../imagex/index/projetos/bg.png");
  padding-top: 55px;
  padding-bottom: 45px;
  border-top-left-radius: 58px;
  border-top-right-radius: 58px;
  position: relative;
  margin-top: -20px;
}
@media (max-width: 991px) {
  body main section.index-projetos {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0;
    margin-top: 0;
    background: #3B5622;
  }
}
body main section.index-projetos .folha {
  position: absolute;
  z-index: 4;
  left: -95px;
  top: 200px;
}
@media (max-width: 991px) {
  body main section.index-projetos .folha {
    display: none;
  }
}
body main section.index-projetos .folha-d {
  position: absolute;
  right: -140px;
  top: 5px;
}
@media (max-width: 991px) {
  body main section.index-projetos .folha-d {
    display: none;
  }
}
body main section.index-projetos .container {
  position: relative;
}
body main section.index-projetos .topo h2 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.index-projetos .topo h2 {
    font-size: 24px;
  }
}
body main section.index-projetos .topo p {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-projetos .topo p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body main section.index-projetos .item {
  width: 635px;
  height: 410px;
  border-radius: 38px;
  padding-left: 55px;
  padding-bottom: 35px;
  padding-right: 55px;
  position: relative;
  display: flex;
  align-items: end;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  body main section.index-projetos .item {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 10px;
  }
}
body main section.index-projetos .item .esconder {
  opacity: 0;
  transition: 1s;
  opacity: 0;
  position: absolute;
  bottom: -200px;
  z-index: 3;
  left: 0;
  padding-left: 55px;
  padding-right: 55px;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-projetos .item .esconder {
    padding: 20px 30px;
    padding-bottom: 0;
  }
}
body main section.index-projetos .item .fundo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 38px;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  body main section.index-projetos .item .fundo {
    border-radius: 20px;
  }
}
body main section.index-projetos .item h3 {
  color: #FFF;
  font-size: 40px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  transition: 1s;
}
@media (max-width: 991px) {
  body main section.index-projetos .item h3 {
    font-size: 24px;
    margin-top: 5px;
  }
}
body main section.index-projetos .item .icone {
  z-index: 2;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 991px) {
  body main section.index-projetos .item .icone {
    width: 30px;
  }
}
body main section.index-projetos .item p {
  font-size: 22px;
  max-width: 500px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-projetos .item p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
body main section.index-projetos .item a {
  width: 236px;
}
@media (max-width: 991px) {
  body main section.index-projetos .item a {
    width: 180px;
  }
}
body main section.index-projetos .item:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  border-radius: 38px;
}
@media (max-width: 991px) {
  body main section.index-projetos .item:before {
    border-radius: 20px;
  }
}
body main section.index-projetos .item:hover .icone {
  opacity: 0;
}
body main section.index-projetos .item:hover h3 {
  margin-top: -300px;
}
@media (max-width: 991px) {
  body main section.index-projetos .item:hover h3 {
    margin-top: -220px;
  }
}
body main section.index-projetos .item:hover .esconder {
  opacity: 1;
  bottom: 35px;
}
body main section.index-contato {
  background-size: cover;
  background-image: url("../imagex/index/contatos/bg.png");
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-contato {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2D4A3B;
  }
}
body main section.index-contato .pronto {
  position: absolute;
  top: -130px;
  z-index: 0;
  left: 50px;
}
@media (max-width: 991px) {
  body main section.index-contato .pronto {
    display: none;
  }
}
body main section.index-contato h2 {
  margin-top: 215px;
  color: #FFF;
  font-size: 38px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  max-width: 502px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-contato h2 {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
    margin: auto;
    margin-bottom: 5px;
  }
}
body main section.index-contato p {
  max-width: 569px;
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-contato p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.index-contato .cta-default {
  max-width: 240px;
}
@media (max-width: 991px) {
  body main section.index-contato .cta-default {
    width: 50%;
  }
}
body main section.index-contato .box-canais {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
  padding-top: 27px;
  margin-bottom: 30px;
  max-width: 544px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-canais {
    padding: 20px;
    padding-top: 14px;
    padding-bottom: 23px;
    margin-bottom: 15px;
  }
}
body main section.index-contato .box-canais h3 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-canais h3 {
    font-size: 20px;
  }
}
body main section.index-contato .box-parcelas {
  max-width: 544px;
  min-height: 118px;
  padding: 10px 82px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #FFDE00;
  text-align: center;
  font-size: 35.951px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 13.14px;
  background: linear-gradient(180deg, #B22 0%, #FA2E2E 100%);
  box-shadow: 0px 44.1507225037px 88.3014450073px 0px rgba(45, 8, 8, 0.24), 0px 13.7357797623px 13.7357797623px 0px #FF3030 inset, 0px -13.7357797623px 13.7357797623px 0px #B22121 inset;
}
@media (max-width: 991px) {
  body main section.index-contato .box-parcelas {
    width: 100%;
    max-width: 544px;
    margin: 0;
    min-height: unset;
    font-size: 15px;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
}
body main section.index-contato .box-form {
  width: 546px;
  height: 726px;
  border-radius: 27px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.69) 100%), linear-gradient(135deg, rgba(201, 201, 201, 0.5) 0%, rgba(196, 196, 196, 0.06) 100%);
  padding: 27px 65px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-contato .box-form {
    width: 100%;
    max-width: 545px;
    height: auto;
    padding: 20px 25px;
    border-radius: 10px;
  }
}
body main section.index-contato .box-form h3 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-form h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
body main section.index-contato .box-form label {
  color: #FFF;
  font-size: 19px;
  font-family: Exo;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-contato .box-form label {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
body main section.index-contato .box-form label.acordo {
  color: #EAEAEA;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
body main section.index-contato .box-form input[type=text], body main section.index-contato .box-form input[type=mail] {
  height: 50px;
  border-radius: 10px;
  background: #FFF;
  padding-left: 12px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-form input[type=text], body main section.index-contato .box-form input[type=mail] {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
body main section.index-contato .box-form textarea {
  height: 90px;
  border-radius: 10px;
  background: #FFF;
  padding-top: 14px;
  padding-left: 12px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-form textarea {
    font-size: 14px;
  }
}
body main section.index-contato .box-form .quero-ser {
  margin-top: 15px;
  padding-bottom: 20px;
  display: block;
}
body main section.index-contato .box-form .quero-ser label {
  margin-bottom: 0;
  margin-left: 10px;
}
body main section.index-contato .box-form button {
  margin: auto;
  margin-top: 15px;
  border: 0;
}
body main section.index-contato .box-form input[type=checkbox] {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-contato .box-form input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
body main section.index-infraestrutura {
  padding-top: 40px;
  padding-bottom: 55px;
  background: #FFF;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-infraestrutura {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-infraestrutura.investir {
  background: #f4f4f4;
}
body main section.index-infraestrutura.investir .esq {
  top: -25px;
}
body main section.index-infraestrutura.lotes {
  border-radius: 0px 0px 58px 58px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  body main section.index-infraestrutura.lotes {
    border-radius: 0;
  }
}
body main section.index-infraestrutura.sobre {
  background: #f4f4f4;
}
body main section.index-infraestrutura.sobre .dir {
  display: none;
}
body main section.index-infraestrutura .esq {
  position: absolute;
  left: 108px;
  top: 105px;
  z-index: 2;
}
body main section.index-infraestrutura .dir {
  position: absolute;
  right: 84px;
  bottom: -70px;
  z-index: 2;
}
body main section.index-infraestrutura h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-infraestrutura h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body main section.index-infraestrutura .box-titulos {
  margin-bottom: 40px;
  border-radius: 15px;
  background: #EFEFEF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-infraestrutura .box-titulos {
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
body main section.index-infraestrutura .box-titulos a {
  color: #818181;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-infraestrutura .box-titulos a {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
body main section.index-infraestrutura .box-titulos a.active, body main section.index-infraestrutura .box-titulos a:hover {
  color: #3E5A23;
  font-weight: 700;
}
body main section.index-infraestrutura .item {
  width: 417px;
  height: 355px;
  border-radius: 20px;
  border-radius: 5px;
  margin: auto;
  display: block;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  body main section.index-infraestrutura .item {
    width: 103px;
    height: 100px;
    margin-bottom: 10px;
  }
}
body main section.index-infraestrutura .item:hover img {
  opacity: 0.8;
}
body main section.index-infraestrutura .item span {
  min-width: 252px;
  height: 49px;
  border-radius: 15px;
  background: #EFEFEF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  margin: auto;
  margin-bottom: 17px;
  color: #323232;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-infraestrutura .item span {
    display: none;
  }
}
body main section.index-infraestrutura .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.6s;
}
body main section.index-infraestrutura .item 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;
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 58.462px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.6s;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  body main section.index-infraestrutura .item div {
    font-size: 24px;
  }
}
body main section.index-infraestrutura .item div:hover {
  background: #1f524d;
}
body main section.index-verde {
  background-size: cover;
  background-image: url("../imagex/index/verde/bg.png");
  padding-top: 40px;
  min-height: 760px;
  box-shadow: inset 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 991px) {
  body main section.index-verde {
    background: #ADB1A3;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0;
  }
}
body main section.index-verde h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-verde h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
body main section.index-verde p {
  max-width: 890px;
  color: #323232;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body main section.index-verde p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body main section.index-verde .item {
  width: 236px;
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
  margin-bottom: 45px;
  flex-direction: column;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-verde .item {
    width: 100%;
    height: unset;
    min-height: 150px;
    padding: 10px;
    border-radius: 8px;
    max-width: 236px;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.index-verde .item:hover {
  background: rgba(255, 255, 255, 0.8);
}
body main section.index-verde .item:hover span {
  color: #323232;
}
body main section.index-verde .item:hover .icone {
  filter: invert(1);
}
body main section.index-verde .item .icone {
  width: 60px;
  height: 60px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-verde .item .icone {
    width: 35px;
    height: unset;
  }
}
body main section.index-verde .item span {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 16px;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.index-verde .item span {
    font-size: 14px;
    margin-top: 7px;
  }
}
body main section.index-duvidas {
  background: #f4f4f4;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-duvidas {
    padding-top: 25px;
    padding-bottom: 10px;
    background: #FFF;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.25);
  }
}
body main section.index-duvidas .box {
  border-radius: 0px 0px 42px 42px;
  background: #FFF;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.25);
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 135px;
  padding-right: 135px;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box {
    padding: 0px;
    border-radius: 0;
    box-shadow: unset;
    background: unset;
  }
}
body main section.index-duvidas .box h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 13px;
  }
}
body main section.index-duvidas .box .item {
  padding-bottom: 22px;
  border-bottom: 1px solid #22370C;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box .item {
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
}
body main section.index-duvidas .box .item.final {
  border-bottom: 0;
}
body main section.index-duvidas .box .item .titulo span .fas {
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box .item .titulo span .fas {
    font-size: 16px;
  }
}
body main section.index-duvidas .box .item .titulo span .fa-minus {
  display: none;
}
body main section.index-duvidas .box .item .titulo.active span .fa-minus {
  display: unset;
}
body main section.index-duvidas .box .item .titulo.active span .fa-plus {
  display: none;
}
body main section.index-duvidas .box .item .titulo {
  color: #22370C;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box .item .titulo {
    font-size: 16px;
  }
}
body main section.index-duvidas .box .item p {
  color: #22370C;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box .item p {
    font-size: 15px;
  }
}
body main section.index-blog {
  padding-bottom: 110px;
  padding-top: 45px;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  body main section.index-blog {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
body main section.index-blog h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
body main section.index-blog .item {
  margin: 0 auto;
  width: 405px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  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: 30px;
  padding-top: 21px;
}
@media (max-width: 991px) {
  body main section.index-blog .item .sub-item {
    padding: 15px 20px;
  }
}
body main section.index-blog .item .sub-item h3 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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 {
  color: #323232;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  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;
    margin-bottom: 30px;
  }
}
body main section.index-blog .item .sub-item span {
  font-family: Exo;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  display: block;
  margin-top: 42px;
  margin-bottom: 29px;
  transition: 0.6s;
  background: linear-gradient(#57B50C, #3E5A23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main section.index-blog .item .sub-item span:before {
  width: 100%;
  left: 0;
  height: 2px;
  background: #A1A1A1;
  display: block;
  content: "";
  position: absolute;
  margin-top: -20px;
  opacity: 0.45;
}
@media (max-width: 991px) {
  body main section.index-blog .item .sub-item span {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 3px;
    margin-top: 20px;
  }
}
body main section.index-blog .item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  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-redes {
  background-size: 100% 100%;
  background-image: url("../imagex/index/redes/redes-desktop.png");
  min-height: 564px;
  display: flex;
  align-items: center;
  margin-top: -95px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-redes {
    background: #fff;
    margin-top: 0;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
body main section.index-redes.sobre {
  margin-top: 0;
}
body main section.index-redes h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-redes h2 {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-redes .xbox img {
    width: 50px;
  }
}
body main section.index-redes .xbox span {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  transition: 0.6s;
  background: linear-gradient(#57B50C, #3E5A23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  body main section.index-redes .xbox span {
    font-size: 20px;
  }
}
body main section.index-redes .cta.box {
  width: 294px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-redes .cta.box {
    width: 235px;
    margin: auto;
    margin-bottom: 15px;
  }
}
body main section.lotes-prontos {
  position: relative;
  padding-bottom: 25px;
  padding-top: 60px;
}
@media (max-width: 991px) {
  body main section.lotes-prontos {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
body main section.lotes-prontos .direita {
  position: absolute;
  top: -25px;
  width: 938px;
}
@media (max-width: 991px) {
  body main section.lotes-prontos .direita {
    position: relative;
    width: 100%;
    margin: auto;
    top: unset;
  }
}
body main section.lotes-prontos h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  body main section.lotes-prontos h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.lotes-prontos p {
  color: #323232;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  max-width: 580px;
}
@media (max-width: 991px) {
  body main section.lotes-prontos p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.lotes-prontos .box-parcelas {
  width: 482px;
  min-height: 105px;
  padding: 10px 73px;
  display: block;
  text-align: center;
  color: #FFDE00;
  text-align: center;
  font-size: 31px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 13.14px;
  background: linear-gradient(180deg, #B22 0%, #FA2E2E 100%);
  box-shadow: 0px 44.1507225037px 88.3014450073px 0px rgba(45, 8, 8, 0.24), 0px 13.7357797623px 13.7357797623px 0px #FF3030 inset, 0px -13.7357797623px 13.7357797623px 0px #B22121 inset;
}
@media (max-width: 991px) {
  body main section.lotes-prontos .box-parcelas {
    width: 100%;
    max-width: 544px;
    margin: 0;
    min-height: unset;
    font-size: 15px;
    padding: 15px 20px;
  }
}
body main section.lotes-vantagens {
  background: #f4f4f4;
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.lotes-vantagens.sobre {
  background: #fff;
  padding-top: 38px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens.sobre {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: -30px;
  }
}
body main section.lotes-vantagens.sobre .folhin {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens.sobre .folhin {
    display: none;
  }
}
body main section.lotes-vantagens h2 {
  color: #3A5421;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.lotes-vantagens .item {
  width: 100%;
  height: 325px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens .item {
    height: 200px;
    margin: auto;
    margin-bottom: 10px;
    max-width: 500px;
  }
}
body main section.lotes-vantagens .item:hover:before {
  opacity: 0.62;
}
body main section.lotes-vantagens .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  border-radius: 10px;
  transition: 0.6s;
}
body main section.lotes-vantagens .item .fundo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: 1;
}
body main section.lotes-vantagens .item span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens .item span {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.lotes-vantagens .item span img {
    width: 27px;
  }
}
body main section.lotes-vantagens .item span img {
  margin-left: 13px;
}
body main section.lotes-vantagens .cta.box.red {
  width: 236px;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens .cta.box.red {
    width: 170px;
  }
}
body main section.lotes-vantagens .cta-default.black {
  width: 320px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  body main section.lotes-vantagens .cta-default.black {
    margin: 0;
    width: auto;
  }
}
body main section.lotes-destaque {
  padding-top: 130px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  body main section.lotes-destaque {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.lotes-destaque .cta.box {
  margin-right: 15px;
}
body main section.lotes-destaque .cta-default {
  left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.lotes-destaque .cta-default {
    left: unset;
  }
}
body main section.lotes-destaque .boxx {
  border-radius: 15px;
  background: #22370C;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.lotes-destaque .boxx {
    flex-direction: column;
    padding: 0;
    min-height: 0;
    padding-bottom: 20px;
  }
}
body main section.lotes-destaque .esq {
  position: absolute;
  left: -160px;
  top: -228px;
}
@media (max-width: 991px) {
  body main section.lotes-destaque .esq {
    display: none;
  }
}
body main section.lotes-destaque h2 {
  color: #FFF;
  font-family: Exo;
  font-size: 34.059px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 737px;
}
@media (max-width: 991px) {
  body main section.lotes-destaque h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
body main section.lotes-destaque a {
  position: relative;
  z-index: 3;
}
body main section.lotes-destaque .box-parcelas {
  position: absolute;
  right: 0;
  top: -50px;
  width: 414px;
  min-height: 90px;
  padding: 9px 63px;
  display: block;
  text-align: center;
  color: #FFDE00;
  text-align: center;
  font-size: 27px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 13.14px;
  background: linear-gradient(180deg, #B22 0%, #FA2E2E 100%);
  box-shadow: 0px 44.1507225037px 88.3014450073px 0px rgba(45, 8, 8, 0.24), 0px 13.7357797623px 13.7357797623px 0px #FF3030 inset, 0px -13.7357797623px 13.7357797623px 0px #B22121 inset;
}
@media (max-width: 991px) {
  body main section.lotes-destaque .box-parcelas {
    width: 100%;
    max-width: 544px;
    margin: 0;
    min-height: unset;
    font-size: 15px;
    padding: 15px 20px;
    position: relative;
    top: unset;
  }
}
body main section.lotes-porque {
  padding-top: 37px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body main section.lotes-porque {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.lotes-porque h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.lotes-porque h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.lotes-porque .item {
  width: 405px;
  min-height: 374px;
  border-radius: 50px;
  position: relative;
  display: block;
  background: #3E5A23;
}
@media (max-width: 991px) {
  body main section.lotes-porque .item {
    width: 100%;
    max-width: 405px;
    margin: auto;
    min-height: 300px;
    border-radius: 20px;
    margin-bottom: 10px;
    min-height: 0;
    padding-bottom: 12px;
  }
}
body main section.lotes-porque .item:hover .fundo {
  height: 280px;
}
body main section.lotes-porque .item:hover div {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 20px;
}
body main section.lotes-porque .item br + br {
  display: none;
}
body main section.lotes-porque .item .fundo {
  width: 405px;
  height: 232px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.lotes-porque .item .fundo {
    width: 100%;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
body main section.lotes-porque .item span {
  width: 92px;
  height: 92px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  margin-top: -25px;
  border-radius: 100%;
  background: #3E5A23;
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media (max-width: 991px) {
  body main section.lotes-porque .item span {
    transform: scale(0.6);
    margin-top: -45px;
  }
}
body main section.lotes-porque .item span img {
  margin-top: -5px;
}
body main section.lotes-porque .item div {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 27px;
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 40px;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.lotes-porque .item div {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 0;
  }
}
body main section.lotes-valorize {
  padding-top: 65px;
  padding-bottom: 75px;
  background-size: cover;
  background-image: url("../imagex/lotes/inve/bg-valorize.png");
}
@media (max-width: 991px) {
  body main section.lotes-valorize {
    background: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.lotes-valorize h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  body main section.lotes-valorize h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.lotes-valorize .item {
  width: 370px;
  min-height: 198px;
  padding: 27px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 15px;
  background: rgba(248, 248, 248, 0.63);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.lotes-valorize .item {
    width: 100%;
    max-width: 370px;
    margin: auto;
    min-height: 0;
    padding: 15px;
    margin-bottom: 10px;
  }
}
body main section.lotes-valorize .item:hover {
  background: #fff;
}
body main section.lotes-valorize .item:hover span {
  color: #3e5a23;
}
body main section.lotes-valorize .item br + br {
  display: none;
}
body main section.lotes-valorize .item .icon {
  width: 63px;
  height: 63px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  body main section.lotes-valorize .item .icon {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }
}
body main section.lotes-valorize .item span {
  color: #323232;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.lotes-valorize .item span {
    font-size: 15px;
  }
}
body main section.lotes-naoperca {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 35px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.lotes-naoperca h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca h2 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 8px;
  }
}
body main section.lotes-naoperca .cta-default {
  width: 236px;
  position: relative;
  left: 50px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .cta-default {
    width: 180px;
    left: 15px;
  }
}
body main section.lotes-naoperca .cta.box {
  position: relative;
  left: 10px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .cta.box {
    left: unset;
  }
}
body main section.lotes-naoperca p {
  color: #323232;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
  max-width: 412px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}
body main section.lotes-naoperca .box-esquerda {
  border-radius: 15px;
  background: #22370C;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 35px;
  max-width: 569px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .box-esquerda {
    border-radius: 12px;
    padding: 18px 10px;
  }
}
body main section.lotes-naoperca .box-esquerda h3 {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .box-esquerda h3 {
    font-size: 20px;
  }
}
body main section.lotes-naoperca .box-direita {
  background-size: cover;
  background-image: url("../imagex/lotes/inve/bg-naoperca.png");
  position: relative;
  padding-top: 111px;
  padding-left: 150px;
  padding-bottom: 55px;
  width: 975px;
  margin-left: 75px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .box-direita {
    width: unset;
    background: #293115;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding: 20px 15px;
    border-radius: 15px;
    margin-top: 10px;
  }
}
body main section.lotes-naoperca .box-direita .pronto {
  position: absolute;
  top: 0;
  top: -169px;
  left: -75px;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .box-direita .pronto {
    display: none;
  }
}
body main section.lotes-naoperca .box-direita li {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 203%;
  list-style: none;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .box-direita li {
    font-size: 16px;
  }
}
body main section.lotes-naoperca .box-direita p {
  max-width: 547px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.lotes-naoperca .box-direita p {
    font-size: 12px;
  }
}
body main section.lotes-moradia {
  padding-top: 110px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  body main section.lotes-moradia {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.lotes-moradia h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body main section.lotes-moradia h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
  }
}
body main section.lotes-moradia p {
  color: #323232;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.lotes-moradia p {
    text-align: center;
    font-size: 16px;
  }
}
body main section.lotes-moradia .video {
  width: 635px;
  height: 355px;
  position: relative;
  border-radius: 48px;
  display: block;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.lotes-moradia .video {
    width: 100%;
    max-width: 535px;
    height: 240px;
    border-radius: 20px;
  }
}
body main section.lotes-moradia .video:hover:before {
  opacity: 0.6;
}
body main section.lotes-moradia .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 48px;
  transition: 0.6s;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.lotes-moradia .video:before {
    border-radius: 20px;
  }
}
body main section.lotes-moradia .video .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px;
  transition: 1.1s;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  body main section.lotes-moradia .video .image {
    border-radius: 20px;
  }
}
body main section.lotes-moradia .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.lotes-moradia .video .play {
    transform: scale(0.8);
  }
}
body main section.moradia-porque {
  background-size: cover;
  background-image: url("../imagex/lotes/mora/bg-porque.png");
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body main section.moradia-porque {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.moradia-porque .owl-carousel {
  min-width: 945px;
}
@media (max-width: 991px) {
  body main section.moradia-porque .owl-carousel {
    min-width: unset;
  }
}
body main section.moradia-porque .owl-carousel:hover {
  cursor: move;
}
body main section.moradia-porque ul {
  padding-left: 0;
}
body main section.moradia-porque .next {
  margin-top: 50px;
}
@media (max-width: 991px) {
  body main section.moradia-porque .next {
    margin-top: 25px;
  }
}
body main section.moradia-porque h2 {
  margin: auto;
  margin-bottom: 45px;
  text-align: center;
  color: #3C5722;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 553px;
}
@media (max-width: 991px) {
  body main section.moradia-porque h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.moradia-porque .owl-stage {
  padding-left: 0 !important;
}
body main section.moradia-porque .item {
  width: 405px;
  min-height: 409px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3e5a23;
  border-radius: 38px;
  background: #253813;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.45);
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 991px) {
  body main section.moradia-porque .item {
    width: 100%;
    max-width: 405px;
    margin: auto;
    min-height: 0;
    border-radius: 20px;
  }
}
body main section.moradia-porque .item .icone {
  width: 58px;
  height: 58px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.moradia-porque .item .icone {
    width: 35px;
    height: 35px;
  }
}
body main section.moradia-porque .item h3 {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body main section.moradia-porque .item h3 {
    font-size: 20px;
  }
}
body main section.moradia-porque .item li {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
  list-style: none;
}
@media (max-width: 991px) {
  body main section.moradia-porque .item li {
    font-size: 15px;
  }
  body main section.moradia-porque .item li img {
    transform: scale(0.85);
  }
}
body main section.moradia-porque .item li img {
  width: unset;
  height: unset;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: unset;
}
body main section.moradia-desfrute {
  background: #f4f4f4;
  padding-top: 55px;
  padding-bottom: 42px;
}
@media (max-width: 991px) {
  body main section.moradia-desfrute {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.moradia-desfrute h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body main section.moradia-desfrute h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body main section.moradia-desfrute p {
  max-width: 853px;
  color: #323232;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  body main section.moradia-desfrute p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body main section.moradia-desfrute .imagem {
  width: 299.756px;
  height: 339.274px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body main section.moradia-desfrute .imagem {
    width: 100%;
    max-width: 400px;
    height: 250px;
  }
}
body main section.moradia-desfrute .imagem:hover {
  opacity: 0.83;
}
body main section.moradia-desfrute .owl-dots {
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.moradia-desfrute .owl-dots {
    margin-top: 25px;
    transform: scale(0.85);
  }
}
body main section.moradia-desfrute .owl-dots .owl-dot {
  background: transparent;
  border-radius: 100%;
  border: 1px solid #3E5A23;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  transition: 0.6s;
}
body main section.moradia-desfrute .owl-dots .owl-dot.active, body main section.moradia-desfrute .owl-dots .owl-dot:hover {
  background: #3E5A23;
}
body main section.caldas-entenda {
  padding-top: 95px;
  padding-bottom: 25px;
  background: #f4f4f4;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 991px) {
  body main section.caldas-entenda {
    padding-top: 30px;
  }
}
body main section.caldas-entenda .next {
  margin-top: 40px;
}
@media (max-width: 991px) {
  body main section.caldas-entenda .next {
    margin-top: 25px;
  }
}
body main section.caldas-entenda .owl-carousel {
  width: 1967px;
}
@media (max-width: 991px) {
  body main section.caldas-entenda .owl-carousel {
    width: auto;
  }
}
body main section.caldas-entenda .owl-carousel:hover {
  cursor: move;
}
body main section.caldas-entenda h2 {
  max-width: 642px;
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  body main section.caldas-entenda h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }
}
body main section.caldas-entenda .item {
  width: 100%;
  height: 348px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: start;
}
@media (max-width: 991px) {
  body main section.caldas-entenda .item {
    height: 250px;
  }
}
body main section.caldas-entenda .item:hover:before {
  opacity: 0.62;
}
body main section.caldas-entenda .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  border-radius: 20px;
  transition: 0.6s;
}
body main section.caldas-entenda .item .fundo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}
body main section.caldas-entenda .item br + br {
  display: none;
}
body main section.caldas-entenda .item span {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 455px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-left: 40px;
}
@media (max-width: 991px) {
  body main section.caldas-entenda .item span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body main section.caldas-festivais {
  padding-top: 65px;
  padding-bottom: 50px;
  border-radius: 0px 0px 58px 58px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.caldas-festivais {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0;
  }
}
body main section.caldas-festivais .owl-dots {
  margin-top: 35px;
}
@media (max-width: 991px) {
  body main section.caldas-festivais .owl-dots {
    margin-top: 25px;
    transform: scale(0.8);
  }
}
body main section.caldas-festivais .owl-dots .owl-dot {
  background: transparent;
  border-radius: 100%;
  border: 1px solid #3E5A23;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  transition: 0.6s;
}
body main section.caldas-festivais .owl-dots .owl-dot.active, body main section.caldas-festivais .owl-dots .owl-dot:hover {
  background: #3E5A23;
}
body main section.caldas-festivais h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.caldas-festivais h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.caldas-festivais .fundo {
  width: 635px;
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991px) {
  body main section.caldas-festivais .fundo {
    width: 100%;
    max-width: 635px;
    height: 230px;
  }
}
body main section.parceiro-condicoes {
  background: white;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main section.parceiro-condicoes .dir {
  position: absolute;
  right: -100px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes .dir {
    display: none;
  }
}
body main section.parceiro-condicoes .esq {
  position: absolute;
  top: -10px;
  left: -55px;
  z-index: 4;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes .esq {
    display: none;
  }
}
body main section.parceiro-condicoes h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}
body main section.parceiro-condicoes .boxes {
  position: relative;
  max-width: 1035px;
  margin: auto;
}
body main section.parceiro-condicoes .boxes .boxx {
  width: 502px;
  height: 264px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes .boxes .boxx {
    max-width: 500px;
    width: 100%;
    height: unset;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
body main section.parceiro-condicoes .boxes .boxx .icone {
  width: 60px;
  height: 60px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes .boxes .boxx .icone {
    width: 40px;
    height: 40px;
  }
}
body main section.parceiro-condicoes .boxes .boxx h3 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.parceiro-condicoes .boxes .boxx h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
body main section.parceiro-melhor {
  background: #f4f4f4;
  padding-top: 42px;
  padding-bottom: 55px;
}
body main section.parceiro-melhor h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 965px;
  margin: auto;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  body main section.parceiro-melhor h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.parceiro-melhor .imagem {
  width: 299.756px;
  height: 339.274px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  transition: 0.6s;
}
body main section.parceiro-melhor .imagem:hover {
  opacity: 0.82;
}
body main section.parceiro-melhor .owl-dots {
  margin-top: 35px;
}
body main section.parceiro-melhor .owl-dots .owl-dot {
  background: transparent;
  border-radius: 100%;
  border: 1px solid #3E5A23;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  transition: 0.6s;
}
body main section.parceiro-melhor .owl-dots .owl-dot.active, body main section.parceiro-melhor .owl-dots .owl-dot:hover {
  background: #3E5A23;
}
body main section.corretor-corretor {
  background-size: cover;
  background-image: url("../imagex/corretor/bg1.png");
  padding-top: 110px;
  padding-bottom: 20px;
  margin-top: -70px;
}
@media (max-width: 991px) {
  body main section.corretor-corretor {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    background: #f4f4f4;
    padding-bottom: 10px;
  }
}
body main section.corretor-corretor.cons {
  background-image: url("../imagex/corretor/bg2.png");
}
@media (max-width: 991px) {
  body main section.corretor-corretor.cons {
    background: #f4f4f4;
  }
}
body main section.corretor-corretor h2 {
  color: #3E5A23;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  body main section.corretor-corretor h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.corretor-corretor p {
  color: #323232;
  text-align: center;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 903px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.corretor-corretor p {
    font-size: 16px;
    text-align: center;
  }
}
body main section.corretor-corretor .box-parcelas {
  width: 414px;
  min-height: 90px;
  padding: 10px 63px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 25px;
  color: #FFDE00;
  text-align: center;
  font-size: 27px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 13.14px;
  background: linear-gradient(180deg, #B22 0%, #FA2E2E 100%);
  box-shadow: 0px 44.1507225037px 88.3014450073px 0px rgba(45, 8, 8, 0.24), 0px 13.7357797623px 13.7357797623px 0px #FF3030 inset, 0px -13.7357797623px 13.7357797623px 0px #B22121 inset;
}
@media (max-width: 991px) {
  body main section.corretor-corretor .box-parcelas {
    width: 100%;
    max-width: 544px;
    margin: 0;
    min-height: unset;
    font-size: 15px;
    padding: 15px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
body main section.corretor-corretor ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
}
body main section.corretor-corretor li {
  list-style: none;
  color: #323232;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 209%;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.corretor-corretor li {
    font-size: 14px;
    padding-right: 5px;
  }
  body main section.corretor-corretor li img {
    width: 15px;
  }
}
body main section.corretor-corretor .inferior p {
  color: #7E7E7E;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 942px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.corretor-corretor .inferior p {
    font-size: 12px;
  }
}
body main section.corretor-comissao {
  padding-top: 32px;
  padding-bottom: 76px;
}
@media (max-width: 991px) {
  body main section.corretor-comissao {
    padding-bottom: 30px;
  }
}
body main section.corretor-comissao .box {
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
  padding-left: 38px;
  padding-right: 38px;
  max-width: 1030px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.corretor-comissao .box {
    padding: 15px;
  }
  body main section.corretor-comissao .box .coin {
    display: block;
    margin: auto;
    transform: scale(0.85);
  }
}
body main section.corretor-comissao .box h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.corretor-comissao .box h2 {
    font-size: 20px;
    text-align: center;
  }
}
body main section.corretor-comissao .box p {
  color: #323232;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.corretor-comissao .box p {
    font-size: 15px;
    text-align: center;
  }
}
body main section.corretor-pronto {
  min-height: 402px;
  padding-top: 72px;
  padding-bottom: 35px;
  background-size: cover;
  background-image: url("../imagex/corretor/bg-pronto.png");
  position: relative;
}
@media (max-width: 991px) {
  body main section.corretor-pronto {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #253911;
  }
}
body main section.corretor-pronto .pronto {
  position: absolute;
  top: -195px;
}
@media (max-width: 991px) {
  body main section.corretor-pronto .pronto {
    display: none;
  }
}
body main section.corretor-pronto h2 {
  color: #FFF;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.corretor-pronto h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.corretor-pronto p {
  color: #FFF;
  font-family: Poppins;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.corretor-pronto p {
    font-size: 15px;
    text-align: center;
  }
}
body main section.corretor-pronto .final p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.corretor-pronto .final p {
    font-size: 12px;
    text-align: center;
  }
}
body main section.corretor-pronto .item {
  width: 236px;
  height: 198px;
  border-radius: 15px;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.corretor-pronto .item {
    font-size: 15px;
    text-align: center;
    height: unset;
    padding: 20px;
    width: 100%;
    margin-bottom: 13px;
  }
}
body main section.corretor-pronto .item br + br {
  display: none;
}
body main section.corretor-pronto .item .icone {
  width: 66px;
  height: 66px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.corretor-pronto .item .icone {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
}
body main section.corretor-cadastro {
  background-size: cover;
  background-image: url("../imagex/corretor/bg.png");
  min-height: 940px;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  body main section.corretor-cadastro {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f4f4f4;
  }
}
body main section.corretor-cadastro.cons {
  background-image: url("../imagex/corretor/bg22.png");
}
@media (max-width: 991px) {
  body main section.corretor-cadastro.cons {
    background: #f4f4f4;
  }
}
body main section.corretor-cadastro h2 {
  color: #3E5A23;
  text-align: start;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.corretor-cadastro h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.corretor-cadastro label {
  margin-bottom: 6px;
  color: #3A5421;
  font-family: Exo;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}
@media (max-width: 991px) {
  body main section.corretor-cadastro label {
    font-size: 15px;
    text-align: left;
    margin-bottom: 4px;
  }
}
body main section.corretor-cadastro input, body main section.corretor-cadastro textarea {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  margin-bottom: 17px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  body main section.corretor-cadastro input, body main section.corretor-cadastro textarea {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
body main section.corretor-cadastro input[type=checkbox], body main section.corretor-cadastro textarea[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-bottom: 0;
}
body main section.corretor-cadastro i {
  color: #757575;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}
body main section.corretor-cadastro textarea {
  height: 100px;
  padding-top: 14px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  body main section.corretor-cadastro textarea {
    font-size: 14px;
  }
}
body main section.corretor-cadastro .selecione {
  display: inline-block;
  background: #00476E;
  border-radius: 0px 5px 5px 0px;
  height: 50px;
  width: 185px;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.corretor-cadastro .flex-box {
  display: flex;
}
body main section.corretor-cadastro .name-file {
  background: white;
  border: 0.8px solid #B6B6B6;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
  width: 90%;
  color: black;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.corretor-cadastro .name-file {
    font-size: 13px;
  }
}
body main section.corretor-cadastro button {
  border: none;
}
body main section.corretor-cadastro .concordo label {
  margin-left: 10px;
  color: #5F5F5F;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.corretor-cadastro form {
  max-width: 510px;
  display: block;
}
body main section.contato {
  padding-top: 50px;
  padding-bottom: 35px;
}
body main section.contato .concordo {
  margin-bottom: 20px;
}
body main section.contato .concordo label {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
body main section.contato h2 {
  color: #3E5A23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  body main section.contato h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
}
body main section.contato label {
  margin-bottom: 6px;
  color: #3A5421;
  font-family: Exo;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}
@media (max-width: 991px) {
  body main section.contato label {
    font-size: 15px;
    text-align: left;
    margin-bottom: 4px;
  }
}
body main section.contato input, body main section.contato textarea {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  margin-bottom: 17px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  body main section.contato input, body main section.contato textarea {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
body main section.contato input[type=checkbox], body main section.contato textarea[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-bottom: 0;
}
body main section.contato i {
  color: #757575;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
}
body main section.contato textarea {
  height: 100px;
  padding-top: 14px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  body main section.contato textarea {
    font-size: 14px;
  }
}
body main section.contato .selecione {
  display: inline-block;
  background: #00476E;
  border-radius: 0px 5px 5px 0px;
  height: 50px;
  width: 185px;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .flex-box {
  display: flex;
}
body main section.contato .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: 50px;
  width: 90%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato button {
  border: none;
}
body main section.contato .concordo label {
  margin-left: 10px;
  color: #5F5F5F;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.contato span.xx, body main section.contato a.xx {
  color: #323232;
  text-align: center;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body main section.contato .box-parcelas {
  width: 414px;
  min-height: 90px;
  padding: 10px 63px;
  display: block;
  text-align: center;
  color: #FFDE00;
  text-align: center;
  font-size: 27px;
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin: auto;
  margin-top: 33px;
  margin-bottom: 27px;
  border-radius: 13.14px;
  background: linear-gradient(180deg, #B22 0%, #FA2E2E 100%);
  box-shadow: 0px 44.1507225037px 88.3014450073px 0px rgba(45, 8, 8, 0.24), 0px 13.7357797623px 13.7357797623px 0px #FF3030 inset, 0px -13.7357797623px 13.7357797623px 0px #B22121 inset;
}
@media (max-width: 991px) {
  body main section.contato .box-parcelas {
    width: 100%;
    max-width: 544px;
    margin: 0;
    min-height: unset;
    font-size: 15px;
    padding: 15px 20px;
  }
}
body main section.contato hr {
  height: 2px;
}
body main section.contato .canais {
  min-height: 405px;
  min-width: 655px;
  border-radius: 20px;
  background-size: cover;
  background-image: url(../imagex/bg-contato.png);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
}
@media (max-width: 991px) {
  body main section.contato .canais {
    min-width: unset;
    max-width: 655px;
    width: 100%;
    border-radius: 25px;
    background-position: center;
    min-height: 300px;
    margin-top: 20px;
  }
  body main section.contato .canais .cta-default {
    margin-bottom: 20px;
  }
  body main section.contato .canais .cta-default.xxx {
    max-width: unset;
  }
}
body main section.contato .canais h3 {
  color: #FFF;
  text-align: center;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 63px;
}
@media (max-width: 991px) {
  body main section.contato .canais h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
}
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: 33px;
  margin-top: 50px;
  background: #243B0D;
  padding-bottom: 45px;
  min-width: 369px;
  border-radius: 10px;
}
@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%;
  text-align: left;
}
body main section.duvidas .right h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@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 label {
  color: #FFF;
  font-family: Exo;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-bottom: 5px;
}
body main section.duvidas .right input,
body main section.duvidas .right textarea {
  border-radius: 10px;
  border: 1px solid #A4A4A4;
  background: #FFF;
  margin-bottom: 12px;
  height: 50px;
  padding-left: 18px;
}
body main section.duvidas .right input::-moz-placeholder, body main section.duvidas .right textarea::-moz-placeholder {
  color: #757575;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .right input::placeholder,
body main section.duvidas .right textarea::placeholder {
  color: #757575;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .right textarea {
  height: 120px;
  padding-top: 13px;
  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: #3e5a23;
  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: 115px;
  padding-bottom: 40px;
  /*obs*/
}
@media (max-width: 991px) {
  body main section.blog {
    padding-top: 30px;
  }
}
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: 20px;
  color: #3e5a23;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.6s;
  color: #000000;
}
@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;
}
body main section.blog h4.gerador {
  color: #397d02;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
  padding-top: 45px;
  margin-top: 35px;
}
@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: 405px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  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: 30px;
  padding-top: 21px;
}
@media (max-width: 991px) {
  body main section.blog .item .sub-item {
    padding: 15px 20px;
  }
}
body main section.blog .item .sub-item h3 {
  color: #3e5a23;
  font-family: Exo;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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 {
  color: #323232;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  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;
    margin-bottom: 30px;
  }
}
body main section.blog .item .sub-item span {
  font-family: Exo;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  display: block;
  margin-top: 42px;
  margin-bottom: 29px;
  transition: 0.6s;
  background: linear-gradient(#57b50c, #3e5a23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main section.blog .item .sub-item span:before {
  width: 100%;
  left: 0;
  height: 2px;
  background: #a1a1a1;
  display: block;
  content: "";
  position: absolute;
  margin-top: -20px;
  opacity: 0.45;
}
@media (max-width: 991px) {
  body main section.blog .item .sub-item span {
    font-size: 15px;
    line-height: 125%;
    margin-bottom: 3px;
    margin-top: 20px;
  }
}
body main section.blog .item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  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-interna {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    padding-bottom: 30px;
  }
}
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 {
  color: #3e5a23;
  font-family: Exo;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 991px) {
  body main section.blog-interna h1 {
    font-size: 24px;
  }
}
body main section.blog-interna .bg {
  width: 900px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.blog-interna .bg {
    height: 270px;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
  }
}
body main section.blog-interna h4.gostou {
  color: #3e5a23;
  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 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;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #3e5a23;
  margin-top: 35px;
}
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 a {
  color: #3e5a23;
}
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 .links {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
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 main section.index-novo-form {
  border-radius: 15px;
  background: rgba(229, 229, 229, 0.9);
  padding: 30px 45px;
}
body main section.index-novo-form:not(.hide-top) {
  padding-top: 1px;
}
body main section.index-novo-form label.title {
  color: #48592d;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
body main section.index-novo-form .check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}
body main section.index-novo-form .check label {
  color: #1a2b09;
  font-family: Mersad;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
body main section.index-novo-form button {
  border-radius: 15px;
  background: red;
  margin-top: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  color: white;
  border: none;
  outline: none;
  text-align: center;
  font-family: Mersad;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.4s all;
}
body main section.index-novo-form button:hover {
  background-color: #3e5a23;
  color: #eebd63;
  opacity: 0.85;
}
body main section.index-novo-form input[type=text],
body main section.index-novo-form input[type=email] {
  display: block;
  width: 100%;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 15px;
  border-radius: 15px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  outline: none;
  margin-bottom: 15px;
}
body main section.index-novo-form h2 {
  color: #48592d;
  text-align: center;
  font-family: Mersad;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
body main section.index-novo-form .selo {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  margin-top: -50px;
}
body main section.index-novo-form .phone-input {
  width: 100%;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 15px;
  border-radius: 15px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  outline: none;
  margin-bottom: 15px;
}
body main section.index-novo-form .phone-input input[type=text] {
  margin: 0;
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none;
}
@media (max-width: 991px) {
  body main section.index-novo-form {
    padding: 20px 15px !important;
    border-radius: 0;
  }
  body main section.index-novo-form .selo {
    margin-top: 0;
    height: 70px;
  }
  body main section.index-novo-form h2 {
    font-size: 20px;
  }
  body main section.index-novo-form label.title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  body main section.index-novo-form button {
    font-size: 16px;
    padding: 10px;
    border-radius: 7px;
  }
  body main section.index-novo-form input[type=text],
  body main section.index-novo-form input[type=email] {
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 5px;
  }
}
body main section.index-novo-banner {
  position: relative;
}
body main section.index-novo-banner .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
body main section.index-novo-banner .container {
  top: 60%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
}
body main section.index-novo-banner section.index-novo-form {
  pointer-events: all;
}
body main section.index-novo-banner .owl-carousel .owl-nav {
  position: absolute;
  left: 200px;
  bottom: 70px;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
body main section.index-novo-banner .owl-carousel .owl-nav button.owl-prev,
body main section.index-novo-banner .owl-carousel .owl-nav button.owl-next {
  display: block !important;
}
body main section.index-novo-banner .col-box {
  z-index: 2;
  position: relative;
}
body main section.index-novo-banner .img {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-novo-banner .owl-carousel .owl-nav {
    left: 20px;
    bottom: 20px;
  }
  body main section.index-novo-banner .owl-carousel .owl-nav img {
    height: 35px;
  }
  body main section.index-novo-banner .logo {
    width: 180px;
    top: 20px;
  }
  body main section.index-novo-banner .container {
    padding: 0;
    position: static;
    transform: none;
  }
}
body main section.index-novo-localizacao {
  position: relative;
}
body main section.index-novo-localizacao h2 {
  color: #3e5a23;
  text-align: center;
  font-family: Mersad;
  font-size: 38.435px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
body main section.index-novo-localizacao .img {
  width: 100%;
}
body main section.index-novo-localizacao h3 {
  color: #3d5524;
  text-align: center;
  font-family: Mersad;
  font-size: 25.418px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 50px;
}
body main section.index-novo-localizacao .diferenciais {
  background: #f4f4f4;
  padding: 50px 0;
}
body main section.index-novo-localizacao .diferenciais .itens {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}
body main section.index-novo-localizacao .diferenciais .itens .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
body main section.index-novo-localizacao .diferenciais .itens .item span {
  color: #3d5524;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
}
body main section.index-novo-localizacao .diferenciais .itens .item strong {
  color: #3d5524;
  font-family: Mersad;
  font-size: 21.386px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-novo-localizacao h2 {
    top: 30px;
    font-size: 22px;
    width: 100%;
    left: 0;
    transform: none;
  }
  body main section.index-novo-localizacao h3 {
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
    max-width: 250px;
  }
  body main section.index-novo-localizacao .diferenciais {
    padding: 30px 0;
  }
  body main section.index-novo-localizacao .diferenciais .itens {
    gap: 20px;
  }
  body main section.index-novo-localizacao .diferenciais .itens .item {
    width: calc(50% - 20px);
  }
  body main section.index-novo-localizacao .diferenciais .itens .item span {
    font-size: 15px;
  }
  body main section.index-novo-localizacao .diferenciais .itens .item strong {
    font-size: 16px;
  }
  body main section.index-novo-localizacao .diferenciais .itens .item img {
    height: 30px;
  }
}
body main section.index-novo-vantagens {
  background-image: url("../image/novo/bg-vantagens.png");
  background-size: cover;
  background-position: right;
  padding: 140px 0;
}
body main section.index-novo-vantagens h2 {
  color: #fff;
  font-family: Mersad;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-novo-vantagens .itens {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
body main section.index-novo-vantagens .itens .item {
  width: calc(50% - 30px);
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  font-family: Mersad;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 238.5%; /* 54.855px */
}
@media (max-width: 991px) {
  body main section.index-novo-vantagens {
    padding: 30px 0;
  }
  body main section.index-novo-vantagens .itens {
    gap: 20px;
  }
  body main section.index-novo-vantagens .itens .item {
    width: calc(50% - 20px);
    font-size: 15px;
    line-height: 1.4;
  }
  body main section.index-novo-vantagens .itens .item img {
    height: 30px;
  }
  body main section.index-novo-vantagens h2 {
    font-size: 22px;
    text-align: center;
  }
}
body main section.index-novo-rotina {
  background: #eaeaea;
  position: relative;
  padding: 35px 0;
}
body main section.index-novo-rotina .lago {
  position: relative;
  width: 270px;
  display: flex;
}
body main section.index-novo-rotina .lago:before {
  content: url("../image/novo/linha2.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  z-index: 1;
}
body main section.index-novo-rotina .lago span {
  color: #fff;
  text-align: center;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  bottom: 10px;
  left: 0;
  position: absolute;
  z-index: 3;
}
body main section.index-novo-rotina .lago img {
  position: relative;
  z-index: 2;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  transition: 0.4s all;
}
body main section.index-novo-rotina .lago img:hover {
  opacity: 0.85;
}
body main section.index-novo-rotina h2 {
  color: #405a26;
  text-align: center;
  font-family: Mersad;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 30px;
}
body main section.index-novo-rotina .map {
  position: absolute;
  bottom: 0;
  right: 0;
}
body main section.index-novo-rotina .itens {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
body main section.index-novo-rotina .itens .item {
  display: flex;
  gap: 15px;
}
body main section.index-novo-rotina .itens .item:last-child {
  display: none;
}
body main section.index-novo-rotina .itens .item:first-child {
  position: relative;
}
body main section.index-novo-rotina .itens .item:first-child:before {
  content: url("../image/novo/linha1.png");
  position: absolute;
  left: 400px;
  top: 70px;
  z-index: 1;
}
body main section.index-novo-rotina .itens .item span {
  color: #2e7b3e;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 60px;
}
body main section.index-novo-rotina .itens .item img {
  height: 150px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  transition: 0.4s all;
}
body main section.index-novo-rotina .itens .item img:hover {
  opacity: 0.85;
}
@media (max-width: 991px) {
  body main section.index-novo-rotina {
    padding: 30px 0;
  }
  body main section.index-novo-rotina .lago {
    display: none;
  }
  body main section.index-novo-rotina h2 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-novo-rotina .itens {
    flex-flow: row;
    flex-wrap: wrap;
  }
  body main section.index-novo-rotina .itens .item {
    width: calc(50% - 15px);
    flex-flow: column;
  }
  body main section.index-novo-rotina .itens .item:last-child {
    display: flex;
  }
  body main section.index-novo-rotina .itens .item:first-child:before {
    display: none;
  }
  body main section.index-novo-rotina .itens .item span {
    margin-top: 0;
    text-align: center;
    display: block;
    font-size: 16px;
  }
  body main section.index-novo-rotina .itens .item img {
    width: 100%;
    height: 90px;
  }
  body main section.index-novo-rotina .map {
    display: none;
  }
}
body main section.index-novo-progresso {
  background-color: #f4f4f4;
  background-image: url("../image/novo/bg-progresso.png");
  background-size: cover;
  position: relative;
  padding: 30px 0;
}
body main section.index-novo-progresso h2 {
  color: #405a26;
  font-family: Mersad;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-novo-progresso .progress {
  background-color: #b0ce5d;
}
body main section.index-novo-progresso .progress .progress-bar {
  background-color: #2e7d3f;
}
body main section.index-novo-progresso .map {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body main section.index-novo-progresso .progresso {
  display: flex;
  align-items: center;
  color: #314a20;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
  margin-bottom: 30px;
}
body main section.index-novo-progresso .progresso:last-child {
  margin-bottom: 0;
}
body main section.index-novo-progresso .progresso .info {
  width: 160px;
  flex: 0 0 160px;
  display: block;
}
body main section.index-novo-progresso .progresso .info img {
  margin-right: 5px;
}
body main section.index-novo-progresso .progresso .progress {
  width: 180px;
  flex: 0 0 180px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  body main section.index-novo-progresso .progresso {
    font-size: 15px;
    margin-bottom: 15px;
  }
  body main section.index-novo-progresso .progresso .info {
    width: 140px;
    flex: 0 0 140px;
  }
  body main section.index-novo-progresso .progresso .progress {
    width: 125px;
    flex: 0 0 125px;
  }
  body main section.index-novo-progresso h2 {
    font-size: 22px;
    text-align: center;
  }
  body main section.index-novo-progresso h2 br {
    display: none;
  }
  body main section.index-novo-progresso .map {
    display: none;
  }
}
body main section.index-novo-imagens {
  background-color: #f4f4f4;
  padding: 40px 0;
}
body main section.index-novo-imagens p {
  color: #314a20;
  text-align: center;
  font-family: Mersad;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-novo-imagens h2 {
  color: #405a26;
  text-align: center;
  font-family: Mersad;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-novo-imagens .owl-carousel .img {
  border-radius: 15px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s all;
}
body main section.index-novo-imagens .owl-carousel .img:hover {
  opacity: 0.85;
}
body main section.index-novo-imagens .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
body main section.index-novo-imagens .owl-carousel .video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 370px;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  transition: 0.4s all;
}
body main section.index-novo-imagens .owl-carousel .video:hover {
  opacity: 0.85;
}
body main section.index-novo-imagens .owl-carousel .video:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
body main section.index-novo-imagens .owl-carousel .video img {
  position: relative;
  z-index: 1;
}
body main section.index-novo-imagens.fundo {
  background: #f6c159;
}
body main section.index-novo-imagens.fundo .owl-carousel .img {
  height: 300px;
}
@media (max-width: 991px) {
  body main section.index-novo-imagens {
    padding: 30px 0;
  }
  body main section.index-novo-imagens p {
    font-size: 18px;
  }
  body main section.index-novo-imagens h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-novo-imagens .owl-carousel .owl-nav {
    margin-top: 20px;
  }
  body main section.index-novo-imagens .owl-carousel .img {
    height: 250px;
  }
  body main section.index-novo-imagens .owl-carousel .video {
    height: 250px;
  }
}
body main section.index-novo-parcelas {
  background: #111c05;
  padding-bottom: 30px;
}
body main section.index-novo-parcelas .col-linha {
  position: relative;
}
body main section.index-novo-parcelas .col-linha:before {
  content: "";
  width: 1px;
  height: 190px;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.28);
}
body main section.index-novo-parcelas .juridico {
  margin-top: 50px;
  color: #b4d063;
  text-align: center;
  font-family: Mersad;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-novo-parcelas .botao {
  border-radius: 10px;
  background: #ecb353;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 30px;
  padding: 20px 50px;
  color: #101a05;
  text-align: center;
  font-family: Mersad;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.4s all;
}
body main section.index-novo-parcelas .botao:hover {
  background-color: #3e5a23;
  color: #eebd63;
  opacity: 0.85;
}
body main section.index-novo-parcelas h3 {
  color: #fff;
  font-family: Mersad;
  font-size: 28.483px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
body main section.index-novo-parcelas .opcoes {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-novo-parcelas .opcoes span {
  color: #fff;
  text-align: center;
  font-family: Mersad;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-novo-parcelas .preco {
  display: flex;
  align-items: flex-end;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
body main section.index-novo-parcelas .preco .selo {
  margin-left: -30px;
}
body main section.index-novo-parcelas .preco span {
  margin-top: -50px;
  margin-left: 30px;
  color: #fff;
  font-family: Mersad;
  font-size: 21.816px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  display: block;
}
body main section.index-novo-parcelas .portaria {
  position: relative;
}
body main section.index-novo-parcelas .portaria span {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: Mersad;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  bottom: 70px;
  right: 120px;
}
body main section.index-novo-parcelas .portaria img {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-novo-parcelas .portaria img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.index-novo-parcelas .portaria span {
    bottom: 20px;
    right: auto;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
    width: 100%;
  }
  body main section.index-novo-parcelas h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  body main section.index-novo-parcelas .botao {
    font-size: 16px;
    width: 100%;
    padding: 15px;
  }
  body main section.index-novo-parcelas .juridico {
    margin-top: 30px;
    font-size: 12px;
  }
  body main section.index-novo-parcelas .opcoes {
    gap: 10px;
  }
  body main section.index-novo-parcelas .opcoes span {
    font-size: 17px;
  }
  body main section.index-novo-parcelas .col-linha::before {
    display: none;
  }
  body main section.index-novo-parcelas .preco {
    margin-top: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  body main section.index-novo-parcelas .preco .selo {
    display: block;
    margin: auto;
    height: 70px;
    margin-top: 20px;
  }
  body main section.index-novo-parcelas .preco span {
    margin: 0;
    font-size: 16px;
  }
  body main section.index-novo-parcelas .preco img:not(.selo) {
    height: 180px;
  }
}
body main section.index-novo-refugio {
  background-image: url("../image/novo/bg-refugio.png");
  background-position: right;
  background-size: cover;
  padding: 50px 0;
}
body main section.index-novo-refugio .box {
  border-radius: 0px 100px 100px 0px;
  background: #eec070;
  padding: 20px 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body main section.index-novo-refugio .box .item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 30px);
}
body main section.index-novo-refugio .box .item:last-child {
  width: 100%;
}
body main section.index-novo-refugio .box .item span {
  color: #48592d;
  font-family: Mersad;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-novo-refugio .texto h2 {
  color: #fff;
  font-family: Mersad;
  font-size: 42.969px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-novo-refugio .texto h3 {
  color: #fff;
  font-family: Mersad;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-novo-refugio {
    background-position: left;
    padding: 30px 0;
  }
  body main section.index-novo-refugio .box {
    padding: 20px;
    margin-bottom: 20px;
  }
  body main section.index-novo-refugio .box .item {
    gap: 10px;
    text-align: left;
  }
  body main section.index-novo-refugio .box .item span {
    font-size: 15px;
  }
  body main section.index-novo-refugio .box .item img {
    height: 20px;
  }
  body main section.index-novo-refugio .texto {
    text-align: center;
  }
  body main section.index-novo-refugio .texto h2 {
    font-size: 22px;
  }
  body main section.index-novo-refugio .texto h3 {
    font-size: 16px;
  }
}
body main section.index-novo-detalhes {
  background-color: #f4f4f4;
  padding: 60px 0;
}
body main section.index-novo-detalhes h2 {
  color: #405a26;
  text-align: center;
  font-family: Mersad;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-novo-detalhes .img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  transition: 0.4s all;
}
body main section.index-novo-detalhes .img:hover {
  opacity: 0.85;
}
body main section.index-novo-detalhes .img.big {
  margin-bottom: 30px;
  height: 480px;
}
@media (max-width: 991px) {
  body main section.index-novo-detalhes {
    padding: 30px 0;
  }
  body main section.index-novo-detalhes h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  body main section.index-novo-detalhes .img {
    height: 150px;
  }
  body main section.index-novo-detalhes .img.big {
    height: 200px;
    margin-bottom: 20px;
  }
}
body main section.index-novo-quem {
  background: #fefefc;
  padding: 50px 0 90px 0;
  position: relative;
  overflow: hidden;
}
body main section.index-novo-quem:after {
  content: url("../image/novo/plantas.png");
  position: absolute;
  right: 0;
  bottom: -10px;
}
body main section.index-novo-quem .container {
  position: relative;
  z-index: 1;
}
body main section.index-novo-quem h2 {
  margin-bottom: 30px;
  color: #405a26;
  text-align: center;
  font-family: Mersad;
  font-size: 39.88px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
body main section.index-novo-quem .box {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  height: 320px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  justify-content: center;
  padding: 30px;
  transition: 0.4s all;
}
body main section.index-novo-quem .box:hover {
  opacity: 0.85;
  transform: translateY(-3px);
}
body main section.index-novo-quem .box span {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: Mersad;
  font-size: 30px;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: normal;
}
body main section.index-novo-quem .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 7.94%, rgba(0, 0, 0, 0) 38.89%);
}
@media (max-width: 991px) {
  body main section.index-novo-quem {
    padding: 30px 0;
  }
  body main section.index-novo-quem::after {
    display: none;
  }
  body main section.index-novo-quem h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-novo-quem .box {
    height: 200px;
    padding: 20px;
  }
  body main section.index-novo-quem .box img {
    height: 25px;
  }
  body main section.index-novo-quem .box span {
    font-size: 20px;
  }
}
body footer section.footer-top {
  background-image: url("../image/novo/bg-footer.png");
  background-size: cover;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  body footer section.footer-top {
    background: #435d2a;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body footer section.footer-top #toTop {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  z-index: 4;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer-top #toTop {
    right: -5px;
    top: 20px;
  }
  body footer section.footer-top #toTop img {
    width: 37px;
  }
}
body footer section.footer-top #toTop:hover {
  opacity: 0.9;
  filter: invert(1);
}
@media screen and (min-width: 992px) {
  body footer section.footer-top .flex-1 {
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  body footer section.footer-top .flex-1 {
    padding-left: 0;
  }
}
body footer section.footer-top .cta-default {
  margin-bottom: 30px;
  display: block;
}
body footer section.footer-top .cta.box.red {
  background-color: #eebd63;
  color: #182709;
  text-transform: uppercase;
}
body footer section.footer-top .logo {
  margin: auto;
  margin-top: 36px;
  margin-bottom: 20px;
  width: 236px;
  height: 208px;
  position: relative;
  display: block;
}
body footer section.footer-top .logo img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-top .logo img {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  body footer section.footer-top {
    min-height: 0;
    background-image: none;
  }
  body footer section.footer-top .cta-default {
    margin-bottom: 15px;
  }
  body footer section.footer-top .logo {
    width: 150px;
    height: auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    display: flex;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  body footer section.footer-top .editlg3 {
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  body footer section.footer-top .editlg3 {
    padding: 0;
  }
}
@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-top .telefones {
  margin-bottom: 25px;
  display: block;
}
body footer section.footer-top .group-by {
  position: relative;
  display: flex;
}
body footer section.footer-top .media {
  width: 100px;
  display: block;
  margin: auto;
  margin-bottom: 22px;
}
body footer section.footer-top .media img {
  filter: contrast(0) brightness(10);
}
body footer section.footer-top .media a {
  transition: 0.6s;
}
body footer section.footer-top .media a:hover {
  transform: translateY(-2px);
}
body footer section.footer-top h3 {
  color: #fff;
  text-align: left;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 5px;
  padding-top: 35px;
}
@media (max-width: 991px) {
  body footer section.footer-top h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
body footer section.footer-top .links a {
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 7px;
  display: block;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer-top .links a {
    font-size: 15px;
  }
}
body footer section.footer-top .links a:hover {
  color: #318e18;
}
body footer section.footer-top .boxx {
  width: 344px;
  min-height: 328px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 0, 0, 0.32);
  padding-top: 50px;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 991px) {
  body footer section.footer-top .boxx {
    padding: 0;
    width: unset;
    background: none;
    margin-top: 35px;
  }
}
body footer section.footer-top h4 {
  color: #fff;
  font-family: Exo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  padding-top: 60px;
}
@media (max-width: 991px) {
  body footer section.footer-top h4 {
    padding-top: 15px;
    font-size: 22px;
  }
}
body footer section.footer-top form {
  position: relative;
}
body footer section.footer-top form input {
  padding-left: 20px;
  border-radius: 10px;
  background: #f8f8f8;
  height: 50px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-top form input {
    height: 44px;
    margin-bottom: 5px;
  }
}
body footer section.footer-top form input::-moz-placeholder {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body footer section.footer-top form input::placeholder {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body footer section.footer-top form input::-moz-placeholder {
    font-size: 14px;
  }
  body footer section.footer-top form input::placeholder {
    font-size: 14px;
  }
}
body footer section.footer-top form input[type=checkbox] {
  width: 22px;
  height: 22px;
}
body footer section.footer-top form label {
  color: #eaeaea;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
body footer section.footer-top form button {
  border: 0;
  padding: 0;
  border-radius: 10px;
  background: #eebd63;
  width: 82px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: 0.6s;
}
@media (max-width: 991px) {
  body footer section.footer-top form button {
    font-size: 16px;
    height: 45px;
    transform: scale(0.8);
  }
}
body footer section.footer-top form button:hover {
  opacity: 0.9;
}
body footer section.footer-map {
  height: 378px;
}
@media (max-width: 991px) {
  body footer section.footer-map {
    height: 300px;
  }
}
body footer section.footer-map iframe {
  height: 100%;
  width: 100%;
}
body footer section.footer-copy {
  color: #fff;
  font-size: 19px;
  background: #34491f;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 65px;
  margin-top: -5px;
}
@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 .phone-input {
  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 .phone-input .cc-picker {
  z-index: 999999;
  margin-top: 0 !important;
}
body footer section.modal-whatsapp .phone-input .cc-picker .cc-picker-flag {
  margin-top: 0 !important;
}
body footer section.modal-whatsapp .phone-input input {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
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 #3e5a23;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
}
body footer section.barra-fixa.show {
  bottom: -1px;
}
@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%;
}