@charset "UTF-8";
/* Vars - Centralizadas */

:focus {
  outline: 0;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

.container-full {
  width: 100%;
  min-width: 320px;
}

.break {
  width: 100%;
  float: left;
}

/* Grid
-------------------------------------------------- */
.grid-1 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 8.3333333333%;
}

.grid-2 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 16.6666666667%;
}

.grid-3 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 25%;
}

.grid-4 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 33.3333333333%;
}

.grid-5 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 41.6666666667%;
}

.grid-6 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 50%;
}

.grid-7 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 58.3333333333%;
}

.grid-8 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 66.6666666667%;
}

.grid-9 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 75%;
}

.grid-10 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 83.3333333333%;
}

.grid-11 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 91.6666666667%;
}

.grid-12 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 100%;
}

.grid-6 {
  padding: 20px;
  width: 50%;
}

@media (min-width: 420px) {
  .grid-xs-1 {
    width: 8.3333333333%;
  }
  .grid-xs-2 {
    width: 16.6666666667%;
  }
  .grid-xs-3 {
    width: 25%;
  }
  .grid-xs-4 {
    width: 33.3333333333%;
  }
  .grid-xs-5 {
    width: 41.6666666667%;
  }
  .grid-xs-6 {
    width: 50%;
  }
  .grid-xs-7 {
    width: 58.3333333333%;
  }
  .grid-xs-8 {
    width: 66.6666666667%;
  }
  .grid-xs-9 {
    width: 75%;
  }
  .grid-xs-10 {
    width: 83.3333333333%;
  }
  .grid-xs-11 {
    width: 91.6666666667%;
  }
  .grid-xs-12 {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1224px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
}
/* Push
-------------------------------------------------- */
.push-1 {
  margin-left: 8.3333333333%;
}

.push-2 {
  margin-left: 16.6666666667%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.3333333333%;
}

.push-5 {
  margin-left: 41.6666666667%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.3333333333%;
}

.push-8 {
  margin-left: 66.6666666667%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.3333333333%;
}

.push-11 {
  margin-left: 91.6666666667%;
}

.push-12 {
  margin-left: 100%;
}

@media (min-width: 420px) {
  .push-xs-1 {
    margin-left: 8.3333333333%;
  }
  .push-xs-2 {
    margin-left: 16.6666666667%;
  }
  .push-xs-3 {
    margin-left: 25%;
  }
  .push-xs-4 {
    margin-left: 33.3333333333%;
  }
  .push-xs-5 {
    margin-left: 41.6666666667%;
  }
  .push-xs-6 {
    margin-left: 50%;
  }
  .push-xs-7 {
    margin-left: 58.3333333333%;
  }
  .push-xs-8 {
    margin-left: 66.6666666667%;
  }
  .push-xs-9 {
    margin-left: 75%;
  }
  .push-xs-10 {
    margin-left: 83.3333333333%;
  }
  .push-xs-11 {
    margin-left: 91.6666666667%;
  }
  .push-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 520px) {
  .push-sm-1 {
    margin-left: 8.3333333333%;
  }
  .push-sm-2 {
    margin-left: 16.6666666667%;
  }
  .push-sm-3 {
    margin-left: 25%;
  }
  .push-sm-4 {
    margin-left: 33.3333333333%;
  }
  .push-sm-5 {
    margin-left: 41.6666666667%;
  }
  .push-sm-6 {
    margin-left: 50%;
  }
  .push-sm-7 {
    margin-left: 58.3333333333%;
  }
  .push-sm-8 {
    margin-left: 66.6666666667%;
  }
  .push-sm-9 {
    margin-left: 75%;
  }
  .push-sm-10 {
    margin-left: 83.3333333333%;
  }
  .push-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .push-md-1 {
    margin-left: 8.3333333333%;
  }
  .push-md-2 {
    margin-left: 16.6666666667%;
  }
  .push-md-3 {
    margin-left: 25%;
  }
  .push-md-4 {
    margin-left: 33.3333333333%;
  }
  .push-md-5 {
    margin-left: 41.6666666667%;
  }
  .push-md-6 {
    margin-left: 50%;
  }
  .push-md-7 {
    margin-left: 58.3333333333%;
  }
  .push-md-8 {
    margin-left: 66.6666666667%;
  }
  .push-md-9 {
    margin-left: 75%;
  }
  .push-md-10 {
    margin-left: 83.3333333333%;
  }
  .push-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 920px) {
  .push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .push-lg-3 {
    margin-left: 25%;
  }
  .push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .push-lg-6 {
    margin-left: 50%;
  }
  .push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .push-lg-9 {
    margin-left: 75%;
  }
  .push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1224px) {
  .push-xl-1 {
    margin-left: 8.3333333333%;
  }
  .push-xl-2 {
    margin-left: 16.6666666667%;
  }
  .push-xl-3 {
    margin-left: 25%;
  }
  .push-xl-4 {
    margin-left: 33.3333333333%;
  }
  .push-xl-5 {
    margin-left: 41.6666666667%;
  }
  .push-xl-6 {
    margin-left: 50%;
  }
  .push-xl-7 {
    margin-left: 58.3333333333%;
  }
  .push-xl-8 {
    margin-left: 66.6666666667%;
  }
  .push-xl-9 {
    margin-left: 75%;
  }
  .push-xl-10 {
    margin-left: 83.3333333333%;
  }
  .push-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-12 {
    margin-left: 100%;
  }
}
/* Hide
-------------------------------------------------- */
.hide {
  display: none;
}

@media (max-width: 420px) {
  .hide-xs-less {
    display: none !important;
  }
}
@media (min-width: 420px) {
  .hide-xs-over {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .hide-sm-less {
    display: none !important;
  }
}
@media (min-width: 520px) {
  .hide-sm-over {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hide-md-less {
    display: none !important;
  }
}
@media (min-width: 720px) {
  .hide-md-over {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .hide-lg-less {
    display: none !important;
  }
}
@media (min-width: 920px) {
  .hide-lg-over {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .hide-xl-less {
    display: none !important;
  }
}
@media (min-width: 1224px) {
  .hide-xl-over {
    display: none !important;
  }
}
/* Space
-------------------------------------------------- */
.space-0 {
  width: 100%;
  height: 0px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-120 {
  width: 100%;
  height: 120px;
}

.space-140 {
  width: 100%;
  height: 140px;
}

.space-160 {
  width: 100%;
  height: 160px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

@media (min-width: 420px) {
  .space-xs-0 {
    width: 100%;
    height: 0px;
  }
  .space-xs-10 {
    width: 100%;
    height: 10px;
  }
  .space-xs-20 {
    width: 100%;
    height: 20px;
  }
  .space-xs-30 {
    width: 100%;
    height: 30px;
  }
  .space-xs-40 {
    width: 100%;
    height: 40px;
  }
  .space-xs-60 {
    width: 100%;
    height: 60px;
  }
  .space-xs-80 {
    width: 100%;
    height: 80px;
  }
  .space-xs-120 {
    width: 100%;
    height: 120px;
  }
  .space-xs-140 {
    width: 100%;
    height: 140px;
  }
  .space-xs-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 520px) {
  .space-sm-0 {
    width: 100%;
    height: 0px;
  }
  .space-sm-10 {
    width: 100%;
    height: 10px;
  }
  .space-sm-20 {
    width: 100%;
    height: 20px;
  }
  .space-sm-30 {
    width: 100%;
    height: 30px;
  }
  .space-sm-40 {
    width: 100%;
    height: 40px;
  }
  .space-sm-60 {
    width: 100%;
    height: 60px;
  }
  .space-sm-80 {
    width: 100%;
    height: 80px;
  }
  .space-sm-120 {
    width: 100%;
    height: 120px;
  }
  .space-sm-140 {
    width: 100%;
    height: 140px;
  }
  .space-sm-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 720px) {
  .space-md-0 {
    width: 100%;
    height: 0px;
  }
  .space-md-10 {
    width: 100%;
    height: 10px;
  }
  .space-md-20 {
    width: 100%;
    height: 20px;
  }
  .space-md-30 {
    width: 100%;
    height: 30px;
  }
  .space-md-40 {
    width: 100%;
    height: 40px;
  }
  .space-md-60 {
    width: 100%;
    height: 60px;
  }
  .space-md-80 {
    width: 100%;
    height: 80px;
  }
  .space-md-120 {
    width: 100%;
    height: 120px;
  }
  .space-md-140 {
    width: 100%;
    height: 140px;
  }
  .space-md-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 920px) {
  .space-lg-0 {
    width: 100%;
    height: 0px;
  }
  .space-lg-10 {
    width: 100%;
    height: 10px;
  }
  .space-lg-20 {
    width: 100%;
    height: 20px;
  }
  .space-lg-30 {
    width: 100%;
    height: 30px;
  }
  .space-lg-40 {
    width: 100%;
    height: 40px;
  }
  .space-lg-60 {
    width: 100%;
    height: 60px;
  }
  .space-lg-80 {
    width: 100%;
    height: 80px;
  }
  .space-lg-120 {
    width: 100%;
    height: 120px;
  }
  .space-lg-140 {
    width: 100%;
    height: 140px;
  }
  .space-lg-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 1224px) {
  .space-xl-0 {
    width: 100%;
    height: 0px;
  }
  .space-xl-10 {
    width: 100%;
    height: 10px;
  }
  .space-xl-20 {
    width: 100%;
    height: 20px;
  }
  .space-xl-30 {
    width: 100%;
    height: 30px;
  }
  .space-xl-40 {
    width: 100%;
    height: 40px;
  }
  .space-xl-60 {
    width: 100%;
    height: 60px;
  }
  .space-xl-80 {
    width: 100%;
    height: 80px;
  }
  .space-xl-120 {
    width: 100%;
    height: 120px;
  }
  .space-xl-140 {
    width: 100%;
    height: 140px;
  }
  .space-xl-160 {
    width: 100%;
    height: 160px;
  }
}
/* Float
-------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (max-width: 420px) {
  .float-right-xs-less {
    float: right;
  }
  .float-left-xs-less {
    float: left;
  }
}
@media (min-width: 420px) {
  .float-right-xs-over {
    float: right;
  }
  .float-left-xs-over {
    float: left;
  }
}
@media (max-width: 520px) {
  .float-right-sm-less {
    float: right;
  }
  .float-left-sm-less {
    float: left;
  }
}
@media (min-width: 520px) {
  .float-right-sm-over {
    float: right;
  }
  .float-left-sm-over {
    float: left;
  }
}
@media (max-width: 720px) {
  .float-right-md-less {
    float: right;
  }
  .float-left-md-less {
    float: left;
  }
}
@media (min-width: 720px) {
  .float-right-md-over {
    float: right;
  }
  .float-left-md-over {
    float: left;
  }
}
@media (max-width: 920px) {
  .float-right-lg-less {
    float: right;
  }
  .float-left-lg-less {
    float: left;
  }
}
@media (min-width: 920px) {
  .float-right-lg-over {
    float: right;
  }
  .float-left-lg-over {
    float: left;
  }
}
@media (max-width: 1224px) {
  .float-right-xl-less {
    float: right;
  }
  .float-left-xl-less {
    float: left;
  }
}
@media (min-width: 1224px) {
  .float-right-xl-over {
    float: right;
  }
  .float-left-xl-over {
    float: left;
  }
}
/* Align
-------------------------------------------------- */
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

@media (max-width: 420px) {
  .align-right-xs-less {
    text-align: right;
  }
  .align-left-xs-less {
    text-align: left;
  }
  .align-center-xs-less {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .align-right-xs-over {
    text-align: right;
  }
  .align-left-xs-over {
    text-align: left;
  }
  .align-center-xs-over {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .align-right-sm-less {
    text-align: right;
  }
  .align-left-sm-less {
    text-align: left;
  }
  .align-center-sm-less {
    text-align: center;
  }
}
@media (min-width: 520px) {
  .align-right-sm-over {
    text-align: right;
  }
  .align-left-sm-over {
    text-align: left;
  }
  .align-center-sm-over {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .align-right-md-less {
    text-align: right;
  }
  .align-left-md-less {
    text-align: left;
  }
  .align-center-md-less {
    text-align: center;
  }
}
@media (min-width: 720px) {
  .align-right-md-over {
    text-align: right;
  }
  .align-left-md-over {
    text-align: left;
  }
  .align-center-md-over {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .align-right-lg-less {
    text-align: right;
  }
  .align-left-lg-less {
    text-align: left;
  }
  .align-center-lg-less {
    text-align: center;
  }
}
@media (min-width: 920px) {
  .align-right-lg-over {
    text-align: right;
  }
  .align-left-lg-over {
    text-align: left;
  }
  .align-center-lg-over {
    text-align: center;
  }
}
@media (max-width: 1224px) {
  .align-right-xl-less {
    text-align: right;
  }
  .align-left-xl-less {
    text-align: left;
  }
  .align-center-xl-less {
    text-align: center;
  }
}
@media (min-width: 1224px) {
  .align-right-xl-over {
    text-align: right;
  }
  .align-left-xl-over {
    text-align: left;
  }
  .align-center-xl-over {
    text-align: center;
  }
}
/* Padding
-------------------------------------------------- */
.padding-half {
  padding: 10px;
}
.padding-half-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-half-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-half-right {
  padding-right: 10px;
}
.padding-half-left {
  padding-left: 10px;
}
.padding-half-top {
  padding-top: 10px;
}
.padding-half-bottom {
  padding-bottom: 10px;
}

.no-padding {
  padding: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

/* Extras
-------------------------------------------------- */
.click {
  cursor: pointer;
}

/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Bold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Light.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Vars
-------------------------------------------------- */
/* Default
-------------------------------------------------- */
body {
  font-family: "Galano Grotesque", sans-serif;
  font-size: 16px;
  color: #1E2126;
  background-color: #ffffff;
}

/* Form
-------------------------------------------------- */
.form-field {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border-radius: 6px;
  color: #1E2126;
  border: 1px #D9D9D9 solid;
  background-color: transparent;
}
textarea.form-field {
  height: 120px;
  padding: 10px;
}

.form-field::placeholder {
  color: #D9D9D9;
}
.form-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.form-label-dynamic .form-label {
  pointer-events: none;
  position: absolute;
  transform: translateY(18px);
  z-index: 2;
  transition: all 0.2s;
}
.form-label-dynamic .form-label.active {
  transform: translatey(0);
  font-size: 12px;
}
.form-check {
  display: inline-block;
  font-weight: 300;
}
.form-check .wpcf7-list-item {
  margin: 10px 30px 0 0 !important;
}

/* Button
-------------------------------------------------- */
.button {
  height: 42px;
  padding: 0 40px;
  border-radius: 6px;
  background-color: #FFDD00;
  color: #000;
  font-family: "Galano Grotesque", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  gap: 20px;
}
.button svg {
  height: 10px;
}
.button svg path {
  transition: all 0.3s;
}
.button-full {
  width: 100%;
}
.button-lg {
  height: 60px;
  font-size: 18px;
}
.button-lg svg {
  height: 20px;
}
.button-green {
  background-color: #7AA752;
  color: #fff;
}
.button-black {
  background-color: #1E2126;
  color: #fff;
}
.button-grey {
  background-color: #EFEFEF;
  color: #4A4F55;
}
.button-white {
  background-color: #fff;
  color: #7AA752;
}
.button-white svg path {
  fill: #7AA752;
}
.button:hover {
  filter: brightness(1.2);
}

/* Image
-------------------------------------------------- */
.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-full {
  width: 100%;
  height: auto;
  display: block;
}
.image-center {
  margin: 0 auto;
  display: block;
}

/* Table
-------------------------------------------------- */
.table {
  width: 100%;
}
.table tr {
  border: 1px #ddd solid;
}
.table td,
.table th {
  padding: 10px;
}

/* Pagination
-------------------------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  transition: all 0.3s;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #7AA752;
  border-color: #7AA752;
}
.pagination .page-numbers.dots {
  border: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}

/* Map
-------------------------------------------------- */
.map {
  width: 100%;
  height: 560px;
  display: block;
  filter: grayscale(1);
  border-radius: 10px;
}

::-moz-selection {
  background-color: #7AA752;
  color: #FFF;
}

/* Responsive Emped
-------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Height Align
-------------------------------------------------- */
.height-align {
  display: flex;
  flex-wrap: wrap;
}
.height-align .slick-track {
  display: flex !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.height-align .slick-slide {
  height: inherit !important;
}
.height-align-item {
  display: flex;
}
.height-align-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.height-align-content-top {
  flex: 1 0 auto;
}

/* Extras
-------------------------------------------------- */
.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.relative {
  position: relative;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 920px) {
  .invert-blocks {
    display: flex;
  }
  .invert-blocks div:first-child {
    order: 2;
  }
  .invert-blocks div:last-child {
    order: 1;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 12px;
  color: #C7C7C7;
}
.breadcrumb li:last-child a, .breadcrumb li:last-child span {
  color: #1E2126;
}
.breadcrumb li:not(:last-child)::after {
  content: "-";
  padding-right: 3px;
}

/* Animate Down
-------------------------------------------------- */
@keyframes animate-down {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    transform: none;
  }
}
.animate-down {
  animation-name: animate-down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Up
-------------------------------------------------- */
@keyframes animate-up {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: none;
  }
}
.animate-up {
  animation-name: animate-up;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Right
-------------------------------------------------- */
@keyframes animate-right {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-right {
  animation-name: animate-right;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Left
-------------------------------------------------- */
@keyframes animate-left {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-left {
  animation-name: animate-left;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Show
-------------------------------------------------- */
@keyframes animate-show {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-show {
  animation-name: animate-show;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Open
-------------------------------------------------- */
@keyframes animate-open {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-open {
  animation-name: animate-open;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Shake
-------------------------------------------------- */
@keyframes animate-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate-shake {
  animation-name: animate-shake;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Rotate
-------------------------------------------------- */
@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-rotate {
  animation-name: animate-rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Animate Arrpw
-------------------------------------------------- */
@keyframes animate-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0);
  }
}
.animate-arrow {
  animation-name: animate-arrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Home
-------------------------------------------------- */
.slide-home {
  /* dots */
  /* arrow */
}
.slide-home .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  height: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.slide-home .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.slide-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
}
.slide-home .slick-dots li button:hover, .slide-home .slick-dots li button:focus {
  opacity: 1;
}
.slide-home .slick-dots li.slick-active button {
  opacity: 1;
}
.slide-home .slide-arrow {
  width: 20px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 22px);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .slide-home .slide-arrow {
    display: none !important;
  }
}
.slide-home .slide-arrow svg {
  width: 20px;
  height: 30px;
  fill: #333;
}
.slide-home .slide-arrow-next {
  right: -20px;
}
.slide-home .slide-arrow-prev {
  left: -20px;
}

.slide-stakeholders .slick-arrow {
  background: #1E2126;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 2px solid #434343;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}

.slide-stakeholders .slick-arrow svg path {
  fill: #ffffff !important;
  transition: fill 0.2s, filter 0.2s;
}
.slide-stakeholders .slick-arrow:hover, .slide-stakeholders .slick-arrow:focus {
  transform: scale(1.08) translateY(-50%);
}
.slide-stakeholders .slick-arrow:hover svg path, .slide-stakeholders .slick-arrow:focus svg path {
  fill: #ffffff !important;
  filter: drop-shadow(0 0 2px #1E2126);
}
.slide-stakeholders .slick-arrow:active {
  transform: scale(0.97) translateY(-50%);
}
.slide-stakeholders .slick-arrow:focus {
  outline-offset: 2px;
}
.slide-stakeholders .slick-arrow-prev {
  left: -70px;
}
@media (max-width: 1340px) {
  .slide-stakeholders .slick-arrow-prev {
    left: 0;
  }
}
.slide-stakeholders .slick-arrow-next {
  right: -70px;
}
@media (max-width: 1340px) {
  .slide-stakeholders .slick-arrow-next {
    right: 0;
  }
}
.slide-stakeholders .slick-dots {
  margin-top: 30px;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.slide-stakeholders .slick-dots li {
  display: inline-block !important;
}
.slide-stakeholders .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #BECD97;
  background: #1E2126;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  font-size: 0;
  padding: 0;
  margin: 0 4px;
}
.slide-stakeholders .slick-dots li button:focus {
  outline: 2px solid #1E2126;
  outline-offset: 2px;
}
.slide-stakeholders .slick-dots li.slick-active button, .slide-stakeholders .slick-dots li:hover button,
.slide-stakeholders .slick-dots li button:hover {
  background: #7AA752 !important;
  border-color: #7AA752 !important;
  transform: scale(1.15);
}

.slide-home-products .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slide-home-products .slick-arrow-prev {
  left: -60px;
}
@media (max-width: 1340px) {
  .slide-home-products .slick-arrow-prev {
    left: 0;
  }
}
.slide-home-products .slick-arrow-next {
  right: -60px;
}
@media (max-width: 1340px) {
  .slide-home-products .slick-arrow-next {
    right: 0;
  }
}

.slide-clients .slick-dots {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.slide-clients .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  font-size: 0;
  transition: background-color 0.3s;
}
.slide-clients .slick-dots li:hover button, .slide-clients .slick-dots li.slick-active button {
  background-color: #1E2126;
  border-color: #1E2126;
}

@media (max-width: 750px) {
  .slide-stakeholders {
    position: relative;
  }
  .slide-stakeholders .slick-arrow {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    z-index: 9999 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    background: #1E2126;
    border: 2px solid #A2A7B0;
  }
  .slide-stakeholders .slick-arrow svg, .slide-stakeholders .slick-arrow svg path {
    fill: #fff !important;
  }
  .slide-stakeholders .slick-arrow-prev {
    left: 10px !important;
    right: auto !important;
  }
  .slide-stakeholders .slick-arrow-next {
    right: 10px !important;
    left: auto !important;
  }
}
/* Contact Form 7
-------------------------------------------------- */
.wpcf7-not-valid {
  border: 1px #e90000 solid !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #e90000;
  border-radius: 4px;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #0ca400;
  border-radius: 4px;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px 0;
}

.grecaptcha-badge {
  opacity: 0;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* Post
-------------------------------------------------- */
.editor-content {
  font-size: 16px;
  line-height: 22px;
  color: #4A4F55;
}
.editor-content > * + * {
  margin-top: 20px;
}
.editor-content > * + h2, .editor-content > * + h3, .editor-content > * + h4, .editor-content > * + h5, .editor-content > * + h6 {
  margin-top: 40px;
}
.editor-content a {
  text-decoration: underline;
}
.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
}
.editor-content img.aligncenter {
  margin: 0 auto;
}

/* Cookie Consent
-------------------------------------------------- */
.termsfeed-com---palette-light.termsfeed-com---nb {
  max-width: 100%;
  background-color: #fff !important;
  font-family: "Galano Grotesque", sans-serif !important;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 1225px) {
  .termsfeed-com---palette-light.termsfeed-com---nb {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-main-container {
  padding: 20px 40px !important;
  color: #000 !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  font-family: "Galano Grotesque", sans-serif !important;
  font-weight: 400 !important;
  height: 36px !important;
  border-radius: 18px !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  transition: all 0.2s;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject {
  border: 1px #0153FF solid !important;
  background-color: #0153FF !important;
  color: #fff !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree:hover, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject:hover {
  background-color: #fff !important;
  color: #0153FF !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  background-color: #fff !important;
  border: 1px #D8D8D8 solid;
  color: #000 !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep:hover {
  border-color: #0153FF !important;
  color: #0153FF !important;
}

:focus {
  outline: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}

@media (min-width: 420px) {
  .container {
    width: 400px;
  }
}
@media (min-width: 520px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 920px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.home-top {
  position: relative;
  text-align: center;
  height: 95vh;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.home-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.45));
  z-index: 2;
  pointer-events: none;
}
.home-top .container {
  position: relative;
  z-index: 3;
}

.break {
  width: 100%;
  float: left;
}

.grid-1 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 8.33333%;
}

.grid-2 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 16.66667%;
}

.grid-3 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 25%;
}

.grid-4 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 33.33333%;
}

.grid-5 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 41.66667%;
}

.grid-6 {
  float: left;
  padding: 15px;
  width: 100%;
  width: 50%;
}

.grid-7 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 58.33333%;
}

.grid-8 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 66.66667%;
}

.grid-9 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 75%;
}

.grid-10 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 83.33333%;
}

.grid-11 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 91.66667%;
}

.grid-12 {
  float: left;
}

@media (min-width: 420px) {
  .grid-xs-1 {
    width: 8.33333%;
  }
  .grid-xs-2 {
    width: 16.66667%;
  }
  .grid-xs-3 {
    width: 25%;
  }
  .grid-xs-4 {
    width: 33.33333%;
  }
  .grid-xs-5 {
    width: 41.66667%;
  }
  .grid-xs-6 {
    width: 50%;
  }
  .grid-xs-7 {
    width: 58.33333%;
  }
  .grid-xs-8 {
    width: 66.66667%;
  }
  .grid-xs-9 {
    width: 75%;
  }
  .grid-xs-10 {
    width: 83.33333%;
  }
  .grid-xs-11 {
    width: 91.66667%;
  }
  .grid-xs-12 {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .grid-sm-1 {
    width: 8.33333%;
  }
  .grid-sm-2 {
    width: 16.66667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.33333%;
  }
  .grid-sm-5 {
    width: 41.66667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.33333%;
  }
  .grid-sm-8 {
    width: 66.66667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.33333%;
  }
  .grid-sm-11 {
    width: 91.66667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .grid-md-1 {
    width: 8.33333%;
  }
  .grid-md-2 {
    width: 16.66667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.33333%;
  }
  .grid-md-5 {
    width: 41.66667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.33333%;
  }
  .grid-md-8 {
    width: 66.66667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.33333%;
  }
  .grid-md-11 {
    width: 91.66667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .grid-lg-1 {
    width: 8.33333%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.33333%;
  }
  .grid-lg-5 {
    width: 41.66667%;
  }
  .grid-lg-6 {
    width: 50%;
    float: left;
  }
  .grid-lg-7 {
    width: 58.33333%;
  }
  .grid-lg-8 {
    width: 66.66667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.33333%;
  }
  .grid-lg-11 {
    width: 91.66667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .grid-xl-1 {
    width: 8.33333%;
  }
  .grid-xl-2 {
    width: 16.66667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.33333%;
  }
  .grid-xl-5 {
    width: 41.66667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.33333%;
  }
  .grid-xl-8 {
    width: 66.66667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.33333%;
  }
  .grid-xl-11 {
    width: 91.66667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
}
.push-1 {
  margin-left: 8%;
}

.push-2 {
  margin-left: 16.66667%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.33333%;
}

.push-5 {
  margin-left: 41.66667%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.33333%;
}

.push-8 {
  margin-left: 66.66667%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.33333%;
}

.push-11 {
  margin-left: 91.66667%;
}

.push-12 {
  margin-left: 100%;
}

@media (min-width: 420px) {
  .push-xs-1 {
    margin-left: 8.33333%;
  }
  .push-xs-2 {
    margin-left: 16.66667%;
  }
  .push-xs-3 {
    margin-left: 25%;
  }
  .push-xs-4 {
    margin-left: 33.33333%;
  }
  .push-xs-5 {
    margin-left: 41.66667%;
  }
  .push-xs-6 {
    margin-left: 50%;
  }
  .push-xs-7 {
    margin-left: 58.33333%;
  }
  .push-xs-8 {
    margin-left: 66.66667%;
  }
  .push-xs-9 {
    margin-left: 75%;
  }
  .push-xs-10 {
    margin-left: 83.33333%;
  }
  .push-xs-11 {
    margin-left: 91.66667%;
  }
  .push-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 520px) {
  .push-sm-1 {
    margin-left: 8.33333%;
  }
  .push-sm-2 {
    margin-left: 16.66667%;
  }
  .push-sm-3 {
    margin-left: 25%;
  }
  .push-sm-4 {
    margin-left: 33.33333%;
  }
  .push-sm-5 {
    margin-left: 41.66667%;
  }
  .push-sm-6 {
    margin-left: 50%;
  }
  .push-sm-7 {
    margin-left: 58.33333%;
  }
  .push-sm-8 {
    margin-left: 66.66667%;
  }
  .push-sm-9 {
    margin-left: 75%;
  }
  .push-sm-10 {
    margin-left: 83.33333%;
  }
  .push-sm-11 {
    margin-left: 91.66667%;
  }
  .push-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .push-md-1 {
    margin-left: 8.33333%;
  }
  .push-md-2 {
    margin-left: 16.66667%;
  }
  .push-md-3 {
    margin-left: 25%;
  }
  .push-md-4 {
    margin-left: 33.33333%;
  }
  .push-md-5 {
    margin-left: 41.66667%;
  }
  .push-md-6 {
    margin-left: 50%;
  }
  .push-md-7 {
    margin-left: 58.33333%;
  }
  .push-md-8 {
    margin-left: 66.66667%;
  }
  .push-md-9 {
    margin-left: 75%;
  }
  .push-md-10 {
    margin-left: 83.33333%;
  }
  .push-md-11 {
    margin-left: 91.66667%;
  }
  .push-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 920px) {
  .push-lg-3 {
    margin-left: 25%;
  }
  .push-lg-4 {
    margin-left: 33.33333%;
  }
  .push-lg-5 {
    margin-left: 41.66667%;
  }
  .push-lg-6 {
    margin-left: 50%;
  }
  .push-lg-7 {
    margin-left: 58.33333%;
  }
  .push-lg-8 {
    margin-left: 66.66667%;
  }
  .push-lg-9 {
    margin-left: 75%;
  }
  .push-lg-10 {
    margin-left: 83.33333%;
  }
  .push-lg-11 {
    margin-left: 91.66667%;
  }
  .push-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1220px) {
  .push-xl-1 {
    margin-left: 8.33333%;
  }
  .push-xl-2 {
    margin-left: 16.66667%;
  }
  .push-xl-3 {
    margin-left: 25%;
  }
  .push-xl-4 {
    margin-left: 33.33333%;
  }
  .push-xl-5 {
    margin-left: 41.66667%;
  }
  .push-xl-6 {
    margin-left: 50%;
  }
  .push-xl-7 {
    margin-left: 58.33333%;
  }
  .push-xl-8 {
    margin-left: 66.66667%;
  }
  .push-xl-9 {
    margin-left: 75%;
  }
  .push-xl-10 {
    margin-left: 83.33333%;
  }
  .push-xl-11 {
    margin-left: 91.66667%;
  }
  .push-xl-12 {
    margin-left: 100%;
  }
}
.hide {
  display: none;
}

@media (max-width: 420px) {
  .hide-xs-less {
    display: none !important;
  }
}
@media (min-width: 420px) {
  .hide-xs-over {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .hide-sm-less {
    display: none !important;
  }
}
@media (min-width: 520px) {
  .hide-sm-over {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hide-md-less {
    display: none !important;
  }
}
@media (min-width: 720px) {
  .hide-md-over {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .hide-lg-less {
    display: none !important;
  }
}
@media (min-width: 920px) {
  .hide-lg-over {
    display: none !important;
  }
}
@media (max-width: 1220px) {
  .hide-xl-less {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hide-xl-over {
    display: none !important;
  }
}
.space-0 {
  width: 100%;
  height: 0px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-80 {
  width: 100%;
  height: 100px;
}

.space-120 {
  width: 100%;
  height: 120px;
}

.space-140 {
  width: 100%;
  height: 140px;
}

.space-160 {
  width: 100%;
  height: 160px;
}

@media (min-width: 420px) {
  .space-xs-0 {
    width: 100%;
    height: 0px;
  }
  .space-xs-10 {
    width: 100%;
    height: 10px;
  }
  .space-xs-20 {
    width: 100%;
    height: 20px;
  }
  .space-xs-30 {
    width: 100%;
    height: 30px;
  }
  .space-xs-40 {
    width: 100%;
    height: 40px;
  }
  .space-xs-60 {
    width: 100%;
    height: 60px;
  }
  .space-xs-80 {
    width: 100%;
    height: 80px;
  }
  .space-xs-120 {
    width: 100%;
    height: 120px;
  }
  .space-xs-140 {
    width: 100%;
    height: 140px;
  }
  .space-xs-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 520px) {
  .space-sm-0 {
    width: 100%;
    height: 0px;
  }
  .space-sm-10 {
    width: 100%;
    height: 10px;
  }
  .space-sm-20 {
    width: 100%;
    height: 20px;
  }
  .space-sm-30 {
    width: 100%;
    height: 30px;
  }
  .space-sm-40 {
    width: 100%;
    height: 40px;
  }
  .space-sm-60 {
    width: 100%;
    height: 60px;
  }
  .space-sm-80 {
    width: 100%;
    height: 80px;
  }
  .space-sm-120 {
    width: 100%;
    height: 120px;
  }
  .space-sm-140 {
    width: 100%;
    height: 140px;
  }
  .space-sm-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 720px) {
  .space-md-0 {
    width: 100%;
    height: 0px;
  }
  .space-md-10 {
    width: 100%;
    height: 10px;
  }
  .space-md-20 {
    width: 100%;
    height: 20px;
  }
  .space-md-30 {
    width: 100%;
    height: 30px;
  }
  .space-md-40 {
    width: 100%;
    height: 40px;
  }
  .space-md-60 {
    width: 100%;
    height: 60px;
  }
  .space-md-80 {
    width: 100%;
    height: 80px;
  }
  .space-md-120 {
    width: 100%;
    height: 120px;
  }
  .space-md-140 {
    width: 100%;
    height: 140px;
  }
  .space-md-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 920px) {
  .space-lg-0 {
    width: 100%;
    height: 0px;
  }
  .space-lg-10 {
    width: 100%;
    height: 10px;
  }
  .space-lg-20 {
    width: 100%;
    height: 20px;
  }
  .space-lg-30 {
    width: 100%;
    height: 30px;
  }
  .space-lg-40 {
    width: 100%;
    height: 40px;
  }
  .space-lg-60 {
    width: 100%;
    height: 60px;
  }
  .space-lg-80 {
    width: 100%;
    height: 80px;
  }
  .space-lg-120 {
    width: 100%;
    height: 120px;
  }
  .space-lg-140 {
    width: 100%;
    height: 140px;
  }
  .space-lg-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 1220px) {
  .space-xl-0 {
    width: 100%;
    height: 0px;
  }
  .space-xl-10 {
    width: 100%;
    height: 10px;
  }
  .space-xl-20 {
    width: 100%;
    height: 20px;
  }
  .space-xl-30 {
    width: 100%;
    height: 30px;
  }
  .space-xl-40 {
    width: 100%;
    height: 40px;
  }
  .space-xl-60 {
    width: 100%;
    height: 60px;
  }
  .space-xl-80 {
    width: 100%;
    height: 80px;
  }
  .space-xl-120 {
    width: 100%;
    height: 120px;
  }
  .space-xl-140 {
    width: 100%;
    height: 140px;
  }
  .space-xl-160 {
    width: 100%;
    height: 160px;
  }
}
.float-left {
  float: left;
}

@media (max-width: 420px) {
  .float-right-xs-less {
    float: right;
  }
  .float-left-xs-less {
    float: left;
  }
}
@media (min-width: 420px) {
  .float-right-xs-over {
    float: right;
  }
  .float-left-xs-over {
    float: left;
  }
}
@media (max-width: 520px) {
  .float-right-sm-less {
    float: right;
  }
  .float-left-sm-less {
    float: left;
  }
}
@media (min-width: 520px) {
  .float-right-sm-over {
    float: right;
  }
  .float-left-sm-over {
    float: left;
  }
}
@media (max-width: 720px) {
  .float-right-md-less {
    float: right;
  }
  .float-left-md-less {
    float: left;
  }
}
@media (min-width: 720px) {
  .float-right-md-over {
    float: right;
  }
  .float-left-md-over {
    float: left;
  }
}
@media (max-width: 920px) {
  .float-right-lg-less {
    float: right;
  }
  .float-left-lg-less {
    float: left;
  }
}
@media (min-width: 920px) {
  .float-right-lg-over {
    float: right;
  }
  .float-left-lg-over {
    float: left;
  }
}
@media (max-width: 1220px) {
  .float-right-xl-less {
    float: right;
  }
  .float-left-xl-less {
    float: left;
  }
}
@media (min-width: 1220px) {
  .float-right-xl-over {
    float: right;
  }
  .float-left-xl-over {
    float: left;
  }
}
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: right;
}

@media (max-width: 420px) {
  .align-right-xs-less {
    text-align: right;
  }
  .align-left-xs-less {
    text-align: left;
  }
  .align-center-xs-less {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .align-right-xs-over {
    text-align: right;
  }
  .align-left-xs-over {
    text-align: left;
  }
  .align-center-xs-over {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .align-right-sm-less {
    text-align: right;
  }
  .align-left-sm-less {
    text-align: left;
  }
  .align-center-sm-less {
    text-align: center;
  }
}
@media (min-width: 520px) {
  .align-right-sm-over {
    text-align: right;
  }
  .align-left-sm-over {
    text-align: left;
  }
  .align-center-sm-over {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .align-right-md-less {
    text-align: right;
  }
  .align-left-md-less {
    text-align: left;
  }
  .align-center-md-less {
    text-align: center;
  }
}
@media (min-width: 720px) {
  .align-right-md-over {
    text-align: right;
  }
  .align-left-md-over {
    text-align: left;
  }
  .align-center-md-over {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .align-right-lg-less {
    text-align: right;
  }
  .align-left-lg-less {
    text-align: left;
  }
  .align-center-lg-less {
    text-align: center;
  }
}
@media (min-width: 920px) {
  .align-right-lg-over {
    text-align: right;
  }
  .align-left-lg-over {
    text-align: left;
  }
  .align-center-lg-over {
    text-align: center;
  }
}
@media (max-width: 1220px) {
  .align-right-xl-less {
    text-align: right;
  }
  .align-left-xl-less {
    text-align: left;
  }
  .align-center-xl-less {
    text-align: center;
  }
}
@media (min-width: 1220px) {
  .align-right-xl-over {
    text-align: right;
  }
  .align-left-xl-over {
    text-align: left;
  }
  .align-center-xl-over {
    text-align: center;
  }
}
.padding-half-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-half-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-half-right {
  padding-right: 10px;
}

.padding-half-left {
  padding-left: 10px;
}

.padding-half-top {
  padding-top: 10px;
}

.padding-half-bottom {
  padding-bottom: 10px;
}

.no-padding {
  padding: 0;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.click {
  cursor: pointer;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Bold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/GalanoGrotesque-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galano Grotesque";
  src: url("../fonts/GalanoGrotesque-Light.woff2") format("woff2"), url("../fonts/GalanoGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.form-field {
  width: 80%;
  height: 42px;
  padding: 0 10px;
  border-radius: 6px;
  color: #1e2126;
  border: 1px #d9d9d9 solid;
  background-color: transparent;
}

textarea.form-field {
  height: 120px;
  padding: 10px;
}

.form-field::placeholder {
  color: #d9d9d9;
}

.form-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.form-label-dynamic .form-label {
  pointer-events: none;
  position: absolute;
  transform: translateY(18px);
  z-index: 2;
  transition: all 0.2s;
}

.form-label-dynamic .form-label.active {
  transform: translatey(0);
  font-size: 12px;
}

.form-check {
  display: inline-block;
  font-weight: 300;
}

.form-check .wpcf7-list-item {
  margin: 10px 30px 0 0 !important;
}

.button {
  height: 42px;
  padding: 0 30px;
  border-radius: 6px;
  background-color: #ffdd00;
  color: #000;
  font-family: "Galano Grotesque", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  gap: 20px;
}

.button svg {
  height: 10px;
}

.button svg path {
  transition: all 0.3s;
}

.button-full {
  width: 100%;
}

.button-lg {
  height: 60px;
  font-size: 18px;
}

.button-lg svg {
  height: 20px;
}

.button-green {
  border-radius: 60px;
  background-color: #7aa752;
  color: #fff;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(122, 167, 82, 0.25);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 18px;
}
.button-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.button-green::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  pointer-events: none;
}
.button-green:hover {
  background-color: #7aa752;
  border-color: rgba(255, 255, 255, 0.3);
}
.button-green:hover::before {
  left: 100%;
}
.button-green:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(122, 167, 82, 0.3);
}
.button-green:focus {
  outline: none;
  box-shadow: 0 4px 12px rgba(122, 167, 82, 0.25), 0 0 0 3px rgba(122, 167, 82, 0.3);
}

.button-black {
  border-radius: 60px;
  background-color: #1e2126;
  color: #fff;
}

.button-grey {
  background-color: #efefef;
  color: #4a4f55;
}

.button-white {
  border-radius: 60px;
  background-color: #fff;
  color: #7aa752;
}

.button-white svg path {
  fill: #7aa752;
}

.button:hover {
  filter: brightness(1.2);
}

.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 20px;
}

.image-full {
  width: 100%;
  height: auto;
  display: block;
}

.image-center {
  margin: 0 auto;
  display: block;
}

.table {
  width: 100%;
}

.table tr {
  border: 1px #ddd solid;
}

.table td,
.table th {
  padding: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  transition: all 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  color: #7aa752;
  border-color: #7aa752;
}

.pagination .page-numbers.dots {
  border: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  border: none;
}

.map {
  width: 100%;
  height: 560px;
  display: block;
  filter: grayscale(1);
  border-radius: 10px;
}

::-moz-selection {
  background-color: #7aa752;
  color: #fff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.height-align {
  display: flex;
  flex-wrap: wrap;
}

.height-align .slick-track {
  display: flex !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.height-align .slick-slide {
  height: inherit !important;
}

.height-align-item {
  display: flex;
}

.height-align-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.height-align-content-top {
  flex: 1 0 auto;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.relative {
  position: relative;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 920px) {
  .invert-blocks {
    display: flex;
  }
  .invert-blocks div:first-child {
    order: 2;
  }
  .invert-blocks div:last-child {
    order: 1;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li {
  font-size: 12px;
  color: #c7c7c7;
}

.breadcrumb li:last-child a,
.breadcrumb li:last-child span {
  color: #1e2126;
}

.breadcrumb li:not(:last-child)::after {
  content: "-";
  padding-right: 3px;
}

@keyframes animate-down {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    transform: none;
  }
}
.animate-down {
  animation-name: animate-down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-up {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: none;
  }
}
.animate-up {
  animation-name: animate-up;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-right {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-right {
  animation-name: animate-right;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-left {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-left {
  animation-name: animate-left;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-show {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-show {
  animation-name: animate-show;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-open {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-open {
  animation-name: animate-open;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate-shake {
  animation-name: animate-shake;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-rotate {
  animation-name: animate-rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes animate-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0);
  }
}
.animate-arrow {
  animation-name: animate-arrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.slide-home .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  height: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.slide-home .slick-dots li {
  display: inline-block;
  cursor: pointer;
}

.slide-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
}

.slide-home .slick-dots li button:hover,
.slide-home .slick-dots li button:focus {
  opacity: 1;
}

.slide-home .slick-dots li.slick-active button {
  opacity: 1;
}

.slide-home .slide-arrow {
  width: 20px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 22px);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
}

@media (max-width: 750px) {
  .slide-home .slide-arrow {
    display: none !important;
  }
}
.slide-home .slide-arrow svg {
  width: 20px;
  height: 30px;
  fill: #333;
}

.slide-home .slide-arrow-next {
  right: -20px;
}

.slide-home .slide-arrow-prev {
  left: -20px;
}

.slide-stakeholders .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.slide-stakeholders .slick-arrow-prev {
  left: -60px;
}

@media (max-width: 1340px) {
  .slide-stakeholders .slick-arrow-prev {
    left: 0;
  }
}
.slide-stakeholders .slick-arrow-next {
  right: -60px;
}

@media (max-width: 1340px) {
  .slide-stakeholders .slick-arrow-next {
    right: 0;
  }
}
.slide-stakeholders .slick-dots {
  width: 100%;
  position: absolute;
  bottom: -70px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slide-stakeholders .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #787575;
  border-radius: 50%;
  font-size: 0;
  transition: background-color 0.3s;
}

.slide-stakeholders .slick-dots li:hover button,
.slide-stakeholders .slick-dots li.slick-active button {
  background-color: #787575;
}

.slide-home-products .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.slide-home-products .slick-arrow-prev {
  left: -60px;
}

@media (max-width: 1340px) {
  .slide-home-products .slick-arrow-prev {
    left: 0;
  }
}
.slide-home-products .slick-arrow-next {
  right: -60px;
}

@media (max-width: 1340px) {
  .slide-home-products .slick-arrow-next {
    right: 0;
  }
}
.slide-clients .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  font-size: 0;
  transition: background-color 0.3s;
}

.slide-clients .slick-dots li:hover button,
.slide-clients .slick-dots li.slick-active button {
  background-color: #becd97;
  border-color: #becd97;
}

.bg-green-1 {
  background-color: #7aa752;
  color: #fff;
}

.bg-green-2 {
  background-color: #becd97;
  color: #fff;
}

.bg-black-1 {
  background-color: #1e2126;
  color: #fff;
}

.bg-black-1 .breadcrumb li {
  color: #525252;
}

.bg-black-1 .breadcrumb li:last-child a,
.bg-black-1 .breadcrumb li:last-child span {
  color: #fff;
}

.bg-black-1 .section-title span {
  color: #fff;
}

.bg-black-1 .section-title-2 {
  color: #becd97;
}

.bg-black-1 .section-title-2::before,
.bg-black-1 .section-title-2::after {
  background-color: #7aa752;
}

.bg-black-2 {
  background-color: #292e35;
  color: #fff;
}

.bg-black-3 {
  background-color: #30353d;
  color: #fff;
}

.bg-black-4 {
  background-color: #4a4f55;
  color: #fff;
}

.bg-grey-1 {
  background-color: #a2a7b0;
}

.bg-grey-2 {
  background-color: #e9f1ee;
}

.bg-white-1 {
  background-color: #f0f0f0;
}

.bg-white-2 {
  background-color: #f1f1f1;
}

.bg-white-3 {
  background-color: #f3f3f3;
}

.color-green-1 {
  color: #7aa752;
}

.header-logo svg path {
  transition: fill 0.3s;
}

.header-logo:hover svg path {
  fill: #BAD042;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  font-weight: 500;
  font-size: 14px;
  justify-content: space-between;
}

.header-nav > li > a {
  transition: color 0.3s;
}

.header-nav > li > a:hover {
  color: #becd97;
}

.header-nav-sub-pages span,
.header-nav-sub-categories span {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}

.header-nav-sub-pages span svg,
.header-nav-sub-categories span svg {
  transition: transform 0.3s;
}

.header-nav-sub-categories ul {
  top: 82px;
}

.header-nav-sub-pages:hover,
.header-nav-sub-categories:hover {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.header-nav-sub-pages:hover > span,
.header-nav-sub-categories:hover > span {
  color: #becd97;
}

.header-nav-sub-pages:hover > span svg,
.header-nav-sub-categories:hover > span svg {
  transform: rotateZ(180deg);
}

.header-nav-sub-pages:hover > ul,
.header-nav-sub-categories:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header-nav-sub-pages ul > li > a {
  transition: color 0.3s;
}

.header-nav-sub-pages ul > li > a:hover {
  color: #d9d9d9;
}

.header-nav-sub-categories ul {
  gap: 60px;
  padding: 40px 20px;
  background-color: #fff;
  overflow-y: hidden;
}

.header-nav-sub-categories ul a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.header-nav-sub-categories ul a img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.header-nav-sub-categories ul a span {
  color: #4a4f55;
  transition: color 0.3s;
}

.header-nav-sub-categories ul a:hover span {
  color: #7aa752;
}

.header-button {
  font-family: "Galano Grotesque", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: 1.5px solid #7aa752;
  border-radius: 6px;
  color: #7aa752;
  width: 152px;
  height: 38px;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(122, 167, 82, 0.15);
}

.header-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.header-button:hover::before {
  left: 100%;
}

.header-button:hover {
  background: #7aa752;
  color: #fff;
  border-color: #7aa752;
  box-shadow: 0 4px 16px rgba(122, 167, 82, 0.3);
  transform: translateY(-1px);
}

.header-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(122, 167, 82, 0.2);
}

.header-button:hover {
  background: #7aa752;
  color: #fff;
}

.header-toggle-menu {
  position: relative;
  margin-left: 4px;
  width: 20px;
  height: 20px;
  display: block;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 1001;
}

.header-toggle-menu::before,
.header-toggle-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #7aa752;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

.header-toggle-menu::before {
  transform: translate(-50%, calc(-50% - 6px));
}

.header-toggle-menu::after {
  transform: translate(-50%, calc(-50% + 6px));
}

/* Linha do meio */
.header-toggle-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #7aa752;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Estado ativo - transformação em X */
.header-toggle-menu.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-toggle-menu.active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-toggle-menu.active span {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

/* Efeito hover */
.header-toggle-menu:hover::before,
.header-toggle-menu:hover::after,
.header-toggle-menu:hover span {
  background-color: #becd97;
}

/* Animação de pulso ao clicar */
.header-toggle-menu:active {
  transform: scale(0.95);
}

/* Efeito de brilho sutil */
.header-toggle-menu::before,
.header-toggle-menu::after,
.header-toggle-menu span {
  box-shadow: 0 0 0 rgba(122, 167, 82, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}

.header-toggle-menu:hover::before,
.header-toggle-menu:hover::after,
.header-toggle-menu:hover span {
  box-shadow: 0 0 8px rgba(122, 167, 82, 0.4);
}

.header-menu {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.header-menu-content {
  padding: 20px 20px 30px 30px;
  background-color: #1e2126;
}

.header-menu-content > ul {
  margin-top: 15px;
}

.header-menu-content > ul > li,
.header-menu-content > ul > li a {
  display: block;
}

.header-menu-content > ul > li a {
  font-weight: 500;
  padding: 15px 0;
}

.header-menu-content > ul > li:not(:last-child) {
  border-bottom: 1px solid #becd97;
}

.header-menu-content-sub > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 0;
  cursor: pointer;
}

.header-menu-content-sub > span svg {
  transition: transform 0.3s;
}

.header-menu-content-sub > ul {
  height: 0;
  opacity: 0;
  padding-left: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

.header-menu-content-sub > ul li {
  display: block;
}

.header-menu-content-sub > ul li,
.header-menu-content-sub > ul li a {
  display: block;
}

.header-menu-content-sub > ul li a {
  padding: 15px 0;
}

.header-menu-content-sub.active > span svg {
  transform: rotateZ(180deg);
}

.header-menu-content-sub.active > ul {
  height: auto;
  opacity: 1;
  padding-bottom: 15px;
}

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo,
.footer-logo img {
  display: block;
}

.footer-logo img {
  max-width: 100%;
  height: 130px;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #becd97;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-social svg {
  display: block;
  width: 16px;
  height: 16px;
}

.footer-social svg path {
  fill: #fff;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  color: #becd97;
  margin-bottom: 20px;
}

.footer-column ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-column ul li a {
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #becd97;
}

.footer-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #becd97;
}

.footer-signature small {
  font-size: 12px;
  color: #becd97;
}

.footer-signature img {
  height: 12px;
  display: block;
}

.footer-border {
  width: 100%;
  height: 8px;
  background-color: #7aa752;
}

@media (max-width: 920px) {
  .footer-column ul {
    max-height: unset;
  }
  .footer-signature {
    flex-direction: column;
  }
  .footer-signature small {
    text-align: center;
  }
}
.page-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #becd97;
  text-transform: uppercase;
  position: relative;
}

.page-title::before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  left: calc(50% - 80px);
  bottom: 0;
}

.page-title::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  left: calc(50% - 120px);
  bottom: 0;
}

.page-title span {
  font-size: 64px;
  display: block;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 920px) {
  .page-title {
    font-size: 16px;
  }
  .page-title span {
    font-size: 38px;
  }
}
.page-subtitle {
  font-size: 48px;
  font-weight: 400;
}

@media (max-width: 920px) {
  .page-subtitle {
    font-size: 36px;
  }
}
.page-subtitle-2 {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 920px) {
  .page-subtitle-2 {
    font-size: 24px;
  }
}
.section-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #7aa752;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}

.section-title::before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  background-color: #7aa752;
  left: calc(50% - 80px);
  bottom: 0;
}

.section-title::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #7aa752;
  left: calc(50% - 120px);
  bottom: 0;
}

.section-title span {
  font-size: 32px;
  display: block;
  color: #1e2126;
  text-transform: none;
}

.section-title-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.section-title-2::before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  background-color: #7aa752;
  left: calc(50% - 80px);
  bottom: 0;
}

.section-title-2::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #7aa752;
  left: calc(50% - 120px);
  bottom: 0;
}

.text-1 {
  font-size: 28px;
  line-height: 38px;
}

@media (max-width: 920px) {
  .text-1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.text-2 {
  font-size: 20px;
  line-height: 28px;
}

.home-inovacao {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/site/Agricultura.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1224px) and (min-width: 1025px) {
  .home-top {
    height: 95vh;
    min-height: unset;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .home-top {
    height: 95vh;
    min-height: unset;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .home-top {
    height: 95vh;
    min-height: unset;
    background-position: center center;
    background-size: cover;
  }
}
.home-top-title {
  text-transform: uppercase;
  color: #becd97;
  font-size: 32px;
  display: block;
  margin-bottom: 40px;
  line-height: 70px;
}

.home-top-title strong {
  font-weight: 600;
  font-size: 96px;
  color: #fff;
  display: block;
}

@media (max-width: 920px) {
  .home-top-title {
    font-size: 24px;
    line-height: 40px;
  }
  .home-top-title strong {
    font-size: 42px;
  }
}
.home-top-link {
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 10px;
}

.home-top-link svg {
  height: 18px;
}

.home-top-link svg path {
  fill: #becd97;
}

.home-about {
  padding: 20px 0 40px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.home-about-line {
  margin-bottom: 20px;
  height: 1px;
  width: 100%;
  background-color: #becd97;
}

.home-about-title {
  font-size: 72px;
  font-weight: 600;
}

.home-about-title span {
  white-space: nowrap;
  font-size: 66px;
}

.home-about-title span:last-child {
  color: #7aa752;
}

@media (max-width: 920px) {
  .home-about-title {
    font-size: 86px;
    white-space: wrap;
  }
}
.home-about-description {
  font-size: 20px;
}

@media (max-width: 1220px) {
  .home-about {
    background-image: none;
  }
}
.home-solutions-top {
  position: relative;
}

.home-solutions-title {
  font-size: 28px;
  font-weight: 400;
}

.home-solutions-title span {
  color: #7aa752;
}

.home-solutions-card {
  background-color: #1e2126;
  border-left: 8px #7aa752 solid;
  padding: 40px;
  color: #fff;
  border-radius: 0 0 40px 0;
  text-align: justify;
  letter-spacing: 0.5px;
}

.home-solutions-card-icon {
  width: 52px;
  height: 42px;
  margin-bottom: 20px;
}

.home-solutions-card-icon svg {
  max-width: 42px;
  height: 42px;
}

.home-solutions-card-icon svg path {
  fill: #fff;
}

.home-solutions-card-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.home-solutions-card-link {
  border-top: 1px #fff solid;
  color: #becd97;
  padding-top: 20px;
  margin-top: 40px;
}

.home-cta {
  background-image: url(../img/home/bg-cta.jpg);
  background-size: cover;
  padding: 80px 0;
}

.home-cta-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.home-cta-icon svg {
  height: 120px;
  display: block;
  justify-content: center;
}

.home-cta-icon svg path {
  fill: #fff;
}

.home-highlight {
  background-color: rgba(190, 205, 151, 0.4);
  background-repeat: no-repeat;
  background-position: -40px center, calc(100% + 40px) center;
}

.home-highlight-card {
  background-color: #7aa752;
  padding: 60px 40px;
  border-radius: 6px;
  color: #fff;
  font-size: px;
  word-spacing: 0.08em; /* Aumenta um pouco o espaço entre palavras */
  letter-spacing: 0.01em; /* Suaviza o tracking */
  line-height: 1.7; /* Deixa o texto mais "arejado" */
  hyphens: auto; /* Permite hifenização automática */
  text-align: justify;
  word-break: break-word;
  overflow-wrap: break-word;
}

.home-highlight-card-2 {
  background-color: #1e2126;
  color: #becd97;
}

.home-cultures-title {
  font-size: 28px;
}

.home-cultures-card {
  background-color: #1e2126;
  color: #becd97;
  border-radius: 6px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.home-cultures-card-icon {
  width: 48px;
  height: 30px;
}

.home-cultures-card-icon svg {
  width: 48px;
  height: 40px;
}

.home-cultures-card-icon svg path {
  fill: #becd97;
  background-position: calc(50% - 400px) -240px, calc(50% + 500px) 40px, calc(50% - 500px) calc(100% - 200px), calc(50% + 640px) calc(100% - 100px);
  background-repeat: no-repeat;
}

@media (max-width: 1220px) {
  .home-stakeholders {
    background-position: calc(50% - 280px) -240px, calc(50% + 400px) 40px, calc(50% - 380px) calc(100% - 200px), calc(50% + 500px) calc(100% - 100px);
  }
}
@media (max-width: 920px) {
  .home-stakeholders {
    background-position: calc(50% - 240px) -240px, calc(50% + 340px) 40px, calc(50% - 280px) calc(100% - 200px), calc(50% + 400px) calc(100% - 100px);
  }
}
@media (max-width: 720px) {
  .home-stakeholders {
    background-position: calc(50% - 280px) -240px, calc(50% + 300px) 40px, calc(50% - 120px) calc(100% - 200px), calc(50% + 240px) calc(100% - 100px);
  }
}
.stakeholder-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
  min-height: 48px;
  display: flex;
  align-items: flex-start;
}

.home-stakeholders-card-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  display: block;
}

.home-stakeholders-card-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 30px 40px 30px;
  background-color: #292e35;
  border-radius: 0 0 12px 12px;
}

.home-stakeholders-card-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

.stakeholder-desc {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
}

.home-stakeholders-card-description {
  font-size: 20px;
  font-weight: 400;
}

.home-products-title {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.home-products-link {
  color: #7aa752;
}

.home-testimonials-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 6px;
  color: #1e2126;
}

.home-testimonials-card-infos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  color: #4a4f55;
}

.home-testimonials-card-infos img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
}

.home-testimonials-card-infos span {
  color: #4a4f55;
}

.home-testimonials-card-infos span strong {
  color: #1e2126;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

@media (max-width: 920px) {
  .home-testimonials-card {
    padding: 20px;
    font-size: 14px;
  }
  .home-testimonials-card-infos {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-testimonials-card-infos span strong {
    font-size: 18px;
  }
}
.home-contact {
  background-image: url(../img/home/bg-contact.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.home-contact-title {
  font-size: 42px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.home-contact-text {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 920px) {
  .home-contact {
    background-size: 100% auto;
  }
}
.about-number {
  background-color: #7aa752;
  background-image: url(../img/about/bg-number.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
}

.about-number-title {
  font-size: 96px;
  font-weight: 600;
  display: block;
}

.about-number-subtitle {
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 920px) {
  .about-number-title {
    font-size: 56px;
  }
  .about-number-subtitle {
    font-size: 24px;
  }
}
.about-timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.about-timeline-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 40px);
  background-color: #7aa752;
  left: calc(20% - 1px);
  top: 0;
  z-index: 1;
}

.about-timeline-item::after {
  content: "";
  position: absolute;
  width: 19.5%;
  height: 2px;
  background-color: #7aa752;
  left: 21%;
  top: calc(50% - 1px);
  z-index: 1;
}

.about-timeline-item:first-child::before {
  height: calc(50% + 40px);
  top: 50%;
}

.about-timeline-item:last-child::before {
  height: 50%;
}

.about-timeline-date {
  width: 40%;
  color: #7aa752;
  align-items: center;
  position: relative;
}

.about-timeline-date::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1e2126;
  border: 2px #7aa752 solid;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  z-index: 2;
}

.about-timeline-card {
  width: 60%;
  background-color: #292e35;
  padding: 40px;
  border-radius: 20px;
}

.about-timeline-card-title {
  font-size: 32px;
  color: #becd97;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 920px) {
  .about-timeline-item {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .about-timeline-item::before,
  .about-timeline-item:first-child::before,
  .about-timeline-item:last-child::before {
    height: 20px;
    top: 41px;
    left: calc(50% - 1px);
  }
  .about-timeline-item::after {
    top: unset;
    width: 2px;
    height: 20px;
    bottom: -20px;
    left: calc(50% - 1px);
  }
  .about-timeline-item:last-child::after {
    display: none;
  }
  .about-timeline-date {
    width: auto;
  }
  .about-timeline-date::after {
    display: none;
  }
  .about-timeline-card {
    width: 100%;
  }
}
.contact-info-icon {
  height: 40px;
  margin-bottom: 10px;
}

.contact-info-icon svg {
  height: 30px;
  display: block;
}

.contact-info-icon svg path {
  fill: #fff;
}

.contact-info-title {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.contact-info-description {
  font-size: 14px;
  color: #a2a7b0;
}

.product-top {
  background-image: url("../img/product/leaf.svg");
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
}

.product-images img {
  height: 420px;
  object-fit: cover;
  border-radius: 4px;
}

.product-images-nav {
  margin-top: 10px;
}

.product-images-nav .slick-list {
  margin: 0 -7.5px;
}

.product-images-nav img {
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin: 0 7.5px;
}

.product-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7aa752;
  display: block;
}

@media (min-width: 920px) {
  .product-category {
    margin-top: 40px;
  }
}
.product-tabs-nav {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.product-tabs-nav li {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

@media (min-width: 920px) {
  .product-tabs-nav li::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  .product-tabs-nav li:hover::after,
  .product-tabs-nav li.active::after {
    background-color: #7aa752;
  }
}
@media (max-width: 920px) {
  .product-tabs-nav {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }
  .product-tabs-nav li {
    height: 42px;
    padding: 0 40px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  .product-tabs-nav li.active {
    background-color: #7aa752;
    color: #fff;
  }
}
.product-characteristics li {
  display: block;
  padding-bottom: 20px;
}

.product-technology {
  display: flex;
  align-items: center;
  gap: 40px;
}

.product-technology-image {
  width: 160px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.product-technology-image img {
  max-width: 150px;
  max-height: 100%;
}

@media (max-width: 920px) {
  .product-technology-image {
    width: 100%;
    height: auto;
  }
}
.product-technology h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1e2126;
}

.product-technology p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #4a4f55;
  width: 100%;
  max-width: 560px;
}

.product-technology-link {
  flex: 1;
  text-align: center;
}

.product-technology-link a {
  font-size: 20px;
  font-weight: 400;
  color: #7aa752;
  text-decoration: underline;
}

.product-technology:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 920px) and (max-width: 1220px) {
  .product-technology p {
    max-width: 460px;
  }
}
@media (max-width: 920px) {
  .product-technology {
    flex-direction: column;
    gap: 20px;
  }
  .product-technology p {
    max-width: 100%;
  }
}
.product-informations {
  background-image: url("../img/product/leaf-informations.svg"), url("../img/product/dots-horizontal.svg"), url("../img/product/dots-horizontal.svg"), url("../img/product/dots-vertical.svg");
  background-position: calc(50% - 400px) -240px, calc(50% + 500px) 80px, calc(50% + 600px) 660px, 40px 800px;
  background-repeat: no-repeat;
}

@media (max-width: 1220px) {
  .product-informations {
    background-position: calc(50% - 280px) -240px, calc(50% + 500px) 80px, calc(50% + 600px) 660px, 40px 800px;
  }
}
@media (max-width: 920px) {
  .product-informations {
    background-position: calc(50% - 240px) -240px, calc(50% + 500px) 80px, calc(50% + 600px) 660px, 40px 800px;
  }
}
@media (max-width: 720px) {
  .product-informations {
    background-position: calc(50% - 280px) -240px, calc(50% + 400px) 80px, calc(50% + 440px) 660px, 20px 800px;
  }
}
.product-informations-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-informations-images-item {
  width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.product-informations-images-item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 920px) {
  .product-informations-images-item {
    width: 100%;
    height: auto;
  }
}
.product-informations-title {
  font-size: 22px;
  font-weight: 500;
}

.product-informations-table {
  overflow-x: auto;
}

.product-informations-table table {
  width: 100%;
}

.product-informations-table table tr {
  display: flex;
}

.product-informations-table table tr td {
  padding: 10px;
  width: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-informations-table table tr td span {
  flex: 1;
  background-color: #292e35;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  width: 100%;
}

.product-item {
  align-items: center;
  padding: 15px;
}

.product-item-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item-image img {
  width: 100%;
  max-width: 260px;
  max-height: 260px;
  border-radius: 8px;
}

.product-item h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin: 40px 0 20px 0;
}

.product-item span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #7aa752;
}

.product-item span svg {
  transition: transform 0.3s;
}

@media (max-width: 920px) {
  .product-item img {
    height: auto;
  }
}
.product-item:hover span svg {
  transform: translateX(3px);
}

/* Container dos cards */
.mip-solutions-list,
.mip-advantages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* ajuste conforme necessário */
  justify-content: center;
}

/* Card individual */
.mip-solution-card {
  background: #23272b;
  border-radius: 10px;
  padding: 16px 20px;
  min-height: 120px; /* ajuste conforme necessário */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
}

/* Para grid responsivo */
@media (max-width: 768px) {
  .height-align-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .mip-solution-card {
    min-height: 120px; /* ajuste para mobile */
  }
}
/* Desktop: mantém lado a lado */
.nematchau-solutions-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
  margin-bottom: 0;
}

/* Mobile: empilha verticalmente */
@media (max-width: 768px) {
  .nematchau-solutions-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 24px;
    margin-bottom: 0;
  }
  .nematchau-solutions-grid > div {
    width: 100%;
    max-width: 100%;
  }
}
.nematchau-solutions > .container {
  padding-top: 24px !important;
}

.mip-solutions-list,
.mip-advantages-list,
.nematchau-solutions-list,
.nematchau-advantages-list {
  justify-content: center;
}

.mip-solutions-list .height-align-content,
.mip-advantages-list .height-align-content,
.nematchau-solutions-list .height-align-content,
.nematchau-advantages-list .height-align-content {
  min-height: 160px;
  padding: 20px 20px 20px 34px;
  border-radius: 4px 4px 24px 4px;
  position: relative;
  color: #fff;
}

.mip-solutions-list .height-align-content span,
.mip-advantages-list .height-align-content span,
.nematchau-solutions-list .height-align-content span,
.nematchau-advantages-list .height-align-content span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
  color: #7aa752;
}

.mip-solutions-list .height-align-content p,
.mip-advantages-list .height-align-content p,
.nematchau-solutions-list .height-align-content p,
.nematchau-advantages-list .height-align-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.mip-solutions-list .height-align-content::before,
.mip-advantages-list .height-align-content::before,
.nematchau-solutions-list .height-align-content::before,
.nematchau-advantages-list .height-align-content::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 4px;
  height: calc(100% - 40px);
  background-color: #7aa752;
}

.mip-solutions-list .height-align-content,
.nematchau-solutions-list .height-align-content {
  background-color: #30353d;
}

.mip-advantages-list .height-align-content,
.nematchau-advantages-list .height-align-content {
  background-color: #1e2126;
}

.mip-advantages,
.nematchau-advantages {
  background-image: url("../img/digital/advantages.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 920px) {
  .mip-advantages,
  .nematchau-advantages {
    background-size: 100% auto;
  }
}
.mip-culture,
.nematchau-culture {
  background-image: url("../img/digital/leaf-culture.svg"), url("../img/digital/leaf-culture.svg");
  background-position: -200px center, calc(100% + 200px) center;
  background-repeat: no-repeat;
}

.mip-culture-item,
.nematchau-culture-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

.mip-culture-item::after,
.nematchau-culture-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
}

.mip-culture-item img,
.nematchau-culture-item img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

.mip-culture-item div,
.nematchau-culture-item div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 40px;
}

.mip-culture-item div h3,
.nematchau-culture-item div h3 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

@media (max-width: 1220px) {
  .mip-culture-item img,
  .nematchau-culture-item img {
    height: 290px;
  }
  .mip-culture-item div,
  .nematchau-culture-item div {
    padding: 20px;
  }
  .mip-culture-item div h3,
  .nematchau-culture-item div h3 {
    font-size: 24px;
  }
}
@media (max-width: 920px) {
  .mip-culture-item img,
  .nematchau-culture-item img {
    height: auto;
  }
  .mip-culture-item h3,
  .nematchau-culture-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 920px) {
  .mip-culture,
  .nematchau-culture {
    background-position: -350px center, calc(100% + 350px) center;
  }
}
.mip-productivity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mip-productivity h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.mip-productivity .text-1 span {
  color: #f00;
}

.mip-chart {
  position: relative;
}

.mip-chart svg {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.mip-chart p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 58px;
  font-weight: 600;
  line-height: 48px;
}

.mip-chart p::first-line {
  font-size: 20px;
  font-weight: 400;
  color: #4a4f55;
}

.mip-sphenophourus-levis {
  position: relative;
}

.mip-sphenophourus-levis h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #becd97;
}

.mip-sphenophourus-levis p span {
  color: #becd97;
}

@media (min-width: 920px) {
  .mip-sphenophourus-levis img {
    padding: 50px;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media (max-width: 920px) {
  .mip-sphenophourus-levis img {
    width: 100%;
    border-radius: 4px;
    margin-top: 40px;
  }
}
.mip-pest {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mip-pest img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

@media (min-width: 920px) and (max-width: 1220px) {
  .mip-pest img {
    height: 340px;
  }
}
@media (min-width: 720px) and (max-width: 920px) {
  .mip-pest img {
    height: 400px;
  }
}
@media (min-width: 520px) and (max-width: 720px) {
  .mip-pest img {
    height: 260px;
  }
}
.mip-pest::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
}

.mip-pest div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  color: #fff;
}

.mip-pest div strong {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.mip-pest div span {
  font-size: 12px;
  font-weight: 400;
}

.mip-solutions {
  background-image: linear-gradient(to bottom, #1e2126 20%, transparent), url("../img/digital/solutions.svg");
  background-position: center top, center bottom;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

@media (max-width: 920px) {
  .mip-solutions {
    background-size: cover, 100% auto;
  }
}
.mip-cycles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}

.mip-cycles > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.mip-cycles > div span {
  font-weight: 500;
}

.mip-cycles > div img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.mip-cycles > div svg {
  position: absolute;
  right: -27.5px;
  bottom: 94px;
}

@media (min-width: 920px) {
  .mip-cycles > div p {
    position: absolute;
    top: 220px;
    left: 0;
  }
}
@media (min-width: 1220px) {
  .mip-cycles > div p {
    top: 260px;
  }
}
.mip-cycles > div:nth-child(6) > div {
  height: 200px;
  border: 1px solid #7aa752;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
}

.mip-cycles > div:nth-child(6) > div span {
  font-size: 20px;
  font-weight: 500;
  color: #7aa752;
}

.mip-cycles > div:nth-child(6) > div ul {
  list-style: disc;
  padding-left: 20px;
}

.mip-cycles > div:nth-child(6) > div ul li {
  display: list-item;
  color: #4a4f55;
}

@media (min-width: 920px) and (max-width: 1220px) {
  .mip-cycles > div:nth-child(6) > div {
    height: 150px;
    padding: 20px;
  }
  .mip-cycles > div:nth-child(6) > div span {
    font-size: 16px;
  }
  .mip-cycles > div:nth-child(6) > div li {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .mip-cycles > div:nth-child(6) > div {
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 1220px) {
  .mip-cycles > div img {
    height: 150px;
  }
  .mip-cycles > div svg {
    bottom: 69px;
  }
}
@media (max-width: 920px) {
  .mip-cycles > div img {
    height: auto;
  }
  .mip-cycles > div svg {
    right: calc(50% - 7.5px);
    bottom: -37.5px;
    transform: rotateZ(90deg);
  }
}
@media (max-width: 920px) {
  .mip-cycles {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 920px) {
  .nematchau-solutions {
    background-position: -180px top, calc(100% + 160px) 280px, center top, center bottom;
    background-size: auto, auto, cover, 100% auto;
  }
}
.nematchau-solutions-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nematchau-solutions-flex h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #becd97;
}

.nematchau-solutions-flex .text-1 span {
  color: #becd97;
}

.nematchau-cycles {
  display: grid;
  gap: 100px 40px;
}

.nematchau-cycles > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.nematchau-cycles > div > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.nematchau-cycles > div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 920px) {
  .nematchau-cycles > div img {
    height: auto;
  }
}
.nematchau-cycles > div svg {
  position: absolute;
}

.nematchau-cycles > div:nth-child(1) > div,
.nematchau-cycles > div:nth-child(2) > div {
  position: relative;
}

.nematchau-cycles > div:nth-child(1) > div svg,
.nematchau-cycles > div:nth-child(2) > div svg {
  right: -26px;
  bottom: calc(50% - 4px);
}

@media (max-width: 920px) {
  .nematchau-cycles > div:nth-child(1) > div svg,
  .nematchau-cycles > div:nth-child(2) > div svg {
    right: calc(50% - 4px);
    bottom: -63px;
  }
}
.nematchau-cycles > div:nth-child(1) {
  grid-area: a;
}

.nematchau-cycles > div:nth-child(1) > div > img {
  display: block;
}

.nematchau-cycles > div:nth-child(2) {
  grid-area: b;
}

.nematchau-cycles > div:nth-child(2) > div > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}

@media (min-width: 920px) {
  .nematchau-cycles > div:nth-child(2) > div > div img {
    height: 90px;
  }
}
.nematchau-cycles > div:nth-child(3) {
  grid-area: c;
}

.nematchau-cycles > div:nth-child(3) > div {
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #7aa752;
  border-radius: 8px;
  padding: 40px;
}

.nematchau-cycles > div:nth-child(3) > div p {
  color: #4a4f55;
}

.nematchau-cycles > div:nth-child(3) > div p span {
  color: #7aa752;
}

@media (max-width: 1220px) {
  .nematchau-cycles > div:nth-child(3) > div {
    padding: 20px;
  }
}
@media (max-width: 920px) {
  .nematchau-cycles > div:nth-child(3) > div {
    height: auto;
  }
}
@media (min-width: 920px) {
  .nematchau-cycles > div:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -65px;
    right: calc(50% - 0.5px);
    width: calc(100% + 40px);
    height: 55px;
    border-bottom: 1px solid #7aa752;
    border-right: 1px solid #7aa752;
  }
}
.nematchau-cycles > div:nth-child(3) svg {
  left: calc(-50% - 44px);
  bottom: -90px;
}

@media (max-width: 920px) {
  .nematchau-cycles > div:nth-child(3) svg {
    left: calc(50% - 4px);
    bottom: -63px;
  }
}
.nematchau-cycles > div:nth-child(4) {
  grid-area: d;
}

.nematchau-cycles > div:nth-child(4)::before,
.nematchau-cycles > div:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -65px;
  width: calc(100% + 30px);
  height: 50px;
  border-bottom: 1px solid #7aa752;
}

.nematchau-cycles > div:nth-child(4)::before {
  left: calc(-50% - 40px);
  border-right: 1px solid #7aa752;
}

.nematchau-cycles > div:nth-child(4)::after {
  right: calc(-50% - 40px);
  border-left: 1px solid #7aa752;
}

.nematchau-cycles > div:nth-child(4) svg {
  bottom: -84px;
}

.nematchau-cycles > div:nth-child(4) svg:nth-of-type(1) {
  left: calc(-50% - 44px);
}

.nematchau-cycles > div:nth-child(4) svg:nth-of-type(2) {
  right: calc(-50% - 44px);
}

@media (max-width: 920px) {
  .nematchau-cycles > div:nth-child(4)::before,
  .nematchau-cycles > div:nth-child(4)::after {
    width: 25%;
  }
  .nematchau-cycles > div:nth-child(4)::before {
    left: calc(25% - 10px);
  }
  .nematchau-cycles > div:nth-child(4)::after {
    right: calc(25% - 10px);
  }
  .nematchau-cycles > div:nth-child(4) svg:nth-of-type(1) {
    left: calc(25% - 14px);
  }
  .nematchau-cycles > div:nth-child(4) svg:nth-of-type(2) {
    right: calc(25% - 14px);
  }
}
.nematchau-cycles > div:nth-child(5) > svg,
.nematchau-cycles > div:nth-child(6) svg {
  left: calc(50% - 4px);
  bottom: -75px;
}

.nematchau-cycles > div:nth-child(5) {
  grid-area: e;
}

.nematchau-cycles > div:nth-child(5) > div {
  position: relative;
}

.nematchau-cycles > div:nth-child(5) > div img {
  display: block;
}

.nematchau-cycles > div:nth-child(5) > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -341px;
  width: 1px;
  height: calc(50% + 50px);
  border-left: 1px solid #7aa752;
}

.nematchau-cycles > div:nth-child(5) > div svg {
  top: calc(50% - 4px);
  right: -340px;
}

@media (max-width: 1220px) {
  .nematchau-cycles > div:nth-child(5) > div::after {
    right: -241px;
  }
  .nematchau-cycles > div:nth-child(5) > div svg {
    right: -240px;
  }
}
@media (max-width: 920px) {
  .nematchau-cycles > div:nth-child(5) > div::after {
    right: -21px;
  }
  .nematchau-cycles > div:nth-child(5) > div svg {
    right: -20px;
  }
}
.nematchau-cycles > div:nth-child(6) {
  grid-area: f;
}

.nematchau-cycles > div:nth-child(7) {
  grid-area: g;
}

.nematchau-cycles > div:nth-child(8) {
  grid-area: h;
}

.nematchau-cycles > div:nth-child(8) > div {
  position: relative;
}

.nematchau-cycles > div:nth-child(8) > div img {
  display: block;
}

.nematchau-cycles > div:nth-child(8) > div::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -100px;
  width: 80px;
  height: calc(50% + 92px);
  border-bottom: 1px solid #7aa752;
  border-left: 1px solid #7aa752;
}

@media (max-width: 1220px) {
  .nematchau-cycles > div:nth-child(8) > div::after {
    height: calc(50% + 114px);
  }
}
@media (max-width: 920px) {
  .nematchau-cycles > div:nth-child(8) > div::after {
    left: -20px;
    width: 10px;
  }
}
@media (max-width: 520px) {
  .nematchau-cycles > div:nth-child(8) > div::after {
    height: calc(50% + 136px);
  }
}
@media (max-width: 360px) {
  .nematchau-cycles > div:nth-child(8) > div::after {
    height: calc(50% + 158px);
  }
}
@media (min-width: 920px) {
  .nematchau-cycles {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a b c" ". d ." "e . f" "g . h";
  }
}
@media (max-width: 920px) {
  .nematchau-cycles {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b b" "c c" "d d" "e f" "g h";
  }
}
.client {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client img {
  max-width: 100%;
  max-height: 140px;
}

.work-with-us {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.work-with-us .button {
  width: 100%;
  max-width: 360px;
}

.post-featured {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.post-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent 40%, #000);
}

.post-featured img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.post-featured img[src=""] {
  opacity: 0;
}

.post-featured > div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 50px;
  color: #fff;
}

.post-featured > div span {
  font-size: 12px;
}

.post-featured > div h2 {
  font-size: 32px;
  font-weight: 400;
}

.post-featured > div p {
  font-size: 14px;
  font-weight: 400;
  max-width: 600px;
}

@media (max-width: 920px) {
  .post-featured img {
    height: 380px;
  }
  .post-featured > div {
    padding: 20px;
  }
  .post-featured > div h2 {
    font-size: 24px;
  }
}
.post-list article img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  margin-bottom: 10px;
}

.post-list article img[src=""] {
  opacity: 0;
}

@media (max-width: 920px) {
  .post-list article img {
    height: auto;
  }
}
.post-list article span {
  font-size: 12px;
  color: #969696;
  display: block;
  margin-bottom: 20px;
}

.post-list article h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 920px) {
  .post-list article h3 {
    font-size: 20px;
  }
}
.post-list article p {
  font-size: 14px;
  line-height: 22px;
}

.post-list-load-more {
  display: none;
}

.post-list-load-more button:disabled {
  cursor: not-allowed;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.post-list-load-more button.loading {
  position: relative;
  color: #efefef;
}

.post-list-load-more button.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #4a4f55;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: loading 0.5s linear infinite;
}

.post-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

@media (max-width: 1225px) {
  .post-image {
    height: 440px;
  }
}
@media (max-width: 920px) {
  .post-image {
    height: auto;
  }
}
.post-date {
  font-size: 14px;
  color: #969696;
}

.post-title {
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 920px) {
  .post-title {
    font-size: 32px;
  }
}
.post-newsletter {
  padding: 60px 30px;
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #4a4f55;
}

.post-newsletter br {
  display: none;
}

.post-newsletter span {
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  text-align: center;
}

.post-newsletter p:nth-of-type(2) {
  line-height: 20px;
  max-width: 240px;
  margin: 0 auto;
}

.post-newsletter label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.post-newsletter input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.post-newsletter .button {
  height: 50px;
  display: flex;
  margin: 0 auto;
  padding: 0 60px;
  background-color: #becd97;
  font-size: 20px;
}

@media (max-width: 1225px) {
  .post-newsletter {
    padding: 30px 20px;
  }
}
.post-recent > span {
  font-size: 24px;
}

.post-recent article {
  position: relative;
}

.post-recent article span {
  font-size: 12px;
  color: #969696;
  display: block;
  margin-bottom: 10px;
}

.post-recent article h2 {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 920px) {
  .post-recent article h2 {
    font-size: 16px;
  }
}
.post-recent article p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.post-recent article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.post-recent article:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d9d9d9;
}

.whatsapp {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #7aa752;
  position: fixed !important;
  z-index: 2147483647 !important;
  right: 20px !important;
  bottom: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: 0.2s all;
}

@media (min-width: 920px) {
  .whatsapp {
    right: 40px !important;
  }
}
.whatsapp.active {
  opacity: 1;
  pointer-events: auto;
}

.whatsapp svg {
  width: 40px;
  height: 40px;
}

.whatsapp svg path {
  fill: #fff;
}

.wpcf7-not-valid {
  border: 1px #e90000 solid !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #e90000;
  border-radius: 4px;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #0ca400;
  border-radius: 4px;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px 0;
}

.grecaptcha-badge {
  opacity: 0;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.editor-content {
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #4a4f55;
}

.editor-content > * + * {
  margin-top: 20px;
}

.editor-content > * + h2,
.editor-content > * + h3,
.editor-content > * + h4,
.editor-content > * + h5,
.editor-content > * + h6 {
  margin-top: 40px;
}

.editor-content a {
  text-decoration: underline;
}

.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.editor-content img.aligncenter {
  margin: 0 auto;
}

.termsfeed-com---palette-light.termsfeed-com---nb {
  max-width: 100%;
  background-color: #fff !important;
  font-family: "Galano Grotesque", sans-serif !important;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

@media (min-width: 1225px) {
  .termsfeed-com---palette-light.termsfeed-com---nb {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-main-container {
  padding: 20px 40px !important;
  color: #000 !important;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-text {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  font-family: "Galano Grotesque", sans-serif !important;
  font-weight: 400 !important;
  height: 36px !important;
  border-radius: 18px !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  transition: all 0.2s;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject {
  border: 1px #0153ff solid !important;
  background-color: #0153ff !important;
  color: #fff !important;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree:hover,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject:hover {
  background-color: #fff !important;
  color: #0153ff !important;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  background-color: #fff !important;
  border: 1px #d8d8d8 solid;
  color: #000 !important;
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep:hover {
  border-color: #0153ff !important;
  color: #0153ff !important;
}

.html .body {
  overflow-x: hidden;
}

.grid-322 {
  padding: 10px;
}

.hydrated {
  visibility: inherit;
  overflow-x: hidden;
}

@media (max-width: 500px) {
  .product-images img {
    height: 330px;
    width: 350px;
  }
}
.header-nav-sub-pages {
  cursor: default;
}

.idioma {
  margin: 20px;
  text-align: center;
}

.idioma a {
  margin: 0 10px;
}

.idioma img {
  width: 40px;
  height: auto;
  cursor: pointer;
}

/* Estilo geral da imagem */
.zoom-img {
  display: block;
}

.slick-list {
  display: flex;
  transition: transform 0.3s ease;
}

.slick-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slick-slide {
  flex: 0 0 auto;
  width: 140px; /* Largura das imagens */
}

.slick-slide img {
  width: 100%;
}

.lang-buttons button img {
  transition: transform 0.2s ease-in-out;
}

.lang-buttons button img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1225px) {
  .header-flex {
    gap: 10px !important;
  }
}
@media (min-width: 1225px) {
  .about-timeline-item::before,
  .about-timeline-item:first-child::before,
  .about-timeline-item:last-child::before {
    top: 100px;
    height: 320px;
    left: calc(21% - 15px);
  }
  .about-timeline-item.faq::before {
    content: none;
  }
}
@media (min-width: 921px) {
  .about-timeline-item::before,
  .about-timeline-item:first-child::before,
  .about-timeline-item:last-child::before {
    top: calc(60% - 15px);
    height: calc(100% + 357px);
    left: calc(22.2% - 15px);
  }
}
.about-timeline-item.faq::before {
  content: none;
}

.about-timeline-item.criacao::before {
  height: 313px;
}

@media (max-width: 1221px) {
  .about-timeline-item::before,
  .about-timeline-item:first-child::before,
  .about-timeline-item:last-child::before {
    top: 180px;
    height: 455px;
    left: calc(23.1% - 15px);
  }
}
.about-timeline-item.faq::before {
  content: none;
}

.about-timeline-item.criacao::before {
  height: 35px;
}

@media (max-width: 920px) {
  .about-timeline-item::before,
  .about-timeline-item:first-child::before,
  .about-timeline-item:last-child::before {
    top: 60px;
    height: 20px;
    left: calc(52% - 15px);
  }
  .about-timeline-item.faq::before {
    top: 40px;
    height: 20px;
    left: calc(52% - 15px);
  }
}
@media (min-width: 919px) {
  .text-2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 920px) {
  .text-2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.grid-222 {
  padding: 10px;
}

.contact-info {
  background-color: #292e35;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
}

@media (min-width: 1028px) {
  .mip-sphenophourus-levis img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    padding: 10px;
  }
}
.home-about-title-2 {
  font-size: 60px;
  line-height: 56px;
  font-weight: 600;
}

@media (max-width: 920px) {
  .home-about-title-2 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (min-width: 920px) {
  .float-right {
    float: right;
  }
}
/*page-piloto-automatico*/
.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.feature:hover {
  transform: translateY(-5px);
}

.feature img {
  max-width: 80px;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 15px;
  color: #333;
  margin: 0;
}

@media (max-width: 720px) {
  .image-container img {
    height: 250px !important;
    object-fit: cover !important;
    width: 335px !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 999 !important;
    opacity: 1 !important;
  }
}
/*page-especificacoes-piloto-automatico e page-especificacoes-smart-calda*/
.video-container {
  position: relative;
  width: 100%;
  height: auto;
}

.image-overlay {
  position: absolute;
  bottom: -15%;
  right: 5%;
  width: 30%;
  max-width: 300px;
}

@media (min-width: 1025px) {
  .margem {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 90px;
  }
  .margem img {
    max-width: 800px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    flex-shrink: 0;
  }
}
/* Para telas pequenas: imagem acima */
@media (max-width: 1024px) {
  .margem {
    grid-template-columns: 1fr; /* Uma coluna */
    margin: 20px;
  }
  .margem img {
    max-width: 100%;
    border: 1px dashed #ccc;
    border-radius: 4px;
    display: block;
  }
}
/* Para telas pequenas: imagem acima */
@media (max-width: 767px) {
  .produza img {
    max-width: 900px;
    height: auto;
    display: block;
    width: 500px;
  }
}
/* Para telas grandes: imagem ao lado */
@media (min-width: 768px) {
  .produza img {
    max-width: 1200px;
    height: auto;
    display: block;
    width: 900px;
  }
}
.content {
  flex-grow: 1; /* Ocupa o restante do espaço */
}

.content h2 {
  font-size: 24px;
  margin: 0 0 10px;
  color: #333;
  margin-top: 10px;
}

.content p {
  margin: 0 0 20px;
  font-size: 16px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  height: 200px;
}

.specs-table th,
.specs-table td {
  text-align: left;
  padding: 8px 12px;
  border: 1px dashed #ddd;
  border-left: none;
  border-right: none; /* Borda apenas no lado direito */
}

.specs-table th {
  color: #333;
  width: 200px;
  font-size: 16px;
}

.specs-table td {
  color: #555;
  text-align: right;
  font-size: 16px;
}

.texto-sobreposto {
  position: absolute;
  top: 70%;
  left: 10%; /* Ajuste a margem esquerda */
  transform: translate(0, -50%); /* Remove o alinhamento central horizontal */
  text-align: left; /* Garante o alinhamento do texto à esquerda */
}

.texto-sobreposto button {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}

.texto-sobreposto button:hover {
  background: white;
  color: black;
}

.piloto_simulador {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  width: 100%;
  background-color: #f9f9f9; /* Cor de fundo opcional */
}

.text-simulador h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
}

.text-simulador p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.text-simulador hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #ccc;
}

.video-simulador {
  width: 55%; /* Ajusta a largura do vídeo */
}

.video-simulador video {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Opcional */
  object-fit: contain;
}

.turn-container {
  margin: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.content-volta {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 20px;
}

.text-turn {
  flex: 1;
  margin-right: 20px;
  border-right: 2px solid #ccc; /* Linha vertical separando título e imagem */
  padding-right: 20px;
}

.title-turn {
  cursor: pointer;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 10px 0;
  transition: font-weight 0.3s ease;
}

.title-turn.selected {
  font-weight: bold;
}

.description {
  display: none;
  margin-top: 10px;
}

.image-turn {
  margin-left: 20px;
  flex-shrink: 0; /* Impede que a imagem encolha */
}

.image-turn img {
  width: 500px;
}

@media (max-width: 768px) {
  /* Para telas menores */
  .content-volta {
    flex-direction: column; /* Empilhar os elementos em telas pequenas */
    align-items: flex-start;
  }
  .text-turn {
    margin-right: 0;
    border-right: none; /* Remover a linha vertical em telas pequenas */
    padding-right: 0;
  }
  .image-turn {
    margin-left: 0;
    margin-top: 20px;
  }
  .image-turn img {
    width: 100%; /* A imagem ocupará 100% da largura disponível em telas pequenas */
    max-width: 800px; /* Limitando o tamanho máximo da imagem */
  }
}
@keyframes autoTransition {
  0% {
    display: block;
  }
  33% {
    display: none;
  }
  66% {
    display: block;
  }
}
@media (max-width: 1800px) {
  .container_projetos {
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .problema-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
  }
  .problema:first-child::before {
    display: none;
  }
}
@media (max-width: 1202px) {
  .problema::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: #ccc;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (min-width: 1202px) {
  .problema-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
  }
}
.left-content h1 {
  font-size: 3rem;
  margin: 10px 0;
}

.left-content p {
  font-size: 1rem;
  margin: 0;
}

.right-content {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.right-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.right-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
}

.checklist li::before {
  content: "✔";
  color: #6dd12b;
  font-weight: bold;
  margin-right: 10px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #356a5c;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #4a8573;
}

.image-container_projetos {
  border-radius: 10px;
  overflow: hidden;
  width: 350px;
  height: 300px;
}

.image-container_projetos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container_problema {
  padding: 40px;
  text-align: center;
}

.section-title_problema {
  font-size: 2rem;
  font-weight: bold;
  color: #6dd12b;
  margin-bottom: 20px;
}

.subtitle_problema {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.grid_problema {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.problema {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.problema h3 {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.titulo_call-to-action {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  flex: 1; /* Ocupa espaço na largura */
  color: #fff;
}

.conteudo_call-to-action {
  text-align: center;
}

.texto_call-to-action {
  font-size: 16px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.botao_call-to-action {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

.botao_call-to-action :hover {
  background-color: #45a049; /* Cor mais clara ao passar o mouse */
}

.specifications {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.specifications h1,
.specifications h2 {
  margin-bottom: 15px;
}

.model-info p {
  margin: 0;
}

.export-btn {
  background-color: #007b00;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

.export-btn:hover {
  background-color: #005a00;
}

.specifications-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.specifications-table th,
.specifications-table td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.specifications-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.specifications-table td {
  background-color: #fff;
}

.grid_problema {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  position: relative;
}

.problema-container {
  position: relative;
}

.problema {
  position: relative;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.grid_problema > .problema:nth-child(3n)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ccc;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: -1;
}

.grid_problema > .problema:nth-child(3n)::before {
  display: none;
}

.problema:last-child::after {
  display: none;
}

@media (max-width: 720px) {
  .isodrop img {
    height: auto;
    width: 200px;
  }
  #meuVideo2 {
    width: 100%;
    height: 35vh;
  }
  .texto-sobreposto h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 721px) {
  .isodrop img {
    height: auto;
    width: 520px;
  }
  #meuVideo2 {
    width: 100%;
    height: 70%;
  }
  .texto-sobreposto h1 {
    font-size: 3em;
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1024px) {
  .texto-sobreposto h2 {
    font-size: 1em;
    margin: 10px 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .simulador {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 40px;
  }
  .volante {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .texto-sobreposto h2 {
    font-size: 2em;
    margin: 10px 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .simulador {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
  }
  .text-simulador {
    width: 40%; /* Ajusta a largura do texto */
    text-align: left;
  }
  .volante {
    height: 490px;
    width: 500px;
  }
}
@media (min-width: 1300px) {
  .isodrop img {
    height: 30vw;
    width: 700px;
  }
}
@media (max-width: 767px) {
  .container_call-to-action {
    background-image: url(../img/site/soja.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Fixar a imagem */
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px;
    background-color: #f2f2f2; /* Cor de fundo da seção */
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 100vh; /* Ocupa a altura total da tela */
    color: white; /* Cor padrão branca */
    height: 550px;
  }
}
@media (min-width: 768px) {
  .container_call-to-action {
    background-image: url(../img/site/soja.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Fixar a imagem */
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px;
    display: flex;
    background-color: #f2f2f2; /* Cor de fundo da seção */
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 100vh; /* Ocupa a altura total da tela */
    color: white; /* Cor padrão branca */
    height: 400px;
  }
  .container-piloto-automatico {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f9f9f9;
    gap: 20px;
  }
  .conteudo-texto {
    flex: 1;
    min-width: 300px;
  }
  #pilotoAutomatico {
    max-width: 263px;
  }
  .texto-piloto-automatico h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
    padding: 20px;
  }
  .texto-piloto-automatico p {
    font-size: 16px;
    color: black;
    padding: 20px;
  }
  .topicos-piloto-automatico ul {
    list-style: disc;
    padding-left: 20px;
    color: black;
    padding: 40px;
  }
  .topicos-piloto-automatico li {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/* Responsividade */
@media (max-width: 768px) {
  #pilotoAutomatico {
    max-width: 300px;
    margin: 30px;
  }
  .texto-piloto-automatico {
    padding: 20px;
  }
  .container-piloto-automatico {
    background-color: #f9f9f9;
  }
}
/* Estilo da estrutura principal */
.container-piloto-automatico {
  display: flex; /* Define layout flexível */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  flex-wrap: wrap; /* Permite que os itens quebrem linha em telas menores */
  gap: 20px; /* Espaçamento entre os itens */
  text-align: center; /* Alinha texto no centro por padrão */
}

/* Estilo do vídeo */
#pilotoAutomatico {
  max-width: 300px;
  height: auto; /* Mantém a proporção */
  flex: 1; /* Faz o vídeo ocupar espaço proporcional */
  border-radius: 10px;
}

/* Estilo do texto */
.conteudo-texto {
  flex: 1; /* Faz o texto ocupar espaço proporcional */
  max-width: 900px;
}

/* Título e lista */
.conteudo-texto h1 {
  font-size: 1.8rem; /* Ajusta o tamanho do título */
  margin-bottom: 20px;
}

.conteudo-texto ul {
  text-align: left; /* Alinha o texto à esquerda */
}

/* Responsividade: ajusta para telas menores */
@media (max-width: 768px) {
  .container-piloto-automatico {
    flex-direction: column; /* Coloca os itens em coluna */
  }
  #pilotoAutomatico,
  .conteudo-texto {
    padding: 20px;
    border-radius: 30px;
  }
}
.grid_problema {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  position: relative;
  justify-items: center;
  align-items: center;
}

.problema {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.header-menu {
  position: fixed !important;
  top: 72px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  height: auto !important;
  max-height: calc(100vh - 72px) !important;
  min-height: auto !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(15px) !important;
  z-index: 999999 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  transform: translateX(100%) !important;
}

.header-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

.header-menu-content {
  padding: 0 !important;
  background: transparent !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(50px) !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s !important;
}

.header-menu.active .header-menu-content {
  transform: translateX(0) !important;
}

.header-menu-content > ul {
  margin: 0 !important;
  padding: 20px 0 !important;
  width: 100% !important;
  flex: none !important;
}

.header-menu-content > ul > li {
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(190, 205, 151, 0.2) !important;
  opacity: 0 !important;
  transform: translateX(30px) !important;
  transition: all 0.3s ease !important;
}

.header-menu.active .header-menu-content > ul > li {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Delay sequencial para cada item */
.header-menu.active .header-menu-content > ul > li:nth-child(1) {
  transition-delay: 0.2s !important;
}

.header-menu.active .header-menu-content > ul > li:nth-child(2) {
  transition-delay: 0.25s !important;
}

.header-menu.active .header-menu-content > ul > li:nth-child(3) {
  transition-delay: 0.3s !important;
}

.header-menu.active .header-menu-content > ul > li:nth-child(4) {
  transition-delay: 0.35s !important;
}

.header-menu.active .header-menu-content > ul > li:nth-child(5) {
  transition-delay: 0.4s !important;
}

.header-menu-content > ul > li:last-child {
  border-bottom: none !important;
}

.header-menu-content > ul > li > a {
  display: block !important;
  width: 100% !important;
  padding: 20px 30px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border-left: 4px solid transparent !important;
}

.header-menu-content > ul > li > a:hover,
.header-menu-content > ul > li > a:focus {
  background: rgba(122, 167, 82, 0.1) !important;
  border-left-color: #7aa752 !important;
  color: #becd97 !important;
}

.header-menu-content-sub {
  width: 100% !important;
}

.header-menu-content-sub > span {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 20px 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border-left: 4px solid transparent !important;
}

.header-menu-content-sub > span:hover,
.header-menu-content-sub.active > span {
  background: rgba(122, 167, 82, 0.1) !important;
  border-left-color: #7aa752 !important;
  color: #becd97 !important;
}

.header-menu-content-sub > span svg {
  width: 12px !important;
  height: 12px !important;
  fill: currentColor !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
}

.header-menu-content-sub.active > span svg {
  transform: rotateZ(180deg) !important;
}

.header-menu-content-sub > ul {
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  background: rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  margin: 0 !important;
}

.header-menu-content-sub.active > ul {
  height: auto !important;
  opacity: 1 !important;
  padding: 10px 0 20px 0 !important;
}

.header-menu-content-sub > ul li {
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.header-menu-content-sub > ul li:last-child {
  border-bottom: none !important;
}

.header-menu-content-sub > ul li a {
  display: block !important;
  width: 100% !important;
  padding: 15px 30px 15px 50px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border-left: 4px solid transparent !important;
}

.header-menu-content-sub > ul li a:hover,
.header-menu-content-sub > ul li a:focus {
  background: rgba(122, 167, 82, 0.1) !important;
  border-left-color: #7aa752 !important;
  color: #becd97 !important;
  padding-left: 55px !important;
}

/* Botão "Entre em contato" no menu mobile */
.header-menu-content .header-button {
  margin: 30px 0px 0px 30px !important;
  width: calc(100% - 60px) !important;
  height: 50px !important;
  font-size: 16px !important;
  background: #7aa752 !important;
  color: #fff !important;
  border: 2px solid #7aa752 !important;
  border-radius: 25px !important;
  transition: all 0.3s ease !important;
  opacity: 0 !important;
  transform: translateX(30px) !important;
}

.header-menu.active .header-menu-content .header-button {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition-delay: 0.45s !important;
}

.header-menu-content .header-button:hover {
  background: transparent !important;
  color: #7aa752 !important;
  border-color: #7aa752 !important;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* Melhorias específicas para tablet */
@media (min-width: 768px) and (max-width: 1225px) {
  .header-menu-content > ul > li > a,
  .header-menu-content-sub > span {
    padding: 18px 40px !important;
    font-size: 17px !important;
  }
  .header-menu-content-sub > ul li a {
    padding: 12px 40px 12px 60px !important;
    font-size: 15px !important;
  }
  .header-menu-content .header-button {
    margin: 25px 0px 0px 40px !important;
    width: calc(100% - 80px) !important;
    height: 48px !important;
  }
}
/* Adicionar em style.min.css (ou antes de minificar) */
/* HAMBURGER */
.hamburger {
  --s: 24px;
  position: relative;
  width: var(--s);
  height: var(--s);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: #c7d7a2;
  border-radius: 3px;
  transition: 0.4s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
/* BACKDROP */
.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 1090;
}

.menu-backdrop.visible {
  opacity: 1;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  max-width: 360px;
  background: #101010;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.8, 0.02, 0.2, 1);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 2rem;
  overflow-y: auto;
  box-shadow: 0 0 0 1px #1d1d1d, 0 10px 25px -5px rgba(0, 0, 0, 0.6);
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu::-webkit-scrollbar {
  width: 8px;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background: #262e1c;
  border-radius: 4px;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.mobile-menu-header .close-menu {
  font-size: 2rem;
  line-height: 1;
  color: #c7d7a2;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

.logo-mini img {
  height: 34px;
  width: auto;
  display: block;
}

.cta-contact {
  display: block;
  text-align: center;
  background: #7dae43;
  color: #fff;
  font-weight: 600;
  padding: 0.85rem 1rem;
  border-radius: 30px;
  margin: 0 0 1rem;
  text-decoration: none;
  box-shadow: 0 4px 15px -5px rgba(125, 174, 67, 0.8);
  transition: 0.3s;
}

.cta-contact:active,
.cta-contact:hover {
  filter: brightness(1.1);
}

.mobile-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.acc-item {
  border: 1px solid #1c1f17;
  border-radius: 10px;
  background: #151515;
  overflow: hidden;
}

.acc-toggle {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 0.9rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #f1f1f1;
  letter-spacing: 0.3px;
  position: relative;
}

.acc-toggle:focus-visible {
  outline: 2px solid #7dae43;
  outline-offset: 2px;
}

.chevron {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #becd97;
  transition: 0.35s;
  border-radius: 2px;
}

.chevron:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.chevron:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.acc-item.open .chevron:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.acc-item.open .chevron:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.acc-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.acc-panel ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0.75rem;
}

.acc-panel a {
  display: block;
  padding: 0.55rem 1.1rem 0.55rem 1.2rem;
  font-size: 0.87rem;
  color: #d7e4c0;
  text-decoration: none;
  position: relative;
}

.acc-panel a:before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #7dae43;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.acc-panel a:hover {
  background: #1d1d1d;
  color: #fff;
}

.acc-panel a:active {
  background: #222;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-menu {
    max-width: 420px;
  }
  .acc-toggle {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .mobile-menu,
  .menu-backdrop {
    display: none;
  }
}
/* Remove duplicação no mobile: esconde bloco antigo .header-menu já existente */
@media (max-width: 1225px) {
  .header-menu {
    display: none !important;
  }
}
.hamburger {
  --s: 24px;
  position: relative;
  width: var(--s);
  height: var(--s);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 100%;
  background: #c7d7a2;
  border-radius: 3px;
  transition: 0.4s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 1226px) {
  .hamburger {
    display: none;
  }
}
/* MOBILE MENU - CORRIGIDO */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  max-width: 360px;
  background: #101010;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.8, 0.02, 0.2, 1);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 2rem;
  overflow-y: auto;
  box-shadow: 0 0 0 1px #1d1d1d, 0 10px 25px -5px rgba(0, 0, 0, 0.6);
}

.mobile-menu.open {
  transform: translateX(0);
}

@media (min-width: 1226px) {
  .mobile-menu,
  .menu-backdrop {
    display: none;
  }
}
/* Remove duplicação no mobile: esconde bloco antigo .header-menu já existente */
@media (max-width: 1225px) {
  .header-menu {
    display: none !important;
  }
}
/* Header
-------------------------------------------------- */
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 72px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
@media (max-width: 1500px) {
  .header-flex {
    gap: 20px !important;
    padding: 0 10px;
  }
}
@media (max-width: 920px) {
  .header-flex {
    padding: 0 10px;
  }
}

.header-logo svg path {
  transition: fill 0.3s;
}
.header-logo:hover svg path {
  fill: #BAD042;
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 1500px) {
  .header-nav {
    gap: 10px;
  }
}
.header-nav > li > a {
  transition: color 0.3s;
}
.header-nav > li > a:hover {
  color: #BECD97;
}
.header-nav-sub-pages span, .header-nav-sub-categories span {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}
.header-nav-sub-pages span svg, .header-nav-sub-categories span svg {
  width: 10px !important;
  height: 10px !important;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.header-nav-sub-pages ul, .header-nav-sub-categories ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header-nav-sub-pages:hover, .header-nav-sub-categories:hover {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.header-nav-sub-pages:hover > span, .header-nav-sub-categories:hover > span {
  color: #BECD97;
}
.header-nav-sub-pages:hover > span svg, .header-nav-sub-categories:hover > span svg {
  transform: rotateZ(180deg);
}
.header-nav-sub-pages:hover > ul, .header-nav-sub-categories:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-nav-sub-pages {
  cursor: default;
}
.header-nav-sub-pages ul {
  gap: 30px;
  padding: 22px 15px;
  background-color: #7AA752;
  white-space: nowrap;
  z-index: 99999 !important;
}
.header-nav-sub-pages ul > li > a {
  transition: color 0.3s;
}
.header-nav-sub-pages ul > li > a:hover {
  color: #d9d9d9;
}
.header-nav-sub-categories ul {
  gap: 60px;
  padding: 40px 20px;
  background-color: #fff;
  overflow-y: hidden;
  top: 66px;
  z-index: 99999 !important;
}
.header-nav-sub-categories ul a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header-nav-sub-categories ul a img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.header-nav-sub-categories ul a span {
  color: #4A4F55;
  transition: color 0.3s;
  text-align: center;
}
.header-nav-sub-categories ul a:hover span {
  color: #7AA752;
}
.header-nav-sub-categories ul li {
  position: relative;
}
.header-nav-sub-categories ul li.header-nav-sub-categories:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  gap: 30px;
  margin-top: 10px;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li {
  position: relative;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
  gap: 15px;
  margin-left: 10px;
  z-index: 100001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  flex-direction: column;
  align-items: flex-start;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories > ul li {
  width: 100%;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories > ul li a {
  flex-direction: row;
  gap: 15px;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.3s;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories > ul li a:hover {
  background-color: rgba(122, 167, 82, 0.1);
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories > ul li a img {
  width: 60px;
  height: 60px;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li.header-nav-sub-categories > ul li a span {
  font-size: 14px;
  text-align: left;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li a img {
  width: 100px;
  height: 100px;
}
.header-nav-sub-categories ul li.header-nav-sub-categories > ul li a span {
  font-size: 14px;
}
.header-button {
  font-family: "Galano Grotesque", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(135deg, #7aa752, #6b9644);
  border: 2px solid #7aa752;
  border-radius: 25px;
  color: #fff;
  width: 160px;
  height: 42px;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(122, 167, 82, 0.3);
  margin: 0 auto;
  flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.header-button:hover {
  background: linear-gradient(135deg, #8bc063, #7aa752);
  color: #fff;
  border-color: #8bc063;
  box-shadow: 0 6px 20px rgba(122, 167, 82, 0.4);
  transform: translateY(-2px);
}
.header-button:hover::before {
  left: 100%;
}
.header-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(122, 167, 82, 0.3);
}
@media (max-width: 1500px) {
  .header-button {
    width: 140px;
    height: 38px;
    font-size: 13px;
  }
}
.header-toggle-menu {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background: none;
  margin: 0 auto;
}
.header-toggle-menu::before, .header-toggle-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  border-radius: 1.5px;
  background-color: #7AA752;
  transition: all 0.3s;
}
.header-toggle-menu::before {
  transform: translate(-50%, calc(-50% - 4px));
}
.header-toggle-menu::after {
  transform: translate(-50%, calc(-50% + 4px));
  opacity: 0.4;
}
.header-toggle-menu.active::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.header-toggle-menu.active::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
  opacity: 1;
}
.header-menu {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.header-menu-content {
  padding: 15px 20px;
  background: linear-gradient(135deg, #1E2126 0%, #2a2a2a 100%);
  backdrop-filter: blur(10px);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.header-menu-content > ul {
  margin-top: 0;
}
.header-menu-content > ul > li,
.header-menu-content > ul > li a {
  display: block;
}
.header-menu-content > ul > li a {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 12px;
  color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin-bottom: 3px;
  position: relative;
  overflow: hidden;
}
.header-menu-content > ul > li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(122, 167, 82, 0.1), transparent);
  transition: left 0.5s ease;
}
.header-menu-content > ul > li a:hover {
  background-color: rgba(122, 167, 82, 0.15);
  color: #BECD97;
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(122, 167, 82, 0.2);
}
.header-menu-content > ul > li a:hover::before {
  left: 100%;
}
.header-menu-content > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(122, 167, 82, 0.2);
  padding: 5px 0px 5px 0px;
  margin-bottom: 5px;
}
.header-menu-content-sub > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin-bottom: 3px;
  background: rgba(255, 255, 255, 0.05);
}
.header-menu-content-sub > span svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
  color: #BECD97;
}
.header-menu-content-sub > span:hover {
  background-color: rgba(122, 167, 82, 0.15);
  color: #BECD97;
  transform: translateX(8px);
}
.header-menu-content-sub > ul {
  height: 0;
  opacity: 0;
  padding-left: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
  margin-top: -3px;
}
.header-menu-content-sub > ul li {
  display: block;
}
.header-menu-content-sub > ul li,
.header-menu-content-sub > ul li a {
  display: block;
}
.header-menu-content-sub > ul li a {
  padding: 10px 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 2px 0;
}
.header-menu-content-sub > ul li a:hover {
  color: #BECD97;
  background-color: rgba(122, 167, 82, 0.1);
  transform: translateX(5px);
}
.header-menu-content-sub.active > span {
  background-color: rgba(122, 167, 82, 0.2);
  color: #BECD97;
}
.header-menu-content-sub.active > span svg {
  transform: rotateZ(180deg);
}
.header-menu-content-sub.active > ul {
  height: auto;
  opacity: 1;
  padding: 10px 20px 15px 20px;
}
@media (max-width: 920px) {
  .header-menu {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(42, 42, 42, 0.95) 100%);
    backdrop-filter: blur(15px);
  }
  .header-menu-content {
    padding: 25px 35px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.header-menu.active {
  opacity: 1;
  visibility: visible;
}

/* Language Selection
-------------------------------------------------- */
/* Language Selection - Modern Flag Menu
-------------------------------------------------- */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1500px) {
  .header-right {
    gap: 10px;
  }
}

.idioma-buttons {
  display: flex;
  align-items: center;
  padding: 6px;
  background: #292E35;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.idioma-buttons:hover {
  background: #30353D;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.idioma-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.idioma-buttons button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(122, 167, 82, 0.2), rgba(122, 167, 82, 0.1));
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.idioma-buttons button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.idioma-buttons button:hover::before {
  opacity: 1;
  transform: scale(1);
}
.idioma-buttons button:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}
.idioma-buttons button img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  border: 2px solid #30353D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.idioma-buttons button img:hover {
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.idioma-buttons button:nth-child(1) img:hover {
  box-shadow: 0 4px 12px rgba(0, 155, 58, 0.4);
}
.idioma-buttons button:nth-child(2) img:hover {
  box-shadow: 0 4px 12px rgba(178, 34, 52, 0.4);
}
.idioma-buttons button:nth-child(3) img:hover {
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
}
.idioma-buttons button {
  animation: flagAppear 0.6s ease forwards;
  opacity: 0;
  transform: translateY(10px);
}
.idioma-buttons button:nth-child(1) {
  animation-delay: 0.1s;
}
.idioma-buttons button:nth-child(2) {
  animation-delay: 0.2s;
}
.idioma-buttons button:nth-child(3) {
  animation-delay: 0.3s;
}
@media (max-width: 1500px) {
  .idioma-buttons {
    gap: 6px;
    padding: 4px;
  }
  .idioma-buttons button {
    width: 36px;
    height: 36px;
  }
  .idioma-buttons button img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 920px) {
  .idioma-buttons {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .idioma-buttons button img {
    border-color: rgba(255, 255, 255, 0.4);
  }
}

/* Tooltip para as bandeiras */
.idioma-buttons button {
  position: relative;
}
.idioma-buttons button::after {
  content: attr(data-lang);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  backdrop-filter: blur(10px);
}
.idioma-buttons button:hover::after {
  opacity: 1;
  visibility: visible;
  bottom: -30px;
}
.idioma-buttons button:nth-child(1)::after {
  content: "Português";
}
.idioma-buttons button:nth-child(2)::after {
  content: "English";
}
.idioma-buttons button:nth-child(3)::after {
  content: "Español";
}

/* Animações */
@keyframes flagAppear {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Efeito de ondulação ao clicar */
.idioma-buttons button:active::before {
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* Versão mobile mais compacta */
@media (max-width: 768px) {
  .idioma-buttons {
    padding: 3px;
    gap: 4px;
  }
  .idioma-buttons button {
    width: 32px;
    height: 32px;
  }
  .idioma-buttons button img {
    width: 20px;
    height: 20px;
  }
  .idioma-buttons button::after {
    font-size: 10px;
    padding: 2px 6px;
  }
}
/* Footer
-------------------------------------------------- */
.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-logo,
.footer-logo img {
  display: block;
}
.footer-logo img {
  max-width: 100%;
  height: 130px;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #BECD97;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.footer-social svg {
  display: block;
  width: 16px;
  height: 16px;
}
.footer-social svg path {
  fill: #fff;
}
.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  color: #BECD97;
  margin-bottom: 20px;
}
.footer-column ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-column ul li a {
  font-size: 14px;
  transition: color 0.3s;
}
.footer-column ul li a:hover {
  color: #BECD97;
}
.footer-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #BECD97;
}
.footer-signature small {
  font-size: 12px;
  color: #BECD97;
}
.footer-signature img {
  height: 12px;
  display: block;
}
.footer-border {
  width: 100%;
  height: 8px;
  background-color: #7AA752;
}
@media (max-width: 920px) {
  .footer-column ul {
    max-height: unset;
  }
  .footer-signature {
    flex-direction: column;
  }
  .footer-signature small {
    text-align: center;
  }
}

/* Page Titles and Typography
-------------------------------------------------- */
.page-title {
  font-size: 20px !important;
  font-weight: 400 !important;
  text-align: center !important;
  color: #BECD97 !important;
  text-transform: uppercase !important;
  position: relative !important;
  padding-bottom: 20px !important;
  /* título principal (linha grande) - responsivo com clamp para manter proporção entre telas */
  /* ajustes por faixas para manter consistência com títulos usados em outras páginas */
}
.page-title::before {
  content: "" !important;
  width: 200px !important;
  height: 2px !important;
  position: absolute !important;
  background-color: #fff !important;
  left: calc(50% - 80px) !important;
  bottom: 0 !important;
}
.page-title::after {
  content: "" !important;
  width: 30px !important;
  height: 2px !important;
  position: absolute !important;
  background-color: #fff !important;
  left: calc(50% - 120px) !important;
  bottom: 0 !important;
}
.page-title span {
  font-size: clamp(28px, 6.5vw, 64px) !important;
  display: block !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  word-break: break-word !important;
  white-space: normal !important;
  letter-spacing: 0.3px !important;
  hyphens: auto !important;
}
@media (max-width: 1200px) {
  .page-title span {
    font-size: clamp(24px, 6vw, 56px) !important;
  }
}
@media (max-width: 920px) {
  .page-title {
    font-size: 16px !important;
  }
  .page-title span {
    font-size: clamp(20px, 7.5vw, 38px) !important;
  }
}

.page-subtitle {
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .page-subtitle {
    font-size: 36px;
  }
}

.page-subtitle-2 {
  font-size: 32px;
  font-weight: 400;
  padding-top: 36px;
}
@media (max-width: 920px) {
  .page-subtitle-2 {
    font-size: 24px;
  }
}

.section-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #7AA752;
  text-transform: uppercase;
  position: relative;
}
.section-title::before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  background-color: #7AA752;
  left: calc(50% - 80px);
  bottom: 0;
}
.section-title::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #7AA752;
  left: calc(50% - 120px);
  bottom: 0;
}
.section-title span {
  font-size: 32px;
  display: block;
  color: #1E2126;
  text-transform: none;
}

.section-title-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.section-title-2::before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  background-color: #7AA752;
  left: calc(50% - 80px);
  bottom: 0;
}
.section-title-2::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #7AA752;
  left: calc(50% - 120px);
  bottom: 0;
}

.text-1 {
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 920px) {
  .text-1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-2 {
  font-size: 20px;
  line-height: 28px;
}

/* Grid System Customizations
-------------------------------------------------- */
.grid-322 {
  padding: 10px;
}

.grid-222 {
  padding: 10px;
}

.grid-13 {
  padding: 10px;
}

/* Home Sections
-------------------------------------------------- */
.home-about-title-2 {
  line-height: 56px;
  font-weight: 600;
}
@media (max-width: 920px) {
  .home-about-title-2 {
    line-height: 56px;
  }
}

/* Contact Components
-------------------------------------------------- */
.contact-info {
  background-color: #1E2126;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
.contact-info-icon {
  height: 40px;
  margin-bottom: 10px;
}
.contact-info-icon svg {
  height: 30px;
  display: block;
}
.contact-info-icon svg path {
  fill: #fff;
}
.contact-info-title {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.contact-info-description {
  font-size: 14px;
  color: #A2A7B0;
}

/* Product Components
-------------------------------------------------- */
.product-images img {
  height: 420px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .product-images img {
    height: 330px;
    width: 350px;
  }
}
@media (max-width: 720px) {
  .product-images img {
    height: 250px !important;
    object-fit: cover !important;
    width: 335px !important;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 999 !important;
    opacity: 1 !important;
  }
}

/* Timeline Components
-------------------------------------------------- */
@media (min-width: 1500px) {
  .about-timeline-item::before, .about-timeline-item:first-child::before, .about-timeline-item:last-child::before {
    top: 100px;
    height: 320px;
    left: calc(21% - 15px);
  }
  .about-timeline-item.faq::before {
    content: none;
  }
}
@media (min-width: 921px) {
  .about-timeline-item::before, .about-timeline-item:first-child::before, .about-timeline-item:last-child::before {
    top: calc(60% - 15px);
    height: calc(100% + 357px);
    left: calc(22.2% - 15px);
  }
}
.about-timeline-item.faq::before {
  content: none;
}
.about-timeline-item.criacao::before {
  height: 313px;
}
@media (max-width: 1221px) {
  .about-timeline-item.criacao::before {
    height: 35px;
  }
}
@media (max-width: 1221px) {
  .about-timeline-item::before, .about-timeline-item:first-child::before, .about-timeline-item:last-child::before {
    top: 180px;
    height: 455px;
    left: calc(23.1% - 15px);
  }
}
@media (max-width: 920px) {
  .about-timeline-item::before, .about-timeline-item:first-child::before, .about-timeline-item:last-child::before {
    top: 60px;
    height: 20px;
    left: calc(52% - 15px);
  }
  .about-timeline-item.faq::before {
    top: 40px;
    height: 20px;
    left: calc(52% - 15px);
  }
}

/* Image Effects
-------------------------------------------------- */
.zoom-img {
  display: block;
}

/* Utilities
-------------------------------------------------- */
@media (min-width: 920px) {
  .float-right {
    float: right;
  }
}

/* Responsive Helpers
-------------------------------------------------- */
.hydrated {
  visibility: inherit;
  overflow-x: hidden;
}

.html .body {
  overflow-x: hidden;
}

/* Features Grid
-------------------------------------------------- */
.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
.feature:hover {
  transform: translateY(-5px);
}
.feature img {
  max-width: 80px;
  margin-bottom: 15px;
}
.feature h3 {
  font-size: 15px;
  color: #333;
  margin: 0;
}

/* Video Components
-------------------------------------------------- */
.video-container {
  position: relative;
  width: 100%;
  height: auto;
}

.image-overlay {
  position: absolute;
  bottom: -15%;
  right: 5%;
  width: 30%;
  max-width: 300px;
}

/* Content Sections
-------------------------------------------------- */
@media (min-width: 1025px) {
  .margem {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 90px;
  }
  .margem img {
    max-width: 800px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .margem {
    grid-template-columns: 1fr;
    margin: 20px;
  }
  .margem img {
    max-width: 100%;
    border: 1px dashed #ccc;
    border-radius: 4px;
    display: block;
  }
}

.content {
  flex-grow: 1;
}
.content h2 {
  font-size: 24px;
  margin: 0 0 10px;
  color: #333;
  margin-top: 10px;
}
.content p {
  margin: 0 0 20px;
  font-size: 16px;
}

/* Tables
-------------------------------------------------- */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  height: 200px;
}
.specs-table th,
.specs-table td {
  text-align: left;
  padding: 8px 12px;
  border: 1px dashed #ddd;
  border-left: none;
  border-right: none;
}
.specs-table th {
  color: #333;
  width: 200px;
  font-size: 16px;
}
.specs-table td {
  color: #555;
  text-align: right;
  font-size: 16px;
}

/* Overlays and Text Elements
-------------------------------------------------- */
.texto-sobreposto {
  position: absolute;
  top: 70%;
  left: 10%;
  transform: translate(0, -50%);
  text-align: left;
}
.texto-sobreposto h1 {
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 720px) {
  .texto-sobreposto h1 {
    font-size: 2em;
  }
}
@media (min-width: 721px) {
  .texto-sobreposto h1 {
    font-size: 3em;
  }
}
.texto-sobreposto h2 {
  margin: 10px 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .texto-sobreposto h2 {
    font-size: 1em;
  }
}
@media (min-width: 1025px) {
  .texto-sobreposto h2 {
    font-size: 2em;
  }
}
.texto-sobreposto button {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s;
}
.texto-sobreposto button:hover {
  background: white;
  color: black;
}

/* Simulator Components
-------------------------------------------------- */
.piloto_simulador {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  width: 100%;
  background-color: #f9f9f9;
}
.piloto_simulador .simulador {
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.piloto_simulador .video-simulador video {
  width: 100%;
  max-width: 700px; /* Ajuste conforme necessário */
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (min-width: 1025px) {
  .text-simulador {
    width: 40%;
    text-align: left;
  }
}
.text-simulador h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
}
.text-simulador p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}
.text-simulador hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-color: #ccc;
}

.video-simulador {
  width: 55%;
}
.video-simulador video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .simulador {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 40px;
  }
}
@media (min-width: 1025px) {
  .simulador {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .volante {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .volante {
    height: 490px;
    width: 500px;
  }
}

/* Media Content
-------------------------------------------------- */
@media (max-width: 720px) {
  .isodrop img {
    height: auto;
    width: 200px;
  }
}
@media (min-width: 721px) {
  .isodrop img {
    height: auto;
    width: 520px;
  }
}
@media (min-width: 1300px) {
  .isodrop img {
    height: 30vw;
    width: 700px;
  }
}

#meuVideo2 {
  width: 100%;
}
@media (max-width: 720px) {
  #meuVideo2 {
    height: 35vh;
  }
}
@media (min-width: 721px) {
  #meuVideo2 {
    height: 70%;
  }
}

#drop_calda {
  width: 100%;
}
@media (max-width: 720px) {
  #drop_calda {
    height: 280px;
  }
}
@media (min-width: 721px) {
  #drop_calda {
    height: 100%;
  }
}

/* Call to Action Components
-------------------------------------------------- */
.container_call-to-action {
  background-image: url(../img/site/soja.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px;
  background-color: #f2f2f2;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: white;
}
@media (max-width: 767px) {
  .container_call-to-action {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .container_call-to-action {
    display: flex;
    height: 400px;
  }
}

.titulo_call-to-action {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  flex: 1;
  color: #fff;
}

.conteudo_call-to-action {
  text-align: center;
}

.texto_call-to-action {
  font-size: 16px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.botao_call-to-action {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
.botao_call-to-action:hover {
  background-color: #45a049;
}

/* Autopilot Components
-------------------------------------------------- */
.container-piloto-automatico {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .container-piloto-automatico {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f9f9f9;
  }
}
@media (max-width: 768px) {
  .container-piloto-automatico {
    flex-direction: column;
    background-color: #f9f9f9;
  }
}

#pilotoAutomatico {
  max-width: 300px;
  height: auto;
  flex: 1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #pilotoAutomatico {
    max-width: 263px;
  }
}
@media (max-width: 768px) {
  #pilotoAutomatico {
    margin: 30px;
  }
}

.conteudo-texto {
  flex: 1;
  max-width: 900px;
}
@media (min-width: 768px) {
  .conteudo-texto {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .conteudo-texto {
    padding: 20px;
    border-radius: 30px;
  }
}
.conteudo-texto h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.conteudo-texto ul {
  text-align: left;
}

@media (max-width: 768px) {
  .texto-piloto-automatico {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .texto-piloto-automatico h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .texto-piloto-automatico p {
    font-size: 16px;
    color: black;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .topicos-piloto-automatico ul {
    list-style: disc;
    padding-left: 20px;
    color: black;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .topicos-piloto-automatico li {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* Problem Grid Components
-------------------------------------------------- */
.container_problema {
  padding: 20px;
  text-align: center;
}

.section-title_problema {
  font-size: 2rem;
  font-weight: bold;
  color: #6dd12b;
  margin-bottom: 20px;
}

.subtitle_problema {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

@media (max-width: 1800px) {
  .problema-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
}
@media (min-width: 1202px) {
  .problema-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
  }
}

.grid_problema {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  position: relative;
  justify-items: center;
  align-items: center;
}
.grid_problema > .problema:nth-child(3n)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ccc;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: -1;
}
.grid_problema > .problema:nth-child(3n)::before {
  display: none;
}

.problema {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
.problema h3 {
  font-size: 15px;
  color: #333;
  margin: 0;
}
@media (max-width: 1800px) {
  .problema:first-child::before {
    display: none;
  }
}
@media (max-width: 1202px) {
  .problema::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: #ccc;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.problema:last-child::after {
  display: none;
}

/* Project Components
-------------------------------------------------- */
@media (max-width: 1800px) {
  .container_projetos {
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.left-content h1 {
  font-size: 3rem;
  margin: 10px 0;
}
.left-content p {
  font-size: 1rem;
  margin: 0;
}

.right-content {
  flex: 1;
  padding: 20px;
  text-align: center;
}
.right-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.right-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
}
.checklist li::before {
  content: "✔";
  color: #6dd12b;
  font-weight: bold;
  margin-right: 10px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #356a5c;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: #4a8573;
}

.image-container_projetos {
  border-radius: 10px;
  overflow: hidden;
  width: 350px;
  height: 300px;
}
.image-container_projetos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Specifications */
.specifications {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}
.specifications h1,
.specifications h2 {
  margin-bottom: 15px;
}

.model-info p {
  margin: 0;
}

.export-btn {
  background-color: #007b00;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}
.export-btn:hover {
  background-color: #005a00;
}

.specifications-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.specifications-table th,
.specifications-table td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.specifications-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.specifications-table td {
  background-color: #fff;
}

/* Turn Components */
.turn-container {
  margin: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.content-volta {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .content-volta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.text-turn {
  flex: 1;
  margin-right: 20px;
  border-right: 2px solid #ccc;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .text-turn {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
}

.title-turn {
  cursor: pointer;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 10px 0;
  transition: font-weight 0.3s ease;
}
.title-turn.selected {
  font-weight: bold;
}

.description {
  display: none;
  margin-top: 10px;
}

.image-turn {
  margin-left: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .image-turn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.image-turn img {
  width: 500px;
}
@media (max-width: 768px) {
  .image-turn img {
    width: 100%;
    max-width: 800px;
  }
}

/* Animation Keyframes */
@keyframes autoTransition {
  0% {
    display: block;
  }
  33% {
    display: none;
  }
  66% {
    display: block;
  }
}
/* Final Responsive Adjustments */
@media (max-width: 767px) {
  .produza img {
    max-width: 900px;
    height: auto;
    display: block;
    width: 500px;
  }
}
@media (min-width: 768px) {
  .produza img {
    max-width: 1200px;
    height: auto;
    display: block;
    width: 900px;
  }
}

.scroll-arrow {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
  flex-direction: column;
  margin-top: 20px !important;
}

.scroll-arrow button {
  color: #fff !important;
  background: none !important;
  border: none !important;
  padding: 15px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.scroll-arrow button:hover {
  color: #7aa752;
  transform: translateY(-2px);
}

.scroll-arrow button:after {
  content: "▼";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  animation: bounce 2s infinite;
}

/* Animações */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-8px);
  }
  60% {
    transform: translateX(-50%) translateY(-4px);
  }
}
@keyframes scrollLine {
  0% {
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
    height: 30px;
  }
  100% {
    opacity: 0;
    height: 30px;
  }
}
/* Responsividade */
@media (max-width: 768px) {
  .scroll-arrow button {
    font-size: 14px !important;
    padding: 12px 16px !important;
  }
  .scroll-arrow button:before {
    height: 20px;
  }
  .scroll-arrow button:after {
    bottom: -25px;
    font-size: 10px;
  }
}
/* Efeito adicional para telas maiores */
@media (min-width: 1024px) {
  .scroll-arrow button:hover:before {
    background: linear-gradient(to bottom, #7aa752, transparent);
  }
  .scroll-arrow button:hover:after {
    color: #7aa752;
  }
}
/* Page Sobre Styles
-------------------------------------------------- */
.hidden {
  display: none;
}

#mapa-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.mapa {
  width: 80%;
  max-width: 600px;
}

.ponto {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #aaaaaa;
  border-radius: 50%;
}

#info-box {
  position: fixed;
  top: 50%;
  left: 90%;
  width: 18%;
  height: auto;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (max-width: 950px) {
  #info-box {
    left: 50%;
  }
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

/* Seção Fábrica em Números */
.fabrica-numeros {
  text-align: center;
  padding: 40px 20px;
}
.fabrica-numeros h2 {
  color: #7AA752;
  font-size: 2rem;
  margin-bottom: 5px;
}
.fabrica-numeros p {
  color: #000;
  margin-bottom: 20px;
  font-size: 1rem;
}

.estrutura {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.area-construida {
  background-color: #0a4f2e;
  color: #fff;
  padding: 40px;
  text-align: center;
  width: 300px;
  border-radius: 8px;
}
.area-construida .area-m2 span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}
.area-construida p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.detalhes-estrutura {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.box {
  width: 150px;
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  font-size: 0.9rem;
}
.box img {
  width: 40px;
  margin-bottom: 10px;
}

/* Seção Mercado */
.mercado {
  text-align: center;
  padding: 40px 20px;
}
.mercado h2 {
  margin-bottom: 40px;
}

.dados-mercado {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.item1,
.item2,
.item3,
.item4 {
  width: 150px;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item1 img,
.item2 img,
.item3 img,
.item4 img {
  width: 40px;
  margin-bottom: 10px;
  display: block;
}
.item1 p,
.item2 p,
.item3 p,
.item4 p {
  font-size: 0.9rem;
}
.item1 strong,
.item2 strong,
.item3 strong,
.item4 strong {
  font-size: 1.1rem;
  color: #0a4f2e;
}

.chamada {
  font-size: 1rem;
  margin-bottom: 20px;
}

.botao-orcamento {
  background-color: #f26522;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.botao-orcamento:hover {
  background-color: #d6521e;
}

.map-container {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.map-container img {
  width: 100%;
}

.marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.info-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 1000;
}
.info-box img {
  max-width: 100%;
  margin-bottom: 10px;
  width: 200px;
}
.info-box .close {
  cursor: pointer;
  background-color: #f44336;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
}
.info-box .close:hover {
  background-color: #d32f2f;
}

.mobile-fashion {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #fff;
}
.mobile-fashion .content {
  display: flex;
  max-width: 1200px;
  align-items: center;
}
.mobile-fashion .devices img {
  width: 100%;
  max-width: 400px;
}
.mobile-fashion .text {
  max-width: 500px;
  margin-left: 40px;
}
.mobile-fashion .text h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mobile-fashion .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 920px) {
  .header-nav {
    display: none;
  }
  .header-menu {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(15px);
  }
  .header-menu-content {
    padding: 25px 35px;
    background: transparent;
    border-radius: 0;
  }
}
/* Submenu Override - Garantir que apareça acima de todo conteúdo */
.header-nav-sub-pages ul,
.header-nav-sub-categories ul {
  position: fixed !important;
  z-index: 2147483647 !important; /* Valor máximo de z-index */
  background-color: rgb(255, 255, 255) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

.header-nav-sub-pages ul {
  background-color: rgb(122, 167, 82) !important;
}

.header-nav-sub-categories ul {
  background-color: rgb(255, 255, 255) !important;
}

/* Restore header z-index hierarchy */
.header {
  z-index: 999999 !important;
}

.header * {
  z-index: inherit !important;
}

.header-nav-sub-pages ul,
.header-nav-sub-categories ul {
  z-index: 2147483647 !important;
}

/* Ensure dropdown content is visible */
.header-nav-sub-pages ul li,
.header-nav-sub-categories ul li,
.header-nav-sub-pages ul a,
.header-nav-sub-categories ul a {
  z-index: inherit !important;
}

/* Pest Management Information Page Styles */
.mip-pests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
}

.mip-pest-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.6s ease forwards;
}
.mip-pest-card:hover {
  transform: translateY(-5px);
  border-color: #7aa752;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.mip-pest-card:nth-child(1) {
  animation-delay: 0.1s;
}
.mip-pest-card:nth-child(2) {
  animation-delay: 0.2s;
}
.mip-pest-card:nth-child(3) {
  animation-delay: 0.3s;
}
.mip-pest-card:nth-child(4) {
  animation-delay: 0.4s;
}
.mip-pest-card:nth-child(5) {
  animation-delay: 0.5s;
}
.mip-pest-card:nth-child(6) {
  animation-delay: 0.6s;
}
.mip-pest-card:nth-child(7) {
  animation-delay: 0.7s;
}
.mip-pest-card:nth-child(8) {
  animation-delay: 0.8s;
}
.mip-pest-card:nth-child(9) {
  animation-delay: 0.9s;
}
.mip-pest-card:nth-child(10) {
  animation-delay: 1s;
}
.mip-pest-card:nth-child(11) {
  animation-delay: 1.1s;
}
.mip-pest-card:nth-child(12) {
  animation-delay: 1.2s;
}

.mip-pest-images {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
}
.mip-pest-images .mip-pest-image-wrapper {
  position: relative;
  width: calc(50% - 6px);
}
.mip-pest-images .mip-pest-image-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, filter 0.3s;
  cursor: pointer;
  display: block;
}
.mip-pest-images .mip-pest-image-wrapper .mip-pest-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mip-pest-images .mip-pest-image-wrapper:hover img {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.mip-pest-images .mip-pest-image-wrapper:hover .mip-pest-zoom-icon {
  opacity: 1;
}

.mip-solution-card-white {
  background: #232834;
  border-radius: 20px;
  padding: 32px 28px 32px 28px;
  border: 1.5px solid transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
  transition: box-shadow 0.1s, transform 0.1s, border-color 0.1s;
}
.mip-solution-card-white:hover {
  box-shadow: 0 4px 24px rgba(122, 167, 82, 0.12);
  transform: translateY(-4px) scale(1.01);
  border-color: #000000;
}

.mip-solution-card {
  background: #232834;
  border-radius: 20px;
  padding: 32px 28px 32px 28px;
  border: 1.5px solid transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
  transition: box-shadow 0.1s, transform 0.1s, border-color 0.1s;
}
.mip-solution-card:hover {
  box-shadow: 0 4px 24px rgba(122, 167, 82, 0.12);
  transform: translateY(-4px) scale(1.01);
  border-color: #7aa752;
}
.mip-solution-card .mip-solution-number {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7aa752;
  margin-bottom: 12px;
  margin-left: 2px;
  letter-spacing: 1px;
  background: none;
}
.mip-solution-card .mip-solution-text {
  text-align: left;
  margin: 0;
  line-height: 1.5;
  color: #f2f2f2;
  font-size: 1.08rem;
  padding: 0;
  background: none;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-weight: 400;
}

.mip-pest-info {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mip-pest-info .mip-pest-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #7aa752;
  display: block;
}
.mip-pest-info .mip-pest-scientific {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 12px;
  color: #e0e0e0;
  display: block;
}
.mip-pest-info .mip-pest-label {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 4px 0;
  color: #7aa752;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}
.mip-pest-info .mip-pest-value {
  font-size: 15px;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.3;
  display: block;
}
.mip-pest-info .mip-pest-value i {
  font-style: italic;
  color: #e0e0e0;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}
.image-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}
.image-modal .modal-content .modal-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
}
.image-modal .modal-content .modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #7aa752;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.image-modal .modal-content .modal-close:hover {
  background: #6d9647;
  transform: scale(1.1);
}
.image-modal .modal-content .modal-info {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 4px;
  backdrop-filter: blur(5px);
}

@media (max-width: 480px) {
  .mip-pests-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mip-pest-card {
    padding: 16px;
  }
  .mip-pest-images {
    flex-direction: column;
    align-items: center;
  }
  .mip-pest-images img {
    width: 100%;
    max-width: 200px;
    height: 160px;
  }
  .mip-pest-info .mip-pest-name {
    font-size: 16px;
  }
  .mip-pest-info .mip-pest-scientific {
    font-size: 14px;
  }
  .mip-pest-info .mip-pest-label {
    font-size: 12px;
  }
  .mip-pest-info .mip-pest-value {
    font-size: 13px;
  }
  .modal-content {
    max-width: 95%;
    max-height: 85%;
  }
  .modal-content .modal-close {
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .mip-pests-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .mip-pest-images img {
    height: 140px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mip-pests-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .mip-pest-images img {
    height: 170px;
  }
}
@media (min-width: 1025px) {
  .mip-pests-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .mip-pest-images img {
    height: 160px;
  }
}
@media (min-width: 1400px) {
  .mip-pests-grid {
    gap: 30px;
  }
  .mip-pest-card {
    padding: 24px;
  }
  .mip-pest-images img {
    height: 200px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* Products Section Styles */
.products-section {
  margin-top: 60px;
  padding: 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.product-card .product-content {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 1px solid #f0f0f0;
  padding: 30px 25px;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.product-card .product-image {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product-card:hover .product-image {
  transform: scale(1.05);
}
.product-card .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 167, 82, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-overlay {
  opacity: 1;
}
.product-card .product-content {
  padding: 30px 25px;
}
.product-card .product-title-card {
  font-size: 24px;
  font-weight: 700;
  color: #1e2126;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.product-card .product-description-card {
  color: #6c757d;
  font-size: 14px;
  margin: 0 0 25px 0;
  line-height: 1.5;
}
.product-card .product-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7aa752;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
}
.product-card .product-action .action-text {
  flex: 1;
}
.product-card .product-action svg {
  transition: transform 0.3s ease;
}
.product-card:hover .product-action {
  color: #5a8f3a;
}
.product-card:hover .product-action svg {
  transform: translateX(4px);
}

.home-contact {
  padding: 60px 0;
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.product-image-container {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.view-details {
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

/* Responsividade */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-card {
    margin: 0 10px;
  }
  .product-card .product-content {
    padding: 25px 20px;
  }
  .product-card .product-title {
    font-size: 20px;
  }
  .product-image-container {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .products-section {
    margin-top: 40px;
  }
  .product-image-container {
    height: 200px;
  }
  .product-card .product-content {
    padding: 20px 15px;
  }
}
/* Hide hamburger menu on desktop - more specific rule */
@media (min-width: 1225px) {
  .header-toggle-menu.mobile-only {
    display: none !important;
    visibility: hidden !important;
  }
}

/* Show only on mobile and tablet */
@media (max-width: 1199px) {
  .header-toggle-menu.mobile-only {
    display: block !important;
    visibility: visible !important;
  }
}
.piloto-vantagens {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .piloto-vantagens {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
  .piloto-vantagens #pilotoAutomatico {
    max-width: 50%;
    margin: 0 auto;
    padding: 0;
  }
  .piloto-vantagens .conteudo-texto {
    padding: 40px;
  }
  .piloto-vantagens li {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .piloto_simulador {
    padding: 20px;
  }
}

.simulador {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .simulador {
    flex-direction: column;
    gap: 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .section-title {
    padding: 20px;
  }
}

/* Contact Page Styles */
.contact-hero {
  position: relative;
  background: linear-gradient(135deg, #1E2126 0%, #3b4047 50%, #1E2126 100%);
  padding: 60px 0;
  overflow: hidden;
}
.contact-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="%23ffffff" fill-opacity="0.1" cx="30" cy="30" r="2"/></g></svg>');
}
.contact-hero .hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.contact-hero .hero-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.contact-hero .hero-content p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-main-section {
  background: #292e35;
  padding: 80px 0;
}

.contact-layout-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 1.5fr;
  grid-template-rows: auto auto;
  gap: 2rem;
  text-align: center;
}

.contact-card {
  background: #30353d;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  justify-items: center;
}
.contact-card .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.contact-card .card-icon.location, .contact-card .card-icon.phone {
  background: linear-gradient(135deg, #7AA752, #becd97);
}
.contact-card .card-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.contact-card .card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.contact-card .card-content p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.contact-card .card-action a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.1s ease;
}
.contact-card .card-action a:hover {
  color: #fff;
}

.map-container.map-large {
  grid-row: 1/3;
  grid-column: 3;
  background: #30353d;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
.map-container.map-large .map-header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.map-container.map-large .map-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.map-container.map-large .map-header p {
  color: #fff;
  font-size: 1rem;
}
.map-container.map-large .map-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.map-container.map-large .map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.business-hours-card {
  grid-column: 1/3;
  background: #30353d;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.business-hours-card .hours-icon {
  background: linear-gradient(135deg, #7AA752, #becd97);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.business-hours-card .hours-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.business-hours-card .hours-content .hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.business-hours-card .hours-content .hours-list .hour-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.business-hours-card .hours-content .hours-list .hour-item:last-child {
  border-bottom: none;
}
.business-hours-card .hours-content .hours-list .hour-item .day {
  font-weight: 600;
  color: #fff;
}
.business-hours-card .hours-content .hours-list .hour-item .time {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact-hero .hero-content h2 {
    font-size: 2rem;
  }
  .contact-hero .hero-content p {
    font-size: 1.1rem;
  }
  .contact-layout-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
  }
  .map-container.map-large {
    grid-row: auto;
    grid-column: auto;
  }
  .business-hours-card {
    grid-column: auto;
    flex-direction: column;
    text-align: center;
  }
  .hours-list {
    align-items: center;
  }
  .hour-item {
    width: 100%;
    max-width: 300px;
  }
  .map-wrapper iframe {
    height: 300px;
  }
  .contact-card,
  .map-container,
  .business-hours-card {
    padding: 2rem;
  }
}
/* YouTube CTA Fallback */
.youtube-cta-card {
  background: linear-gradient(135deg, #7aa752, #5d8a3a);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  color: white;
  margin: 40px auto;
  max-width: 600px;
  box-shadow: 0 8px 32px rgba(122, 167, 82, 0.3);
}
.youtube-cta-card h3 {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 700;
}
.youtube-cta-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
  opacity: 0.9;
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cta-btn.primary {
  background: #fff;
  color: #7aa752;
}
.cta-btn.primary:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cta-btn.secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .youtube-cta-card {
    padding: 24px 20px;
    margin: 20px;
  }
  .youtube-cta-card h3 {
    font-size: 20px;
  }
  .youtube-cta-card p {
    font-size: 14px;
  }
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .cta-btn {
    width: 200px;
  }
}
.youtube-description {
  text-align: center;
  color: #6c757d;
  font-size: 16px;
  margin: 15px auto 0;
  max-width: 600px;
  line-height: 1.5;
}

.youtube-player-container {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.youtube-player-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.youtube-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

.youtube-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  color: #6c757d;
}
.youtube-loading p {
  margin: 15px 0 0;
  font-size: 14px;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e9ecef;
  border-top: 3px solid #7aa752;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.youtube-channel-info {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.youtube-channel-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.channel-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 3px solid #7aa752;
  transition: transform 0.3s ease;
}
.channel-avatar:hover {
  transform: scale(1.05);
}
.channel-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.channel-details h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1e2126;
  margin: 0 0 8px;
  line-height: 1.3;
}
.channel-details .subscriber-count {
  color: #6c757d;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 500;
}
.channel-details .channel-description {
  margin-bottom: 24px;
  flex: 1;
}
.channel-details .channel-description p {
  color: #495057;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.youtube-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.youtube-subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #ff0000;
  color: white;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}
.youtube-subscribe-btn:hover {
  background: #cc0000;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
  color: white;
}
.youtube-subscribe-btn svg {
  width: 20px;
  height: 20px;
}

.youtube-visit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  background: transparent;
  color: #7aa752;
  text-decoration: none;
  border: 2px solid #7aa752;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
}
.youtube-visit-btn:hover {
  background: #7aa752;
  color: white;
  transform: translateY(-1px);
}
.youtube-visit-btn svg {
  width: 14px;
  height: 14px;
}

.youtube-recent-videos {
  margin-top: 40px;
}
.youtube-recent-videos .recent-videos-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e2126;
  margin-bottom: 30px;
}

.recent-videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.recent-video-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.recent-video-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  color: inherit;
}
.recent-video-item .video-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #f8f9fa;
}
.recent-video-item .video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-video-item .video-thumbnail .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.recent-video-item .video-thumbnail .play-overlay svg {
  width: 24px;
  height: 24px;
  color: white;
  margin-left: 2px;
}
.recent-video-item:hover .play-overlay {
  opacity: 1;
}
.recent-video-item .video-info {
  padding: 16px;
}
.recent-video-item .video-info .video-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e2126;
  margin: 0 0 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-video-item .video-info .video-meta {
  font-size: 12px;
  color: #6c757d;
}
.recent-video-item .video-info .video-meta span {
  margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .youtube-player-container {
    margin-bottom: 30px;
  }
  .youtube-channel-info {
    padding: 24px 20px;
  }
  .channel-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .channel-details h3 {
    font-size: 18px;
  }
  .youtube-actions {
    flex-direction: column;
  }
  .recent-videos-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .home-youtube-section .space-60 {
    height: 40px;
  }
  .youtube-description {
    font-size: 14px;
    padding: 0 10px;
  }
  .youtube-channel-info {
    padding: 20px 16px;
  }
}
/* Animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.recent-video-item {
  animation: fadeInUp 0.6s ease forwards;
}
.recent-video-item:nth-child(1) {
  animation-delay: 0.1s;
}
.recent-video-item:nth-child(2) {
  animation-delay: 0.2s;
}
.recent-video-item:nth-child(3) {
  animation-delay: 0.3s;
}
.recent-video-item:nth-child(4) {
  animation-delay: 0.4s;
}
.recent-video-item:nth-child(5) {
  animation-delay: 0.5s;
}
.recent-video-item:nth-child(6) {
  animation-delay: 0.6s;
}

.page-subtitle,
.page-subtitle:hover {
  text-shadow: none !important;
  transition: none !important;
}

.justify {
  text-align: justify;
}

.caixas-conteudo {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
}

.caixa-texto {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  padding: 32px 32px 24px 32px;
  flex: 1 1 380px;
  max-width: 520px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f0f0f0;
  position: relative;
}

.caixa-texto img {
  width: 160px;
  height: 120px;
  margin-bottom: 24px;
  align-self: center;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  object-fit: contain;
  object-position: top;
  display: block;
}

.caixa-texto p {
  font-size: 18px;
  color: #222;
  text-align: left;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.caixa-texto a {
  color: #7aa752;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

@media (max-width: 900px) {
  .caixas-conteudo {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .caixa-texto {
    max-width: 98vw;
    min-width: 0;
    width: 100%;
  }
}
.btn-inovacao {
  align-self: flex-start;
  margin-top: 32px;
  padding: 8px 22px;
  background: #7aa752;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(122, 167, 82, 0.08);
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  min-width: 0;
  width: auto;
  white-space: nowrap;
  letter-spacing: 0.01em;
  display: inline-block;
}

.btn-inovacao:hover {
  background: #5b7e3e;
  color: #fff !important;
  text-decoration: none;
}

/* Footer: garantimos que o container envolva os floats */
.footer .container::after {
  content: "";
  display: block;
  clear: both;
}

/* Tablet e mobile: colunas empilhadas e largura total */
@media (max-width: 1225px) {
  .footer .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer .footer-column,
  .footer .grid-12,
  .footer .grid-10,
  .footer .grid-lg-4,
  .footer .grid-lg-2,
  .footer .push-lg-1 {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .footer .footer-signature {
    text-align: center;
  }
  .footer .footer-social {
    display: flex;
    gap: 8px;
    align-items: center;
  }
}
/* Ajuste dos ícones sociais */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}

.social-icons img {
  width: 40px;
  height: 40px;
  filter: invert(1) brightness(2);
}

.social-icons a:hover {
  transform: scale(1.1);
}

.__wrap {
  top: 60px;
}

@media (max-width: 968px) {
  .social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
  }
  .follow-us {
    height: 150px;
    background-attachment: scroll;
    margin-left: 30px;
  }
  .follow-us .__wrap .right > a {
    color: rgb(156, 192, 132);
    font-size: 15px;
    margin-left: -60px;
  }
  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(156, 192, 132);
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  .follow-us .__wrap .social-icons {
    display: flex;
    gap: 5px;
    margin-right: 60px;
  }
  .follow-us .__wrap .right {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-left: 65%;
    margin-right: 0;
    margin-top: 40px;
  }
}
/* Ajuste para o conteúdo interno */
.follow-us .__wrap {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.follow-us .__wrap h2 {
  color: #73a453;
  font-family: SourceSansPro-Bold;
  font-size: 40px;
  line-height: 50px;
}

a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}

@media (min-width: 969px) {
  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }
  .social-icons img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
  }
  .social-icons img:hover {
    transform: scale(1.1);
  }
  .follow-us .__wrap {
    align-items: center;
    display: flex;
    padding: 100px 0;
  }
  .__wrap {
    height: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    top: 60px;
  }
  .follow-us .__wrap h2 {
    color: #73a453;
    font-family: SourceSansPro-Bold;
    font-size: 40px;
    line-height: 50px;
  }
  .follow-us .__wrap .right {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-left: 65%;
    margin-right: 0;
  }
  .follow-us .__wrap .social-icons {
    display: flex;
    gap: 25px;
  }
  a {
    color: inherit;
    cursor: pointer;
    font-size: inherit;
  }
  img {
    display: block;
  }
  .follow-us .__wrap .right > a {
    color: rgb(156, 192, 132);
    font-size: 37px;
    margin-top: 400px;
    margin-left: 90px;
  }
  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-top: -100px;
    background-color: rgb(156, 192, 132);
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
}
.slick-dots li {
  display: none;
}

@media (min-width: 1026px) {
  .slick-slide {
    width: 400px;
  }
}
@media (max-width: 1025px) {
  .slick-slide {
    width: 450px;
  }
}
@media (max-width: 821px) {
  .slick-slide {
    width: 390px;
  }
}
@media (max-width: 376px) {
  .slick-slide {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .slick-dots li:nth-child(1),
  .slick-dots li:nth-child(2) {
    display: inline-block;
  }
}
@media (max-width: 1023px) {
  .slick-dots li {
    display: inline-block;
  }
}
/* Estilo padrão para telas grandes */
.grid-322.no-padding.list {
  display: flex;
  justify-content: center;
}

/* Estilo para telas pequenas */
@media (max-width: 734px) {
  .grid-322.no-padding.list {
    display: block;
  }
}
.height-align-item {
  display: flex;
}

.product-item {
  align-items: center;
}

.height-align-content-top {
  flex: 1 0 auto;
}

.product-item h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  margin: 40px 0 20px 0;
}

@media (max-width: 1220px) {
  .home-about-title span {
    font-size: 52px !important;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .home-about-title span {
    font-size: 42px !important;
  }
  .home-top-title {
    font-size: 20px;
  }
  .tec-title {
    font-size: 48px !important;
  }
}
@media (max-width: 600px) {
  .home-testimonials {
    padding: 32px 16px !important;
  }
  .home-testimonials .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Garante o card centralizado dentro da coluna */
  .home-testimonials .grid-322.grid-lg-6.height-align-item {
    justify-content: center;
  }
}
.home-testimonials-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  text-align: center;
}

.home-testimonials-card-infos {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-testimonials-card-description {
  text-align: center !important;
}

.home-solutions-card-description {
  font-size: 20px;
  text-align: start;
}

@media (max-width: 600px) {
  .home-about-title span {
    font-size: 36px !important;
    display: block;
    padding: 6px 10px 0px 10px;
  }
  .home-about-description {
    font-size: 18px;
    padding: 10px;
  }
  .button.button-lg.button-green {
    font-size: 16px !important;
    padding: 8px 16px !important;
    border-radius: 36px !important;
  }
  .home-solutions-title {
    font-size: 20px;
    padding: 10px;
  }
  .home-solutions-card-description {
    font-size: 16px;
    white-space: wrap;
    text-align: justify;
    white-space: wrap;
    hyphens: auto;
  }
}
.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  will-change: transform;
}

.slick-slide {
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .home-testimonials .container-full {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .home-testimonials .container {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .home-testimonials .grid-322.no-padding.height-align {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .home-testimonials .height-align-item {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.home-top-title {
  font-size: 2rem;
  color: #cddc8b;
  letter-spacing: 2px;
  text-shadow: 0 2px 12px rgba(60, 80, 40, 0.18);
  opacity: 0;
  animation: fadeInTitle 1.2s ease-out forwards;
}

.tec-title {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 32px rgba(60, 80, 40, 0.22), 0 1px 0 #7aa752;
  filter: drop-shadow(0 2px 8px rgba(60, 80, 40, 0.13));
  opacity: 0;
  animation: fadeInTitle 1.6s 0.3s ease-out forwards;
}

@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsivo */
@media (max-width: 768px) {
  .home-top-title {
    font-size: 1.2rem;
  }
  .tec-title {
    font-size: 2.6rem;
  }
}
.dados-mercado {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.dados-mercado > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 24px 18px;
  min-width: 200px;
  min-height: 150px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.dados-mercado img {
  margin-bottom: 12px;
  align-self: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container.flex-center {
    flex-direction: column;
    align-items: stretch;
  }
  .container.flex-center .grid-lg-6,
  .container.flex-center.invert-blocks .grid-lg-6 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  /* Imagem em largura total, porém mais baixa (tablet) */
  .container.flex-center .grid-lg-6 img.image-full,
  .container.flex-center.invert-blocks .grid-lg-6 img.image-full {
    display: block;
    width: 100vw;
    max-width: none;
    height: clamp(260px, 40vh, 420px);
    /* ajuste aqui conforme desejar */
    object-fit: cover;
    /* faz o crop sem distorcer */
    object-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    padding: 24px 0 24px 0;
  }
  #mapa-container {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #mapa-container img.mapa {
    display: block;
    width: 100%;
    height: auto;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .dados-mercado {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .dados-mercado {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
  }
}
.solutions-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #f7fffa 100%);
  position: relative;
}

.solutions-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23ffffff" opacity="0.1"><polygon points="0,100 1000,0 1000,100"/></svg>') no-repeat;
  background-size: cover;
}

.solutions-grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.solution-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7aa752, #becd97);
}

.solution-card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}

.solution-card.reverse {
  grid-template-columns: 1fr 1fr;
}

.solution-card.reverse .solution-image {
  order: -1;
}

.solution-content {
  padding: 20px 0;
}

.solution-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  line-height: 1.3;
  position: relative;
}

.solution-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #7aa752, #becd97);
  border-radius: 2px;
}

.solution-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

.solution-text p {
  margin-bottom: 16px;
  transition: color 0.3s ease;
}

.solution-text p:last-child {
  margin-bottom: 0;
}

.solution-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.image-styled {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.excellence-section {
  padding: 60px 0 40px 0;
  background: #ffffff;
  text-align: center;
}

.excellence-header {
  position: relative;
  display: inline-block;
}

.excellence-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  position: relative;
}

.excellence-section .section-title span {
  position: relative;
  z-index: 1;
}

.excellence-section .section-title::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 12px;
  background: linear-gradient(90deg, rgba(40, 167, 69, 0.2), rgba(32, 201, 151, 0.2));
  border-radius: 6px;
  z-index: 0;
}

/* Responsividade */
@media (max-width: 1024px) {
  .solution-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
  }
  .solution-card .solution-image,
  .solution-card.reverse .solution-image {
    order: 1 !important; /* Mudança: era 0, agora é 1 para ficar embaixo */
    grid-row: 2 !important;
  }
  .solution-card .solution-content,
  .solution-card.reverse .solution-content {
    order: 0 !important; /* Mudança: era 1, agora é 0 para ficar em cima */
    grid-row: 1 !important;
  }
  /* Força grid de uma coluna */
  .solution-card,
  .solution-card.reverse {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }
  /* Centraliza o título da segunda seção */
  .solution-title {
    text-align: center;
  }
  .solution-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* CORREÇÃO ADICIONAL PARA GARANTIR QUE FUNCIONE */
@media screen and (max-width: 1024px) {
  .solutions-grid .solution-card.reverse .solution-image {
    order: 1 !important; /* Mudança: era 0, agora é 1 */
    -webkit-order: 1 !important;
    -moz-order: 1 !important;
    -ms-flex-order: 1 !important;
  }
  .solutions-grid .solution-card.reverse .solution-content {
    order: 0 !important; /* Mudança: era 1, agora é 0 */
    -webkit-order: 0 !important;
    -moz-order: 0 !important;
    -ms-flex-order: 0 !important;
  }
}
@media (max-width: 768px) {
  .solutions-section {
    padding: 50px 0;
  }
  .solutions-grid {
    gap: 40px;
  }
  .solution-card {
    padding: 24px;
    border-radius: 16px;
  }
  .solution-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .solution-text {
    font-size: 1rem;
  }
  .image-styled {
    height: 250px;
  }
  .excellence-section .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .solution-card {
    padding: 20px;
    margin: 0 10px;
  }
  .solution-title {
    font-size: 1.4rem;
  }
  .solution-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .image-styled {
    height: 200px;
  }
  .excellence-section .section-title {
    font-size: 1.8rem;
  }
}
/* --- ESTILOS DA NOVA LINHA DO TEMPO --- */
.about-timeline-section {
  padding: 60px 0;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #7aa752;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
  border-radius: 3px; /* Arredonda as pontas da linha central */
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  transition: transform 0.3s ease;
  margin-bottom: 40px;
  z-index: 2; /* Garante que o item fique acima da linha central */
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item:hover {
  transform: translateY(-5px);
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #222;
  border: 4px solid #7aa752;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 3; /* Garante que o ponto fique na frente de tudo */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.timeline-item:hover::after {
  background-color: #7aa752;
  border-color: #fff;
}

.timeline-item:nth-child(odd) {
  left: 0;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

.timeline-item:nth-child(even)::after {
  left: -10px;
}

.timeline-date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 45px;
  z-index: 2;
  width: 100%;
}

.timeline-item:nth-child(odd) .timeline-date {
  left: 100%;
  text-align: left;
}

.timeline-item:nth-child(even) .timeline-date {
  right: 100%;
  text-align: right;
}

.timeline-content {
  padding: 20px 30px;
  background-color: #1c1c1c;
  position: relative;
  border-radius: 8px;
  border: 1px solid #333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.timeline-item:hover .timeline-content {
  box-shadow: 0 8px 25px rgba(122, 167, 82, 0.2);
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 0;
  background-color: #7aa752;
  transition: width 0.3s ease;
  z-index: 2;
  box-shadow: 0 0 8px rgba(122, 167, 82, 0.6); /* Adiciona brilho para padronizar */
}

.timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
}

.timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
}

.timeline-item:hover .timeline-content::before {
  width: 30px;
}

.timeline-title {
  margin: 0 0 8px 0;
  font-size: 1.4rem;
  color: #7aa752;
  font-weight: bold;
}

.timeline-description {
  margin: 0;
  font-size: 0.95rem;
  color: #ddd;
  line-height: 1.6;
  text-align: justify;
}

/* Media queries para responsividade da timeline */
@media screen and (max-width: 768px) {
  .timeline::after {
    left: 20px;
  }
  .timeline-item,
  .timeline-item:nth-child(even) {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
    left: 0;
  }
  .timeline-item::after,
  .timeline-item:nth-child(even)::after {
    left: 10px;
  }
  /* Corrige o alinhamento de TODAS as datas em mobile */
  .timeline-item:nth-child(odd) .timeline-date,
  .timeline-item:nth-child(even) .timeline-date {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    width: auto;
  }
  /* Remove a linha de conexão em mobile */
  .timeline-content::before {
    display: none;
  }
}
/* --- FIM DOS ESTILOS DA LINHA DO TEMPO --- */
/* FORÇA CORREÇÃO DA ORDEM DOS CARDS EM MOBILE */
@media (max-width: 1024px) {
  /* Remove qualquer order existente e força ordem padrão */
  .solution-card .solution-image,
  .solution-card.reverse .solution-image {
    order: 1 !important; /* Mudança: era 0, agora é 1 para ficar embaixo */
    grid-row: 2 !important;
  }
  .solution-card .solution-content,
  .solution-card.reverse .solution-content {
    order: 0 !important; /* Mudança: era 1, agora é 0 para ficar em cima */
    grid-row: 1 !important;
  }
  /* Força grid de uma coluna */
  .solution-card,
  .solution-card.reverse {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }
  /* Centraliza o título da segunda seção */
  .solution-title {
    text-align: center;
  }
  .solution-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* CORREÇÃO ADICIONAL PARA GARANTIR QUE FUNCIONE */
@media screen and (max-width: 1024px) {
  .solutions-grid .solution-card.reverse .solution-image {
    order: 1 !important; /* Mudança: era 0, agora é 1 */
    -webkit-order: 1 !important;
    -moz-order: 1 !important;
    -ms-flex-order: 1 !important;
  }
  .solutions-grid .solution-card.reverse .solution-content {
    order: 0 !important; /* Mudança: era 1, agora é 0 */
    -webkit-order: 0 !important;
    -moz-order: 0 !important;
    -ms-flex-order: 0 !important;
  }
}
@media (min-width: 920px) and (max-width: 1025px) {
  /* garante que o container alinhe e centralize os filhos */
  section.mercado .container.flex-center {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
  }
  /* centraliza o bloco de texto (primeiro grid) e limita a largura para ficar visualmente centralizado) */
  section.mercado .container.flex-center > .grid-322.grid-lg-6:first-child {
    margin: 0 auto !important;
    max-width: 720px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
  /* sobrescreve inline text-align: justify e centraliza parágrafos/títulos */
  section.mercado .container.flex-center > .grid-322.grid-lg-6:first-child,
  section.mercado .container.flex-center > .grid-322.grid-lg-6:first-child * {
    text-align: center !important;
  }
  /* caso o texto esteja dentro de uma div com style inline, força centralização e largura confortável */
  section.mercado .container.flex-center > .grid-322.grid-lg-6:first-child div[style] {
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 720px !important;
  }
  /* garante que o título também fique centralizado */
  section.mercado .container.flex-center > .grid-322.grid-lg-6:first-child .page-subtitle-2,
  section.mercado .container.flex-center > .grid-322.grid-lg-6:first-child h3 {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* evita que o mapa (segundo grid) empurre visualmente o texto para a esquerda */
  section.mercado .container.flex-center > .grid-322.grid-lg-6:last-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/*# sourceMappingURL=style.min.css.map */
