.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4873ba3:#203212;--e-global-color-b1fe0d5:#B1C317;--e-global-color-a7cd269:#FFFFFFC7;--e-global-color-f780168:#F5F0E8;--e-global-color-0acd9e2:#99AC8A;--e-global-color-fa7d2b9:#0E0E0E;--e-global-color-6e26b6e:#E0E0E0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-cac8517-font-family:"Exo";--e-global-typography-cac8517-font-size:21px;--e-global-typography-cac8517-font-weight:600;--e-global-typography-6ca9a7a-font-family:"Poppins";--e-global-typography-6ca9a7a-font-size:16px;--e-global-typography-6ca9a7a-font-weight:400;--e-global-typography-e6292ff-font-family:"Exo";--e-global-typography-e6292ff-font-size:62px;--e-global-typography-e6292ff-font-weight:700;--e-global-typography-7630984-font-family:"Poppins";--e-global-typography-7630984-font-weight:600;--e-global-typography-7630984-text-transform:uppercase;--e-global-typography-7630984-letter-spacing:2.1px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-e6292ff-font-size:45px;--e-global-typography-7630984-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Verdoso:#213313; --Lima:#B1C317; }
/* Start custom CSS */@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

.marquee-viewport {
  --fade-size: 8%;

  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 var(--fade-size),
    #000 calc(100% - var(--fade-size)),
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 var(--fade-size),
    #000 calc(100% - var(--fade-size)),
    transparent 100%
  );

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.marquee-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;

  width: max-content !important;
  max-width: none !important;

  animation: agronova-marquee 22s linear infinite;
  will-change: transform;
}

.marquee-track > .elementor-element {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin-right: 60px !important;
}

.marquee-track .elementor-heading-title {
  margin: 0;
  white-space: nowrap;
}

@keyframes agronova-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  .marquee-viewport {
    --fade-size: 12%;
  }

  .marquee-track > .elementor-element {
    margin-right: 35px !important;
  }
}/* End custom CSS */