<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Carmen Sans";
  src: url("../fonts/CarmenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Carmen Sans";
  src: url("../fonts/CarmenSans-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Carmen Sans";
  src: url("../fonts/CarmenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Carmen Sans";
  src: url("../fonts/CarmenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Exemplo de uso */
body {
  font-family: "Carmen Sans", Arial, sans-serif;
}

.call-to-action {
  font-family: "Carmen Sans";
  text-decoration: none;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height, or 139% */
  color: #ffffff;
  background: #00a33b;
  padding: 20px;
  border-radius: 100px;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .call-to-action {
    font-size: 12px;
    line-height: 16px;
    padding: 18px;
  }
}
.call-to-action--white {
  background-color: #fff;
  color: #00a33b;
}

.parrallels-section {
  overflow: hidden;
  margin-top: 40px;
}
.parrallels-section .swiper {
  overflow: initial !important;
  max-width: 1160px;
  margin-inline: auto;
}
.parrallels-section .swiper .multiple-items .item-wrap {
  height: 420px;
  position: relative;
  display: flex;
  transition: all 0.5s ease-in-out;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.parrallels-section .swiper .multiple-items .item-wrap.visible {
  opacity: 1;
  pointer-events: all;
}
.parrallels-section .swiper .multiple-items .item-wrap .wrp-ctn {
  position: relative;
}
.parrallels-section .swiper .multiple-items .item-wrap .wrp-ctn:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 0%, 0.35);
}
.parrallels-section .swiper .multiple-items .item-wrap .wrp-ctn span {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 5;
  font-family: "Carmen Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* or 119% */
  text-align: center;
  color: #ffffff;
  max-width: 140px;
}
.parrallels-section .swiper .multiple-items .item-wrap .wrp-ctn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 719px) {
  .parrallels-section .swiper .multiple-items .item-wrap .wrp-ctn img {
    aspect-ratio: 2/1;
  }
}

.customers-slide .swiper {
  overflow: initial !important;
}
.customers-slide .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.customers-slide .swiper .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customers-slide .swiper .swiper-wrapper .swiper-slide.visible {
  opacity: 1;
}
.customers-slide .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 90px;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
  text-align: center;
}
.customers-slide .swiper .swiper-button-prev:after,
.customers-slide .swiper .swiper-button-next:after {
  width: 20px;
  height: 20px;
  background-image: url(../icons/arrow-slim.svg);
}

body {
  all: unset;
  padding: 0;
  margin: 0;
}

.arrow-wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 120%;
  height: 100%;
  max-width: calc(100vw - 24px);
  pointer-events: none;
}
.arrow-wrap .swiper-button-prev,
.arrow-wrap .swiper-button-next {
  all: unset;
  pointer-events: all;
  cursor: pointer;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.arrow-wrap .swiper-button-prev:after,
.arrow-wrap .swiper-button-next:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../icons/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.arrow-wrap .swiper-button-next {
  right: 0;
}
.arrow-wrap .swiper-button-next:after {
  transform: scaleX(-1);
}

.headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Carmen Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  /* or 125% */
  text-transform: uppercase;
  color: #ffffff;
}
.headline:before {
  content: "";
  background-image: url("../icons/double-bars.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 25px;
  margin-right: 20px;
}
.headline--big {
  line-height: 35px;
}
@media only screen and (max-width: 769px) {
  .headline--big {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 468px) {
  .headline--big {
    font-size: 18px;
    line-height: 30px;
    margin: 0 !important;
  }
}
.headline--big:before {
  width: 53px;
  height: 60px;
}
.headline--center {
  justify-content: center;
  color: #1a1a1a;
}

.hero {
  width: 100%;
  overflow: hidden;
  min-height: 784px;
  height: 95vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/hero-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.hero:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: rgb(70, 106, 67);
  background: linear-gradient(90deg, rgb(70, 106, 67) 0%, rgb(70, 106, 67) 30%, rgb(73, 162, 69) 30%, rgb(73, 162, 69) 80%, rgb(156, 218, 100) 80%, rgb(156, 218, 100) 100%);
  position: absolute;
  bottom: 0;
}
.hero .container {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin-inline: auto;
}
.hero .container .logo {
  width: 236px;
}
.hero .container .copy {
  color: #fff;
  font-family: "Carmen Sans";
  font-weight: 900;
  max-width: 680px;
  font-size: 48px;
  line-height: 54px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .hero .container .copy {
    font-size: 44px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 568px) {
  .hero .container .copy {
    font-size: 26px;
    line-height: 40px;
  }
}
.hero .container .services-icons {
  color: #fff;
  font-family: "Carmen Sans";
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 769px) {
  .hero .container .services-icons {
    gap: 10px;
  }
}
.hero .container .services-icons .item {
  max-width: 167px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .hero .container .services-icons .item {
    width: calc(50% - 5px);
    max-width: inherit;
  }
}
.hero .container .services-icons .item a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .container .services-icons .item a span {
  max-width: 180px;
}
.hero .container .services-icons .item figure {
  width: 38px;
  height: 38px;
}
.hero .container .services-icons .item figure img {
  width: 100%;
  height: 100%;
}
.projects {
  position: relative;
  padding: 50px 0 120px;
  overflow: hidden;
}
.projects:before {
  content: "";
  display: block;
  background: #49a245;
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.projects:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/logo-overlay.webp);
  mix-blend-mode: overlay;
  background-size: 150% auto;
  background-position: center;
  opacity: 8%;
  pointer-events: none;
}
.projects .container {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin-inline: auto;
}
.projects .container .headline {
  margin-left: 85px;
}
.projects .parrallels-slide {
  margin-top: 30px;
}

.customers {
  padding: 50px 0;
  overflow: hidden;
}
.customers .container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
}
.customers .customers-slide {
  margin-top: 80px;
}

.services {
  padding: 120px 0 50px;
  overflow: hidden;
}
.services .container {
  max-width: 1260px;
  width: calc(100vw - 40px);
  margin-inline: auto;
}
.services .headline {
  margin-bottom: 80px;
  width: 100%;
}
.services .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services .wrap .item {
  display: flex;
  flex-direction: row;
  background-color: var(--bgColor);
  margin-bottom: 30px;
  width: 100%;
}
.services .wrap .item.reverse {
  flex-direction: row-reverse;
}
.services .wrap .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 45%;
  /* or 133% */
  color: var(--textColor);
  overflow: hidden;
}
.services .wrap .item .text span {
  font-family: "Carmen Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 31px;
  line-height: 45px;
  max-width: 225px;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .services .wrap .item .text span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 468px) {
  .services .wrap .item .text span {
    font-size: 22px;
    line-height: 35px;
  }
}
.services .wrap .item .text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/logo-overlay.webp);
  mix-blend-mode: overlay;
  background-size: 150% auto;
  background-position: center;
  opacity: 8%;
}
.services .wrap .item figure {
  margin: 0;
  width: 55%;
  height: 360px;
}
.services .wrap .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  .services .wrap .item {
    flex-direction: column;
    width: 48%;
  }
  .services .wrap .item .text {
    width: 100%;
    aspect-ratio: 2/1;
  }
  .services .wrap .item.reverse {
    flex-direction: column;
  }
  .services .wrap .item figure {
    width: 100%;
  }
}
@media only screen and (max-width: 508px) {
  .services .wrap .item {
    width: 100%;
  }
}

.fideo-sec {
  padding: 100px 0 180px;
  background-color: #466a43;
  position: relative;
}
.fideo-sec:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/logo-overlay.webp);
  mix-blend-mode: overlay;
  background-size: 150% auto;
  background-position: center;
  opacity: 8%;
  pointer-events: none;
}
.fideo-sec .container {
  max-width: 900px;
  width: calc(100vw - 40px);
  margin-inline: auto;
}

.mission {
  overflow: hidden;
  background-image: url(../img/mission-1-1.webp);
  background-size: 100% auto;
  background-position: 0 -1px;
  aspect-ratio: 180/69;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-top: -120px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 769px) {
  .mission {
    background-image: url(../img/mission-2.webp);
    aspect-ratio: 316/400;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 659px) {
  .mission {
    aspect-ratio: 316/480;
  }
}
@media only screen and (max-width: 447px) {
  .mission {
    aspect-ratio: 316/539;
  }
}
.mission .content {
  margin-right: 15vw;
  max-width: 330px;
  margin-top: 100px;
}
@media only screen and (max-width: 1100px) {
  .mission .content {
    margin-right: 12vw;
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 769px) {
  .mission .content {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 447px) {
  .mission .content {
    padding-inline: 30px;
    background: #629f27;
  }
}
.mission .content .text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.mission .content .text p {
  font-family: "Carmen Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 169% */
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  .mission .content .text p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 447px) {
  .mission .content .text p {
    font-size: 12px;
    line-height: 22px;
  }
  .mission .content .text p br {
    display: none;
  }
}

footer {
  padding: 30px 0;
  background: #f6f6f6;
  overflow: hidden;
}
footer .container {
  width: calc(100vw - 40px);
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .container .brands {
  width: 100%;
  max-width: 460px;
}
footer .container .brands .main {
  margin: 0;
  width: 90%;
  max-width: 250px;
}
footer .container .brands .main img {
  width: 100%;
}
footer .container .brands .group {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  width: 90%;
}
footer .container .brands .group .logo {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 33%;
}
footer .container .brands .group .logo img {
  width: 100%;
}
footer .container .address {
  width: 100%;
  max-width: 460px;
  font-family: "Carmen Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* or 189% */
  color: #494848;
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  footer .container .address {
    font-size: 11px;
    line-height: 23px;
  }
}
footer .container .branches {
  max-width: 460px;
  width: 100%;
  font-family: "Carmen Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* or 189% */
  color: #494848;
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  footer .container .branches {
    font-size: 11px;
    line-height: 23px;
  }
}
footer .container .social-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>