@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.has-error {
  border-color: red !important;
}

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

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

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

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Yantramanav", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
  min-height: 100vh;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

ul {
  padding-left: 0;
}

.row {
  clear: both;
}

body.overflow {
  overflow: hidden;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  color: #4b4c50;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.owl-carousel div.disabled {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.item-contact {
  display: flex;
  align-items: center;
}

.item-contact .icon {
  position: relative;
  width: 37px;
  height: 44px;
  display: flex;
  flex-shrink: 0;
  padding-bottom: 5px;
  background: #ae652c;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 9px 10px rgba(217, 139, 43, 0.29);
}

.item-contact .icon:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: 5px;
  border: 1px solid #e9985d;
}

.item-contact span {
  display: table;
  color: #4e463f;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.item-contact span strong {
  color: #492b14;
  font-weight: 700;
}

.item-contact.whatsapp .icon {
  background: #0cbf54;
  box-shadow: 0 9px 10px rgba(12, 191, 84, 0.29);
}

.item-contact.whatsapp .icon:before {
  border: 1px solid #025523;
}

.item-contact.address .icon {
  background: #3b6605;
}

.btn-white {
  display: flex;
  position: relative;
  align-items: center;
  height: 55px;
  background: #fff;
  padding: 0 15px;
  color: #3b6605;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
}

.btn-white:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: 5px;
  border: 1px solid #81e800;
  transition: 0.5s;
}

.btn-white span {
  font-size: 28px;
  margin-left: 10px;
}

.btn-white:hover {
  background: #3b6605;
  color: #fff;
}

.btn-green {
  display: flex;
  position: relative;
  align-items: center;
  height: 55px;
  background: #3b6605;
  padding: 0 15px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
}

.btn-green:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: 5px;
  border: 1px solid #acbe8a;
  transition: 0.5s;
}

.btn-green span {
  font-size: 28px;
  margin-left: 10px;
}

.btn-green:hover {
  background: #ae652c;
  color: #fff;
}

.btn-border {
  display: flex;
  position: relative;
  align-items: center;
  height: 55px;
  border: 1px solid #202124;
  padding: 0 15px;
  color: #202124;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
}

.btn-border span {
  font-size: 28px;
  margin-left: 10px;
}

.btn-border:hover {
  background: #202124;
  color: #fff;
}

.wrap-double-content {
  padding: 35px 0;
  background: #f6f6f6;
}

.wrap-double-content .block-content {
  float: left;
  width: 100%;
  position: relative;
}

.wrap-double-content .block-content .detail {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

.wrap-double-content .block-content .box-image {
  float: right;
  width: 100%;
  padding: 30px 30px 30px 0;
  background: #ae652c;
}

.wrap-double-content .block-content .box-image img {
  float: right;
}

.wrap-double-content .block-content .box-text {
  display: table;
  padding-left: 30px;
}

.wrap-double-content .block-content .box-text .icon {
  display: table;
  margin-bottom: 10px;
}

.wrap-double-content .block-content .box-text h2 {
  display: table;
  color: #492b14;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wrap-double-content .block-content .box-text ul {
  display: table;
  margin-bottom: 15px;
}

.wrap-double-content .block-content .box-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #4e463f;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.wrap-double-content .block-content .box-text ul li img {
  margin-right: 5px;
}

.wrap-double-content .block-content:nth-of-type(2n) .col-img {
  order: 12;
}

.wrap-double-content .block-content:nth-of-type(2n) .box-image {
  padding: 30px 0 30px 30px;
  float: left;
}

.wrap-double-content .block-content:nth-of-type(2n) .box-image img {
  float: left;
}

.wrap-double-content .block-content:nth-of-type(2n) .detail {
  left: auto;
  right: 100%;
}

.wrap-double-content .block-content .contact-form .field-title {
  color: #492b14;
}

.wrap-double-content-2 .block-content .box-text h2 {
  text-transform: initial;
}

.wrap-title-bg {
  position: relative;
  height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wrap-title-bg .container {
  position: relative;
  z-index: 3;
}

.wrap-title-bg .video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.wrap-title-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(40, 46, 32, 0.5);
  mix-blend-mode: color;
}

.wrap-title-bg h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 70px;
  padding-top: 35px;
}

.wrap-contact {
  padding: 70px 0;
  background: url(../image/bg-contact.png) center center no-repeat;
  background-size: cover;
}

.wrap-contact h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.wrap-contact h2:before {
  content: "";
  position: absolute;
  background: #ae652c;
  bottom: 0;
  left: 0;
  width: 104px;
  height: 6px;
}

.wrap-contact h2:after {
  content: "";
  position: absolute;
  background: #ae652c;
  bottom: 0;
  height: 6px;
  width: 30px;
  left: 114px;
}

.wrap-contact p {
  color: #fff;
  margin-bottom: 0;
}

.contact-form {
  float: left;
  width: 100%;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .field-title {
  display: table;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.contact-form .field-title span {
  color: #ff2d2d;
}

.contact-form input,
.contact-form textarea {
  height: 50px;
  padding: 0 15px;
  background: #fff;
  border: none;
  font-size: 18px;
  width: 100%;
}

.contact-form textarea {
  padding: 10px 15px;
  resize: none;
  height: 120px;
}

.contact-form button {
  width: 100%;
  justify-content: center;
  border: none;
}

.wrap-faq {
  padding: 40px 0 130px;
  background: #f6f6f6;
}

.wrap-faq .container {
  position: relative;
}

.wrap-faq svg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.wrap-faq .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #3b6605;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.wrap-faq h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #202124;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.wrap-faq-2 {
  padding: 40px 0;
}

.wrap-faq-3 {
  padding: 70px 0;
}

.item-accordion {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.item-accordion .open-accordion {
  display: flex;
  align-items: center;
  text-align: left;
  background: #fff;
  border: none;
  color: #492b14;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 10px 0 10px 20px;
  width: 100%;
}

.item-accordion .open-accordion span {
  margin-left: 20px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  width: 45px;
  justify-content: center;
  display: flex;
  color: #82b521;
  flex-shrink: 0;
}

.item-accordion .open-accordion:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #3b6605;
  width: 45px;
  transition: 0.5s;
  right: 0;
}

.item-accordion .content-accordion {
  float: left;
  width: 100%;
  padding-top: 20px;
  display: none;
}

.item-accordion .open-accordion.active {
  background: #3b6605;
  color: #fff;
  font-weight: 700;
}

.item-accordion .open-accordion.active:before {
  background: #fff;
}

.item-accordion .open-accordion.active span {
  transform: rotate(-180deg);
}

.wrap-blog {
  padding: 40px 0;
}

.wrap-blog .container {
  position: relative;
}

.wrap-blog svg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.wrap-blog .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #3b6605;
  font-size: 20px;
  font-weight: 700;
}

.wrap-blog h2 {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #202124;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}

.wrap-blog .btn-green {
  margin: 0 auto;
}

.card-blog {
  float: left;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 20px;
  width: 100%;
  background: #fff;
}

.card-blog .image {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0px 1px 2px 0px rgba(59, 102, 5, 0.29), -1px 4px 4px 0px rgba(59, 102, 5, 0.26), -2px 9px 5px 0px rgba(59, 102, 5, 0.15), -4px 15px 6px 0px rgba(59, 102, 5, 0.04), -7px 24px 7px 0px rgba(59, 102, 5, 0.01);
}

.card-blog .image img {
  float: left;
  width: 100%;
}

.card-blog .image:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 119px;
  height: 117px;
  background: url(../image/touch.svg) center center no-repeat;
}

.card-blog .title {
  display: table;
  color: #492b14;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-blog p {
  margin-bottom: 0;
  color: #4e463f;
  font-size: 18px;
  line-height: 24px;
}

.wrap-map iframe {
  float: left;
  width: 100%;
  height: 385px;
}

.banner-pages .container {
  height: 445px;
  padding-top: 213px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-pages .container:before {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  bottom: -30px;
  right: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}

.banner-pages h1 {
  display: table;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-pages p {
  color: #fff;
  margin-bottom: 0;
}

.banner-custom {
  height: 874px;
  display: flex;
  align-items: center;
  padding-top: 213px;
  margin-bottom: -220px;
  position: relative;
  z-index: 1;
}

.banner-custom .breadcrumbs {
  margin-bottom: 30px;
}

.banner-custom h1 {
  display: table;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-custom .detail {
  display: table;
  margin-bottom: 20px;
}

.banner-custom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.banner-custom .bg-mobile {
  display: none;
}

.banner-custom-2 {
  height: 1010px;
  padding-bottom: 170px;
}

.banner-custom-2 form p {
  margin-bottom: 20px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.breadcrumbs a {
  display: flex;
  align-items: center;
  color: #82b521;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline !important;
  text-transform: uppercase;
  position: relative;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs a svg {
  margin-right: 5px;
}

.breadcrumbs span {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.breadcrumbs a:after {
  content: "";
  height: 1px;
  width: 40px;
  margin: 0 8px;
  display: block;
  background: #fff;
  left: 0;
}

.block-side {
  float: left;
  padding: 30px;
  background: #fff;
  border-top: 15px solid #82b521;
  width: 100%;
}

.block-side .title {
  display: table;
  color: #492b14;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}

.block-side .detail {
  display: table;
  margin-bottom: 20px;
}

.block-side ul,
.block-side ul li,
.block-side ul li a {
  display: table;
  width: 100%;
}

.block-side ul li {
  margin-bottom: 10px;
  background: linear-gradient(96deg, #ffd0ad -11.04%, rgba(255, 208, 173, 0) 87.39%);
}

.block-side ul li a {
  padding: 8px 16px;
  color: #492b14;
  font-size: 20px;
  font-weight: 700;
}

.block-side ul li a:hover,
.block-side ul li a.active {
  background: #82b521;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .wrap-double-content .block-content .box-image {
    padding: 10px !important;
    margin-bottom: 30px;
  }
  .wrap-double-content .block-content .box-image img {
    float: left !important;
    width: 100%;
  }
  .wrap-double-content .block-content .box-text {
    padding: 0;
  }
  .wrap-double-content .block-content .box-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .wrap-double-content .block-content .detail {
    display: none;
  }
  .wrap-title-bg h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .wrap-contact .box-text {
    display: table;
    margin-bottom: 35px;
  }
  .wrap-faq {
    padding: 60px 0;
  }
  .wrap-faq h2,
  .wrap-contact h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .banner-pages {
    position: relative;
  }
  .banner-pages:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
  }
  .banner-pages .container {
    position: relative;
    z-index: 1;
    padding-top: 145px;
  }
  .banner-pages p br {
    display: none;
  }
  .col-side {
    order: 12;
    padding-top: 50px;
  }
  .banner-custom {
    padding-top: 195px !important;
    margin-bottom: 0;
    padding-bottom: 50px;
    position: relative;
    background: none !important;
    height: auto !important;
  }
  .banner-custom .bg-mobile {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .banner-custom .container {
    position: relative;
    z-index: 1;
  }
  .banner-custom .box-text {
    display: table;
    margin-bottom: 30px;
  }
  .banner-custom .contact-form {
    padding-top: 50px;
  }
  .wrap-about-images .detail-1,
  .wrap-about-images .detail-2 {
    display: none;
  }
  .wrap-about-images h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .wrap-blog h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .wrap-double-content .block-content {
    padding: 20px 0;
  }
  .wrap-double-content .block-content:nth-of-type(2n) .col-img {
    order: -1;
  }
}
.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
  /* MODAL */
  /* 404 */
  /* BLOG */
  /* CONTATO */
  /* REPRESENTANTES */
  /* REMISOLO */
  /* SOBRE */
}
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 section.barra-lgpd {
  padding: 0 15px;
  background: gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: dimgray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 75px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1140px;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: dimgray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted dimgray;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body 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: dimgray;
  border: 1px solid dimgray;
  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 section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body 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;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #ae652c;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .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 .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #f89500;
  line-height: 1.1;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #f89500;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #ae652c;
  border-bottom: 5px solid #ae652c;
  margin-top: 200px;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #ae652c;
  font-weight: 500;
  border-bottom: 1px dotted #ae652c;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #ae652c;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #ae652c;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #ae652c;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ae652c;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #ae652c;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
    margin-top: 150px;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .home-banner {
  overflow: hidden;
  position: relative;
}
body .home-banner .item-banner {
  float: left;
  width: 100%;
  padding-top: 213px;
  display: flex;
  align-items: center;
  height: 850px;
  overflow: hidden;
}
body .home-banner .item-banner h2 {
  color: #fff;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.78);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  display: table;
}
body .home-banner .item-banner h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -1000px;
  height: 3px;
  background: #fff;
}
body .home-banner .item-banner p {
  color: #fff;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.78);
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
body .home-banner .owl-nav {
  position: absolute;
  right: 0;
  top: calc(50% + 107px);
  transform: translate(0, -50%);
  display: flex;
}
body .home-banner .owl-nav button {
  width: 100px;
  height: 100px;
  display: flex;
  border: none !important;
  align-items: center;
  justify-content: center;
  background: rgba(172, 190, 138, 0.2) !important;
  color: #fff !important;
}
body .home-banner .owl-nav button span {
  font-size: 46px;
}
body .home-banner .owl-nav button:hover {
  background: #82b521 !important;
}
body .wrap-about {
  padding: 30px 0 280px;
  background: url(../image/bg-about.png) center center no-repeat;
  background-size: cover;
}
body .wrap-about .box-image {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 25px 25px;
  z-index: 2;
}
body .wrap-about .box-image img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  border: 15px solid #fff;
  box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.07), 0px 16px 32px 0px rgba(0, 0, 0, 0.07), 0px 8px 16px 0px rgba(0, 0, 0, 0.07), 0px 4px 8px 0px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 2px 0px rgba(0, 0, 0, 0.07);
}
body .wrap-about .box-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 159px;
  height: 153px;
  background: #3b6605;
}
body .wrap-about .into {
  float: left;
  width: 100%;
  position: relative;
}
body .wrap-about .into p {
  color: #492b14;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
body .wrap-about .into:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  right: 0;
  height: 15px;
  background: #3b6605;
}
body .wrap-about .box-text {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 25px;
  display: table;
}
body .wrap-about .box-text:before {
  content: "";
  position: absolute;
  background: #e9985d;
  bottom: 0;
  left: 0;
  width: 104px;
  height: 6px;
}
body .wrap-about .box-text:after {
  content: "";
  position: absolute;
  background: #e9985d;
  bottom: 0;
  height: 6px;
  width: 30px;
  left: 114px;
}
body .wrap-about .box-infos {
  display: flex;
  align-items: center;
}
body .wrap-about .box-infos .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-right: 30px;
  height: 95px;
  background: #ae652c;
  box-shadow: 0px 1px 2px 0px rgba(217, 139, 43, 0.29), -1px 4px 4px 0px rgba(217, 139, 43, 0.26), -2px 9px 5px 0px rgba(217, 139, 43, 0.15), -4px 15px 6px 0px rgba(217, 139, 43, 0.04), -7px 24px 7px 0px rgba(217, 139, 43, 0.01);
}
body .wrap-about .box-infos .item-box:last-of-type {
  margin-right: 0;
}
body .wrap-about .box-infos .item-box .icon {
  height: 51px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto 10px;
}
body .wrap-about .box-infos .item-box .into-box {
  width: 100%;
}
body .wrap-about .box-infos .item-box .into-box span {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
body .wrap-about .contacts {
  display: flex;
  padding-top: 40px;
}
body .wrap-about .contacts a {
  margin-right: 40px;
}
body .wrap-about .contacts a:last-of-type {
  margin-right: 0;
}
body .map-bar {
  background: #213c00;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 195px;
}
body .map-bar img {
  float: left;
  margin: -160px 0 -145px;
}
body .map-bar h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
body .map-bar h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 280px;
  left: -1000px;
  height: 2px;
  background: #fff;
}
body .map-bar p {
  margin-bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
body .map-bar .container {
  position: relative;
}
body .map-bar .container:before {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  bottom: -30px;
  left: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}
body .map-bar .container:after {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  top: -30px;
  right: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}
body .wrap-beneficios .bar {
  float: left;
  width: 100%;
  margin-top: -90px;
  padding: 35px;
  box-shadow: 0px 1px 2px 0px rgba(217, 139, 43, 0.29), -1px 4px 4px 0px rgba(217, 139, 43, 0.26), -2px 9px 5px 0px rgba(217, 139, 43, 0.15), -4px 15px 6px 0px rgba(217, 139, 43, 0.04), -7px 24px 7px 0px rgba(217, 139, 43, 0.01);
  background: linear-gradient(180deg, #9b531a -13.61%, #ae652c 17.82%);
}
body .wrap-beneficios .bar h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
body .wrap-beneficios .bar .item-box {
  display: flex;
  align-items: center;
  height: 110px;
  background: #fff;
  padding: 0 15px;
}
body .wrap-beneficios .bar .item-box span {
  padding-left: 15px;
  display: table;
  color: #202124;
  font-size: 18px;
  font-weight: 700;
}
body .wrap-cta-images {
  padding: 35px 0;
}
body .wrap-cta-images .img-left {
  float: right;
}
body .wrap-cta-images .img-right {
  float: left;
}
body .wrap-cta-images .box-text {
  display: table;
  position: relative;
  width: 100%;
}
body .wrap-cta-images .box-text svg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .wrap-cta-images .box-text .icon {
  display: table;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
body .wrap-cta-images .box-text p {
  width: 100%;
  text-align: center;
  color: #492b14;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 15px;
}
body .wrap-cta-images .box-text .title {
  display: table;
  width: 100%;
  text-align: center;
  color: #492b14;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
body .wrap-cta-images .box-text .title strong {
  text-transform: uppercase;
  color: #82b521;
}
body .wrap-cta-images .box-text .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body .wrap-cta-images .box-text .buttons a {
  margin-right: 30px;
}
body .wrap-cta-images .box-text .buttons a:last-of-type {
  margin-right: 0;
}
body .wrap-videos {
  padding: 40px 0;
  background: url(../image/bg-videos.png) center center no-repeat;
  background-size: cover;
}
body .wrap-videos .container {
  position: relative;
}
body .wrap-videos svg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .wrap-videos .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #3b6605;
  font-size: 20px;
  font-weight: 700;
}
body .wrap-videos h2 {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #202124;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}
body .wrap-videos .carousel-videos {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 135px;
}
body .wrap-videos .carousel-videos iframe {
  float: left;
  width: 100%;
}
body .wrap-videos .carousel-videos .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .wrap-videos .carousel-videos .owl-nav button {
  width: 100px;
  height: 100px;
  display: flex;
  border: none !important;
  align-items: center;
  justify-content: center;
  background: #3b6605 !important;
  color: #fff !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
body .wrap-videos .carousel-videos .owl-nav button span {
  font-size: 46px;
}
body .wrap-videos .carousel-videos .owl-nav button:hover {
  background: #ae652c !important;
}
body .wrap-videos .carousel-videos .owl-nav button.owl-prev {
  left: 0;
}
body .wrap-videos .carousel-videos .owl-nav button.owl-next {
  right: 0;
}
body .wrap-videos .carousel-videos .owl-dots {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
body .wrap-videos .carousel-videos .owl-dots button {
  width: 15px;
  margin: 0 5px;
  height: 15px;
  border: 2px solid #3b6605;
  background: #3b6605;
}
body .wrap-videos .carousel-videos .owl-dots button:hover,
body .wrap-videos .carousel-videos .owl-dots button.active {
  background: #82b521;
}
body .wrap-clients {
  background: url(../image/bg-clientes.png) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
}
body .wrap-clients .container {
  margin-bottom: -30px;
  position: relative;
}
body .wrap-clients svg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .wrap-clients .box-title {
  margin-bottom: 30px;
}
body .wrap-clients .box-title .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
body .wrap-clients .box-title h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}
body .wrap-clients .box-title p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
body .wrap-clients .item-client {
  float: left;
  padding: 30px 20px;
  background: #fff;
}
body .wrap-clients .item-client img {
  display: table;
  margin: 0 auto 15px;
}
body .wrap-clients .item-client .title {
  display: table;
  width: 100%;
  text-align: center;
  color: #492b14;
  font-size: 20px;
  font-weight: 700;
}
body .wrap-clients .item-client .function {
  display: table;
  width: 100%;
  text-align: center;
  color: #492b14;
  font-size: 16px;
  font-weight: 500;
}
body .wrap-clients .item-client p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #4e463f;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
body .wrap-about-2 {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}
body .wrap-about-2 .into:before {
  display: none;
}
body .wrap-about-2 h2 {
  color: #202124;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body .wrap-about-2 h2:before {
  content: "";
  position: absolute;
  background: #ae652c;
  bottom: 0;
  left: 0;
  width: 104px;
  height: 6px;
}
body .wrap-about-2 h2:after {
  content: "";
  position: absolute;
  background: #ae652c;
  bottom: 0;
  height: 6px;
  width: 30px;
  left: 114px;
}
body .wrap-about-2 .box-text:before,
body .wrap-about-2 .box-text:after {
  display: none;
}
body .wrap-about-2 .box-text p {
  color: #4b4c50;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
body .wrap-about-2 .box-image:before {
  bottom: auto;
  top: 0;
}
body .wrap-about-2 .box-image {
  padding-bottom: 0;
  padding-top: 25px;
}
body .wrap-about-2 .box-numbers {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  float: left;
}
body .wrap-about-2 .box-numbers .item-number {
  position: relative;
  width: 100%;
  padding: 0 25px;
}
body .wrap-about-2 .box-numbers .item-number .title {
  display: table;
  width: 100%;
  text-align: center;
  color: #3b6605;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
body .wrap-about-2 .box-numbers .item-number .info {
  display: table;
  width: 100%;
  text-align: center;
  color: #4e463f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
body .wrap-about-2 .box-numbers .item-number:after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background: #eaeaea;
}
body .wrap-about-2 .box-numbers .item-number:last-of-type:after {
  display: none;
}
body .wrap-social {
  background: url(../image/bg-social.png) center center no-repeat #213c00;
  background-size: cover;
  background-blend-mode: multiply;
}
body .wrap-social .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .wrap-social img {
  margin: -75px 0 -15px;
}
body .wrap-social .text {
  display: table;
  margin-right: 60px;
}
body .wrap-social h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
body .wrap-social a {
  display: table;
  color: #abff09;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
}
body .wrap-social .container:before {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  bottom: -30px;
  left: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}
body .wrap-social .container:after {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  top: -30px;
  right: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}
@media only screen and (max-width: 991px) {
  body .home-banner {
    margin-bottom: 30px;
  }
  body .home-banner .item-banner {
    height: 700px;
    padding-top: 143px;
  }
  body .home-banner .item-banner h2 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 0;
  }
  body .home-banner .item-banner h2:after {
    display: none;
  }
  body .home-banner .item-banner p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  body .home-banner .item-banner p br {
    display: none;
  }
  body .home-banner .item-banner a {
    margin: 0 auto;
  }
  body .home-banner .owl-nav,
  body .wrap-videos .carousel-videos .owl-nav {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  body .home-banner .owl-nav button,
  body .wrap-videos .carousel-videos .owl-nav button {
    width: 60px;
    height: 60px;
    background: #3b6605 !important;
  }
  body .wrap-about .box-image {
    padding: 0;
    margin-bottom: 30px;
  }
  body .wrap-about .box-infos .item-box {
    margin-right: 15px;
  }
  body .wrap-about .contacts {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .wrap-about .contacts a {
    margin: 0 0 20px;
  }
  body .map-bar {
    margin: 50px 0 0;
    padding: 60px 0;
  }
  body .map-bar img {
    width: 100%;
    margin: 0;
  }
  body .map-bar h2 {
    font-size: 34px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  body .map-bar h2 br {
    display: none;
  }
  body .map-bar h2:after {
    display: none;
  }
  body .map-bar p {
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
  }
  body .wrap-beneficios .bar .item-box {
    margin-bottom: 10px;
  }
  body .wrap-cta-images .img-left {
    width: 100%;
    margin-bottom: 40px;
  }
  body .wrap-cta-images .box-text {
    margin-bottom: 40px;
  }
  body .wrap-cta-images .img-right {
    width: 100%;
  }
  body .wrap-videos .carousel-videos {
    padding: 0;
  }
  body .wrap-videos .carousel-videos .owl-nav {
    display: none;
  }
  body .wrap-videos h2,
  body .wrap-about-2 h2 {
    font-size: 28px;
    line-height: 32px;
  }
  body .wrap-clients {
    padding-bottom: 30px;
  }
  body .wrap-clients .item-client {
    margin-bottom: 20px;
  }
  body .wrap-clients .container {
    margin-bottom: 0;
  }
  body .wrap-about-2 {
    padding-bottom: 30px;
  }
  body .wrap-about-2 .box-numbers {
    display: table;
  }
  body .wrap-about-2 .box-numbers .item-number {
    padding: 15px 25px;
  }
  body .wrap-about-2 .box-numbers .item-number:after {
    display: none;
  }
  body .wrap-social {
    padding: 60px 0;
  }
  body .wrap-social h2 {
    width: 100%;
    text-align: center;
  }
  body .wrap-social .container {
    display: table;
  }
  body .wrap-social img {
    margin: 0 auto;
    display: table;
    max-width: 100%;
  }
  body .wrap-social .text {
    display: table;
    margin-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  body .wrap-social a {
    width: 100%;
    text-align: center;
  }
}
body header {
  position: absolute;
  z-index: 9;
  background: rgba(255, 255, 255, 0.85);
}
body header .topbar {
  float: left;
  width: 100%;
  padding: 25px 0;
}
body header .topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .topbar .right {
  display: flex;
  align-items: center;
}
body header .topbar .right .item-contact {
  margin-right: 40px;
}
body header .topbar .right .social {
  display: flex;
  align-items: center;
}
body header .topbar .right .social img {
  margin-right: 10px;
}
body header .topbar .right .social span {
  display: table;
  color: #3b6605;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 10px;
}
body header .topbar .right .social a {
  margin-left: 15px;
  display: table;
  font-size: 24px;
  color: #3b6605;
}
body header .topbar .right .social a:hover {
  color: #ae652c;
}
body header .nav-bar {
  float: left;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
body header .nav-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .nav-bar nav ul {
  display: flex;
  border-left: 1px solid #e6e6e6;
}
body header .nav-bar nav ul li {
  border-right: 1px solid #e6e6e6;
}
body header .nav-bar nav ul li a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 65px;
  color: #492b14;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
body header .nav-bar nav ul li a:hover {
  color: #3b6605;
}
body header .nav-bar .btn-header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  background: linear-gradient(180deg, #e4740c 0%, #f89500 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -15px;
  position: relative;
}
body header .nav-bar .btn-header span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
body header .nav-bar .btn-header img {
  margin-right: 10px;
}
body header .nav-bar .btn-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #f89500 0%, #e4740c 100%);
  transition: 0.5s;
  opacity: 0;
}
body header .nav-bar .btn-header:hover:before {
  opacity: 1;
}
body header .open-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  body header .topbar .right {
    display: none;
  }
  body header .nav-bar {
    display: none;
  }
  body header .open-menu {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    background: #3b6605;
    color: #fff;
    font-size: 18px;
  }
}
body footer {
  background: url(../image/bg-footer.png) center center no-repeat;
  background-size: cover;
}
body footer .default-footer {
  float: left;
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #acbe8a;
}
body footer .default-footer .logo {
  display: table;
  margin-bottom: 30px;
}
body footer .detail {
  display: table;
  margin-bottom: 30px;
}
body footer p {
  color: #fff;
  margin-bottom: 30px;
}
body footer .item-contact .icon:before {
  border-color: #fff;
}
body footer .item-contact span,
body footer .item-contact span strong {
  color: #fff;
}
body footer .title {
  display: table;
  margin-bottom: 20px;
  color: #ededed;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
  padding-left: 10px;
  border-left: 6px solid #82b521;
}
body footer .default-footer ul li {
  display: table;
  margin-bottom: 15px;
}
body footer .default-footer ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
body footer .default-footer ul li a img {
  margin-right: 10px;
}
body footer .default-footer ul li a:hover {
  color: #82b521;
}
body footer .item-contact {
  margin-bottom: 30px;
}
body footer .copy {
  float: left;
  width: 100%;
  padding: 30px 0;
}
body footer .copy span {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body footer .copy .logo {
  display: table;
  margin: 0 auto;
}
body footer .copy ul {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
body footer .copy ul li {
  margin-right: 30px;
}
body footer .copy ul li:last-of-type {
  margin-right: 0;
}
body footer .copy ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline !important;
}
body footer .copy ul li a:hover {
  color: #82b521;
}
body body.overflow {
  overflow: hidden;
}
body .wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  transition: 0.6s;
  right: -100%;
}
body .wrap-menu-mobile.show {
  right: 0;
}
body .wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
body .wrap-menu-mobile .bar-menu {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 40px;
  max-width: 320px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 35px 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #acbe8a, transparent);
  transition: 1s;
  bottom: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
  width: 130px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  font-family: arial;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
  float: left;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
  float: left;
  margin-right: 15px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: right;
  position: relative;
  color: #ae652c;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
  font-size: 24px;
}
body .wrap-menu-mobile .bar-menu .box-menu-style-1 {
  padding: 30px 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body .wrap-menu-mobile .bar-menu ul {
  display: table;
  margin-bottom: 30px;
}
body .wrap-menu-mobile .bar-menu ul li {
  margin-bottom: 5px;
}
body .wrap-menu-mobile .bar-menu ul li a {
  display: table;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  color: #4b4c50;
}
body .wrap-menu-mobile .bar-menu ul li a:hover {
  color: #303030;
}
body .wrap-menu-mobile .bar-menu form {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}
body .wrap-menu-mobile .bar-menu form input {
  display: table;
  border: none;
  background: none;
  padding: 0 20px;
  height: 48px;
  width: 100%;
}
body .wrap-menu-mobile .bar-menu form button {
  padding-right: 20px;
  border: none;
  background: none;
  color: #000;
  height: 48px;
  display: flex;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .item-contact {
  margin-bottom: 20px;
}
body .wrap-menu-mobile .bar-menu .social {
  width: 100%;
  display: flex;
}
body .wrap-menu-mobile .bar-menu .social a {
  font-size: 22px;
  margin-right: 30px;
  color: #3b6605;
}
@media only screen and (max-width: 991px) {
  body footer .detail {
    margin: 0 auto 30px;
  }
  body footer p {
    width: 100%;
    text-align: center;
  }
  body footer .default-footer .title {
    width: auto;
    text-align: center;
    margin: 0 auto 20px;
  }
  body footer .default-footer .logo {
    margin: 0 auto 20px;
  }
  body footer .col-footer {
    display: table;
    width: 100%;
    margin-bottom: 50px;
  }
  body footer .item-contact {
    margin: 0 auto 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
  body footer .copy .logo {
    margin-bottom: 20px;
  }
  body footer .copy span {
    margin: 0 auto 20px;
  }
  body footer .copy ul li {
    margin: 0 15px;
  }
  body footer .copy ul {
    display: flex;
    width: 100%;
    float: right;
    justify-content: center;
  }
  body footer .default-footer {
    padding-bottom: 0;
  }
  body footer .default-footer ul li {
    width: 100%;
  }
  body footer .default-footer ul li a {
    justify-content: center;
  }
}
body .content-404 {
  padding: 310px 0 0;
  margin-bottom: 100px;
  background: url(../image/bg-404.png) center center no-repeat;
  background-size: cover;
}
body .content-404 h1 {
  margin-bottom: 0;
  color: #492b14;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}
body .content-404 .box-title {
  display: table;
  margin-bottom: 30px;
}
body .content-404 .box-title p {
  margin-bottom: 0;
}
body .content-404 a {
  margin: 0 auto 40px;
}
body .content-404 img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
}
body .content-404 .container {
  position: relative;
}
body .content-404 .container:before {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  bottom: -30px;
  left: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}
body .content-404 .container:after {
  content: "";
  position: absolute;
  width: 415px;
  height: 60px;
  bottom: -30px;
  right: -445px;
  background: linear-gradient(90deg, #a8d453 29.28%, #3b6605 74.46%);
}
@media only screen and (max-width: 991px) {
  body .content-404 {
    padding: 190px 0 50px;
  }
  body .content-404 h1 {
    margin-bottom: 20px;
    color: #492b14;
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    width: 100%;
    text-align: center;
  }
  body .content-404 .box-title p {
    width: 100%;
    text-align: center;
  }
}
body .wrap-list-blog {
  padding: 80px 0;
  background: #f6f6f6;
}
body .wrap-list-blog .card-blog {
  margin-bottom: 30px;
}
body .wrap-list-blog .box-text-single {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-list-blog .box-text-single img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body .wrap-list-blog .box-text-single p {
  color: #492b14;
}
body .nav-single {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #e9985d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
body .nav-single a {
  display: flex;
  align-items: center;
}
body .nav-single a .google-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #3b6605;
  color: #fff;
  width: 60px;
  height: 60px;
}
body .nav-single a .title {
  display: table;
  text-transform: uppercase;
  padding: 0 15px;
  color: #3b6605;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
body .nav-single-2 {
  float: left;
  width: 100%;
}
body .nav-single-2 a {
  display: flex;
  align-items: center;
}
body .nav-single-2 a img {
  display: table;
  flex-shrink: 0;
  width: 100px;
  box-shadow: 0px 1px 2px 0px rgba(59, 102, 5, 0.29), -1px 4px 4px 0px rgba(59, 102, 5, 0.26), -2px 9px 5px 0px rgba(59, 102, 5, 0.15), -4px 15px 6px 0px rgba(59, 102, 5, 0.04), -7px 24px 7px 0px rgba(59, 102, 5, 0.01);
}
body .nav-single-2 a .title {
  display: table;
  color: #492b14;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 20px;
}
body .nav-single-2 .icon {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  body .nav-single-2 {
    display: none;
  }
}
body .contact-blocks {
  background: #f6f6f6;
  padding-bottom: 80px;
}
body .contact-blocks .row {
  margin: 0;
}
body .contact-blocks .row > div {
  padding: 0;
}
body .contact-blocks .item-block {
  float: left;
  width: 100%;
  display: flex;
  padding: 160px 60px 100px;
  background: #3b6605;
  height: calc(100% - 30px);
}
body .contact-blocks .item-block h2 {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
body .contact-blocks .item-block .detail {
  display: table;
  margin: 0 auto 30px;
}
body .contact-blocks .item-block p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body .contact-blocks .item-block p:last-of-type {
  margin-bottom: 0;
}
body .contact-blocks .item-block .item-contact {
  margin-bottom: 25px;
}
body .contact-blocks .item-block .item-contact:last-of-type {
  margin-bottom: 0;
}
body .contact-blocks .item-block .item-contact span,
body .contact-blocks .item-block .item-contact span strong {
  color: #fff;
}
body .contact-blocks .item-block .item-contact .icon:before {
  border-color: #fff !important;
}
body .contact-blocks .item-block .links {
  display: table;
  margin: 0 auto;
}
body .contact-blocks .item-block .into {
  width: 100%;
}
body .contact-blocks .row > div:nth-of-type(2n) .item-block {
  height: 100%;
  background: #1d3401;
}
body .content-about-contact {
  padding-bottom: 70px;
}
body .content-about-contact .container {
  position: relative;
}
body .content-about-contact .folha {
  position: absolute;
  top: 0;
  left: calc(100% - 150px);
}
body .content-about-contact .box-text-carousel {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  body .contact-blocks .item-block {
    float: left;
    width: calc(100% + 30px);
    display: flex;
    padding: 50px;
    background: #3b6605;
    height: auto;
    margin-left: -15px;
  }
  body .contact-blocks {
    padding-bottom: 30px;
  }
}
body .content-representantes {
  padding: 70px 0;
  background: url(../image/bg-representantes.png) left center no-repeat #f6f6f6;
  background-image: auto 100%;
}
body .content-representantes .item-representante {
  display: flex;
  padding: 20px;
  box-shadow: 4px 8px 18px 0px rgba(0, 0, 0, 0.1), 15px 30px 34px 0px rgba(0, 0, 0, 0.09), 33px 68px 45px 0px rgba(0, 0, 0, 0.05), 59px 121px 54px 0px rgba(0, 0, 0, 0.01), 92px 189px 59px 0px rgba(0, 0, 0, 0);
  background: linear-gradient(120deg, #fff 61.04%, #f4f4f4 84.72%);
  border: 3px solid #fff;
  margin-bottom: 20px;
  min-height: 260px;
}
body .content-representantes .item-representante img {
  width: 100px;
  flex-shrink: 0;
}
body .content-representantes .item-representante .box-text {
  padding-left: 25px;
}
body .content-representantes .item-representante .box-text p {
  display: table;
  margin-bottom: 15px;
}
body .content-representantes .item-representante .box-text p:last-of-type {
  margin-bottom: 0;
}
body .content-representantes .carousel-representantes {
  float: left;
  width: 100%;
  position: relative;
  box-shadow: 4px 8px 18px 0px rgba(0, 0, 0, 0.1), 15px 30px 34px 0px rgba(0, 0, 0, 0.09), 33px 68px 45px 0px rgba(0, 0, 0, 0.05), 59px 121px 54px 0px rgba(0, 0, 0, 0.01), 92px 189px 59px 0px rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}
body .content-representantes .carousel-representantes img {
  float: left;
  width: 100%;
}
body .content-representantes .carousel-representantes .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .content-representantes .carousel-representantes .owl-nav button {
  width: 100px;
  height: 100px;
  display: flex;
  border: none !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
}
body .content-representantes .carousel-representantes .owl-nav button span {
  font-size: 46px;
}
body .content-representantes .carousel-representantes .owl-nav button:hover {
  background: #ae652c !important;
}
body .content-representantes .carousel-representantes .owl-nav button.owl-prev {
  left: 0;
}
body .content-representantes .carousel-representantes .owl-nav button.owl-next {
  right: 0;
}
body .content-representantes .carousel-representantes .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
body .content-representantes .carousel-representantes .owl-dots button {
  width: 15px;
  margin: 0 5px;
  height: 15px;
  border: 2px solid #fff;
  background: #fff;
}
body .content-representantes .carousel-representantes .owl-dots button:hover,
body .content-representantes .carousel-representantes .owl-dots button.active {
  background: #82b521;
}
body .content-representantes .box-content {
  float: left;
  width: 100%;
}
body .content-representantes .box-content h3 {
  display: table;
  margin-bottom: 15px;
  color: #492b14;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
body .content-representantes .box-content .links {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body .content-representantes .box-content .links a {
  margin-right: 40px;
}
body .content-representantes .box-content .links a:last-of-type {
  margin-right: 0;
}
body .content-representantes .box-content .link-address {
  display: table;
  color: #492b14;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
body .content-representantes .box-content .detail {
  display: table;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  body .content-representantes {
    background: none;
  }
  body .content-representantes .box-content .links {
    display: table;
  }
  body .content-representantes .box-content .links a {
    margin-bottom: 20px;
  }
  body .content-representantes .box-content h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
body .content-remisolo-1 {
  background: #f6f6f6;
}
body .content-remisolo-1 img {
  float: left;
  width: 100%;
}
body .content-remisolo-1 h2 {
  color: #492b14;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: table;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body .content-remisolo-1 .detail {
  display: table;
  margin-bottom: 20px;
}
body .content-remisolo-1 p {
  color: #4e463f;
}
body .content-remisolo-1 .box-text {
  display: table;
  padding-top: 80px;
}
body .content-remisolo-1 h3 {
  color: #492b14;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: table;
  text-transform: uppercase;
}
body .content-remisolo-2 {
  background: url(../image/bg-certificado.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
body .content-remisolo-2 .container {
  position: relative;
}
body .content-remisolo-2 .detail {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .content-remisolo-2 .icon {
  display: table;
  margin: 0 auto 20px;
}
body .content-remisolo-2 h2 {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #492b14;
  font-size: 25px;
  font-weight: 700;
}
body .content-remisolo-2 .images {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .content-remisolo-2 .images img {
  margin: 0 15px;
}
body .content-remisolo-3 {
  padding: 40px 0;
}
body .content-remisolo-3 h2 {
  color: #492b14;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 30px;
}
body .content-remisolo-3 .card-remisolo {
  float: left;
  width: 100%;
  box-shadow: 4px 8px 18px 0px rgba(0, 0, 0, 0.1), 15px 30px 34px 0px rgba(0, 0, 0, 0.09), 33px 68px 45px 0px rgba(0, 0, 0, 0.05), 59px 121px 54px 0px rgba(0, 0, 0, 0.01), 92px 189px 59px 0px rgba(0, 0, 0, 0);
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 100%;
}
body .content-remisolo-3 .card-remisolo .image {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body .content-remisolo-3 .card-remisolo .image img {
  float: left;
  width: 100%;
}
body .content-remisolo-3 .card-remisolo .image .number {
  position: absolute;
  right: 15px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9985d;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  bottom: -28px;
}
body .content-remisolo-3 .card-remisolo .box-text {
  padding: 0 15px 20px;
}
body .content-remisolo-3 .card-remisolo .box-text .title {
  display: table;
  color: #202124;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
body .content-remisolo-3 .card-remisolo .box-text p {
  display: table;
  margin-bottom: 0;
  color: #4b4c50;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  body .content-remisolo-1 {
    padding: 60px 0;
  }
  body .content-remisolo-2 .images {
    flex-wrap: wrap;
  }
  body .content-remisolo-2 .images img {
    margin: 0 15px 30px;
  }
  body .content-remisolo-3 .card-remisolo {
    margin-bottom: 30px;
    height: auto;
  }
}
body .content-about-1 {
  padding: 70px 0 130px;
  background: url(../image/bg-sobre.png) center center no-repeat;
  background-size: cover;
}
body .content-about-1 h2 {
  font-size: 62px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ae652c;
}
body .content-about-1 h2 strong {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #ae652c;
  color: transparent;
}
body .content-about-1 .detail {
  margin-bottom: 25px;
}
body .content-about-2 {
  background: #f6f6f6;
}
body .content-about-2 .box-logos {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -80px;
  margin-bottom: 100px;
}
body .content-about-2 .box-logos .into {
  float: left;
  width: 100%;
  background: #fff;
  padding: 80px 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #fff;
  box-shadow: 4px 8px 18px 0px rgba(0, 0, 0, 0.1), 15px 30px 34px 0px rgba(0, 0, 0, 0.09), 33px 68px 45px 0px rgba(0, 0, 0, 0.05), 59px 121px 54px 0px rgba(0, 0, 0, 0.01), 92px 189px 59px 0px rgba(0, 0, 0, 0);
  background: linear-gradient(109deg, #fff 40.87%, #f4f4f4 81.98%);
}
body .content-about-2 .box-logos .title {
  display: table;
  text-align: center;
  line-height: 40px;
  color: #492b14;
  font-size: 32px;
  font-weight: 400;
}
body .content-about-2 .box-logos:before {
  content: "";
  position: absolute;
  width: 159px;
  height: 153px;
  background: #3b6605;
  position: absolute;
  top: -20px;
  right: -20px;
}
body .content-about-2 .box-logos:after {
  content: "";
  position: absolute;
  width: 159px;
  height: 153px;
  background: #3b6605;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
body .content-about-2 .box-logos .into:after {
  content: "";
  position: absolute;
  border: 1px solid #3b6605;
  top: -20px;
  left: 20px;
  bottom: -20px;
  right: 20px;
}
body .content-about-2 .box-text-carousel {
  float: left;
  width: 100%;
}
body .content-about-2 .box-text-carousel .box-text {
  float: left;
  width: calc(100% + 130px);
  padding: 45px 175px 45px 45px;
  border: 3px solid #fff;
  background: linear-gradient(109deg, #fff 40.87%, #f4f4f4 81.98%);
  margin-top: 30px;
}
body .content-about-2 .box-text-carousel .box-text h3 {
  display: table;
  color: #4e463f;
  font-size: 25px;
  font-weight: 700;
}
body .content-about-2 .box-text-carousel .box-text .logo {
  display: table;
  margin-bottom: 20px;
}
body .content-about-2 .box-text-carousel .carousel-about {
  float: left;
  width: 100%;
  position: relative;
  box-shadow: 4px 8px 18px 0px rgba(0, 0, 0, 0.1), 15px 30px 34px 0px rgba(0, 0, 0, 0.09), 33px 68px 45px 0px rgba(0, 0, 0, 0.05), 59px 121px 54px 0px rgba(0, 0, 0, 0.01), 92px 189px 59px 0px rgba(0, 0, 0, 0);
}
body .content-about-2 .box-text-carousel .carousel-about img {
  float: left;
  width: 100%;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .content-about-2 .box-text-carousel .carousel-about .owl-nav button {
  width: 100px;
  height: 100px;
  display: flex;
  border: none !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-nav button span {
  font-size: 46px;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-nav button:hover {
  background: #ae652c !important;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-nav button.owl-prev {
  left: 0;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-nav button.owl-next {
  right: 0;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-dots button {
  width: 15px;
  margin: 0 5px;
  height: 15px;
  border: 2px solid #fff;
  background: #fff;
}
body .content-about-2 .box-text-carousel .carousel-about .owl-dots button:hover,
body .content-about-2 .box-text-carousel .carousel-about .owl-dots button.active {
  background: #82b521;
}
body .content-about-2 .about-boxes {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-top: 130px;
  margin-bottom: -200px;
}
body .content-about-2 .about-boxes .item-about-box {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  background: #3b6605;
}
body .content-about-2 .about-boxes .item-about-box .title {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
body .content-about-2 .about-boxes .item-about-box p {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .content-about-2 .about-boxes .item-about-box .icon {
  display: flex;
  margin: -80px auto 20px;
  box-shadow: 0px 1px 2px 0px rgba(12, 191, 84, 0.29), -1px 4px 4px 0px rgba(12, 191, 84, 0.26), -2px 9px 5px 0px rgba(12, 191, 84, 0.15), -4px 15px 6px 0px rgba(12, 191, 84, 0.04), -7px 24px 7px 0px rgba(12, 191, 84, 0.01);
  background: #fff;
  width: 118px;
  height: 108px;
  align-items: center;
  justify-content: center;
}
body .wrap-about-images {
  padding-top: 40px;
  background: url(../image/bg-parceria.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 250px;
  position: relative;
}
body .wrap-about-images .detail-1 {
  position: absolute;
  left: 0;
  top: 0;
}
body .wrap-about-images .detail-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
body .wrap-about-images .container {
  position: relative;
  margin-bottom: -190px;
}
body .wrap-about-images h2 {
  width: 100%;
  text-align: center;
  color: #492b14;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}
body .wrap-about-images p {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #4e463f;
  font-size: 18px;
  line-height: 28px;
}
body .wrap-about-images img {
  float: left;
  width: 100%;
  box-shadow: 4px 8px 18px 0px rgba(0, 0, 0, 0.1), 15px 30px 34px 0px rgba(0, 0, 0, 0.09), 33px 68px 45px 0px rgba(0, 0, 0, 0.05), 59px 121px 54px 0px rgba(0, 0, 0, 0.01), 92px 189px 59px 0px rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 991px) {
  body .content-about-1 h2 {
    font-size: 40px;
  }
  body .content-about-2 .box-logos .into:after {
    display: none;
  }
  body .content-about-2 .box-logos .into {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .content-about-2 .box-logos .into {
    padding: 40px 30px;
  }
  body .content-about-2 .box-logos .title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
  }
  body .content-about-2 .box-logos img {
    margin-bottom: 30px;
  }
  body .content-about-2 .box-logos img:last-of-type {
    margin-bottom: 0;
  }
  body .content-about-2 .box-text-carousel .box-text {
    padding: 45px 20px;
    width: 100%;
  }
  body .content-about-2 .box-logos {
    margin-bottom: 40px;
  }
  body .content-about-2 .about-boxes .item-about-box .icon {
    margin-top: -50px;
  }
  body .content-about-2 .about-boxes .item-about-box {
    height: auto;
    margin-bottom: 85px;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #ae652c;
  width: 100%;
  padding: 10px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body section.barra-fixa-mobile {
  background-color: #ae652c;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #f89500;
  transition: 0.3s all;
}
body section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #ae652c !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll {
    bottom: 120px;
  }
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body .wrap-double-content .block-content .box-text ul li:before {
  content: url("../image/icon-list.svg");
  margin-right: 5px;
}
body section.wrap-title-bg {
  position: relative;
}
body section.wrap-title-bg .container {
  position: relative;
  z-index: 2;
}
body section.wrap-title-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-about .box-image img {
  height: 530px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body section.wrap-double-content .foto {
  height: 470px;
  width: 906px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body section.wrap-double-content .foto {
    height: 250px;
  }
}
@media (max-width: 991px) {
  body section.wrap-double-content .foto {
    width: 100%;
  }
}
body .card-blog .image img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .card-blog.small .image img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-about-2 .box-text-carousel .carousel-about img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-about-images img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .nav-single-2 a img {
  height: 80px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .nav-single-2 a img {
    height: 80px;
  }
}
body .content-representantes .item-representante img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .content-representantes .item-representante img {
    height: 100px;
  }
}
body .content-representantes .carousel-representantes img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body footer {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  body footer {
    margin-bottom: 55px;
  }
}
body section.sample-page {
  padding: 50px 0;
}
body #topo-fixo.fixo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
body .content-about-2 .box-logos .into img {
  width: 150px;
}