:root {
  --space-sm: 3.7rem;
  --space-md: 8rem;
  --space-lg: 12rem;
  --cinza: #464646;
  --verde-claro: #3CAF3C;
  --verde: #008700;
  --verde-escuro: #003214;
  --verde-escuro2: #005519;
}
@media screen and (max-width: 860px) {
  :root {
    --space-md: 4rem;
    --space-lg: 7rem;
  }
}

html {
  font-size: 70%;
}
@media screen and (max-width: 2000px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 62.5%;
  }
  html .grecaptcha-badge {
    display: none !important;
  }
}

body {
  font-family: "area-normal";
  padding-top: 11.6rem;
  color: var(--verde-escuro);
}
@media screen and (max-width: 860px) {
  body {
    padding-top: 5rem;
  }
}

.container {
  max-width: 116rem;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: white;
  transition: transform 400ms ease;
}
@media screen and (max-width: 860px) {
  .header {
    padding: 2rem 0;
  }
  .header__logo {
    width: 25rem;
    height: auto;
  }
}
.header.scrolled.scroll-down {
  transform: translateY(-100%);
}
.header .menu_button span:nth-child(2)::after,
.header .menu_button span:nth-child(2)::before,
.header .menu_button span {
  background-color: var(--verde-escuro);
}
.header__logo {
  width: 28rem;
  height: auto;
}
@media screen and (max-width: 860px) {
  .header__nav {
    position: fixed;
    top: 7.7rem;
    background: white;
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 2rem 0 4rem;
  }
}
.header__nav a {
  font-size: 1.422rem;
  color: var(--verde-escuro);
}
.header__nav a:hover {
  color: var(--verde);
}
.header__nav__button a {
  border: solid 1px var(--verde-escuro);
  padding: 0.5rem 2rem;
  border-radius: 3rem;
}
.header__nav__button a:hover {
  background-color: var(--verde-escuro);
  color: white;
}

.footer {
  background: url("../images/bk-footer.png") no-repeat left top/100%;
  padding: 10rem 0 5rem;
  color: white;
}
@media screen and (max-width: 860px) {
  .footer {
    background-size: 170%;
    background-color: var(--verde-escuro);
  }
  .footer__logo {
    width: 25rem;
    height: auto;
  }
  .footer__row {
    row-gap: 5rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 3rem;
  max-width: 28rem;
  height: auto;
}
.footer__social {
  gap: 1.6rem;
}
.footer__title {
  font-weight: bold;
  font-size: 1.6rem;
  align-items: center;
  display: flex;
  column-gap: 1rem;
  margin-bottom: 1em;
}
.footer__text {
  font-size: 1.422rem;
  white-space: pre-line;
  font-style: normal;
}
.footer__text + .footer__title {
  margin-top: 2em;
}
.footer .col--info {
  max-width: 29rem;
}
.footer__nav a {
  font-weight: bold;
  font-size: 1.422rem;
  position: relative;
  transition: left 400ms ease;
  left: 0;
}
.footer__nav a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--verde-claro);
  position: absolute;
  left: 0;
  top: calc(50% - 0.25rem);
  transition: all 400ms ease;
  opacity: 0;
  border-radius: 50%;
}
.footer__nav a:hover {
  left: 1.5rem;
}
.footer__nav a:hover::before {
  opacity: 1;
  left: -1.5rem;
}
.footer__copy {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5rem;
}
.footer__copy a {
  text-decoration: underline;
}

.title {
  color: var(--verde);
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 1.4em;
}
.title--small {
  font-size: 3.244rem;
}

.hero {
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 860px) {
  .hero {
    margin-top: 5rem;
  }
}
.hero .container {
  position: relative;
}
.hero__content {
  position: absolute;
  left: 15px;
  bottom: 5rem;
  max-width: 47rem;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .hero__content {
    position: static;
    max-width: 100%;
  }
}
.hero__content__text {
  font-size: 2.25rem;
  white-space: pre-line;
}
.hero__videocontainer {
  height: auto;
  width: 45%;
  aspect-ratio: 577/626;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
  transform: skewX(27deg) translateX(-25%);
  border-radius: 0 6rem;
}
@media screen and (max-width: 860px) {
  .hero__videocontainer {
    transform: skewX(27deg) translateX(0%);
    width: 63%;
    margin: 0 auto;
  }
}
.hero__videocontainer iframe {
  width: 200%;
  height: 160%;
  display: block;
  position: relative;
  left: -50%;
  top: -30%;
  transform: skewX(-27deg);
}
.hero__vetor {
  top: calc(34% - 12rem);
  left: 76%;
  z-index: 2;
  height: 24rem;
}
@media screen and (max-width: 860px) {
  .hero__vetor {
    display: none;
  }
}

.video__play {
  position: relative;
}
.video__play::after {
  content: "";
  width: 8rem;
  height: 8rem;
  background: url("../images/play.svg") no-repeat 2.7rem center/3rem;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 860px) {
  .video__play::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    background-size: 2rem;
    background: url("../images/play-mobile.svg") no-repeat center center/5rem;
    z-index: 3;
  }
}
.video__play:hover::after {
  background-size: 3.5rem;
}
.video__play.act::after {
  display: none;
}
.video__banner {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 11rem 0;
  max-height: 90vh;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 11rem 0;
}
@media screen and (max-width: 860px) {
  .video .video__play.act .video__banner {
    display: none;
  }
  .video .video__play.act iframe {
    position: static;
    border-radius: 5rem 0;
    aspect-ratio: 16/9;
  }
}

.marcas .title {
  margin-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .marcas .title {
    text-align: center;
  }
}
.marcas__grid {
  gap: 1.6rem;
}
@media screen and (max-width: 500px) {
  .marcas__grid {
    grid-template-columns: 1fr;
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
  }
}
.marcas__item {
  position: relative;
  border-radius: 6rem 0;
  overflow: hidden;
}
.marcas__item__images {
  position: relative;
}
.marcas__item__images__thumb {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 356/434;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0.6);
}
.marcas__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.marcas__item__content__logo {
  max-width: 70%;
  display: block;
  margin: 0 auto 2rem;
  height: auto;
}
.marcas__item__content__title {
  margin: 0;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 860px) {
  .marcas__item__content__title {
    font-size: 1.6rem;
  }
}
.marcas__item__content__hidden {
  color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s ease;
}
.marcas__item__content__hidden p {
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 861px) {
  .marcas__item:hover .marcas__item__content__hidden {
    max-height: 30rem;
  }
}

.bannertriangular__mask {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  height: auto;
}
@media screen and (max-width: 860px) {
  .bannertriangular__mask {
    max-width: 100%;
  }
}
.bannertriangular__title {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 30rem;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .bannertriangular__title {
    position: static;
    font-size: 3.244rem;
    transform: none;
  }
}

.historia {
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .historia .title {
    font-size: 3.244rem;
  }
}
.historia__slider {
  margin-top: 3rem;
}
.historia__slider .slick-list {
  overflow: initial;
}
.historia__slider .slick-prev {
  left: 0;
  z-index: 3;
}
.historia__slider .slick-next {
  right: 0;
}
.historia__slider__item {
  margin-bottom: 5rem;
  color: white;
}
.historia__slider__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--verde-escuro);
  width: 80%;
  height: calc(100% - 5rem);
  border-radius: 11rem 0 0 20rem;
}
.historia__slider__item .top {
  position: relative;
  padding-bottom: 1rem;
  min-height: 2.8em;
}
.historia__slider__item .top::after {
  content: "";
  height: 2px;
  width: 70vw;
  left: -18.4rem;
  bottom: 1rem;
  background-color: white;
  position: absolute;
  z-index: -1;
}
.historia__slider__item__row {
  grid-template-columns: 64% calc(36% + 5rem);
  position: relative;
}
.historia__slider__item__row::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: var(--verde-escuro);
}
.historia__slider__item__figure {
  position: relative;
  top: 5rem;
  right: 3rem;
  z-index: 4;
}
.historia__slider__item__figure svg {
  height: auto;
  width: 100%;
}
.historia__slider__item__figure svg rect {
  transform: translateX(-20rem);
  transition: transform 0.7s ease-in-out;
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
.historia__slider__item__content {
  position: relative;
  padding: 8rem 8rem 4rem 0;
  z-index: 3;
  left: -5rem;
}
.historia__slider__item__content__title {
  color: var(--verde-claro);
  font-size: 2.563rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8.2rem;
  transform: translateX(-120%) translateY(100%);
  opacity: 0;
  transition: all 0.7s ease;
}
.historia__slider__item__content__text ul,
.historia__slider__item__content__text p {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.7s ease;
  font-size: 1.4rem;
}
.historia__slider .slick-current svg rect {
  transform: translate3d(0, 0, 0);
}
.historia__slider .slick-current .historia__slider__item__content__title {
  transform: translateX(-120%) translateY(0);
  opacity: 1;
}
.historia__slider .slick-current .historia__slider__item__content__text ul,
.historia__slider .slick-current .historia__slider__item__content__text p {
  opacity: 1;
  transform: translateX(0);
}
.historia__banner {
  height: auto;
  display: block;
  border-radius: 11rem 0;
  margin: 4rem 0;
}
@media screen and (max-width: 860px) {
  .historia__text {
    grid-template-columns: 1fr;
  }
}
.historia__text p {
  color: var(--cinza);
  font-size: 1.6rem;
}
.historia + .historia {
  margin-top: -6rem;
}

@media screen and (max-width: 860px) {
  .historia .title {
    font-size: 2.4rem;
    text-align: center;
  }
  .historia__slider {
    margin-top: 3rem;
  }
  .historia__slider .slick-prev,
  .historia__slider .slick-next {
    top: 14rem;
    z-index: 3;
  }
  .historia__slider .slick-prev {
    left: 0;
  }
  .historia__slider .slick-next {
    right: 0;
  }
  .historia__slider__item {
    position: relative;
    margin-bottom: 6rem;
  }
  .historia__slider__item::after {
    display: none;
  }
  .historia__slider__item__row {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
  }
  .historia__slider__item__row::after {
    display: none;
  }
  .historia__slider__item__figure {
    top: 0;
    order: 1;
  }
  .historia__slider__item__figure svg rect {
    transform: translateX(0);
  }
  .historia__slider__item__figure img, .historia__slider__item__figure svg {
    border-radius: 2rem;
  }
  .historia__slider__item__content {
    order: 2;
    left: 0;
    padding: 4rem 2rem;
    background-color: var(--verde-escuro);
    border-radius: 0 0 2rem 2rem;
    color: white;
    text-align: left;
  }
  .historia__slider__item__content__title {
    position: static;
    transform: none !important;
    opacity: 1;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .historia__slider__item__content__text p {
    opacity: 1;
    transform: none;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.termos-sidebar {
  position: sticky;
  top: 2rem;
  min-width: 25rem;
}
@media screen and (max-width: 860px) {
  .termos-sidebar {
    position: static;
  }
}
.termos-nav__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.termos-nav__list {
  row-gap: 1.6rem;
}
.termos-nav__list a {
  font-size: 1.422rem;
  font-size: 700;
  color: var(--cinza);
}
.termos-nav__list a:hover, .termos-nav__list a.active {
  color: var(--verde);
}
.termos-main__title {
  color: var(--verde-escuro);
  margin-bottom: 6rem;
}
.termos-main h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.termos-main h2.active {
  color: var(--verde);
  scroll-margin-top: 120px;
}
.termos-main p {
  color: var(--cinza);
  font-size: 1.6rem;
}
.termos-main ul, .termos-main ol {
  margin-bottom: 1.6rem;
}

.area-cliente__title {
  color: var(--verde-escuro);
  margin-bottom: 8rem;
}
@media screen and (max-width: 860px) {
  .area-cliente__title {
    margin-bottom: 4rem;
  }
}
.area-cliente__text {
  color: var(--cinza);
  font-size: 2rem;
  margin-bottom: 3rem;
}
.area-cliente__links {
  margin-bottom: 8rem;
}
@media screen and (max-width: 860px) {
  .area-cliente__links {
    display: flex;
    flex-wrap: wrap;
  }
}
.area-cliente__links a {
  color: white;
  text-align: center;
  background-color: var(--verde-claro);
  border: solid 1px var(--verde-claro);
  border-radius: 5rem;
  padding: 1rem 1rem 1.5rem;
}
@media screen and (max-width: 860px) {
  .area-cliente__links a {
    flex: 1 1 40%;
  }
}
.area-cliente__links a strong {
  display: block;
}
.area-cliente__links a:hover {
  background-color: white;
  color: var(--verde-claro);
}
.area-cliente__row {
  gap: 11rem;
}
.area-cliente__map {
  max-width: 65rem;
  width: 100%;
  aspect-ratio: 656/357;
  position: relative;
  overflow: hidden;
  border-radius: 6rem 0;
  background-color: var(--verde-escuro);
}
.area-cliente__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.area-cliente__info {
  max-width: 32rem;
  color: var(--cinza);
}
.area-cliente__info__title {
  color: var(--verde-escuro2);
}

.herosobre__abs {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.herosobre__abs .title {
  max-width: 26rem;
}
@media screen and (max-width: 860px) {
  .herosobre__abs {
    position: static;
    width: 100%;
    align-content: initial;
  }
}
.herosobre .bannertriangular__mask {
  max-width: initial;
  width: 60%;
}
@media screen and (max-width: 860px) {
  .herosobre .bannertriangular__mask {
    width: 100%;
  }
}
.herosobre__subtitle {
  font-size: 3.244rem;
  line-height: 1.2em;
  white-space: pre-line;
}

@media screen and (max-width: 860px) {
  .empresa .gap100 {
    row-gap: 5rem;
  }
  .empresa .col-02 {
    width: 100%;
  }
}
.empresa .title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 860px) {
  .empresa .title {
    margin-bottom: 4rem;
  }
}
.empresa p {
  color: var(--cinza);
}
.empresa__image {
  max-width: 46.4rem;
  display: block;
  height: auto;
}
@media screen and (max-width: 860px) {
  .empresa__image {
    max-width: 100%;
  }
}

.proposito .title {
  color: var(--verde);
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .proposito .title {
    font-size: 1.8rem;
  }
}
.proposito__content {
  max-width: 0;
  margin: 0 -7rem;
  transition: all 1000ms ease-in-out;
  transition-delay: 600ms;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .proposito__content {
    margin: 0 -1.6rem;
  }
}
.proposito__content p {
  white-space: nowrap;
  font-size: 2.565rem;
  line-height: 1.4em;
}
@media screen and (max-width: 860px) {
  .proposito__content p {
    font-size: 1rem;
    white-space: normal;
  }
  .proposito__content p br {
    display: none;
  }
}
.proposito.act .proposito__content {
  margin: 0;
  max-width: 45rem;
}
@media screen and (max-width: 860px) {
  .proposito.act .proposito__content {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 860px) {
  .proposito svg {
    height: 10rem;
    width: auto;
  }
  .proposito .svg--right svg {
    height: 7rem;
  }
}

.numeros__itens {
  margin-top: 4.8rem;
}
@media screen and (max-width: 860px) {
  .numeros__itens {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.numeros__item__title {
  font-size: 3.244rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .numeros__item__title {
    font-size: 2rem;
  }
}
.numeros__item__text {
  color: var(--cinza);
  font-size: 1.6rem;
  max-width: 15.3rem;
}
@media screen and (max-width: 860px) {
  .numeros__item__text {
    font-size: 1.4rem;
  }
}
.numeros__disclaimer {
  margin-top: 2.4rem;
  color: var(--cinza);
  font-size: 1.422rem;
}

.onde-estamos__text {
  max-width: 36rem;
  font-size: 1.8rem;
}
.onde-estamos__image {
  max-width: 70rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .onde-estamos__image {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
