@charset "UTF-8";
/*!
Theme Name: Somos Agronegócio
Theme URI: http://underscores.me/
Author: Dorck Coding
Author URI: https://dorckcoding.com
Description: A versatile and modern WordPress theme designed for a wide range of websites. It features custom backgrounds, logos, menus, and supports featured images, threaded comments, and is translation-ready. Perfect for creating a unique and engaging online presence.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcwp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
/* Webfonts
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* Box sizing
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Base
   ========================================================================== */
html,
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #4A5751;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  html,
  body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3.125rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

input,
select,
textarea {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #4A5751;
}

/*--------------------------------------------------------------
# WordPress
--------------------------------------------------------------*/
.post-edit-link {
  position: fixed;
  background-color: #d91e3a;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 0.75rem;
  display: block;
  left: 0;
  bottom: 0;
  color: white !important;
  z-index: 9999;
  line-height: 1;
  border-radius: 0 0.375rem 0 0;
  opacity: 0.5;
}
.post-edit-link:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin: 0;
  padding: 0;
  color: #d91e3a;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
}
.wpcf7 .input-control:has(.wpcf7-not-valid) {
  border-color: #d91e3a;
  box-shadow: 0 0 0 3px rgba(217, 30, 58, 0.12);
}
.wpcf7 .input-control:has(.wpcf7-not-valid) > i,
.wpcf7 .input-control:has(.wpcf7-not-valid) > svg {
  color: #d91e3a;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  margin: 1rem 0 0;
  padding: 0.875rem 1rem;
  border: 1px solid rgb(210.6923076923, 220.5384615385, 235.3076923077);
  border-radius: 1rem;
  background-color: rgba(210.6923076923, 220.5384615385, 235.3076923077, 0.25);
  color: #4A5751;
  font-size: 0.875rem;
  line-height: 1.4;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-form.payment-required .wpcf7-response-output,
.wpcf7 .wpcf7-form.sent .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  border-color: #d91e3a;
  background-color: rgba(217, 30, 58, 0.08);
  color: #d91e3a;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #13a24b;
  background-color: rgba(19, 162, 75, 0.08);
  color: #0A7027;
}
.wpcf7 {
  /* Submit do CF7: convertido para <button> via filtro PHP wpcf7_form_elements,
     então aceita HTML (ex.: <i>) dentro normalmente. */
}
.wpcf7 .wpcf7-submit > i,
.wpcf7 .wpcf7-submit > .fa,
.wpcf7 .wpcf7-submit > svg {
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.wpcf7 .wpcf7-submit:hover > i, .wpcf7 .wpcf7-submit:hover > .fa, .wpcf7 .wpcf7-submit:hover > svg, .wpcf7 .wpcf7-submit:focus-visible > i, .wpcf7 .wpcf7-submit:focus-visible > .fa, .wpcf7 .wpcf7-submit:focus-visible > svg {
  transform: translateX(3px);
}
.wpcf7 {
  /* Spinner do CF7 alinhado ao botão */
}
.wpcf7 .wpcf7-spinner {
  vertical-align: middle;
  margin-left: 0.5rem;
}

/* Select com seta customizada (usado no .input-control do form de contato) */
.input-control {
  position: relative;
}
.input-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem !important;
  cursor: pointer;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23999999' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem auto;
}
.input-control:has(select):focus-within select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%2313a24b' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem auto;
}

/* Spacing
   ========================================================================== */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-inline: 0;
}

.my-0 {
  margin-block: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-inline: 0;
}

.py-0 {
  padding-block: 0;
}

.gap-0 {
  gap: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mx-1 {
  margin-inline: 0.25rem;
}

.my-1 {
  margin-block: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.px-1 {
  padding-inline: 0.25rem;
}

.py-1 {
  padding-block: 0.25rem;
}

.gap-1 {
  gap: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mx-2 {
  margin-inline: 0.5rem;
}

.my-2 {
  margin-block: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.px-2 {
  padding-inline: 0.5rem;
}

.py-2 {
  padding-block: 0.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mx-3 {
  margin-inline: 0.75rem;
}

.my-3 {
  margin-block: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.px-3 {
  padding-inline: 0.75rem;
}

.py-3 {
  padding-block: 0.75rem;
}

.gap-3 {
  gap: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mx-4 {
  margin-inline: 1rem;
}

.my-4 {
  margin-block: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.px-4 {
  padding-inline: 1rem;
}

.py-4 {
  padding-block: 1rem;
}

.gap-4 {
  gap: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-inline: 1.25rem;
}

.my-5 {
  margin-block: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.px-5 {
  padding-inline: 1.25rem;
}

.py-5 {
  padding-block: 1.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mx-6 {
  margin-inline: 1.5rem;
}

.my-6 {
  margin-block: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.px-6 {
  padding-inline: 1.5rem;
}

.py-6 {
  padding-block: 1.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mx-8 {
  margin-inline: 2rem;
}

.my-8 {
  margin-block: 2rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.px-8 {
  padding-inline: 2rem;
}

.py-8 {
  padding-block: 2rem;
}

.gap-8 {
  gap: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mx-10 {
  margin-inline: 2.5rem;
}

.my-10 {
  margin-block: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.px-10 {
  padding-inline: 2.5rem;
}

.py-10 {
  padding-block: 2.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mx-12 {
  margin-inline: 3rem;
}

.my-12 {
  margin-block: 3rem;
}

.p-12 {
  padding: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.px-12 {
  padding-inline: 3rem;
}

.py-12 {
  padding-block: 3rem;
}

.gap-12 {
  gap: 3rem;
}

.m-margin {
  margin: 1.875rem;
}

.mt-margin {
  margin-top: 1.875rem;
}

.mr-margin {
  margin-right: 1.875rem;
}

.mb-margin {
  margin-bottom: 1.875rem;
}

.ml-margin {
  margin-left: 1.875rem;
}

.mx-margin {
  margin-inline: 1.875rem;
}

.my-margin {
  margin-block: 1.875rem;
}

.p-margin {
  padding: 1.875rem;
}

.pt-margin {
  padding-top: 1.875rem;
}

.pr-margin {
  padding-right: 1.875rem;
}

.pb-margin {
  padding-bottom: 1.875rem;
}

.pl-margin {
  padding-left: 1.875rem;
}

.px-margin {
  padding-inline: 1.875rem;
}

.py-margin {
  padding-block: 1.875rem;
}

.gap-margin {
  gap: 1.875rem;
}

.m-margin-2 {
  margin: 3.75rem;
}

.mt-margin-2 {
  margin-top: 3.75rem;
}

.mr-margin-2 {
  margin-right: 3.75rem;
}

.mb-margin-2 {
  margin-bottom: 3.75rem;
}

.ml-margin-2 {
  margin-left: 3.75rem;
}

.mx-margin-2 {
  margin-inline: 3.75rem;
}

.my-margin-2 {
  margin-block: 3.75rem;
}

.p-margin-2 {
  padding: 3.75rem;
}

.pt-margin-2 {
  padding-top: 3.75rem;
}

.pr-margin-2 {
  padding-right: 3.75rem;
}

.pb-margin-2 {
  padding-bottom: 3.75rem;
}

.pl-margin-2 {
  padding-left: 3.75rem;
}

.px-margin-2 {
  padding-inline: 3.75rem;
}

.py-margin-2 {
  padding-block: 3.75rem;
}

.gap-margin-2 {
  gap: 3.75rem;
}

.m-section {
  margin: 3.75rem;
}

.mt-section {
  margin-top: 3.75rem;
}

.mr-section {
  margin-right: 3.75rem;
}

.mb-section {
  margin-bottom: 3.75rem;
}

.ml-section {
  margin-left: 3.75rem;
}

.mx-section {
  margin-inline: 3.75rem;
}

.my-section {
  margin-block: 3.75rem;
}

.p-section {
  padding: 3.75rem;
}

.pt-section {
  padding-top: 3.75rem;
}

.pr-section {
  padding-right: 3.75rem;
}

.pb-section {
  padding-bottom: 3.75rem;
}

.pl-section {
  padding-left: 3.75rem;
}

.px-section {
  padding-inline: 3.75rem;
}

.py-section {
  padding-block: 3.75rem;
}

.gap-section {
  gap: 3.75rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

/* Display
   ========================================================================== */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

/* Flexbox
   ========================================================================== */
.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-rev {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

/* Text
   ========================================================================== */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

/* Sizing
   ========================================================================== */
.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-screen {
  width: 100vw;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-screen {
  height: 100vh;
}

/* Lists & misc
   ========================================================================== */
.list-none {
  list-style: none;
  padding: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

/* Container
   ========================================================================== */
.grid-container {
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 640px) {
  .grid-container {
    padding-inline: 1.25rem;
  }
}

/* 
   ========================================================================== */
.text-green {
  color: #13a24b;
}

.text-green-light {
  color: #11BB40;
}

/* Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: #191919;
  color: white;
  padding: 1rem 1.4rem;
  line-height: 1.2;
  cursor: pointer;
  outline: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  position: relative;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
  /* Ícone interno desliza levemente no hover. */
}
.btn > i,
.btn > .fa,
.btn > svg {
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn.btn-primary {
  background-color: #13a24b;
}
.btn.btn-secondary {
  background-color: #0A7027;
}
.btn.btn-cta {
  background: linear-gradient(104.04deg, #069833 0%, #11BB40 100%);
  border-color: #11BB40;
}
.btn.btn-outline-white {
  background: transparent;
  border-color: rgba(217, 217, 217, 0.3);
}
.btn.btn-full {
  width: 100%;
}
.btn:hover, .btn:focus-visible {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.btn:hover > i,
.btn:hover > .fa,
.btn:hover > svg, .btn:focus-visible > i,
.btn:focus-visible > .fa,
.btn:focus-visible > svg {
  transform: translateX(3px);
}
.btn.btn-cta:hover, .btn.btn-cta:focus-visible {
  box-shadow: 0 12px 28px rgba(17, 187, 64, 0.35);
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.btn:focus-visible {
  outline: 2px solid rgba(17, 187, 64, 0.55);
  outline-offset: 3px;
}

/* Input
   ========================================================================== */
label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.input-control {
  border: 1px solid rgb(210.6923076923, 220.5384615385, 235.3076923077);
  display: flex;
  align-items: start;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.input-control svg,
.input-control > i {
  margin: 1rem 0.75rem;
  color: #D9D9D9;
  transition: color 200ms ease;
  flex-shrink: 0;
}
.input-control {
  /* Wrapper que o Contact Form 7 coloca em volta de cada campo. */
}
.input-control .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}
.input-control .wpcf7-form-control-wrap .wpcf7-select {
  padding-right: 0 !important;
}
.input-control input, .input-control select, .input-control textarea {
  border: none;
  padding: 0;
  width: 100%;
  height: 3rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #4A5751;
  box-shadow: 0 0 !important;
  border: 0 !important;
  margin: 0;
  outline: 0;
  background-color: transparent;
}
.input-control textarea {
  padding: 1rem 0;
  height: auto;
  resize: vertical;
}
.input-control:hover {
  border-color: rgb(175.3846153846, 193.0769230769, 219.6153846154);
}
.input-control:focus-within {
  border-color: #13a24b;
  box-shadow: 0 0 0 3px rgba(17, 187, 64, 0.15);
}
.input-control:focus-within svg,
.input-control:focus-within > i {
  color: #13a24b;
}

/* Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.875rem;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: none;
}
.breadcrumbs > * {
  float: none !important;
  font-size: 0.75rem !important;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize !important;
  margin-right: 0.5rem;
  font-family: "Inter", sans-serif !important;
}
.breadcrumbs > *::after {
  display: none;
}
.breadcrumbs > * > a {
  color: #13a24b;
}
.breadcrumbs > * > svg {
  margin-left: 0.5rem;
}
.breadcrumbs > *.current {
  color: #4A5751;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.errors {
  margin: 3.75rem 0;
  text-align: center;
}
.errors .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 7rem;
  height: 7rem;
  background-color: #191919;
  color: white;
  border-radius: 50%;
  font-weight: 900;
  font-size: 2rem;
}
.errors h1 {
  margin: 1rem 0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* -----------------------------------------------------------------
   Mixins locais para elementos decorativos repetidos nas seções.
   ----------------------------------------------------------------- */
/* Pseudo-elemento decorativo genérico (background image quadrado). */
/* Grid de pontos branco (svg/dots-grid.svg). */
/* Grid de pontos escuro (svg/dots-grid-black.svg). */
/* Elipse de blur verde (img/ellipse-blur-green-light.png) — 970x970 fixo. */
/* Blob circular verde gigante usado como fundo decorativo. */
/* Overlay escuro padrão sobre seções com background image. */
/* Setas owl-carousel (prev/next) no padrão compartilhado pelas seções. */
/* Quando o controlador de scroll por seção está ativo, o body mantém
   scroll nativo: `.home-sections` fica sticky no topo enquanto o usuário
   percorre as seções via JS; depois da última seção o footer entra via
   scroll nativo do body. */
body.has-snap-scroll {
  overflow: hidden;
  height: 100vh;
}
body.has-snap-scroll .app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
body.has-snap-scroll .home-sections {
  position: sticky;
  top: 0;
}
body.has-snap-scroll {
  /* Libera o scroll nativo apenas na última seção para revelar o footer. */
}
body.has-snap-scroll.show-footer {
  overflow: auto;
  height: auto;
}

.home-sections {
  position: relative;
  width: 100%;
}
.home-sections__track {
  width: 100%;
}

.snap-section {
  width: 100%;
  position: relative;
}

/* Layout de snap-scroll ativo: só vale quando o JS habilita o modo
   (desktop sem prefers-reduced-motion). Em qualquer outro cenário
   o conteúdo segue o fluxo nativo vertical. */
body.has-snap-scroll .home-sections {
  height: 100vh;
  overflow: hidden;
}
body.has-snap-scroll .home-sections__track {
  display: flex;
  flex-direction: column;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}
body.has-snap-scroll .snap-section {
  flex: 0 0 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Hook para animações de entrada de conteúdo por seção */
}
body.has-snap-scroll .snap-section > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease 200ms, transform 700ms ease 200ms;
}
body.has-snap-scroll .snap-section.is-active > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-section {
  background: #1A3629;
  color: #fff;
  /* O conteúdo da snap-section anima opacidade/translateY por padrão.
     Para a hero, queremos que a animação interna do carousel comande tudo. */
}
.hero-section > * {
  opacity: 1;
  transform: none;
  transition: none;
}
.hero-section__carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .carousel-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-section .carousel-item.is-active {
  pointer-events: auto;
  z-index: 2;
}
.hero-section .carousel-item.is-active .carousel-item__bg {
  opacity: 1;
}
.hero-section .carousel-item.is-active .carousel-item__content {
  opacity: 1;
}
.hero-section .carousel-item.is-active .carousel-item__content > .grid-container {
  opacity: 1;
  transform: translateX(0);
}
.hero-section .carousel-item__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  transition: opacity 800ms ease;
}
.hero-section .carousel-item__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .carousel-item__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url("img/pattern.png"), linear-gradient(270deg, rgba(0, 0, 0, 0) 25.08%, rgba(0, 0, 0, 0.42) 50%);
  opacity: 0;
  transition: opacity 800ms ease;
}
.hero-section .carousel-item__content:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url("svg/dots-grid.svg") no-repeat center center transparent;
  z-index: 0;
  opacity: 0.2;
  pointer-events: none;
  bottom: 10%;
  right: 10%;
}
.hero-section .carousel-item__content {
  /* O texto entra deslizando da esquerda com fade-in (como se
     estivesse "entrando"). Ao sair faz o caminho inverso. */
}
.hero-section .carousel-item__content > .grid-container {
  width: 100%;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 700ms ease 100ms, transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
  will-change: transform, opacity;
}
.hero-section .carousel-item__content h1 {
  margin: 0 0 1.875rem;
  line-height: 1.1;
  font-weight: 900;
}
.hero-section .carousel-item__content p {
  line-height: 2;
  margin: 0 0 1.875rem;
}
.hero-section .carousel-item__content .ctas {
  display: flex;
  gap: 1rem;
}
.hero-section .carousel-item__content .ctas:before {
  content: "";
  position: absolute;
  width: 970px;
  height: 970px;
  background: url("img/ellipse-blur-green-light.png") no-repeat center center transparent;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
  top: -60px;
  left: -460px;
}
.hero-section .carousel-item__content .ctas .btn {
  position: relative;
  z-index: 1;
}
.hero-section .carousel-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.hero-section {
  /* Setas laterais do hero: ficam coladas nos extremos da viewport e
     só aparecem quando o mouse se aproxima da borda (classe .is-visible
     adicionada via JS). */
}
.hero-section .hero-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.85);
  transition: opacity 250ms ease, transform 250ms ease, background 200ms ease;
}
.hero-section .hero-nav:hover {
  background: #13a24b;
}
.hero-section .hero-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
.hero-section .hero-nav--prev {
  left: 24px;
}
.hero-section .hero-nav--prev.is-visible {
  transform: translate(0, -50%) scale(1);
}
.hero-section .hero-nav--next {
  right: 24px;
}
.hero-section .hero-nav--next.is-visible {
  transform: translate(0, -50%) scale(1);
}
.hero-section .hero-nav:focus {
  outline: none;
}
.hero-section .hero-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}
.hero-section .carousel-dot {
  position: relative;
  width: 40px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 200ms ease;
}
.hero-section .carousel-dot:focus {
  outline: none;
}
.hero-section .carousel-dot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}
.hero-section .carousel-dot__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #13a24b;
  border-radius: inherit;
}
.hero-section .carousel-dot.is-active .carousel-dot__progress {
  animation: heroDotProgress var(--carousel-duration, 7000ms) linear forwards;
}

@keyframes heroDotProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.about-section {
  padding-top: 60px;
  background: linear-gradient(180deg, #F2F2F2 0%, #E1DDDE 100%);
}
.about-section:before {
  content: "";
  position: absolute;
  width: 3200px;
  height: 3200px;
  background-color: #13a24b;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
  top: -2400px;
  right: -2300px;
}
.about-section__content h2 {
  color: #191919;
  margin-bottom: 1rem;
  position: relative;
}
.about-section__content h2:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: url("svg/dots-grid-black.svg") no-repeat center center transparent;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  top: -50px;
  left: -100px;
}
.about-section__content p {
  margin-bottom: 1.875rem;
}
.about-section__members {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about-section__members .members-item {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 1.5rem 1rem 2.5rem;
  border-radius: 1rem;
  background: url("svg/frame-vertical.svg") no-repeat 1rem center, linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(104.04deg, #11BB40 0%, #0A7027 100%);
  border: 1px solid #11BB40;
  box-shadow: 0px 5px 25.3px rgba(0, 0, 0, 0.1);
  color: white;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 280ms ease, border-color 280ms ease;
}
.about-section__members .members-item:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 187, 64, 0.85);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}
.about-section__members .members-item__image {
  width: 8rem;
  position: relative;
}
.about-section__members .members-item__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  position: absolute;
}
.about-section__members .members-item__content {
  flex: 1;
  padding: 0.5rem 0;
}
.about-section__members .members-item__content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.about-section__members .members-item__content h5 {
  color: #11BB40;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.about-section__members .members-item__content p {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.8;
}
.about-section__members .members-item__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.about-section__members .members-item__links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #11BB40;
  color: #11BB40;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}
.about-section__members .members-item__links > a:hover, .about-section__members .members-item__links > a:focus-visible {
  background-color: #11BB40;
  color: #191919;
  transform: translateY(-2px);
}
.about-section__side {
  padding-left: 4rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.about-section__side:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 50%;
  height: 80%;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  z-index: 0;
}
.about-section__side:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: url("svg/dots-grid.svg") no-repeat center center transparent;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
  bottom: 10%;
  right: -90px;
}
.about-section__side .side-icon {
  position: absolute;
  z-index: 2;
  padding: 0.5rem;
  border: 1px solid #11BB40;
  border-radius: 1rem;
  top: 60px;
  left: 1.75rem;
}
.about-section__side .side-icon > div {
  background: linear-gradient(180deg, #069833 0%, #0A7027 100%);
  border: 1px solid #11BB40;
  border-radius: 0.5rem;
  padding: 2rem 0.5rem;
}
.about-section__side .side-icon > div > img {
  width: 38px;
}
.about-section__side .side-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 20px 70px rgba(30, 49, 9, 0.33);
}
.about-section__side .side-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  position: absolute;
}

.services-section {
  padding-top: 60px;
  background: url("img/services-section-bg.png") no-repeat center center #175C1E;
  background-size: cover;
  color: #fff;
  position: relative;
}
.services-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #04290E;
  opacity: 0.9;
  z-index: 0;
}
.services-section:after {
  content: "";
  position: absolute;
  width: 970px;
  height: 970px;
  background: url("img/ellipse-blur-green-light.png") no-repeat center center transparent;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
  top: 190px;
  left: -120px;
}
.services-section > .grid-container {
  position: relative;
  z-index: 2;
}
.services-section__content h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
.services-section__content p {
  margin-bottom: 1.875rem;
}
.services-section__features {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.services-section__features .features-item {
  flex: 1;
  display: flex;
  justify-content: start;
  gap: 0.75rem;
}
.services-section__features .features-item .icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #11BB40;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11BB40;
}
.services-section__features .features-item .content {
  flex: 1;
}
.services-section__features .features-item .content h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.services-section__features .features-item .content p {
  margin: 0;
  font-size: 0.75rem;
}
.services-section__about {
  background: url("img/company-small.png") no-repeat top center #191919;
  background-size: cover;
  border-radius: 1rem;
  border: 1px solid #11BB40;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem;
  min-height: 160px;
  position: relative;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 280ms ease;
}
.services-section__about:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}
.services-section__about:hover a {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(17, 187, 64, 0.4);
}
.services-section__about:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url("svg/dots-grid.svg") no-repeat center center transparent;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  top: -30px;
  left: -160px;
}
.services-section__about h3 {
  font-size: 1.5rem;
  margin: 0;
  flex: 1;
  max-width: 70%;
}
.services-section__about a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  color: white;
  background: linear-gradient(104.04deg, #069833 0%, #11BB40 100%);
  border: 1px solid #11BB40;
  font-size: 1rem;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms ease;
}
.services-section__about a:hover, .services-section__about a:focus-visible {
  transform: translateX(3px) scale(1.05);
  box-shadow: 0 10px 22px rgba(17, 187, 64, 0.5);
}
.services-section__item {
  background: url("svg/frame-horizontal.svg") no-repeat center 1rem, rgba(255, 255, 255, 0.04);
  border: 1px solid #0A7027;
  backdrop-filter: blur(15px);
  padding: 2.5rem 1rem 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 280ms ease, box-shadow 280ms ease;
}
.services-section__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.49%, rgba(0, 0, 0, 0.56) 66.45%);
  z-index: -1;
  pointer-events: none;
  left: 0;
  bottom: 0;
}
.services-section__item img {
  border-radius: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.services-section__item h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.services-section__item p {
  margin: 0;
  font-size: 0.75rem;
}
.services-section__item:hover {
  transform: translateY(-4px);
  border-color: #11BB40;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}
.services-section__item:hover img {
  transform: scale(1.05);
}
.services-section__partners {
  margin-top: 1.875rem;
}
.services-section__partners > h3 {
  text-transform: uppercase;
  color: #13a24b;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  gap: 1.875rem;
}
.services-section__partners > h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: linear-gradient(104.04deg, #11BB40 0%, #0A7027 100%);
}
.services-section__partners .partners-carousel {
  background: white;
  backdrop-filter: blur(15px);
  border-radius: 1rem;
  position: relative;
  padding: 1rem 3rem;
}
.services-section__partners .partners-carousel .partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
}
.services-section__partners .partners-carousel .partners-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav {
  margin: 0;
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-prev,
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  color: #0A7027;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0;
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #13a24b;
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-prev.disabled,
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-prev span,
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -1.25rem;
}
.services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-next {
  right: -1.25rem;
}
.services-section__partners .partners-carousel.owl-carousel .owl-dots {
  display: none;
}

.instagram-section {
  background: linear-gradient(112.5deg, #FEFEFE 17.83%, #E2DFE0 93.51%);
}
.instagram-section:before {
  content: "";
  position: absolute;
  width: 3200px;
  height: 3200px;
  background-color: #13a24b;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
  bottom: -3060px;
  left: -1700px;
}
.instagram-section__content h2 {
  color: #191919;
  margin-bottom: 1rem;
}
.instagram-section__content p {
  margin: 0;
}
.instagram-section__cta {
  text-align: right;
  position: relative;
}
.instagram-section__cta:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url("svg/dots-grid-black.svg") no-repeat center center transparent;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  top: -140px;
  right: -120px;
}
.instagram-section__carousel {
  position: relative;
  margin-top: 1.5rem;
}
.instagram-section__carousel .instagram-item {
  background: white;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 280ms ease;
}
.instagram-section__carousel .instagram-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.instagram-section__carousel .instagram-item:hover .instagram-item__image {
  transform: scale(1.04);
}
.instagram-section__carousel .instagram-item__header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  padding: 0.75rem;
}
.instagram-section__carousel .instagram-item__header .instagram-item__profile {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}
.instagram-section__carousel .instagram-item__header img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram-section__carousel .instagram-item__header span {
  display: block;
  font-size: 0.75rem;
  color: #191919;
  font-weight: 600;
}
.instagram-section__carousel .instagram-item__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.instagram-section__carousel .instagram-item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
}
.instagram-section__carousel .instagram-item__actions > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.instagram-section__carousel .instagram-item__actions > div .fa-heart {
  color: #13a24b;
}
.instagram-section__carousel .instagram-item__caption {
  padding: 0 0.75rem 0.75rem;
}
.instagram-section__carousel .instagram-item__caption p {
  margin: 0;
  font-size: 0.75rem;
  color: #191919;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Garante altura estável de 2 linhas mesmo quando o texto é curto. */
  min-height: 2.7em;
}
.instagram-section__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.instagram-section__carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  opacity: 0.2;
  transition: opacity 300ms ease;
}
.instagram-section__carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
.instagram-section__carousel.owl-carousel {
  /* Controles laterais (mesmo padrão do partners-carousel) */
}
.instagram-section__carousel.owl-carousel .owl-nav {
  margin: 0;
}
.instagram-section__carousel.owl-carousel .owl-nav button.owl-prev,
.instagram-section__carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  border: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}
.instagram-section__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.instagram-section__carousel.owl-carousel .owl-nav button.owl-next:hover {
  background: #13a24b;
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}
.instagram-section__carousel.owl-carousel .owl-nav button.owl-prev.disabled,
.instagram-section__carousel.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.instagram-section__carousel.owl-carousel .owl-nav button.owl-prev span,
.instagram-section__carousel.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.instagram-section__carousel.owl-carousel .owl-nav button.owl-prev {
  left: -2rem;
}
.instagram-section__carousel.owl-carousel .owl-nav button.owl-next {
  right: -2rem;
}
.instagram-section__carousel.owl-carousel {
  /* Paginação no mesmo estilo do hero-section: barras 40x5 com
  progresso verde sincronizado ao autoplay. */
}
.instagram-section__carousel.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1.875rem;
}
.instagram-section__carousel.owl-carousel button.owl-dot {
  position: relative;
  width: 40px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.instagram-section__carousel.owl-carousel button.owl-dot > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: 0;
  background: #13a24b;
  border-radius: inherit;
}
.instagram-section__carousel.owl-carousel button.owl-dot.active > span {
  animation: heroDotProgress var(--carousel-duration, 5000ms) linear forwards;
}
.instagram-section__carousel.owl-carousel button.owl-dot:focus {
  outline: none;
}
.instagram-section__carousel.owl-carousel button.owl-dot:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.4);
  outline-offset: 3px;
}

.contact-section {
  background: url("img/contact-section-bg.png") no-repeat center center #11330E;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
}
.contact-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #04290E;
  opacity: 0.9;
  z-index: 0;
}
.contact-section:after {
  content: "";
  position: absolute;
  width: 970px;
  height: 970px;
  background: url("img/ellipse-blur-green-light.png") no-repeat center center transparent;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
  top: 190px;
  left: -120px;
}
.contact-section > .grid-container {
  position: relative;
  z-index: 2;
}
.contact-section__content {
  margin-bottom: 1.875rem;
}
.contact-section__content h2 {
  margin-bottom: 1rem;
}
.contact-section__content p {
  margin: 0;
}
.contact-section__contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.875rem;
}
.contact-section__contacts .contacts-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(7.5px);
  border-radius: 1rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.contact-section__contacts .contacts-item:hover, .contact-section__contacts .contacts-item:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(17, 187, 64, 0.4);
  transform: translateX(4px);
  color: inherit;
}
.contact-section__contacts .contacts-item:hover .arrow, .contact-section__contacts .contacts-item:focus-visible .arrow {
  opacity: 1;
  color: #11BB40;
  transform: translateX(3px);
}
.contact-section__contacts .contacts-item .icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(104.04deg, #069833 0%, #11BB40 100%);
  flex: 0 0 auto;
}
.contact-section__contacts .contacts-item .content {
  flex: 1;
}
.contact-section__contacts .contacts-item .content h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.4;
}
.contact-section__contacts .contacts-item .content p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.contact-section__contacts .contacts-item .arrow {
  opacity: 0.5;
  transition: opacity 200ms ease, transform 200ms ease, color 200ms ease;
}
.contact-section__local {
  border-radius: 1rem;
  background: url("img/city-small.png") no-repeat center center #191919;
  background-size: cover;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 280ms ease;
  overflow: hidden;
}
.contact-section__local:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}
.contact-section__local:hover a svg {
  transform: translateX(4px);
}
.contact-section__local > div {
  padding: 3.75rem 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  background: linear-gradient(270deg, rgba(11, 20, 16, 0.8) 50.09%, rgba(0, 0, 0, 0) 100%);
}
.contact-section__local > div > div {
  flex: 1;
}
.contact-section__local > div > div:first-child {
  text-align: center;
}
.contact-section__local > div > div:last-child h4 {
  font-size: 1rem;
  color: #11BB40;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.contact-section__local > div > div:last-child p {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.contact-section__local > div > div:last-child a {
  color: white;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  transition: color 200ms ease;
}
.contact-section__local > div > div:last-child a svg,
.contact-section__local > div > div:last-child a > i {
  margin-left: 0.5rem;
  color: #11BB40;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.contact-section__local > div > div:last-child a:hover, .contact-section__local > div > div:last-child a:focus-visible {
  color: #11BB40;
}
.contact-section__local > div > div:last-child a:hover svg,
.contact-section__local > div > div:last-child a:hover > i, .contact-section__local > div > div:last-child a:focus-visible svg,
.contact-section__local > div > div:last-child a:focus-visible > i {
  transform: translateX(4px);
}
.contact-section__form {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  color: #4A5751;
  padding: 1.875rem;
  position: relative;
}
.contact-section__form:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: url("svg/dots-grid.svg") no-repeat center center transparent;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
  bottom: -30px;
  right: -60px;
}
.contact-section__form h3 {
  color: #191919;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.contact-section__form p {
  margin-bottom: 1rem;
}

/* =====================================================================
   Responsivo — Tablet e Mobile (<= 1024px)
   - Desativa o snap-scroll (que só roda em >= 1025px no JS).
   - Cada seção passa a ter altura automática + padding vertical.
   - Decorações gigantes (blobs, ellipses, dots) são reduzidas ou
     escondidas para não vazar a viewport.
   - Layouts em duas colunas viram uma coluna (Foundation já cuida da
     largura via .large-X; aqui só ajustamos espaçamentos e ordens).
   ===================================================================== */
@media (max-width: 1024px) {
  body.has-snap-scroll {
    overflow: auto;
    height: auto;
  }
  body.has-snap-scroll .app-header {
    position: fixed;
  }
  body.has-snap-scroll .home-sections {
    position: static;
  }
  .home-sections {
    height: auto;
    overflow: visible;
  }
  .home-sections__track {
    display: block;
    height: auto;
    transform: none !important;
    transition: none;
    will-change: auto;
  }
  .snap-section {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 5rem 0;
    display: block;
    scroll-margin-top: 60px;
    /* No desktop o conteúdo entra animado via .is-active.
       Sem o controlador JS, mantemos tudo visível por padrão. */
  }
  .snap-section > *, .snap-section.is-active > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  /* -------- Hero -------- */
  .hero-section {
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* Sem flex/altura definida no snap-section em mobile, o carousel
       precisa ser posicionado absolutamente para cobrir toda a hero. */
  }
  .hero-section__carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero-section .carousel-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero-section .carousel-item {
    position: absolute;
  }
  .hero-section .carousel-item__content {
    padding: calc(60px + 4rem) 0 6rem;
    align-items: flex-end;
    /* Esconde o blur gigante para não estourar a viewport. */
  }
  .hero-section .carousel-item__content .ctas:before {
    display: none;
  }
  .hero-section .carousel-item__content {
    /* dots-grid decorativo: encolhe e reposiciona. */
  }
  .hero-section .carousel-item__content:before {
    width: 140px;
    height: 140px;
    bottom: 80px;
    right: 5%;
    opacity: 0.15;
  }
  .hero-section .carousel-item__content .ctas {
    flex-wrap: wrap;
  }
  .hero-section .carousel-pagination {
    bottom: 24px;
  }
  /* -------- About -------- */
  .about-section {
    padding-top: 5rem;
    /* O blob verde 3200px é decoração de fundo de desktop;
       no mobile ele costuma estourar a viewport. */
  }
  .about-section:before {
    display: none;
  }
  .about-section__content {
    margin-bottom: 3rem;
  }
  .about-section__content h2:before {
    width: 120px;
    height: 120px;
    top: -30px;
    left: -20px;
  }
  .about-section__side {
    padding-left: 0;
    min-height: 320px;
  }
  .about-section__side:before {
    display: none;
  }
  .about-section__side:after {
    display: none;
  }
  .about-section__side .side-icon {
    top: 20px;
    left: 20px;
  }
  .about-section__side .side-image {
    min-height: 320px;
  }
  /* -------- Services -------- */
  .services-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .services-section:after {
    display: none;
  }
  .services-section__content h2 {
    font-size: 2rem;
  }
  .services-section__features {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .services-section__about {
    margin-bottom: 1.875rem;
  }
  .services-section__about:before {
    display: none;
  }
  .services-section__about h3 {
    font-size: 1.25rem;
  }
  .services-section__partners .partners-carousel {
    padding: 1rem 2.5rem;
  }
  .services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -0.5rem;
  }
  .services-section__partners .partners-carousel.owl-carousel .owl-nav button.owl-next {
    right: -0.5rem;
  }
  /* -------- Instagram -------- */
  .instagram-section {
    padding: 5rem 0;
  }
  .instagram-section:before {
    display: none;
  }
  .instagram-section__content {
    text-align: center;
  }
  .instagram-section__cta {
    text-align: center;
    margin-top: 1rem;
  }
  .instagram-section__cta:before {
    display: none;
  }
  .instagram-section__carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .instagram-section__carousel.owl-carousel .owl-stage .owl-item {
    opacity: 1;
  }
  .instagram-section__carousel.owl-carousel .owl-nav button.owl-prev,
  .instagram-section__carousel.owl-carousel .owl-nav button.owl-next {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
  }
  .instagram-section__carousel.owl-carousel .owl-nav button.owl-prev {
    left: -0.5rem;
  }
  .instagram-section__carousel.owl-carousel .owl-nav button.owl-next {
    right: -0.5rem;
  }
  /* -------- Contact -------- */
  .contact-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .contact-section:after {
    display: none;
  }
  .contact-section__content {
    margin-bottom: 1.5rem;
  }
  .contact-section__local {
    flex-direction: column;
    text-align: center;
    padding: 1.875rem;
    gap: 1.25rem;
  }
  .contact-section__form {
    margin-top: 2.5rem;
  }
  .contact-section__form:before {
    display: none;
  }
}
/* =====================================================================
   Mobile (<= 640px)
   ===================================================================== */
@media (max-width: 640px) {
  .snap-section {
    padding: 3rem 0;
  }
  .hero-section {
    /* Reduz a altura para ~2/3 da viewport no mobile. */
    min-height: 67vh;
    min-height: 67svh;
  }
  .hero-section .carousel-item__content {
    padding: calc(60px + 2rem) 0 4.5rem;
  }
  .hero-section .carousel-item__content h1 {
    font-size: 1.875rem;
  }
  .hero-section .carousel-item__content p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .hero-section .carousel-item__content .ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .hero-section .carousel-item__content .ctas .btn {
    justify-content: center;
  }
  .hero-section .carousel-item__content:before {
    display: none;
  }
  .hero-section {
    /* Setas + dots alinhados na mesma linha (centro inferior).
       Prev/next s\u00e3o irm\u00e3os da pagination no DOM; posicionamos os
       tr\u00eas absolutamente pelo bottom, com as setas flanqueando os
       dots centrados. */
  }
  .hero-section .carousel-pagination {
    bottom: 24px;
  }
  .hero-section .hero-nav {
    position: absolute;
    top: auto;
    bottom: 16px;
    opacity: 1;
    pointer-events: auto;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.75rem;
    transform: none;
    background: rgba(0, 0, 0, 0.55);
  }
  .hero-section .hero-nav--prev {
    left: calc(50% - 110px);
    right: auto;
  }
  .hero-section .hero-nav--next {
    right: calc(50% - 110px);
    left: auto;
  }
  .hero-section .hero-nav.is-visible, .hero-section .hero-nav--prev.is-visible, .hero-section .hero-nav--next.is-visible {
    transform: none;
  }
  .about-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-section__content h2 {
    font-size: 1.75rem;
  }
  .about-section__members .members-item {
    flex-direction: column;
    gap: 1rem;
  }
  .about-section__members .members-item__image {
    width: 100%;
    height: 220px;
  }
  .about-section__members .members-item__links {
    flex-direction: row;
    justify-content: flex-start;
  }
  .about-section__side {
    min-height: 260px;
  }
  .about-section__side .side-image {
    min-height: 260px;
  }
  .services-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .services-section__content h2 {
    font-size: 1.75rem;
  }
  .services-section__about {
    min-height: auto;
  }
  .services-section__about h3 {
    font-size: 1rem;
  }
  .services-section__partners > h3 {
    font-size: 1rem;
    gap: 1rem;
  }
  .instagram-section {
    padding: 3rem 0;
  }
  .instagram-section__content h2 {
    font-size: 1.75rem;
  }
  .instagram-section__cta .btn {
    width: 100%;
    justify-content: center;
  }
  .contact-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .contact-section__content h2 {
    font-size: 1.75rem;
  }
  .contact-section__form {
    padding: 1.25rem;
  }
  .contact-section__form h3 {
    font-size: 1.25rem;
  }
  .contact-section__local > div:last-child {
    text-align: center;
  }
  .contact-section__local > div:last-child p {
    font-size: 1.125rem;
  }
}
/* =====================================================================
   Viewport baixo (<= 820px de altura) no modo snap-scroll (desktop).
   Cada seção tem altura fixa de 100vh, então quando a janela é baixa,
   é preciso reduzir paddings/tipografia/imagens para nada ficar cortado.
   Aplica-se só acima do breakpoint tablet, pois abaixo o snap-scroll
   já é desativado e o layout volta a ter altura automática.
   ===================================================================== */
@media (min-width: 1025px) and (max-height: 820px) {
  body.has-snap-scroll {
    /* Encolhe a barra fixa para liberar espaço útil nas seções. */
  }
  body.has-snap-scroll .app-header {
    min-height: 48px;
  }
  body.has-snap-scroll .snap-section > * {
    transition-duration: 500ms;
  }
  body.has-snap-scroll {
    /* -------- Hero -------- */
  }
  body.has-snap-scroll .hero-section .carousel-item__content h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  body.has-snap-scroll .hero-section .carousel-item__content p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
  body.has-snap-scroll .hero-section .carousel-item__content .ctas .btn {
    padding: 0.6rem 1.1rem;
    font-size: 0.9rem;
  }
  body.has-snap-scroll .hero-section .carousel-pagination {
    bottom: 18px;
  }
  body.has-snap-scroll {
    /* -------- About -------- */
  }
  body.has-snap-scroll .about-section {
    padding-top: 48px;
  }
  body.has-snap-scroll .about-section__content h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .about-section__content p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body.has-snap-scroll .about-section__members {
    gap: 0.6rem;
  }
  body.has-snap-scroll .about-section__members .members-item {
    padding: 0.6rem 1rem 0.6rem 1.75rem;
    gap: 1rem;
    background-position: 0.6rem center, 0 0, 0 0;
  }
  body.has-snap-scroll .about-section__members .members-item__image {
    width: 5.5rem;
  }
  body.has-snap-scroll .about-section__members .members-item__content {
    padding: 0.25rem 0;
  }
  body.has-snap-scroll .about-section__members .members-item__content h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  body.has-snap-scroll .about-section__members .members-item__content h5 {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }
  body.has-snap-scroll .about-section__members .members-item__content p {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  body.has-snap-scroll .about-section__members .members-item__links {
    gap: 0.35rem;
  }
  body.has-snap-scroll .about-section__members .members-item__links > a {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.8rem;
  }
  body.has-snap-scroll .about-section__side {
    padding-left: 2.5rem;
  }
  body.has-snap-scroll .about-section__side .side-icon {
    top: 32px;
    left: 1rem;
    padding: 0.35rem;
  }
  body.has-snap-scroll .about-section__side .side-icon > div {
    padding: 1.25rem 0.4rem;
  }
  body.has-snap-scroll .about-section__side .side-icon > div > img {
    width: 28px;
  }
  body.has-snap-scroll {
    /* -------- Services -------- */
  }
  body.has-snap-scroll .services-section {
    padding-top: 48px;
  }
  body.has-snap-scroll .services-section__content h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .services-section__content p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body.has-snap-scroll .services-section__features {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  body.has-snap-scroll .services-section__features .features-item {
    gap: 0.5rem;
  }
  body.has-snap-scroll .services-section__features .features-item .icon {
    width: 2rem;
    height: 2rem;
    font-size: 0.8rem;
  }
  body.has-snap-scroll .services-section__features .features-item .content h4 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
  body.has-snap-scroll .services-section__features .features-item .content p {
    font-size: 0.7rem;
    line-height: 1.4;
  }
  body.has-snap-scroll .services-section__about {
    min-height: 110px;
    padding: 0.75rem;
  }
  body.has-snap-scroll .services-section__about h3 {
    font-size: 1.125rem;
  }
  body.has-snap-scroll .services-section__about a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
  body.has-snap-scroll .services-section__item {
    padding: 1.75rem 0.75rem 1rem;
  }
  body.has-snap-scroll .services-section__item img {
    height: 80px;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .services-section__item h3 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
  body.has-snap-scroll .services-section__item p {
    font-size: 0.7rem;
    line-height: 1.4;
  }
  body.has-snap-scroll .services-section__partners {
    margin-top: 1rem;
  }
  body.has-snap-scroll .services-section__partners > h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .services-section__partners .partners-carousel {
    padding: 0.5rem 2.5rem;
  }
  body.has-snap-scroll .services-section__partners .partners-carousel .partners-item {
    height: 2.75rem;
  }
  body.has-snap-scroll {
    /* -------- Instagram -------- */
  }
  body.has-snap-scroll .instagram-section__content h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .instagram-section__content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body.has-snap-scroll .instagram-section__carousel {
    margin-top: 0.75rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__header {
    padding: 0.5rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__header img {
    width: 1.5rem;
    height: 1.5rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__header span {
    font-size: 0.7rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__actions {
    padding: 0.5rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__actions > div {
    font-size: 0.875rem;
    gap: 0.4rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__caption {
    padding: 0 0.5rem 0.5rem;
  }
  body.has-snap-scroll .instagram-section__carousel .instagram-item__caption p {
    font-size: 0.7rem;
  }
  body.has-snap-scroll .instagram-section__carousel.owl-carousel .owl-dots {
    margin-top: 0.75rem;
  }
  body.has-snap-scroll {
    /* -------- Contact -------- */
  }
  body.has-snap-scroll .contact-section {
    padding-top: 48px;
  }
  body.has-snap-scroll .contact-section__content {
    margin-bottom: 1rem;
  }
  body.has-snap-scroll .contact-section__content h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .contact-section__content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body.has-snap-scroll .contact-section__contacts {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  body.has-snap-scroll .contact-section__contacts .contacts-item {
    padding: 0.6rem 0.75rem;
    gap: 0.75rem;
  }
  body.has-snap-scroll .contact-section__contacts .contacts-item .icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.95rem;
  }
  body.has-snap-scroll .contact-section__contacts .contacts-item .content h4 {
    font-size: 0.65rem;
  }
  body.has-snap-scroll .contact-section__contacts .contacts-item .content p {
    font-size: 0.875rem;
  }
  body.has-snap-scroll .contact-section__local > div {
    padding: 1.875rem;
    gap: 1rem;
  }
  body.has-snap-scroll .contact-section__local > div > div:last-child h4 {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }
  body.has-snap-scroll .contact-section__local > div > div:last-child p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .contact-section__local > div > div:last-child a {
    font-size: 0.8rem;
  }
  body.has-snap-scroll .contact-section__form {
    padding: 1rem 1.25rem;
  }
  body.has-snap-scroll .contact-section__form h3 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  body.has-snap-scroll .contact-section__form > p:first-of-type, body.has-snap-scroll .contact-section__form > .wpcf7 > form > p:first-of-type {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
  }
  body.has-snap-scroll .contact-section__form label {
    font-size: 0.65rem;
    margin-bottom: 0.15rem;
  }
  body.has-snap-scroll .contact-section__form .input-control {
    margin-bottom: 0.5rem;
  }
  body.has-snap-scroll .contact-section__form .input-control svg,
  body.has-snap-scroll .contact-section__form .input-control > i {
    margin: 0.5rem 0.6rem;
  }
  body.has-snap-scroll .contact-section__form .input-control input, body.has-snap-scroll .contact-section__form .input-control select, body.has-snap-scroll .contact-section__form .input-control textarea {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  body.has-snap-scroll .contact-section__form .input-control textarea {
    padding: 0.4rem 0;
    min-height: 0;
    height: 3.5rem;
  }
  body.has-snap-scroll .contact-section__form .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }
}
/* =====================================================================
   Viewport extra-baixo (<= 700px de altura): aperto adicional para
   garantir que tudo continue cabendo na hero/about/services/contact.
   ===================================================================== */
@media (min-width: 1025px) and (max-height: 700px) {
  body.has-snap-scroll .hero-section .carousel-item__content h1 {
    font-size: 1.875rem;
  }
  body.has-snap-scroll .hero-section .carousel-item__content p {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
  body.has-snap-scroll .about-section__content h2 {
    font-size: 1.5rem;
  }
  body.has-snap-scroll .about-section__members .members-item__image {
    width: 4.75rem;
  }
  body.has-snap-scroll .about-section__members .members-item__content h4 {
    font-size: 0.9rem;
  }
  body.has-snap-scroll .about-section__members .members-item__content h5 {
    font-size: 0.75rem;
  }
  body.has-snap-scroll .about-section__members .members-item__content p {
    font-size: 0.65rem;
    line-height: 1.4;
  }
  body.has-snap-scroll .services-section__content h2 {
    font-size: 1.75rem;
  }
  body.has-snap-scroll .services-section__item img {
    height: 64px;
  }
  body.has-snap-scroll .services-section__about {
    min-height: 90px;
  }
  body.has-snap-scroll .services-section__about h3 {
    font-size: 1rem;
  }
  body.has-snap-scroll .services-section__partners .partners-carousel .partners-item {
    height: 2.25rem;
  }
  body.has-snap-scroll .instagram-section__content h2 {
    font-size: 1.5rem;
  }
  body.has-snap-scroll .contact-section__content h2 {
    font-size: 1.5rem;
  }
  body.has-snap-scroll .contact-section__contacts .contacts-item {
    padding: 0.5rem 0.75rem;
  }
  body.has-snap-scroll .contact-section__contacts .contacts-item .icon {
    width: 2rem;
    height: 2rem;
  }
  body.has-snap-scroll .contact-section__form {
    padding: 0.75rem 1rem;
  }
  body.has-snap-scroll .contact-section__form h3 {
    font-size: 1rem;
  }
  body.has-snap-scroll .contact-section__form label {
    font-size: 0.6rem;
  }
  body.has-snap-scroll .contact-section__form .input-control {
    margin-bottom: 0.35rem;
  }
  body.has-snap-scroll .contact-section__form .input-control svg, body.has-snap-scroll .contact-section__form .input-control > i {
    margin: 0.35rem 0.5rem;
  }
  body.has-snap-scroll .contact-section__form .input-control input, body.has-snap-scroll .contact-section__form .input-control select, body.has-snap-scroll .contact-section__form .input-control textarea {
    height: 2rem;
    font-size: 0.8rem;
  }
  body.has-snap-scroll .contact-section__form .input-control textarea {
    height: 2.5rem;
  }
  body.has-snap-scroll .contact-section__form .btn {
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.app-header {
  background-color: transparent;
  padding: 1.875rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 400ms ease, backdrop-filter 400ms ease, box-shadow 400ms ease, padding 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.app-header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px) saturate(140%);
  padding: 0.9375rem 0;
}
.app-header.is-scrolled .logo,
.app-header.is-scrolled .custom-logo-link {
  max-width: 8rem;
}
.app-header .logo,
.app-header .custom-logo-link {
  display: block;
  max-width: 12rem;
  transition: max-width 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.app-header .logo > img,
.app-header .custom-logo-link > img {
  width: 100%;
}
.app-header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  /* Pills animadas que seguem o item de menu da seção atual */
}
.app-header .main-menu > ul .menu-pill {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1), width 600ms cubic-bezier(0.77, 0, 0.175, 1), opacity 300ms ease;
  will-change: transform, width;
}
.app-header .main-menu > ul .menu-pill--bg {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  z-index: 0;
}
.app-header .main-menu > ul .menu-pill--underline {
  width: 30px;
  height: 3px;
  bottom: 4px;
  top: auto;
  background-color: #11BB40;
  border-radius: 99px;
  z-index: 1;
}
.app-header .main-menu > ul.menu-pill-ready .menu-pill {
  opacity: 1;
}
.app-header .main-menu > ul > li:not(.menu-pill) {
  display: inline-block;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.app-header .main-menu > ul > li:not(.menu-pill) > a {
  display: block;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  position: relative;
  z-index: 1;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.app-header .main-menu > ul > li:not(.menu-pill) > a:hover {
  color: #13a24b;
}
.app-header .main-menu > ul > li:not(.menu-pill).is-current > a {
  color: white;
}
.app-header .main-menu > ul > li:not(.menu-pill):hover > ul {
  display: block;
}
@media (max-width: 1024px) {
  .app-header .main-menu {
    display: none;
  }
}
.app-header .mobile-menu {
  float: right;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: white;
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.app-header .mobile-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}
@media (max-width: 1024px) {
  .app-header .mobile-menu {
    display: block;
  }
}
.app-header__cta {
  float: right;
}
@media (max-width: 1024px) {
  .app-header__cta {
    display: none;
  }
}
.app-header {
  /* Em tablet/mobile o header vira uma barra horizontal compacta com
     logo à esquerda e hamburger à direita, independentemente da grid
     do Foundation (que empilharia as cells em telas < large). */
}
@media (max-width: 1024px) {
  .app-header {
    padding: 0.75rem 0;
  }
  .app-header .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .app-header .grid-container > .grid-x {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .app-header .grid-container > .grid-x > .cell {
    width: auto;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .app-header .grid-container > .grid-x > .cell:first-child {
    margin-right: auto;
  }
  .app-header .grid-container > .grid-x > .cell:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .app-header .mobile-menu {
    float: none;
    margin: 0;
  }
  .app-header .logo,
  .app-header .custom-logo-link {
    max-width: 8.5rem;
  }
  .app-header.is-scrolled {
    padding: 0.5rem 0;
  }
  .app-header.is-scrolled .logo,
  .app-header.is-scrolled .custom-logo-link {
    max-width: 7rem;
  }
}

/* Header padrão (páginas internas): relativo e fundo verde */
body:not(.page-template-page-home) .app-header {
  position: relative;
  background-color: #13a24b;
  backdrop-filter: none;
}
body:not(.page-template-page-home) .app-header.is-scrolled {
  background-color: #13a24b;
  backdrop-filter: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.app-footer {
  background-color: #191919;
  color: white;
}
.app-footer > .content {
  padding: 1rem 0;
}
.app-footer > .bottom {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
}
.app-footer .logo,
.app-footer .custom-logo-link {
  display: block;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(334%) hue-rotate(344deg) brightness(120%) contrast(100%);
  margin: 0;
}
.app-footer .logo > img,
.app-footer .custom-logo-link > img {
  width: 100%;
}
@media (max-width: 1024px) {
  .app-footer .logo,
  .app-footer .custom-logo-link {
    max-width: 9rem;
    margin: 0 auto 0.5rem;
  }
}
.app-footer__text {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.8;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .app-footer__text {
    text-align: center;
  }
}
.app-footer .social-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.app-footer .social-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  border: 1px solid #0A7027;
  border-radius: 1rem;
  color: white;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.app-footer .social-menu > ul > li > a:hover, .app-footer .social-menu > ul > li > a:focus-visible {
  background-color: #13a24b;
  border-color: #11BB40;
  color: white;
  transform: translateY(-3px);
}
@media (max-width: 1024px) {
  .app-footer .social-menu > ul {
    justify-content: center;
  }
}
.app-footer .bottom-left, .app-footer .bottom-right {
  font-weight: 300;
  opacity: 0.4;
}
.app-footer .bottom-left a, .app-footer .bottom-right a {
  color: white;
}
.app-footer .bottom-left a:hover, .app-footer .bottom-right a:hover {
  text-decoration: underline;
}
.app-footer .bottom-right {
  text-align: right;
}
@media (max-width: 1024px) {
  .app-footer .bottom-left,
  .app-footer .bottom-right {
    text-align: center;
  }
  .app-footer > .bottom .grid-padding-y > .cell {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

/* Mobile Menu
	========================================================================== */
.menu-mobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.menu-mobile .a {
  position: relative;
  z-index: 2;
  float: left;
  width: 82%;
  max-width: 340px;
  height: 100%;
  left: -100%;
  padding: 0;
  background: linear-gradient(160deg, #1A3629 0%, #04290E 100%);
  box-shadow: 8px 0 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: left 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-mobile .a .menu-mobile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.75rem 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menu-mobile .a .menu-mobile__logo {
  flex: 1;
  min-width: 0;
}
.menu-mobile .a .menu-mobile__logo .logo,
.menu-mobile .a .menu-mobile__logo .custom-logo-link {
  display: block;
  padding: 0.5rem 1.25rem;
  margin: 0;
  border: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(334%) hue-rotate(344deg) brightness(120%) contrast(100%);
}
.menu-mobile .a .menu-mobile__logo .logo > img,
.menu-mobile .a .menu-mobile__logo .custom-logo-link > img {
  max-width: 8.5rem;
  width: 100%;
  display: block;
}
.menu-mobile .a .menu-mobile__close {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 200ms ease;
}
.menu-mobile .a .menu-mobile__close:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  transform: rotate(90deg);
}
.menu-mobile .a {
  /* Fallback caso o markup n\u00e3o tenha __head (compat com vers\u00f5es antigas). */
}
.menu-mobile .a > .logo, .menu-mobile .a > .custom-logo-link {
  display: block;
  padding: 1.5rem 1.5rem 1.25rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(334%) hue-rotate(344deg) brightness(120%) contrast(100%);
}
.menu-mobile .a > .logo > img, .menu-mobile .a > .custom-logo-link > img {
  max-width: 9rem;
  width: 100%;
  display: block;
}
.menu-mobile .a nav.main-menu {
  padding: 0.75rem 0;
  flex: 1;
  /* Pills do menu desktop não fazem sentido no painel mobile. */
}
.menu-mobile .a nav.main-menu .menu-pill {
  display: none !important;
}
.menu-mobile .a nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile .a nav.main-menu > ul > li {
  display: block;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0;
}
.menu-mobile .a nav.main-menu > ul > li:last-child {
  border-bottom: 0 none;
}
.menu-mobile .a nav.main-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  position: relative;
  transition: all 200ms ease;
}
.menu-mobile .a nav.main-menu > ul > li > a .menu-mobile__chevron {
  font-size: 0.7rem;
  opacity: 0.3;
  transition: all 200ms ease;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.04);
  padding-left: 1.75rem;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover .menu-mobile__chevron {
  opacity: 0.8;
  color: #11BB40;
  transform: translateX(3px);
}
.menu-mobile .a nav.main-menu > ul > li.active, .menu-mobile .a nav.main-menu > ul > li.current-menu-item, .menu-mobile .a nav.main-menu > ul > li.current_page_item, .menu-mobile .a nav.main-menu > ul > li.current_page_parent, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent {
  background: linear-gradient(90deg, rgba(17, 187, 64, 0.18) 0%, rgba(17, 187, 64, 0) 100%);
  border-left: 3px solid #11BB40;
}
.menu-mobile .a nav.main-menu > ul > li.active > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-item > a, .menu-mobile .a nav.main-menu > ul > li.current_page_item > a, .menu-mobile .a nav.main-menu > ul > li.current_page_parent > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor > a, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent > a {
  color: white;
  padding-left: calc(1.5rem - 3px);
}
.menu-mobile .a nav.main-menu > ul > li.active > a .menu-mobile__chevron, .menu-mobile .a nav.main-menu > ul > li.current-menu-item > a .menu-mobile__chevron, .menu-mobile .a nav.main-menu > ul > li.current_page_item > a .menu-mobile__chevron, .menu-mobile .a nav.main-menu > ul > li.current_page_parent > a .menu-mobile__chevron, .menu-mobile .a nav.main-menu > ul > li.current-menu-ancestor > a .menu-mobile__chevron, .menu-mobile .a nav.main-menu > ul > li.current-menu-parent > a .menu-mobile__chevron {
  color: #11BB40;
  opacity: 1;
}
.menu-mobile .a nav.main-menu > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 0 0.5rem 1.5rem;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.menu-mobile .a nav.main-menu > ul > li > ul > li > a:hover {
  color: #11BB40;
}
.menu-mobile .b {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  backdrop-filter: blur(0);
  transition: opacity 350ms ease, backdrop-filter 350ms ease;
}
.menu-mobile.active .a {
  left: 0;
}
.menu-mobile.active .b {
  opacity: 0.65;
  backdrop-filter: blur(4px);
}/*# sourceMappingURL=style.css.map */