@charset "UTF-8";
/*!
Theme Name: TRUE Agro
Theme URI: http://underscores.me/
Author: Dorck Coding
Author URI: https://dorckcoding.com
Description: A TRUE Agro conecta o produtor ao agro de verdade, oferecendo sementes, fertilizantes e tecnologia com qualidade, agilidade e parceria. Com equipe dedicada e portfólio variado, ajuda o campo a plantar e colher mais, com confiança e no tempo certo.
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
	 ========================================================================== */
/* Functions
	 ========================================================================== */
/**
 * Sets border radius for elements with vendor prefixes for compatibility.
 * @param {number} $pixels - The radius value in pixels.
 */
/**
 * Adds transition effects to elements with vendor prefixes for compatibility.
 * @param {string} $speed - The transition speed.
 * @param {string} $effect - The transition effect.
 */
/**
 * Rotates elements with vendor prefixes for compatibility.
 * @param {string} $deg - The degree of rotation.
 */
/**
 * Aligns elements using flexbox with vendor prefixes for compatibility.
 * @param {string} $vertical - The vertical alignment.
 * @param {string} $horizontal - The horizontal alignment.
 */
/**
 * Scales elements with vendor prefixes for compatibility.
 * @param {number} $x - The scaling factor.
 */
/**
 * Disables text selection on elements with vendor prefixes for compatibility.
 * @param {string} $value - The value for user-select CSS property.
 */
/**
 * Resets the styles of unordered lists.
 */
/**
 * Adds box shadow to elements with vendor prefixes for compatibility.
 * @param {string} $values - The box shadow values.
 */
/**
 * Applies a linear gradient background to elements with vendor prefixes for compatibility.
 * @param {string} $color_a - The starting color of the gradient.
 * @param {string} $color_b - The ending color of the gradient.
 * @param {string} $deg - The direction of the gradient.
 */
/**
 * Crops text within an element with specified adjustments.
 * @param {number} $line-height - The line height of the text.
 * @param {number} $top-adjustment - The top adjustment for cropping.
 * @param {number} $bottom-adjustment - The bottom adjustment for cropping.
 */
/**
 * Sets background color with RGBA values.
 * @param {color} $color - The color value.
 * @param {number} $alpha - The alpha (opacity) value.
 */
/**
 * Limits the number of lines displayed in an element.
 * @param {number} $num - The maximum number of lines to display.
 */
/* Variables
	 ========================================================================== */
/**
 * Paths to files.
 */
/**
 * Font-related variables specifying the base font family,
 * title font family, base font color, and base font size for the project.
 */
/**
 * Color variables.
 */
/**
 * Color variables defining the primary, secondary, success, and danger colors,
 * as well as background and border colors used throughout the project.
 */
/**
 * Spacing variables.
 */
/**
 * Media query breakpoints.
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize & Box sizing
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Base
	 ========================================================================== */
html, body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #1a412c;
  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: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

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

input, select, textarea {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #1a412c;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Utilities
	 ========================================================================== */
.margin-none {
  margin: 0;
}

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

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

.margin-y {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.margin-y-2 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

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

.padding-y {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.padding-y-2 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-top-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.gap-margin {
  gap: 1.875rem;
}

.gap-1 {
  gap: 1rem;
}

.ul-reset, .breadcrumbs, .menu-mobile .a nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Template
	 ========================================================================== */
.grid-container {
  max-width: 1140px;
}
@media (max-width: 640px) {
  .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* UI Components
	 ========================================================================== */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  color: white;
  padding: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  outline: 0;
  border-radius: 99px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: 0 none !important;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.btn .icon-circle {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #191919;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
  transform: translateX(100%);
  border-radius: 100%;
  color: #191919;
  font-size: 113%;
  transition: all 0.3s ease;
}
.btn .icon-circle.white {
  color: white !important;
}
.btn.btn-primary {
  background-color: #1a412c;
  border: 3px solid #e6ad29 !important;
  color: #e6ad29;
}
.btn.btn-primary:hover {
  background-color: #e6ad29;
  color: #1a412c;
}
.btn.btn-secondary, .btn.btn-green {
  background-color: #40732f;
}
.btn.btn-secondary .icon-circle, .btn.btn-green .icon-circle {
  border-color: #40732f;
  color: #40732f;
}
.btn.btn-white-shadow {
  background-color: white;
  color: #1a412c;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.btn.btn-white-shadow .icon-circle {
  border-color: white;
  color: white;
}
.btn.btn-white-shadow:hover, .btn.btn-white-shadow:active, .btn.btn-white-shadow:focus {
  color: #40732f;
}
.btn.btn-outline {
  background-color: transparent;
  border: 3px solid #e6ad29 !important;
  color: #1a412c;
}
.btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
  background-color: #e6ad29;
}
.btn.btn-fluid {
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.btn.btn-icon svg {
  font-size: 140%;
}
.btn:hover, .btn:active, .btn:focus {
  transform: scale(1.05);
}

.input-control {
  background-color: transparent;
  border: 3px solid #1a412c;
  border-radius: 10px;
  height: 2.75rem;
  font-size: 0.875rem;
  padding: 0 0.875rem;
  box-shadow: 0 0 !important;
  margin-bottom: 0.75rem;
}
.input-control::-moz-placeholder {
  color: #1a412c;
}
.input-control::placeholder {
  color: #1a412c;
}
.input-control:focus {
  background-color: white;
  border: 3px solid #e6ad29;
  outline: none;
}

textarea.input-control {
  padding: 0.875rem;
  resize: vertical;
}

.alert {
  background-color: #F6F8FB;
  border: 1px solid rgb(210.6923076923, 220.5384615385, 235.3076923077);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.alert.alert-error {
  border-color: #D61C22;
  color: #D61C22;
}
.alert.alert-success {
  border-color: #40732f;
  color: #40732f;
}
.alert.alert-warning {
  border-color: #E67E22;
  color: #E67E22;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: url("img/footer-bg.png") no-repeat scroll center bottom #f5f3ee;
  background-size: 100% auto;
}
body.no-scroll {
  overflow: hidden !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  line-height: 1;
  padding: 1.875rem 0;
  transition: all 0.3s ease;
}
.app-header .custom-logo-link {
  display: block;
  max-width: 20rem;
  transition: all 0.3s ease;
}
.app-header .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1.875rem;
}
.app-header .main-menu > ul > li {
  text-align: center;
}
.app-header .main-menu > ul > li > a {
  color: #0d1e2e;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 0.25rem 0;
  text-align: center;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.app-header .main-menu > ul > li > a:hover {
  color: #e6ad29;
}
.app-header .main-menu > ul > li > a.active {
  border-bottom-color: #e6ad29;
}
@media (max-width: 640px) {
  .app-header .main-menu {
    display: none;
  }
}
.app-header .mobile-menu {
  display: none;
  align-items: center;
  justify-content: center;
  background: #1a412c;
  float: right;
  padding: 0.875rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  color: #e6ad29;
  cursor: pointer;
  transition: all 0.3s ease;
}
.app-header .mobile-menu:hover {
  transform: scale(1.2);
}
@media (max-width: 640px) {
  .app-header .mobile-menu {
    display: flex;
  }
}
.app-header.app-header-small {
  background-color: white;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
.app-header.app-header-small .custom-logo-link {
  max-width: 8rem;
}
.app-header.app-header-small .main-menu > ul > li > a {
  font-size: 0.875rem;
}

.app-main {
  position: relative;
}

.app-footer {
  padding: 0 0 1.875rem;
}
.app-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.app-footer .copyright > * {
  margin: 0;
}
.app-footer .copyright p {
  font-weight: 600;
  color: white;
}
@media (max-width: 640px) {
  .app-footer {
    padding-top: 1.875rem;
  }
}

.page-section, .main-contact, .main-instagram, .main-services, .main-about, .main-banner .banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.main-banner {
  background: no-repeat scroll center center #FFFFFF;
  background-size: cover;
  transition: all 0.4s ease;
}
.main-banner .banner-item .content h1 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.main-banner .banner-item .content h1 b {
  font-weight: 900;
  color: #e6ad29;
}
.main-banner .banner-item .content p {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.main-banner .banner-item .content p b {
  font-weight: 600;
  background-color: #1a412c;
  color: #e6ad29;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
}
.main-banner .banner-item .image {
  position: relative;
}
.main-banner .banner-item.banner-type-image {
  height: 100vh;
  padding-top: 0 !important;
}
.main-banner .banner-item.banner-type-image .image {
  width: 100%;
  height: 100%;
  background: no-repeat scroll center center white;
  background-size: auto 100%;
}
@media (max-width: 1140px) {
  .main-banner .banner-item .content h1 {
    font-size: 5.6vw;
  }
  .main-banner .banner-item .content p {
    font-size: 1.75vw;
  }
}
@media (max-width: 640px) {
  .main-banner .banner-item .content {
    text-align: center;
  }
  .main-banner .banner-item .content h1 {
    font-size: 8vw;
  }
  .main-banner .banner-item .content p {
    font-size: 3vw;
  }
}
.main-banner.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 1.875rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1000;
}
.main-banner.owl-carousel .owl-nav > button {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 1rem;
}
.main-banner.owl-carousel .owl-nav > button:hover {
  background-color: #004025;
  color: #e6ad29;
  transform: scale(1.2);
}

.main-banner-controls {
  position: absolute;
  width: 100%;
  margin-top: -3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1000;
}
.main-banner-controls > div > span {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.main-banner-controls > div > span:hover {
  background-color: #004025;
  color: #e6ad29;
  transform: scale(1.2);
}

.borders-banner-about {
  background: url("img/borders-1.png") no-repeat scroll 0 0 transparent;
  background-size: auto 100%;
  position: absolute;
  width: 100%;
  height: 18rem;
  z-index: 200;
  transform: translateY(-40%);
  pointer-events: none;
}

.main-about {
  background: url("img/main-about-bg.png") no-repeat fixed center center #1a412c;
  background-size: cover;
  color: white;
  padding-top: 3rem;
}
.main-about > div {
  background: url("img/borders-2.png") no-repeat scroll center bottom 10px transparent;
  background-size: 100% auto;
}
.main-about .content {
  margin-bottom: 1.875rem;
}
.main-about .content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  z-index: 900;
  line-height: 1.3;
}
.main-about .content h2 b {
  font-weight: bold;
  color: #e6ad29;
  display: inline-block;
}
.main-about .content p {
  font-size: 0.875rem;
  color: #e6ad29;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .main-about .content {
    text-align: center;
  }
  .main-about .content h2 {
    font-size: 1.75rem;
  }
}
.main-about .info {
  max-width: 25rem;
  margin-bottom: 1.875rem;
}
.main-about .info > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.main-about .info > div .icon {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e6ad29;
  padding: 0.5rem;
  position: relative;
  z-index: 2;
}
.main-about .info > div p {
  flex: 1;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.main-about .team-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #e6ad29;
}
@media (max-width: 640px) {
  .main-about .team-title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.main-about .about-team {
  width: 100vw;
}
.main-about .about-team .js-marquee-wrapper {
  overflow: visible;
}
.main-about .about-team .js-marquee-wrapper .js-marquee {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  overflow: visible;
}

.team-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #004025;
  background: linear-gradient(90deg, rgb(0, 64, 37) 0%, rgb(233, 175, 42) 50%, rgb(233, 175, 42) 85%, rgb(238, 186, 43) 100%);
  height: 8rem;
  overflow: hidden;
  border-radius: 3rem 0 3rem 0;
  transition: all 0.3s ease;
}
.team-item .ti-content {
  padding: 0 2rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: url("img/team-item-bg.png") no-repeat scroll center center #005622;
  background-size: cover;
  height: 100%;
  border-radius: 0 0 3rem 0;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.team-item .ti-content > div {
  height: 100%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-item .ti-content .ti-c-image {
  height: 100%;
  aspect-ratio: 1;
  background-color: #e6ad29;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.team-item .ti-content .ti-c-image > img {
  border-radius: 50%;
  height: 100%;
}
.team-item .ti-content h4 {
  text-transform: uppercase;
  color: #e6ad29;
  font-weight: 900;
  font-size: 1.125rem;
}
.team-item .ti-content a {
  font-size: 0.875rem;
  color: white;
  margin-top: 0.3rem;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: start;
}
.team-item .ti-content a svg {
  color: #89f43a;
  font-size: 1.25rem;
}
.team-item .ti-logo {
  height: 100%;
  padding: 1rem 1.25rem;
}
.team-item .ti-logo > img {
  max-height: 100%;
}
.team-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.main-services {
  padding-top: 3rem;
}
.main-services > div {
  width: 100vw;
}
.main-services .products-listing {
  margin-bottom: 1rem;
  width: 100vw;
  height: 3rem;
}
.main-services .products-listing .js-marquee-wrapper {
  overflow: visible;
}
.main-services .products-listing .js-marquee-wrapper .js-marquee {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 45px;
  overflow: visible;
}
.main-services .products-listing .product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 9rem;
  height: 3rem;
}
.main-services .products-listing .product-item > img {
  max-width: 100%;
  max-height: 100%;
}
.main-services .images {
  background: url("img/main-services-images.png") no-repeat scroll top right transparent;
  background-size: 75% auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  width: 100%;
  position: relative;
}
.main-services .images .images-carousel {
  text-align: center;
}
.main-services .images .images-carousel .item {
  width: 100%;
  height: 100%;
  background: no-repeat scroll center center white;
  background-size: cover;
}
.main-services .images .images-carousel.unique {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.main-services .images .images-carousel.owl-carousel .owl-stage-outer {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
.main-services .images .images-carousel.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.main-services .images .images-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.main-services .images .images-carousel.owl-carousel .owl-dots {
  border: 2px solid #e6ad29;
  border-radius: 99px;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.main-services .images .images-carousel.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #e6ad29;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-services .images .images-carousel.owl-carousel .owl-dots .owl-dot:hover {
  transform: scale(1.25);
}
.main-services .images .images-carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: #005622;
}
.main-services .content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.main-services .content p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #8f8f8f;
}
.main-services .actions {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.9375rem;
  margin-top: 1.875rem;
}
.main-services .partners {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.main-services .partners h4 {
  font-size: 1.5rem;
}
.main-services .partners img {
  max-width: 12rem;
}
@media (max-width: 640px) {
  .main-services .content {
    text-align: center;
  }
  .main-services .content h3 {
    font-size: 1.75rem;
  }
  .main-services .actions {
    justify-content: center;
  }
  .main-services .partners {
    justify-content: center;
    margin-bottom: 1.875rem;
  }
  .main-services .images {
    padding-left: 1rem;
  }
}

.main-instagram {
  padding-top: 3rem;
  background: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.main-instagram > div {
  width: 100vw;
}
.main-instagram .content {
  text-align: center;
  margin-bottom: 1.875rem;
}
.main-instagram .content h3 {
  margin-bottom: 1rem;
}
.main-instagram .content p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #8f8f8f;
}
.main-instagram .instagram-slider {
  padding: 0 1.875rem;
}
.main-instagram .instagram-slider .owl-carousel {
  display: block !important;
  padding: 0 !important;
}
.main-instagram .instagram-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.main-instagram .instagram-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item > div {
  display: block;
}
.main-instagram .instagram-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item > div img {
  border-radius: 1rem;
}
.main-instagram .instagram-slider .owl-carousel .owl-nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.875rem;
}
.main-instagram .instagram-slider .owl-carousel .owl-nav > button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 1.25rem;
}
.main-instagram .instagram-slider .owl-carousel .owl-nav > button.disabled {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: 0 0;
}
.main-instagram .instagram-slider .owl-carousel .owl-nav > button:hover {
  background-color: #004025;
  color: #e6ad29;
  transform: scale(1.2);
}

.main-contact .actions {
  margin-bottom: 1.875rem;
}
.main-contact .map {
  width: 100%;
  height: 100%;
  background-color: #CCC;
  border-radius: 1.5rem;
  position: relative;
  z-index: 200;
}
.main-contact .content h3 {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #e6ad29;
}
.main-contact .content p {
  font-size: 1rem;
  font-weight: 500;
  color: #005622;
}
@media (max-width: 640px) {
  .main-contact .map {
    height: 200px;
    margin-top: 1rem;
  }
}

.page-pagination {
  position: fixed;
  top: 50%;
  right: 1rem;
  border: 2px solid #e6ad29;
  border-radius: 99px;
  transform: translateY(-50%);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2000;
}
.page-pagination > span {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #e6ad29;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-pagination > span:hover {
  transform: scale(1.25);
}
.page-pagination > span.active {
  background-color: #005622;
}
@media (max-width: 1140px) {
  .page-pagination {
    padding: 0.25rem;
    gap: 0.25rem;
  }
  .page-pagination > span {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.whatsapp-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.whatsapp-button > a {
  background: #27CD45;
  background: linear-gradient(0deg, #27cd45 0%, #5af879 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 3rem;
}
.whatsapp-button > a:hover {
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.sitemap > h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.sitemap > ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.sitemap > ul > li {
  margin-bottom: 0.5rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.sitemap > ul > li > a {
  line-height: 1;
}
.sitemap > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sitemap > ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 640px) {
  .sitemap > ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.errors {
  height: 100vh;
  text-align: center;
  padding: 15rem 0 0;
}
.errors .icon {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: 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;
}

.sitemap-page {
  min-height: 100vh;
  padding: 15rem 0 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.menu-mobile .a {
  padding: 1rem 0;
  background-color: #191919;
  position: relative;
  z-index: 2;
  float: left;
  width: 70%;
  height: 100%;
  left: -100%;
  transition: all 0.3s ease;
}
.menu-mobile .a .logo, .menu-mobile .a .custom-logo-link {
  padding: 1rem 1.25rem;
  display: block;
}
.menu-mobile .a .logo > img, .menu-mobile .a .custom-logo-link > img {
  width: 100%;
}
.menu-mobile .a nav.main-menu {
  padding: 1rem 1.25rem;
}
.menu-mobile .a nav.main-menu > ul > li {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-mobile .a nav.main-menu > ul > li:last-child {
  border-bottom: 0 none;
}
.menu-mobile .a nav.main-menu > ul > li > a {
  font-size: 1.25rem;
  color: white;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
}
.menu-mobile .a nav.main-menu > ul > li > a:hover {
  color: #e6ad29;
}
.menu-mobile .a nav.main-menu > ul > li > a.active {
  background-color: #1a412c;
  padding: 0.75rem 1rem;
  border-radius: 5px;
}
.menu-mobile .a nav.main-menu > ul > li > a.active > a {
  color: white;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li {
  margin-top: 0.375rem;
}
.menu-mobile .a nav.main-menu > ul > li > ul > li > a {
  font-size: 1.125rem;
  color: white;
}
.menu-mobile .a #header-cta {
  margin-left: 1.125rem;
  font-size: 1.25rem;
}
.menu-mobile .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-mobile.active .a {
  left: 0;
}
.menu-mobile.active .b {
  opacity: 0.6;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #40732f;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #40732f, 0 0 5px #40732f;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #40732f;
  border-left-color: #40732f;
  border-radius: 10px;
  animation: pace-spinner 400ms linear infinite;
}

.pace-inactive {
  display: none;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.leaflet-container .leaflet-popup .leaflet-popup-content {
  margin: 0.75rem;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  font-weight: 600;
  margin: -0.25rem 0 0.75rem;
  line-height: 1;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: -30px;
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  padding: 1rem !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.breadcrumbs {
  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: none !important;
  margin-right: 0.5rem;
  text-transform: capitalize !important;
  font-family: "Poppins", sans-serif !important;
}
.breadcrumbs > *:after {
  display: none;
}
.breadcrumbs > * > a {
  color: #1a412c;
}
.breadcrumbs > * > svg {
  margin-left: 0.5rem;
}
.breadcrumbs > *.current {
  color: #1a412c;
}

.post-edit-link {
  position: fixed;
  background-color: #D61C22;
  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;
}/*# sourceMappingURL=style.css.map */