@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
  /* RESET DE ELEMENTOS */
  /* CARROSSEL - SWIPER */
}
body.no-scroll {
  overflow-y: hidden;
}
body hr {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  padding-left: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
}
body menu {
  margin: 0;
  padding: 0;
}
body .swiper-slide {
  display: flex;
}
body .swiper-autoheight .swiper-slide {
  height: 100%;
}
body .swiper-horizontal > .swiper-pagination-bullets,
body .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
}

/************************************************************ ACCORDION PADRÃO ************************************************************/
details {
  overflow: hidden;
  transition: all ease-out 0.2s;
}
details[open] .details-content {
  opacity: 1;
  transition: opacity linear 0.2s 50ms;
}
details summary {
  position: relative;
  list-style: none;
}
details .details-content {
  opacity: 0;
  transition: opacity linear 0.2s 50ms;
}

/*******************************************************************************************************************************************/
/************************************************************ QUEDINHA (DROPDOWN PADRÃO) ***************************************************/
/* Utilizado o nome quedinha para que não haja sobreposição de classes com o plugin do bootstrap. Esse plugin está sendo criado para suprir a necessidade que o dropdown do bootstrap não oferecia (segundo nível com clique) */
.quedinha {
  position: relative;
  /* edita a poição da seta no submenu  para abrir para o lado*/
}
.quedinha__btn {
  position: relative;
  z-index: 3;
  background-color: transparent;
  border: none;
  padding: 0;
  padding-right: 1rem;
}
.quedinha__btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 6/4;
  background-color: #009280;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all ease 0.4s;
}
.quedinha__btn * {
  pointer-events: none;
}
.quedinha.open > .quedinha__btn::after {
  transform: translateY(-50%) rotate(-180deg);
  transition: all ease 0.4s;
}
.quedinha__content > .quedinha.open > .quedinha__btn::after {
  transform: translateY(-50%) rotate(-90deg);
}
.quedinha__content {
  position: absolute;
  z-index: 2;
  list-style: none;
  display: flex;
  flex-direction: column;
  visibility: collapse;
  background-color: #e8e7eb;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.4s ease-out;
}
.quedinha__content--sub-menu {
  top: 0;
  left: 100%;
}
.quedinha.open > .quedinha__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

/*******************************************************************************************************************************************/
/************************************************************ BURGUER (MENU MOBILE PADRÃO) ************************************************************/
.burguer {
  display: flex;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent;
}
.burguer__icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.burguer__icon span {
  width: 100%;
  height: 2px;
  background-color: #000;
}
.burguer__icon.dots {
  width: 1.25rem;
  height: 1.25rem;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
}
.burguer__icon.dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/*******************************************************************************************************************************************/
/* CONFIGURAÇÃO DO TEMA */
.comp01-page__content, .cota02__form, .cota02__topics, .blog01-show__related, .blog01-show__article, .blog01-page__articles, .blog01, .bran04, .cont02v1, .topi03, .cont02, .topi05, .topi08__header, .topi09, .topi101, .abou01-page__main, .abou01-page__section, .abou01-page__topics, .serv02-show__results, .serv02-show__core, .slid01__item, .foot02__copyright, .foot02__navigation, .head02, .confirmation-page__title, .form01, .comp01-page__banner, .cota02__banner, .blog01-show__banner, .blog01-page__banner, .abou01-page__banner, .serv02-show__header {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.topi101__timeline__item__title, .serv02-show__core__header__subtitle, .serv02-show__core__header__title, .blog01__header__title, .bran04__header__title, .topi03__header__subtitle, .topi03__header__title, .cont02__information__title, .topi05__title, .topi08__header__title, .topi101__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .serv02-show__results__title, .serv02__title, .abou01-page__topics__title, .slid01__item__header__title, .blog01-show__article__title, .blog01-page__articles__highlighted__item__information__title, .cont02v1__information__title {
  font: 300 2.5rem "Open Sans", sans-serif, arial;
  line-height: 102%;
  letter-spacing: 9px;
}
@media (max-width: 991.98px) {
  .topi101__timeline__item__title, .serv02-show__core__header__subtitle, .serv02-show__core__header__title, .blog01__header__title, .bran04__header__title, .topi03__header__subtitle, .topi03__header__title, .cont02__information__title, .topi05__title, .topi08__header__title, .topi101__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .serv02-show__results__title, .serv02__title, .abou01-page__topics__title, .slid01__item__header__title, .blog01-show__article__title, .blog01-page__articles__highlighted__item__information__title, .cont02v1__information__title {
    font-size: 1.75rem;
    letter-spacing: 3px;
  }
}
.cont02v1__information__title {
  color: #fff;
}
.blog01-show__article__title, .blog01-page__articles__highlighted__item__information__title {
  color: #000;
}
.slid01__item__header__title {
  color: #1b1b1b;
}
.serv02-show__core__header__subtitle, .serv02-show__core__header__title, .blog01__header__title, .bran04__header__title, .topi03__header__subtitle, .topi03__header__title, .cont02__information__title, .topi05__title, .topi08__header__title, .topi101__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .serv02-show__results__title, .serv02__title, .abou01-page__topics__title {
  color: #353535;
}
.cota02__form__header__title {
  font: 300 2.5rem "Open Sans", sans-serif, arial;
  line-height: 102%;
  letter-spacing: 19%;
}
@media (max-width: 991.98px) {
  .cota02__form__header__title {
    font-size: 1.75rem;
  }
}
.cota02__form__header__title {
  color: #1b1b1b;
}
.confirmation-page__title, .cota02__banner__subtitle, .abou01-page__banner__subtitle, .comp01-page__content__header__title, .cota02__topics__item__title, .form01__main__information__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  font: 600 1.375rem "Open Sans", sans-serif, arial;
  line-height: 120%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .confirmation-page__title, .cota02__banner__subtitle, .abou01-page__banner__subtitle, .comp01-page__content__header__title, .cota02__topics__item__title, .form01__main__information__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    font-size: 1.563rem;
  }
}
.foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  color: #fff;
}
.form01__main__information__title {
  color: #000;
}
.comp01-page__content__header__title, .cota02__topics__item__title {
  color: #1b1b1b;
}
.cota02__banner__subtitle, .abou01-page__banner__subtitle {
  color: #b94622;
}
.confirmation-page__title {
  color: #e8e7eb;
}
.blog01-show__article__modal__header__title {
  font: 700 1.25rem "Open Sans", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog01-show__article__modal__header__title {
    font-size: 1.125rem;
  }
}
.blog01-show__article__modal__header__title {
  color: #000;
}
.blog01-show__related__title {
  font: 700 1.125rem "Open Sans", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog01-show__related__title {
    font-size: 1.063rem;
  }
}
.blog01-show__related__title {
  color: #000;
}
.blog01-show__article__description, .blog01-show__article__body, .blog01-show__article__time, .blog01-page__articles__highlighted__item__information__paragraph, .blog01-page__articles__highlighted__item__information__time, .topi101__timeline__item__paragraph, .blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph, .topi05__item__header__paragraph, .abou01-page__topics__item__paragraph, .serv02-show__results__item__header__paragraph, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .abou01-page__banner__title, .cota02__form__header__paragraph, .topi03__header__paragraph, .cont02__information__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .abou01__header__paragraph, .serv02-show__core__paragraph, .serv02__paragraph, .slid01__item__header__description, .head02__navigation__item__link, .head02__navigation__item__btn, .form01__main__information__paragraph, .comp01-page__content__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__topics__item__paragraph, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-page__articles__highlighted__item__information__category, .confirmation-page__paragraph, .foot02__copyright__compliances__item__link,
.foot02__copyright__compliances > li__link, .foot02__copyright__compliances__item,
.foot02__copyright__compliances > li, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .cota02__form__footer__cta, .blog01__cta, .cont02v1__information__cta, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta, .slid01__item__header__cta, .side02__cta {
  font: 300 0.9375rem "Open Sans", sans-serif, arial;
  line-height: 25px;
}
.blog01-show__article__description p, .blog01-show__article__body p, .blog01-show__article__time p, .blog01-page__articles__highlighted__item__information__paragraph p, .blog01-page__articles__highlighted__item__information__time p, .topi101__timeline__item__paragraph p, .blog01__main__item__description__paragraph p, .blog01-show__related__item__description__paragraph p, .blog01-page__articles__list__item__description__paragraph p, .topi05__item__header__paragraph p, .abou01-page__topics__item__paragraph p, .serv02-show__results__item__header__paragraph p, .comp01-page__banner__title p, .cota02__banner__title p, .blog01-show__banner__title p, .blog01-page__banner__title p, .abou01-page__banner__title p, .cota02__form__header__paragraph p, .topi03__header__paragraph p, .cont02__information__paragraph p, .abou01-page__main__information__paragraph p, .abou01-page__section__information__paragraph p, .abou01__header__paragraph p, .serv02-show__core__paragraph p, .serv02__paragraph p, .slid01__item__header__description p, .head02__navigation__item__link p, .head02__navigation__item__btn p, .form01__main__information__paragraph p, .comp01-page__content__paragraph p, .cota02__form__footer__compliance__link p, .cota02__form__footer__compliance p, .cota02__topics__item__paragraph p, .blog01-show__article__modal__main__socials__item__figure__title p, .blog01-page__articles__highlighted__item__information__category p, .confirmation-page__paragraph p, .foot02__copyright__compliances__item__link p,
.foot02__copyright__compliances > li__link p, .foot02__copyright__compliances__item p,
.foot02__copyright__compliances > li p, .foot02__navigation__pages__item p, .foot02__navigation__client-contact__item p, .cota02__form__footer__cta p, .blog01__cta p, .cont02v1__information__cta p, .topi08__cta p, .head02__navigation__item__cta p, .form01__main__form__footer__cta p, .blog01-show__article__share p, .blog01-page__articles__highlighted__item__information__cta p, .blog01__main__item__description__cta p, .blog01-show__related__item__description__cta p, .blog01-page__articles__list__item__description__cta p, .slid01__item__header__cta p, .side02__cta p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01-show__article__description, .blog01-show__article__body, .blog01-show__article__time, .blog01-page__articles__highlighted__item__information__paragraph, .blog01-page__articles__highlighted__item__information__time, .topi101__timeline__item__paragraph, .blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph, .topi05__item__header__paragraph, .abou01-page__topics__item__paragraph, .serv02-show__results__item__header__paragraph, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .abou01-page__banner__title, .cota02__form__header__paragraph, .topi03__header__paragraph, .cont02__information__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .abou01__header__paragraph, .serv02-show__core__paragraph, .serv02__paragraph, .slid01__item__header__description, .head02__navigation__item__link, .head02__navigation__item__btn, .form01__main__information__paragraph, .comp01-page__content__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__topics__item__paragraph, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-page__articles__highlighted__item__information__category, .confirmation-page__paragraph, .foot02__copyright__compliances__item__link,
  .foot02__copyright__compliances > li__link, .foot02__copyright__compliances__item,
  .foot02__copyright__compliances > li, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .cota02__form__footer__cta, .blog01__cta, .cont02v1__information__cta, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta, .slid01__item__header__cta, .side02__cta {
    font-size: 0.8125rem;
  }
}
.foot02__copyright__compliances__item__link,
.foot02__copyright__compliances > li__link, .foot02__copyright__compliances__item,
.foot02__copyright__compliances > li, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .cota02__form__footer__cta, .blog01__cta, .cont02v1__information__cta, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta, .slid01__item__header__cta, .side02__cta {
  color: #fff;
}
.comp01-page__content__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__topics__item__paragraph, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-page__articles__highlighted__item__information__category, .confirmation-page__paragraph {
  color: #000;
}
.cota02__form__header__paragraph, .topi03__header__paragraph, .cont02__information__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .abou01__header__paragraph, .serv02-show__core__paragraph, .serv02__paragraph, .slid01__item__header__description, .head02__navigation__item__link, .head02__navigation__item__btn, .form01__main__information__paragraph {
  color: #1b1b1b;
}
.comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .abou01-page__banner__title {
  color: #b94622;
}
.blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph, .topi05__item__header__paragraph, .abou01-page__topics__item__paragraph, .serv02-show__results__item__header__paragraph {
  color: #353535;
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time, .topi03__topics__item__paragraph, .topi09__topics__item__information__paragraph, .comp01-page__content__archives__item, .blog01-show__article__modal__main__copy__button, .side02__footer__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .blog01-show__article__modal__main__copy__link {
  font: 700 0.9375rem "Open Sans", sans-serif, arial;
  line-height: 25px;
}
.blog01__main__item__description__time p, .blog01-show__related__item__description__time p, .topi03__topics__item__paragraph p, .topi09__topics__item__information__paragraph p, .comp01-page__content__archives__item p, .blog01-show__article__modal__main__copy__button p, .side02__footer__item p, .form01__main__form__footer__compliance__link p, .form01__main__form__footer__compliance p, .blog01-show__article__modal__main__copy__link p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01__main__item__description__time, .blog01-show__related__item__description__time, .topi03__topics__item__paragraph, .topi09__topics__item__information__paragraph, .comp01-page__content__archives__item, .blog01-show__article__modal__main__copy__button, .side02__footer__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .blog01-show__article__modal__main__copy__link {
    font-size: 0.9375rem;
  }
}
.blog01-show__article__modal__main__copy__link {
  color: #fff;
}
.blog01-show__article__modal__main__copy__button, .side02__footer__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance {
  color: #000;
}
.comp01-page__content__archives__item {
  color: #1b1b1b;
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time, .topi03__topics__item__paragraph, .topi09__topics__item__information__paragraph {
  color: #009280;
}
.blog01__header__title, .bran04__header__title, .topi03__header__subtitle, .topi03__header__title, .cont02__information__title, .topi05__title, .topi08__header__title, .topi101__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .serv02-show__results__title, .serv02__title, .abou01-page__topics__title {
  padding-bottom: 1.6875rem;
  margin-bottom: 2.5rem;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.blog01__header__title::before, .bran04__header__title::before, .topi03__header__subtitle::before, .topi03__header__title::before, .cont02__information__title::before, .topi05__title::before, .topi08__header__title::before, .topi101__header__title::before, .abou01-page__main__information__header__title::before, .abou01-page__section__information__header__title::before, .abou01__header__title::before, .serv02-show__results__title::before, .serv02__title::before, .abou01-page__topics__title::before {
  content: "";
  height: 1px;
  width: 100dvw;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog01__header__title span, .bran04__header__title span, .topi03__header__subtitle span, .topi03__header__title span, .cont02__information__title span, .topi05__title span, .topi08__header__title span, .topi101__header__title span, .abou01-page__main__information__header__title span, .abou01-page__section__information__header__title span, .abou01__header__title span, .serv02-show__results__title span, .serv02__title span, .abou01-page__topics__title span {
  display: block;
  font-weight: 700;
}
.abou01-page__topics__title {
  color: #fff;
}
.abou01-page__topics__title::before {
  background-color: #fff;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 2rem;
  height: 1.375rem;
}
.head02__navigation__item--menu-mobile__item__icon span {
  height: 2px;
  border-radius: 100vw;
  background-color: #000;
}
.comp01-page__banner, .cota02__banner, .blog01-show__banner, .blog01-page__banner, .abou01-page__banner, .serv02-show__header {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 1.625rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991.98px) {
  .comp01-page__banner, .cota02__banner, .blog01-show__banner, .blog01-page__banner, .abou01-page__banner, .serv02-show__header {
    background-image: none !important;
    background-color: #fff !important;
    padding: 0;
    height: 127px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  }
}
.blog01-show__banner__img, .blog01-page__banner__img, .abou01-page__banner__img {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  .blog01-show__banner__img, .blog01-page__banner__img, .abou01-page__banner__img {
    display: none;
  }
}
.comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .abou01-page__banner__title {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .abou01-page__banner__title {
    display: none;
  }
}
.cota02__form__footer__cta, .blog01__cta, .cont02v1__information__cta, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta, .slid01__item__header__cta, .side02__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  white-space: nowrap;
  background-color: #b94622;
  border: solid 1px #b94622;
  font-size: 0.8125rem;
  font-weight: 700;
  transform: skew(-35deg);
  transition: all ease 0.3s;
}
.cota02__form__footer__cta > *, .blog01__cta > *, .cont02v1__information__cta > *, .topi08__cta > *, .head02__navigation__item__cta > *, .form01__main__form__footer__cta > *, .blog01-show__article__share > *, .blog01-page__articles__highlighted__item__information__cta > *, .blog01__main__item__description__cta > *, .blog01-show__related__item__description__cta > *, .blog01-page__articles__list__item__description__cta > *, .slid01__item__header__cta > *, .side02__cta > * {
  transform: skew(35deg);
}
.cota02__form__footer__cta:focus, .blog01__cta:focus, .cont02v1__information__cta:focus, .topi08__cta:focus, .head02__navigation__item__cta:focus, .form01__main__form__footer__cta:focus, .blog01-show__article__share:focus, .blog01-page__articles__highlighted__item__information__cta:focus, .blog01__main__item__description__cta:focus, .blog01-show__related__item__description__cta:focus, .blog01-page__articles__list__item__description__cta:focus, .slid01__item__header__cta:focus, .side02__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.cota02__form__footer__cta:is(:active, :hover), .blog01__cta:is(:active, :hover), .cont02v1__information__cta:is(:active, :hover), .topi08__cta:is(:active, :hover), .head02__navigation__item__cta:is(:active, :hover), .form01__main__form__footer__cta:is(:active, :hover), .blog01-show__article__share:is(:active, :hover), .blog01-page__articles__highlighted__item__information__cta:is(:active, :hover), .blog01__main__item__description__cta:is(:active, :hover), .blog01-show__related__item__description__cta:is(:active, :hover), .blog01-page__articles__list__item__description__cta:is(:active, :hover), .slid01__item__header__cta:is(:active, :hover), .side02__cta:is(:active, :hover) {
  color: #fff;
  background-color: #009280;
  border: solid 1px #009280;
}
.blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta, .slid01__item__header__cta, .side02__cta {
  background-color: #009280;
  padding: 0.4375rem 2.375rem;
  border-color: #009280;
}
.blog01-show__article__share:is(:active, :hover), .blog01-page__articles__highlighted__item__information__cta:is(:active, :hover), .blog01__main__item__description__cta:is(:active, :hover), .blog01-show__related__item__description__cta:is(:active, :hover), .blog01-page__articles__list__item__description__cta:is(:active, :hover), .slid01__item__header__cta:is(:active, :hover), .side02__cta:is(:active, :hover) {
  color: #009280;
  background-color: transparent;
}
.blog01__main__carousel .swiper-pagination-bullets, .blog01-show__related__carousel .swiper-pagination-bullets, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: left;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-show__related__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #009280;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-show__related__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.topi101__timeline__nav, .blog01-show__related__carousel__nav, .blog01__main__carousel__nav, .topi03__topics__mobile__nav, .topi05__carousel__nav, .topi08__topics__carousel__nav, .topi09__topics__carousel__nav, .abou01-page__topics__carousel__nav, .serv02-show__results__carousel__nav, .serv02-show__topics__carousel__nav, .serv02__main__carousel__nav {
  --swiper-navigation-size: 1rem; /* Variável que define o tamanho do botão e do after */
  --swiper-navigation-color: $color-one; /* Variável que define a cor do after (setas) */
  position: relative;
  width: 2.8125rem; /* Tamanho do botão interno * 2 + GAP */
  height: 1rem; /* Garante que o tamanho do botão esteja dentro do box. Caso o size seja alterado, deve-se alterar o tamanho do height */
  margin: 27px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .topi101__timeline__nav, .blog01-show__related__carousel__nav, .blog01__main__carousel__nav, .topi03__topics__mobile__nav, .topi05__carousel__nav, .topi08__topics__carousel__nav, .topi09__topics__carousel__nav, .abou01-page__topics__carousel__nav, .serv02-show__results__carousel__nav, .serv02-show__topics__carousel__nav, .serv02__main__carousel__nav {
    margin-left: 1rem;
  }
}
.topi101__timeline__nav:has(.swiper-button-lock), .blog01-show__related__carousel__nav:has(.swiper-button-lock), .blog01__main__carousel__nav:has(.swiper-button-lock), .topi03__topics__mobile__nav:has(.swiper-button-lock), .topi05__carousel__nav:has(.swiper-button-lock), .topi08__topics__carousel__nav:has(.swiper-button-lock), .topi09__topics__carousel__nav:has(.swiper-button-lock), .abou01-page__topics__carousel__nav:has(.swiper-button-lock), .serv02-show__results__carousel__nav:has(.swiper-button-lock), .serv02-show__topics__carousel__nav:has(.swiper-button-lock), .serv02__main__carousel__nav:has(.swiper-button-lock) {
  display: none;
}
.topi101__timeline__nav .swiper-button-next, .blog01-show__related__carousel__nav .swiper-button-next, .blog01__main__carousel__nav .swiper-button-next, .topi03__topics__mobile__nav .swiper-button-next, .topi05__carousel__nav .swiper-button-next, .topi08__topics__carousel__nav .swiper-button-next, .topi09__topics__carousel__nav .swiper-button-next, .abou01-page__topics__carousel__nav .swiper-button-next, .serv02-show__results__carousel__nav .swiper-button-next, .serv02-show__topics__carousel__nav .swiper-button-next, .serv02__main__carousel__nav .swiper-button-next,
.topi101__timeline__nav .swiper-button-prev,
.blog01-show__related__carousel__nav .swiper-button-prev,
.blog01__main__carousel__nav .swiper-button-prev,
.topi03__topics__mobile__nav .swiper-button-prev,
.topi05__carousel__nav .swiper-button-prev,
.topi08__topics__carousel__nav .swiper-button-prev,
.topi09__topics__carousel__nav .swiper-button-prev,
.abou01-page__topics__carousel__nav .swiper-button-prev,
.serv02-show__results__carousel__nav .swiper-button-prev,
.serv02-show__topics__carousel__nav .swiper-button-prev,
.serv02__main__carousel__nav .swiper-button-prev {
  position: relative;
  width: auto;
  aspect-ratio: 1/1;
  margin: unset;
  top: unset;
  right: unset;
  left: unset;
}
.topi101__timeline__nav .swiper-button-next::after, .blog01-show__related__carousel__nav .swiper-button-next::after, .blog01__main__carousel__nav .swiper-button-next::after, .topi03__topics__mobile__nav .swiper-button-next::after, .topi05__carousel__nav .swiper-button-next::after, .topi08__topics__carousel__nav .swiper-button-next::after, .topi09__topics__carousel__nav .swiper-button-next::after, .abou01-page__topics__carousel__nav .swiper-button-next::after, .serv02-show__results__carousel__nav .swiper-button-next::after, .serv02-show__topics__carousel__nav .swiper-button-next::after, .serv02__main__carousel__nav .swiper-button-next::after,
.topi101__timeline__nav .swiper-button-prev::after,
.blog01-show__related__carousel__nav .swiper-button-prev::after,
.blog01__main__carousel__nav .swiper-button-prev::after,
.topi03__topics__mobile__nav .swiper-button-prev::after,
.topi05__carousel__nav .swiper-button-prev::after,
.topi08__topics__carousel__nav .swiper-button-prev::after,
.topi09__topics__carousel__nav .swiper-button-prev::after,
.abou01-page__topics__carousel__nav .swiper-button-prev::after,
.serv02-show__results__carousel__nav .swiper-button-prev::after,
.serv02-show__topics__carousel__nav .swiper-button-prev::after,
.serv02__main__carousel__nav .swiper-button-prev::after {
  color: #b94622;
  font-size: 1rem; /* tamanho da seta */
}
.blog01-show__related__carousel__nav, .blog01__main__carousel__nav, .topi03__topics__mobile__nav, .topi05__carousel__nav, .topi08__topics__carousel__nav, .topi09__topics__carousel__nav, .abou01-page__topics__carousel__nav, .serv02-show__results__carousel__nav, .serv02-show__topics__carousel__nav, .serv02__main__carousel__nav {
  gap: 1rem;
}
.blog01-show__related__carousel__nav .swiper-button-next::after, .blog01__main__carousel__nav .swiper-button-next::after, .topi03__topics__mobile__nav .swiper-button-next::after, .topi05__carousel__nav .swiper-button-next::after, .topi08__topics__carousel__nav .swiper-button-next::after, .topi09__topics__carousel__nav .swiper-button-next::after, .abou01-page__topics__carousel__nav .swiper-button-next::after, .serv02-show__results__carousel__nav .swiper-button-next::after, .serv02-show__topics__carousel__nav .swiper-button-next::after, .serv02__main__carousel__nav .swiper-button-next::after,
.blog01-show__related__carousel__nav .swiper-button-prev::after,
.blog01__main__carousel__nav .swiper-button-prev::after,
.topi03__topics__mobile__nav .swiper-button-prev::after,
.topi05__carousel__nav .swiper-button-prev::after,
.topi08__topics__carousel__nav .swiper-button-prev::after,
.topi09__topics__carousel__nav .swiper-button-prev::after,
.abou01-page__topics__carousel__nav .swiper-button-prev::after,
.serv02-show__results__carousel__nav .swiper-button-prev::after,
.serv02-show__topics__carousel__nav .swiper-button-prev::after,
.serv02__main__carousel__nav .swiper-button-prev::after {
  color: #fff;
  border: 1px solid #009280;
  background-color: #009280;
  padding: 1rem;
  transition: all 0.3s ease;
}
.blog01-show__related__carousel__nav .swiper-button-next:hover::after, .blog01__main__carousel__nav .swiper-button-next:hover::after, .topi03__topics__mobile__nav .swiper-button-next:hover::after, .topi05__carousel__nav .swiper-button-next:hover::after, .topi08__topics__carousel__nav .swiper-button-next:hover::after, .topi09__topics__carousel__nav .swiper-button-next:hover::after, .abou01-page__topics__carousel__nav .swiper-button-next:hover::after, .serv02-show__results__carousel__nav .swiper-button-next:hover::after, .serv02-show__topics__carousel__nav .swiper-button-next:hover::after, .serv02__main__carousel__nav .swiper-button-next:hover::after,
.blog01-show__related__carousel__nav .swiper-button-prev:hover::after,
.blog01__main__carousel__nav .swiper-button-prev:hover::after,
.topi03__topics__mobile__nav .swiper-button-prev:hover::after,
.topi05__carousel__nav .swiper-button-prev:hover::after,
.topi08__topics__carousel__nav .swiper-button-prev:hover::after,
.topi09__topics__carousel__nav .swiper-button-prev:hover::after,
.abou01-page__topics__carousel__nav .swiper-button-prev:hover::after,
.serv02-show__results__carousel__nav .swiper-button-prev:hover::after,
.serv02-show__topics__carousel__nav .swiper-button-prev:hover::after,
.serv02__main__carousel__nav .swiper-button-prev:hover::after {
  background-color: #009280;
  color: #fff;
}
.blog01-show__related__carousel__nav .swiper-button-next.swiper-button-disabled::after, .blog01__main__carousel__nav .swiper-button-next.swiper-button-disabled::after, .topi03__topics__mobile__nav .swiper-button-next.swiper-button-disabled::after, .topi05__carousel__nav .swiper-button-next.swiper-button-disabled::after, .topi08__topics__carousel__nav .swiper-button-next.swiper-button-disabled::after, .topi09__topics__carousel__nav .swiper-button-next.swiper-button-disabled::after, .abou01-page__topics__carousel__nav .swiper-button-next.swiper-button-disabled::after, .serv02-show__results__carousel__nav .swiper-button-next.swiper-button-disabled::after, .serv02-show__topics__carousel__nav .swiper-button-next.swiper-button-disabled::after, .serv02__main__carousel__nav .swiper-button-next.swiper-button-disabled::after, .blog01-show__related__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .blog01__main__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .topi03__topics__mobile__nav .swiper-button-prev.swiper-button-disabled::after, .topi05__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .topi08__topics__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .topi09__topics__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .abou01-page__topics__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .serv02-show__results__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .serv02-show__topics__carousel__nav .swiper-button-prev.swiper-button-disabled::after, .serv02__main__carousel__nav .swiper-button-prev.swiper-button-disabled::after {
  background-color: transparent;
  color: #009280;
}
.topi101__timeline__nav {
  gap: 1rem;
}
.topi101__timeline__nav .swiper-button-next::after,
.topi101__timeline__nav .swiper-button-prev::after {
  color: #b94622;
  border: 1px solid #b94622;
  padding: 1rem;
  transition: all 0.3s ease;
}
.topi101__timeline__nav .swiper-button-next:hover::after,
.topi101__timeline__nav .swiper-button-prev:hover::after {
  background-color: #b94622;
  color: #fff;
}
/*******************************************************************************************************************************************/
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
  margin-top: -86px;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(27, 27, 27, 0.5);
}

body::-webkit-scrollbar-thumb {
  background: rgba(27, 27, 27, 0.8);
}

body::-webkit-scrollbar-thumb:hover {
  background: #1b1b1b;
}

.content {
  position: relative;
}

.link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
}

.text-primary {
  color: #1b1b1b !important;
}

.text-secondary {
  color: #009280 !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.fw-medium {
  font-weight: 600;
}

.fw-semibold {
  font-weight: 900;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

/* VAI FICAR OBSOLETO */
@media (min-width: 0) and (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px !important;
  }
}
/*_______________________________ */
.btn-icon {
  transform: scale(1);
  transition: ease all 0.4s;
}
.btn-icon:hover {
  transform: scale(1.15);
  transition: ease all 0.4s;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 27, 27, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  color: #fff;
  background-color: rgba(27, 27, 27, 0.9);
  border-color: rgba(27, 27, 27, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 27, 27, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(27, 27, 27, 0.9);
  border-color: rgba(27, 27, 27, 0.9);
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 27, 27, 0.5);
}

.form-control:focus {
  color: #212529;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}

.body-section {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.parsley-error {
  border-color: #c90000;
}

.parsley-errors-list {
  padding-left: 0;
  font-size: 13px;
  color: #c90000;
}
.parsley-errors-list li {
  list-style: none;
}

.transition {
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

.dropdown-menu {
  padding: 0.3rem;
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  top: 100%;
}
.dropdown-menu.show {
  top: 100% !important;
}
.dropdown-menu i {
  display: inline-block;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(15px);
  }
}
body .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-nav button.owl-next,
body .owl-nav button.owl-prev {
  background-color: #1b1b1b !important;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 34px !important;
  justify-content: center;
  line-height: 22px !important;
  margin: 0 3px;
}
body .owl-nav button.owl-next:hover,
body .owl-nav button.owl-prev:hover {
  background-color: #009280;
  color: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #1b1b1b;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #009280;
}
body .owl-dots .owl-dot.active {
  background-color: #b94622;
}

.fixed-floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}
.fixed-floating.top {
  top: 0;
}

.menu-arrow {
  display: inline-table;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.form101 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form101 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #b94622;
  color: #009280;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.75rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #009280;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.9375rem "Open Sans", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #1b1b1b;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #1b1b1b;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #009280;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.9375rem "Open Sans", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #000 !important;
  border-color: #000;
}
.form102__content__form__checkbox-label a {
  margin-left: 5px;
}
.form102__content .form-check-input {
  height: 14px;
  width: 14px;
  padding: 0;
  margin-bottom: 0;
}
.form102__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__content input::placeholder {
  background-color: #fff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #1b1b1b;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.form01__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 50%;
}
@media (max-width: 991.98px) {
  .form01__main {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.form01__main__information {
  margin-bottom: 2rem;
}
.form01__main__information__title {
  margin-bottom: 2.5rem;
}
.form01__main__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
}
.form01__main__form .input__item {
  width: calc(50% - 4px);
}
@media (max-width: 991.98px) {
  .form01__main__form .input__item {
    width: 100%;
  }
}
.form01__main__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.form01__main__form__footer__compliance {
  opacity: 0.4;
}
.form01__main__form__footer__compliance__link {
  text-decoration: underline;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #000;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #1b1b1b;
}
.form01__image {
  width: 30%;
  height: auto;
}
@media (max-width: 991.98px) {
  .form01__image {
    width: 100%;
  }
}
.form01__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.375rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__title {
    font-size: 1.563rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #1b1b1b;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 0.9375rem "Open Sans", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #1b1b1b;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.375rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.563rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #009280;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.9375rem "Open Sans", sans-serif, arial;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #1b1b1b;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #1b1b1b !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 2.5rem;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.75rem;
  }
}
.form03__boxLeft__subtitle {
  color: #b94622;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.125rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #1b1b1b;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 400;
  color: #1b1b1b;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.9375rem "Open Sans", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 1.75rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1b1b1b;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph {
    font-size: 0.8125rem;
  }
}
.form03__boxRight__paragraph p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1b1b1b;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph p {
    font-size: 0.8125rem;
  }
}
.form03__boxRight__inputs {
  flex-wrap: wrap;
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form03__boxRight input::placeholder {
  background-color: #fff !important;
}
.form03__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #1b1b1b;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 0.9375rem "Open Sans", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 400 0.9375rem "Open Sans", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

.jq-toast-wrap {
  width: 330px;
}

.jq-toast-single {
  font-family: "Open Sans", sans-serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.jq-toast-single h2 {
  font-family: "Open Sans", sans-serif, arial;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.close-jq-toast-single {
  top: 7px;
  right: 7px;
  font-size: 29px;
}

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: transparent !important;
  height: 40px;
  position: relative;
  z-index: 2;
}
.form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
  color: #777777;
  top: 0;
  transform: translate(0);
  transition: ease all 0.3s;
}
.form-placeholder.focusing > input {
  padding-top: 18px;
  height: 40px;
  transition: ease all 0.3s;
}

.confirmation-page {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
}
.confirmation-page__title {
  padding-bottom: 0;
  text-align: center;
  color: #009280;
}
.confirmation-page__title::after {
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #009280;
  position: relative;
  margin-top: 1.25rem;
  display: block;
}
.confirmation-page__paragraph {
  text-align: center;
  margin-top: 1.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.confirmation-page svg {
  width: 100%;
}
.confirmation-page svg path {
  fill: #009280;
}

.blur-5 {
  filter: blur(5px);
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 1;
  animation-duration: 0.8s !important;
}
.animated.blur-5 {
  filter: blur(0px);
}
.animated.fadeIn {
  animation: fadeIn;
}
.animated.fadeInUp {
  animation: fadeInUp;
}
.animated.fadeInDown {
  animation: fadeInDown;
}
.animated.fadeInRight {
  animation: fadeInRight;
}
.animated.fadeInLeft {
  animation: fadeInLeft;
}
.animated.fadeInLeft1 {
  animation: fadeInLeft1;
}

.hover-image-box {
  overflow: hidden;
}
.hover-image-box__target {
  transition: all 0.4s ease;
}
.hover-image-box:hover .hover-image-box__target {
  scale: 1.1;
  transition: all 0.4s ease;
}

.head02 {
  width: 100%;
  padding-top: 1rem;
  padding-right: 0;
  padding-bottom: 0;
  border-top: solid 0.5rem #b94622;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 5;
  transition: ease all 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1199.98px) {
  .head02 {
    padding-top: 2.9375rem;
  }
}
.head02.scrolled {
  position: fixed;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #e8e7eb;
  align-items: center;
  z-index: 99;
  top: 0;
}
@media (max-width: 991.98px) {
  .head02.scrolled {
    padding-top: 1rem;
  }
}
.head02__logo {
  position: relative;
  width: 11.4375rem;
  height: auto;
  aspect-ratio: 183/48.54;
}
@media (max-width: 1199.98px) {
  .head02__logo {
    width: 10.5625rem;
  }
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__wrap-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 78.9%;
}
@media (max-width: 1199.98px) {
  .head02__wrap-nav {
    justify-content: end;
    padding-right: 5dvw;
  }
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  list-style: none;
  background-color: #f9f9f9;
  padding: 0.75rem 3.875rem;
  gap: 3.4375rem;
  clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
}
@media (max-width: 1399.98px) {
  .head02__navigation {
    padding: 0.75rem 3.125rem;
    gap: 2.75rem;
  }
}
@media (max-width: 1199.98px) {
  .head02__navigation {
    background-color: transparent;
    justify-content: end;
    padding: 0;
  }
}
.head02__navigation__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Estilização do menu-dropdown */
  /* Modificador do menu mobile */
}
@media (max-width: 1199.98px) {
  .head02__navigation__item {
    display: none;
  }
}
.head02__navigation__item__link, .head02__navigation__item__btn {
  font-size: 0.8125rem;
  text-decoration: none;
  font-weight: 700;
}
.head02__navigation__item__link:is(.active, :hover), .head02__navigation__item__btn:is(.active, :hover) {
  font-weight: 700;
  color: #b94622;
}
.head02__navigation__item__content {
  padding: 0.5rem;
  top: 60%;
  left: 0;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item__cta {
  padding-right: 4.125rem;
  padding-left: 2.5rem;
  margin-right: -2.25rem;
}
.head02__navigation__item--menu-mobile {
  display: none;
  position: relative;
}
@media (max-width: 1199.98px) {
  .head02__navigation__item--menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.head02__navigation__item--menu-mobile__item {
  padding: 0;
  padding-bottom: 0.75rem;
}
.head02.scrolled .head02__wrap-nav .head02__navigation {
  background-color: transparent;
}

.head02.scrolled .head02__logo {
  width: 8.4375rem;
}

.btn-flutuante {
  position: fixed;
  right: -6px;
  top: 50%;
  z-index: 10002;
  border-radius: 45px 0px 0px 45px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .btn-flutuante {
    top: 80%;
  }
}
.btn-flutuante a {
  width: 83px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
  background-color: #25D366;
}
.btn-flutuante a:hover img {
  transform: scale(1.2);
  transition: all 0.4s linear;
}
.btn-flutuante a img {
  transform: scale(1);
  width: 31px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 10002;
  overflow: auto;
  padding: 2.625rem 4.125rem 2.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #b94622;
  list-style: none;
  transform: translate(-100%, 0); /* O default de animaçào da abertura é da esquerda para a direita */
  transition: transform ease 0.6s;
  /* ANIMAÇÕES DE ABERTURA */
  /* top to bottom - de cima para baixo*/
  /*right to left - de esquerda para direita*/
  /* bottom to top - de baixo para cima */
}
.side02::-webkit-scrollbar, .side02--btt::-webkit-scrollbar, .side02--rtl::-webkit-scrollbar, .side02--ttb::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(27, 27, 27, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(27, 27, 27, 0.8);
}
.side02::-webkit-scrollbar-thumb:hover, .side02--btt::-webkit-scrollbar-thumb:hover, .side02--rtl::-webkit-scrollbar-thumb:hover, .side02--ttb::-webkit-scrollbar-thumb:hover {
  background: #1b1b1b;
}
.side02.open, .open.side02--btt, .open.side02--rtl, .open.side02--ttb {
  left: 0;
  transform: translate(0, 0);
  transition: transform ease 0.6s;
}
.side02--ttb {
  transform: translate(0, -100%);
}
.side02--rtl {
  transform: translate(100%, 0);
}
.side02--btt {
  transform: translate(0, 100%);
}
.side02__header {
  width: 100%;
  position: absolute;
  left: 2.5vw;
  top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*
  &__languages {
      @include disFlex;

      &__item {
          padding: 0.5rem;
          @extend %theme__t5-cb;
          font-weight: 400;
          color: $color-black;
          border-right: 1px solid $color-one;

          &:last-of-type {
              border: none;
          }

          &:hover {
              color: $color-four;
          }
      }
  }
  */
}
.side02__header__button-close__icon path {
  fill: #009280;
}
.side02__header__button-close__icon:hover path {
  fill: #1b1b1b;
}
.side02__logo {
  width: 10.5625rem;
  height: auto;
  aspect-ratio: 169/46;
  margin: 0 3rem 4rem auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  margin-bottom: 5.25rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.side02__navigation__item, .side02__navigation__item--cta {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
}
.side02__navigation__item--cta {
  padding-left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.3125rem;
  flex-wrap: wrap;
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  width: 100%;
  font: 700 1.0625rem "Open Sans", sans-serif, arial;
  color: #fff;
  text-align: left;
}
.side02__navigation__item__content {
  left: 50%;
  transform: translate(-50%, 0) !important; /*Uso do !important para resetar os valores padrões do .quedinha__content, pois este possui 4 níveis de especificidade*/
}
.side02__navigation__item__content--sub-menu {
  top: 100% !important;
  left: 0 !important;
  right: unset !important;
  /* Uso do important para resetar os valores de estilos que são inseridos via JS pelo plugin*/
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.side02__socials__item {
  width: 2.875rem;
  height: auto;
  aspect-ratio: 1/1;
}
.side02__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.foot02 {
  background-color: #353535;
}
.foot02__navigation {
  position: relative;
  padding-top: 4.25rem;
  padding-bottom: 6.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
  border-bottom: solid 2.7px #b94622;
}
@media (max-width: 767.98px) {
  .foot02__navigation {
    flex-direction: column;
    align-items: center;
    padding-bottom: 140px;
  }
}
.foot02__navigation__client-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 2rem;
  margin-right: 5rem;
}
@media (max-width: 1199.98px) {
  .foot02__navigation__client-info {
    margin-right: 7.5rem;
  }
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info {
    width: 100%;
    margin-bottom: 4.375rem;
    margin-right: unset;
  }
}
@media (max-width: 767.98px) {
  .foot02__navigation__client-info {
    gap: 2.625rem;
  }
}
.foot02__navigation__client-info__logo {
  width: 20rem;
  height: auto;
  aspect-ratio: 190/50;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__client-info__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  list-style: none;
}
.foot02__navigation__client-info__socials__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.0625rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.foot02__navigation__client-info__socials__item__icon {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__pages {
  list-style: none;
  flex: 1 0 auto;
}
.foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  margin-bottom: 2.375rem;
}
@media (max-width: 767.98px) {
  .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    text-align: center;
  }
}
.foot02__navigation__pages__header__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
    text-align: center;
  }
}
.foot02__navigation__pages__item:hover .foot02__navigation__pages__item__link, .foot02__navigation__pages__item:hover .foot02__navigation__client-contact__item__link, .foot02__navigation__client-contact__item:hover .foot02__navigation__pages__item__link, .foot02__navigation__client-contact__item:hover .foot02__navigation__client-contact__item__link {
  opacity: 1;
  transition: all 0.3s ease;
}
.foot02__navigation__pages__item__link, .foot02__navigation__client-contact__item__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.foot02__navigation__client-contact {
  list-style: none;
  flex: 1 0 auto;
}
.foot02__navigation__client-contact hr {
  width: 100%;
  margin: 0.75rem 0;
  border-top: solid 1px #fff;
  opacity: 0.15;
}
.foot02__navigation__client-contact__item {
  max-width: 320px;
  margin-bottom: 0.5rem;
}
.foot02__navigation__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 5.0625rem;
  width: 2.875rem;
  border: none;
  outline: none;
  background-color: #b94622;
}
@media (max-width: 767.98px) {
  .foot02__navigation__button {
    right: 50%;
    translate: 50% 0;
  }
}
.foot02__navigation__button img {
  height: 26px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(15deg) brightness(105%) contrast(101%);
}
.foot02__copyright {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot02__copyright {
    flex-direction: column;
    gap: 1.625rem;
  }
}
.foot02__copyright__compliances {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.foot02__copyright__compliances__item,
.foot02__copyright__compliances > li {
  padding: 0.4375rem 3.25rem;
  border-left: solid 1px rgba(255, 255, 255, 0.6);
}
.foot02__copyright__compliances__item:first-of-type,
.foot02__copyright__compliances > li:first-of-type {
  padding-left: 0;
  border-left: none;
}
.foot02__copyright__compliances__item__link,
.foot02__copyright__compliances > li__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  opacity: 0.6;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .foot02__copyright__compliances__item__link,
  .foot02__copyright__compliances > li__link {
    text-align: center;
  }
}
.foot02__copyright__hoom {
  width: 12.875rem;
  height: auto;
  aspect-ratio: 206/34;
}
.foot02__copyright__hoom__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.foot02__copyright__compliances__item__link:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

/* BEGIN STYLE */
.slid01 {
  position: relative;
}
.slid01__item {
  padding-bottom: 0;
  z-index: 0;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .slid01__item {
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 10rem;
    padding-bottom: 3.875rem;
  }
}
.slid01__item__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.slid01__item__background__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slid01__item__header {
  width: 50%;
  max-width: 441px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991.98px) {
  .slid01__item__header {
    width: 100%;
    max-width: unset;
    justify-content: space-between;
  }
}
.slid01__item__header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.slid01__item__header__title {
  margin-bottom: 2.625rem;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.slid01__item__header__title::before {
  content: "";
  height: 1px;
  width: 100dvw;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.slid01__item__header__title span {
  display: block;
  font-weight: 700;
}
.slid01__item__header__description {
  max-width: 384px;
}
@media (max-width: 991.98px) {
  .slid01__item__header__description {
    max-width: 100%;
    display: none;
  }
}
.slid01__item__header__cta {
  margin-top: 2.3125rem;
}
@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) skew(-35deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) skew(-35deg);
  }
}
@media (max-width: 991.98px) {
  .slid01__item__header__cta {
    margin: 0 auto;
  }
}
.slid01__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-inline: 3.375rem;
  width: 9.375rem;
  height: 3.3125rem;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 10;
}
.slid01__nav:has(.swiper-button-lock) {
  display: none;
}
.slid01__nav .swiper-button-next,
.slid01__nav .swiper-button-prev {
  position: relative;
  width: auto;
  aspect-ratio: 1/1;
  margin: unset;
  top: unset;
  right: unset;
  left: unset;
}
.slid01__nav .swiper-button-next::after,
.slid01__nav .swiper-button-prev::after {
  color: #000;
  font-size: 1rem; /* tamanho da seta */
}

/* BEGIN STYLE */
.serv02 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background-color: #e8e7eb;
  flex-wrap: wrap;
  overflow: hidden;
}
.serv02__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 5.125rem 0 5.125rem 5dvw;
  width: 27%;
}
@media (max-width: 767.98px) {
  .serv02__header {
    width: calc(100% - 5dvw);
    padding: 2.625rem 0 2.625rem 5dvw;
  }
}
.serv02__title:before {
  right: 14px;
  display: none;
}
@media (max-width: 575.98px) {
  .serv02__title {
    margin-bottom: 0;
  }
}
.serv02__paragraph {
  max-width: 300px;
}
.serv02__main {
  width: calc(73% + 99px);
  overflow: hidden;
  margin-left: -99px;
}
@media (max-width: 991.98px) {
  .serv02__main {
    width: 100%;
    margin-left: 0;
  }
}
.serv02__main__carousel {
  overflow: hidden;
}
.serv02__main__carousel__nav {
  margin-bottom: 4.25rem;
  display: none;
}
@media (max-width: 991.98px) {
  .serv02__main__carousel__nav {
    display: flex;
    gap: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.serv02__main__carousel__nav .swiper-button-prev.swiper-button-disabled::after,
.serv02__main__carousel__nav .swiper-button-next:after,
.serv02__main__carousel__nav .swiper-button-prev::after {
  background-color: transparent;
  border: inherit;
  color: #009280;
  font-size: 1.2rem;
  padding: 0 0.5rem 0 1rem;
}
.serv02__main__carousel__nav .swiper-button-next:hover::after,
.serv02__main__carousel__nav .swiper-button-prev:hover::after {
  background-color: inherit;
  color: inherit;
}
.serv02__main__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  clip-path: polygon(0 0, 57% 0, 100% 100%, 43% 100%);
  margin-bottom: 6.0625rem;
  margin-right: -112px;
}
@media (max-width: 767.98px) {
  .serv02__main__item {
    width: 306px;
    margin-right: -85px;
  }
}
.serv02__main__item:nth-of-type(even) {
  margin-bottom: 0;
  margin-top: 6.0625rem;
}
.serv02__main__item.serv02__main__item:not(:first-of-type):is(:nth-of-type(odd)) {
  margin-left: -85px;
}
.serv02__main__item__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: ease all 0.4s;
}
.serv02__main__item__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 42%;
  left: 50%;
  bottom: 118px;
  z-index: 2;
  translate: -35% 0;
}
@media (max-width: 767.98px) {
  .serv02__main__item__information {
    bottom: 94px;
  }
}
.serv02__main__item__information__icon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.serv02__main__item:nth-of-type(even) .serv02__main__item__information {
  bottom: unset;
  top: 143px;
  translate: -65% 0;
}
@media (max-width: 767.98px) {
  .serv02__main__item:nth-of-type(even) .serv02__main__item__information {
    top: 116px;
  }
}

.serv02__main__item:hover .serv02__main__item__bg {
  transform: scale(1.05);
}

.serv02-show__header {
  min-height: 264px;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  .serv02-show__header {
    min-height: unset;
  }
}
.serv02-show__core {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 74px;
  padding-top: 4.75rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 991.98px) {
  .serv02-show__core {
    flex-direction: column;
    padding-top: 1.625rem;
  }
}
@media (max-width: 575.98px) {
  .serv02-show__core {
    gap: 1rem;
  }
}
.serv02-show__core__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 408px;
  position: relative;
}
@media (max-width: 767.98px) {
  .serv02-show__core__header {
    width: 250px;
  }
}
.serv02-show__core__header::before {
  display: none;
}
.serv02-show__core__header__title {
  font-weight: 700;
}
.serv02-show__core__header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: -68px;
  bottom: -30px;
  background-color: #000;
  opacity: 0.5;
}
.serv02-show__core__paragraph {
  width: 100%;
  max-width: 638px;
}
.serv02-show__topics {
  position: relative;
  background-color: #e8e7eb;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.serv02-show__topics__carousel {
  overflow: hidden;
}
.serv02-show__topics__carousel__nav {
  margin-bottom: 4.25rem;
}
@media (max-width: 991.98px) {
  .serv02-show__topics__carousel__nav {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.serv02-show__topics__item {
  position: relative;
  height: auto;
  max-height: 611px;
  aspect-ratio: 500/611;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
@media (max-width: 991.98px) {
  .serv02-show__topics__item {
    min-width: 33.33%;
    width: 299px;
  }
}
.serv02-show__topics__item__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.serv02-show__topics__item__content {
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 1.375rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .serv02-show__topics__item__content {
    padding: 0.8125rem 2rem;
  }
}
.serv02-show__topics__item__content::before {
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: all ease 0.3s;
}
@media (max-width: 991.98px) {
  .serv02-show__topics__item__content::before {
    opacity: 0;
  }
}
.serv02-show__topics__item__content:hover::before {
  opacity: 0;
}
.serv02-show__topics__item__content::after {
  content: "";
  background-color: #009280;
  width: 90%;
  height: 99px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.3s;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.serv02-show__topics__item__content:hover::after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .serv02-show__topics__item__content::after {
    width: 205px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    opacity: 1;
  }
}
.serv02-show__topics__item__content__title {
  position: relative;
  z-index: 3;
  width: 90%;
  font: 400 1.25rem "Open Sans", sans-serif, arial;
  line-height: 140%;
  letter-spacing: 1px;
  color: #e8e7eb;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  margin-bottom: 0;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .serv02-show__topics__item__content__title {
    font-size: 0.9375rem;
    width: 138px;
    font-weight: 700;
  }
}
.serv02-show__topics__item__content:hover .serv02-show__topics__item__content__title {
  font-weight: 700;
}
.serv02-show__results {
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .serv02-show__results {
    padding-top: 0;
  }
}
.serv02-show__results__title {
  margin-bottom: 5.5rem;
  max-width: 180px;
}
@media (min-width: 992px) {
  .serv02-show__results__title {
    width: 100%;
    max-width: unset;
    padding-bottom: 0;
    display: inline;
  }
  .serv02-show__results__title::before {
    display: none;
  }
  .serv02-show__results__title span {
    display: inline;
  }
}
.serv02-show__results__carousel {
  align-self: center;
  width: 100%;
  overflow: visible;
  position: relative;
}
.serv02-show__results__carousel__nav {
  margin-top: 4.5rem;
  margin-bottom: 6.9375rem;
}
.serv02-show__results__item {
  width: 100%;
  max-width: 419px;
  position: relative;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.serv02-show__results__item__image {
  transition: all ease 0.3s;
  width: 100%;
  height: auto;
  aspect-ratio: 419/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  clip-path: polygon(90% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}
.serv02-show__results__item__header {
  transition: all ease 0.3s;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 2.3125rem 2.8125rem;
}
@media (max-width: 767.98px) {
  .serv02-show__results__item__header {
    padding: 1.25rem;
  }
}
.serv02-show__results__item__header__title {
  margin-bottom: 1.1875rem;
  position: relative;
  z-index: 0;
  font: 700 1.5rem "Open Sans", sans-serif, arial;
  text-align: left;
  color: #009280;
  letter-spacing: 4.5px;
  line-height: 102%;
}
.serv02-show__results__item__header__paragraph {
  width: 100%;
  text-align: left;
}
.serv02-show__results__item__header__paragraph span {
  font-weight: 700;
  color: #009280;
}

/* BEGIN STYLE */
.abou01 {
  overflow: hidden;
  /* prevenção do shift da animação*/
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .abou01 {
    flex-direction: column-reverse;
  }
}
.abou01__img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 991.98px) {
  .abou01__img {
    width: 100%;
  }
}
.abou01__header {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 9.25rem 2dvw 9.25rem 4.5625rem;
}
@media (max-width: 991.98px) {
  .abou01__header {
    width: 100%;
    padding: 3.3125rem 5dvw;
  }
}
.abou01__header__title {
  margin-bottom: 0;
}
.abou01__header__title:before {
  right: unset;
  left: 0px;
  display: none;
}
.abou01__header__paragraph {
  text-align: left;
}

.abou01-page__topics {
  padding-bottom: 10.875rem;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .abou01-page__topics {
    padding-bottom: 4.5rem;
  }
}
.abou01-page__topics__title {
  line-height: 110%;
  max-width: 448px;
  width: 100%;
  margin-bottom: 4.1875rem;
}
.abou01-page__topics__title::before {
  display: none;
}
.abou01-page__topics__carousel {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__carousel__nav {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.abou01-page__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 3.8125rem 2.375rem 3.8125rem 3.5625rem;
  height: auto;
  background-color: #e8e7eb;
  clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}
.abou01-page__topics__item__header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  margin-bottom: 1.3125rem;
}
.abou01-page__topics__item__header__title {
  font: 700 1.5rem "Open Sans", sans-serif, arial;
  color: #fff;
  letter-spacing: 4.56px;
  text-align: left;
  position: relative;
  padding-right: 28px;
  display: block;
  border-color: #009280;
  isolation: isolate;
}
.abou01-page__topics__item__header__title::before {
  content: "";
  background-color: #009280;
  position: absolute;
  bottom: 50%;
  right: 0;
  translate: 0 50%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  height: 41px;
  width: calc(100% + 57px);
  z-index: -1;
}
.abou01-page__main, .abou01-page__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 92px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .abou01-page__main, .abou01-page__section {
    flex-direction: column-reverse;
    gap: 1.875rem;
    padding-top: 72px;
    padding-bottom: 0;
  }
  .abou01-page__main::before, .abou01-page__section::before {
    display: none;
  }
}
.abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information {
  width: calc(49% - 92px);
}
@media (max-width: 767.98px) {
  .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information {
    width: 100%;
  }
}
.abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image {
  width: 51%;
}
@media (max-width: 767.98px) {
  .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image {
    width: 100%;
  }
}
.abou01-page__main__information, .abou01-page__section__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .abou01-page__main__information, .abou01-page__section__information {
    width: 100%;
  }
}
.abou01-page__main__information__header, .abou01-page__section__information__header {
  width: 100%;
}
.abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.abou01-page__main__information__header__title::before, .abou01-page__section__information__header__title::before {
  width: 100%;
  display: none;
}
@media (max-width: 767.98px) {
  .abou01-page__main__information__header__title::before, .abou01-page__section__information__header__title::before {
    width: 100dvw;
    right: unset;
    left: 0;
  }
}
.abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
  width: 100%;
}
.abou01-page__main__image, .abou01-page__section__image {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .abou01-page__main__image, .abou01-page__section__image {
    margin-left: -10dvw;
  }
}
.abou01-page__main__image__img, .abou01-page__section__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou01-page__section {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .abou01-page__section {
    flex-direction: column-reverse;
  }
}
.abou01-page__section::before {
  display: none;
}
@media (max-width: 767.98px) {
  .abou01-page__section__image {
    margin-left: 0;
    margin-right: -10dvw;
  }
}
.topi101 {
  overflow: hidden;
  /* prevenção do shift da animação */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.topi101__header__title {
  line-height: 120%;
  margin-bottom: 5.4375rem;
}
.topi101__header__title::before {
  display: none;
}
.topi101__timeline {
  height: auto;
  position: relative;
  width: 100%;
}
.topi101__timeline__nav {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .topi101__timeline__nav {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.topi101__timeline__item {
  height: auto;
  width: 13.4375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 3.1875rem;
}
.topi101__timeline__item:not(:last-of-type)::before {
  content: "";
  width: calc(100% + 65px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #e45d29;
}
.topi101__timeline__item__svg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
  height: 2.4375rem;
  width: 1.1875rem;
}
.topi101__timeline__item__title {
  font-weight: 700;
  color: #7c7c7c;
  text-align: center;
}
.topi101__timeline__item__paragraph {
  text-align: center;
  color: #7c7c7c;
}

/* BEGIN STYLE */
.topi09 {
  padding-top: 5.5rem;
  padding-bottom: 4.875rem;
  background-color: #353535;
}
.topi09__topics {
  height: auto;
  margin-inline: auto;
}
.topi09__topics__carousel {
  height: auto;
  overflow: visible;
}
.topi09__topics__carousel__swiper-wrapper {
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel__swiper-wrapper {
    justify-content: flex-start;
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel__nav {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.topi09__topics__item {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575.98px) {
  .topi09__topics__item {
    width: 100%;
  }
}
.topi09__topics__item__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.topi09__topics__item__information__title {
  font: 700 4.375rem "Open Sans", sans-serif, arial;
  text-align: center;
  line-height: 80%;
  color: #e8e7eb;
}
.topi09__topics__item__information__paragraph {
  text-align: center;
}

/* BEGIN STYLE */
.topi08 {
  overflow: hidden;
  /* Prevenção do shift da animação*/
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi08__header {
  padding-bottom: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 575.98px) {
  .topi08__header {
    padding-top: 2.4375rem;
    padding-bottom: 1.125rem;
  }
}
.topi08__header__title {
  margin-bottom: 0;
}
.topi08__header__title::before {
  display: none;
}
@media (min-width: 992px) {
  .topi08__header__title {
    width: 100%;
    padding-bottom: 0;
    display: inline;
  }
  .topi08__header__title::before {
    display: none;
  }
  .topi08__header__title span {
    display: inline;
  }
}
.topi08__topics {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi08__topics__carousel {
  overflow: hidden;
}
.topi08__topics__carousel__nav {
  margin-top: 3rem;
  margin-bottom: 4.25rem;
}
@media (max-width: 991.98px) {
  .topi08__topics__carousel__nav {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.topi08__topics__item {
  position: relative;
  height: auto;
  max-height: 611px;
  aspect-ratio: 500/611;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
@media (max-width: 991.98px) {
  .topi08__topics__item {
    min-width: 33.33%;
    width: 299px;
  }
}
@media (max-width: 575.98px) {
  .topi08__topics__item {
    width: 100%;
  }
}
.topi08__topics__item__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi08__topics__item__content {
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 1.375rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-bottom: 0;
}
.topi08__topics__item__content::before {
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: all ease 0.3s;
}
@media (max-width: 991.98px) {
  .topi08__topics__item__content::before {
    opacity: 0;
  }
}
.topi08__topics__item__content:hover::before {
  opacity: 0;
}
.topi08__topics__item__content::after {
  content: "";
  background-color: #009280;
  width: 320px;
  height: 99px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.3s;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  .topi08__topics__item__content::after {
    opacity: 1;
  }
}
.topi08__topics__item__content:hover::after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi08__topics__item__content::after {
    width: 230px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.topi08__topics__item__content__title {
  position: relative;
  z-index: 3;
  width: 220px;
  font: 400 1.25rem "Open Sans", sans-serif, arial;
  line-height: 140%;
  letter-spacing: 1px;
  color: #e8e7eb;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  margin-bottom: 0;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .topi08__topics__item__content__title {
    font-size: 0.9375rem;
    width: 150px;
    font-weight: 700;
  }
}
.topi08__topics__item__content:hover .topi08__topics__item__content__title {
  font-weight: 700;
}
.topi08__cta {
  margin-left: auto;
}

/* BEGIN STYLE */
.topi05 {
  padding-bottom: 0;
  overflow: hidden;
  background-color: #e8e7eb;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .topi05 {
    padding-top: 3.75rem;
  }
}
.topi05__svg {
  position: absolute;
  aspect-ratio: 490/794;
  height: 100%;
  width: auto;
  top: 94px;
  right: -72px;
  z-index: -1;
}
.topi05__title {
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 180px;
}
@media (min-width: 992px) {
  .topi05__title {
    width: 100%;
    max-width: unset;
    display: inline;
  }
  .topi05__title::before {
    display: none;
  }
  .topi05__title span {
    display: inline;
  }
}
.topi05__carousel {
  width: 90%;
  overflow: visible;
  position: relative;
}
.topi05__carousel__nav {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 991.98px) {
  .topi05__carousel__nav {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.topi05__item {
  position: relative;
  transition: all ease 0.3s;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .topi05__item {
    flex-direction: column;
    width: 100% !important;
    margin-right: 30px !important;
  }
}
.topi05__item:hover .topi05__item__image {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.topi05__item__image {
  transition: all ease 0.3s;
  width: 45%;
  height: auto;
  aspect-ratio: 468/346;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .topi05__item__image {
    animation: inherit !important;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .topi05__item__image {
    width: 100%;
  }
}
.topi05__item__header {
  transition: all ease 0.3s;
  background-color: #fff;
  width: 55%;
  aspect-ratio: 468/265;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 3.1875rem;
}
@media (max-width: 767.98px) {
  .topi05__item__header {
    width: 100%;
    aspect-ratio: unset;
    align-items: start;
    padding: 1.25rem;
  }
}
.topi05__item__header__title {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 0;
  padding-right: 2.125rem;
  font: 700 1.5rem "Open Sans", sans-serif, arial;
  text-align: left;
  color: #fff;
  letter-spacing: 4.5px;
  line-height: 80%;
  padding: 1rem 3rem 1rem 0;
}
@media (max-width: 991.98px) {
  .topi05__item__header__title {
    font-size: 1.2rem;
    line-height: 150%;
    animation: inherit !important;
    opacity: 1;
  }
}
.topi05__item__header__title::before {
  content: "";
  width: calc(100% + 7px + 58px);
  height: 100%;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  z-index: -1;
  background-color: #009280;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767.98px) {
  .topi05__item__header__title::before {
    width: calc(100% + 20px);
  }
}
.topi05__item__header__paragraph {
  width: 100%;
  text-align: left;
}
@media (max-width: 767.98px) {
  .topi05__item__header__paragraph {
    animation: inherit !important;
    opacity: 1;
  }
}
.topi05__item__header__paragraph span {
  font-weight: 700;
  color: #009280;
}

.cont02 {
  padding-bottom: 6.25rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  background: #f9f9f9;
}
@media (max-width: 575.98px) {
  .cont02 {
    padding-top: 2.9375rem;
  }
}
.cont02__image {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .cont02__image {
    width: 100%;
  }
}
.cont02__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cont02__information {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .cont02__information {
    width: 100%;
    align-items: start;
  }
}
.cont02__information__title {
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0;
}
.cont02__information__title::before {
  display: none;
}
@media (max-width: 991.98px) {
  .cont02__information__title {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .cont02__information__title {
    margin-bottom: 0;
  }
}
.cont02__information__paragraph {
  text-align: center;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 575.98px) {
  .cont02__information__paragraph {
    text-align: left;
  }
}

/* BEGIN STYLE */
.topi03 {
  overflow: hidden;
  background-color: #D9D9D9;
  /* prevenção do shift da animação*/
}
@media (max-width: 575.98px) {
  .topi03 {
    padding-top: 2.9375rem;
  }
}
.topi03__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.56rem;
}
@media (max-width: 991.98px) {
  .topi03__header {
    align-items: flex-start;
  }
}
.topi03__header .topi03__header-estatico {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .topi03__header .topi03__header-estatico {
    flex-direction: column;
    gap: 1rem;
  }
}
.topi03__header__title {
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .topi03__header__title {
    padding-bottom: 0;
  }
}
.topi03__header__subtitle {
  font-weight: 700;
  margin-bottom: 0;
}
.topi03__header__subtitle:before {
  display: none;
}
.topi03__header__paragraph {
  text-align: center;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 991.98px) {
  .topi03__header__paragraph {
    text-align: left;
  }
}
.topi03__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 0.5rem;
}
.topi03__topics__item {
  position: relative;
  width: 13.7142857143%;
  padding: 2.33rem 0.69rem 0.94rem 0.69rem;
  background-color: #fff;
  clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.topi03__topics__item:hover {
  transform: scale(1.09);
  transition: all 0.7s ease;
}
.topi03__topics__item:last-child {
  border-right: none;
}
.topi03__topics__item:nth-child(n+8)::after {
  background-color: #009280;
}
@media (max-width: 991.98px) {
  .topi03__topics__item:nth-child(n+8)::after {
    background-color: #B94622;
  }
}
.topi03__topics__item::after {
  content: "";
  width: 100%;
  height: 0.3125rem;
  background-color: #B94622;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .topi03__topics__item {
    width: 15.8333333333%;
  }
}
@media (max-width: 991.98px) {
  .topi03__topics__item {
    width: 19%;
  }
}
@media (max-width: 767.98px) {
  .topi03__topics__item {
    width: 23.75%;
  }
}
@media (max-width: 575.98px) {
  .topi03__topics__item {
    width: 47.5%;
  }
}
.topi03__topics__item__icon {
  width: 2.30106rem;
  height: 3.29025rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.32rem;
}
.topi03__topics__item__title {
  color: #353535;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.01rem;
}
.topi03__topics__item__paragraph {
  text-align: center;
}

.topi03__header__title::before {
  display: none;
}

.topi03__topics__desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 0.5rem;
}
.topi03__topics__mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .topi03__topics__mobile__nav {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.topi03__topics__mobo {
  width: 100%;
}
.topi03__topics__item {
  width: 13.7142857143%;
  padding: 2.33rem 0.69rem 0.94rem;
  background-color: #fff;
  clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 100%, 0 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .topi03__topics__item {
    width: 15.8333333333%;
  }
}
@media (max-width: 991.98px) {
  .topi03__topics__item {
    width: 19%;
  }
}
@media (max-width: 767.98px) {
  .topi03__topics__item {
    width: 23.75%;
  }
}
.topi03__topics__item.mobo:nth-child(n+3)::after {
  background-color: #B94622;
}
.topi03__topics__item.mobo::after {
  content: "";
  width: 100%;
  height: 0.3125rem;
  background-color: #B94622;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .topi03__topics__desktop {
    display: none;
  }
  .topi03__topics__mobile {
    display: block;
    overflow: visible;
  }
  .topi03__topics__item {
    width: 40% !important;
    min-height: 200px;
  }
}

.cont02v1 {
  padding-left: clamp(5dvw, 16dvw, 208px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media (max-width: 991.98px) {
  .cont02v1 {
    flex-direction: column-reverse;
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
    height: auto;
    padding-left: 5vw;
  }
}
.cont02v1__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.cont02v1__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cont02v1__information {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 991.98px) {
  .cont02v1__information {
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }
}
.cont02v1__information__title {
  text-align: left;
  line-height: 102%;
  max-width: 441px;
  letter-spacing: 8px;
  margin-bottom: 2.6875rem;
}
.cont02v1__information__title span {
  font-weight: 700;
}
.cont02v1__information__cta:is(:active, :hover) {
  color: #b94622;
  background-color: #FFF;
  border: solid 1px #FFF;
}
@media (max-width: 991.98px) {
  .cont02v1__information__cta {
    align-self: flex-end;
    margin-right: 20px;
  }
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.bran04 {
  overflow: hidden;
  /*previne o shift da animação*/
  padding-bottom: 5.625rem;
}
@media (max-width: 991.98px) {
  .bran04 {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.bran04__header {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .bran04__header {
    align-items: flex-start;
  }
}
.bran04__header__title {
  margin-bottom: 0;
}
.bran04__header__title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .bran04__header__title {
    margin-bottom: 0;
  }
}
.bran04__content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .bran04__content {
    justify-content: space-between;
    gap: 5px 0;
  }
}
.bran04__content__item {
  position: relative;
  height: auto;
  width: calc(10% - 36px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .bran04__content__item {
    width: calc(20% - 32px);
  }
}
@media (max-width: 991.98px) {
  .bran04__content__item {
    width: calc(25% - 30px);
  }
}
@media (max-width: 767.98px) {
  .bran04__content__item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media (max-width: 575.98px) {
  .bran04__content__item {
    width: 40%;
  }
}
.bran04__content__item:hover .bran04__content__item__icon {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.bran04__content__item__icon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

/* BEGIN STYLE */
.blog01 {
  overflow: hidden;
  /* prevenção do shift da animação*/
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .blog01 {
    padding-top: 2.625rem;
  }
}
.blog01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.blog01__header__title {
  margin-bottom: 0;
}
.blog01__header__title::before {
  display: none;
}
@media (max-width: 575.98px) {
  .blog01__header__title {
    margin-bottom: 1rem;
  }
}
.blog01__main__carousel, .blog01-show__related__carousel, .blog01-page__articles__highlighted__carousel {
  height: auto;
  overflow: visible;
}
.blog01__main__carousel__nav {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel__nav {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .blog01__main__carousel__nav {
    margin-top: 2.3125rem;
  }
}
.blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
  position: relative;
  width: 100%;
  max-width: 451px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
@media (max-width: 575.98px) {
  .blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
    width: 268px;
  }
}
.blog01__main__item__image, .blog01-show__related__item__image, .blog01-page__articles__list__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 320/284;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: ease all 0.4s;
}
.blog01__main__item:hover .blog01__main__item__description .blog01__main__item__description__cta, .blog01__main__item:hover .blog01__main__item__description .blog01-show__related__item__description__cta, .blog01__main__item:hover .blog01-show__related__item__description .blog01__main__item__description__cta, .blog01__main__item:hover .blog01-show__related__item__description .blog01-show__related__item__description__cta, .blog01-show__related__item:hover .blog01__main__item__description .blog01__main__item__description__cta, .blog01-show__related__item:hover .blog01__main__item__description .blog01-show__related__item__description__cta, .blog01-show__related__item:hover .blog01-show__related__item__description .blog01__main__item__description__cta, .blog01-show__related__item:hover .blog01-show__related__item__description .blog01-show__related__item__description__cta, .blog01__main__item:hover .blog01__main__item__description .blog01-page__articles__list__item__description__cta, .blog01__main__item:hover .blog01-show__related__item__description .blog01-page__articles__list__item__description__cta, .blog01-show__related__item:hover .blog01__main__item__description .blog01-page__articles__list__item__description__cta, .blog01-show__related__item:hover .blog01-show__related__item__description .blog01-page__articles__list__item__description__cta, .blog01__main__item:hover .blog01-page__articles__list__item__description .blog01__main__item__description__cta, .blog01__main__item:hover .blog01-page__articles__list__item__description .blog01-show__related__item__description__cta, .blog01-show__related__item:hover .blog01-page__articles__list__item__description .blog01__main__item__description__cta, .blog01-show__related__item:hover .blog01-page__articles__list__item__description .blog01-show__related__item__description__cta, .blog01__main__item:hover .blog01-page__articles__list__item__description .blog01-page__articles__list__item__description__cta, .blog01-show__related__item:hover .blog01-page__articles__list__item__description .blog01-page__articles__list__item__description__cta, .blog01-page__articles__list__item:hover .blog01__main__item__description .blog01__main__item__description__cta, .blog01-page__articles__list__item:hover .blog01__main__item__description .blog01-show__related__item__description__cta, .blog01-page__articles__list__item:hover .blog01-show__related__item__description .blog01__main__item__description__cta, .blog01-page__articles__list__item:hover .blog01-show__related__item__description .blog01-show__related__item__description__cta, .blog01-page__articles__list__item:hover .blog01__main__item__description .blog01-page__articles__list__item__description__cta, .blog01-page__articles__list__item:hover .blog01-show__related__item__description .blog01-page__articles__list__item__description__cta, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description .blog01__main__item__description__cta, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description .blog01-show__related__item__description__cta, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description .blog01-page__articles__list__item__description__cta {
  background-color: transparent;
  color: #009280;
}
.blog01__main__item__description, .blog01-show__related__item__description, .blog01-page__articles__list__item__description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  padding-top: 2.1875rem;
}
@media (max-width: 991.98px) {
  .blog01__main__item__description, .blog01-show__related__item__description, .blog01-page__articles__list__item__description {
    padding-top: 1.25rem;
  }
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time {
  margin-bottom: 1rem;
}
.blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title {
  font: 700 1.5rem "Open Sans", sans-serif, arial;
  color: #202020;
  margin-bottom: 1rem;
}
.blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph {
  margin-bottom: 2.75rem;
  color: #000;
  font-weight: 400;
}
.blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta {
  align-self: end;
  margin-right: 14px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .blog01__main__item__description__cta, .blog01-show__related__item__description__cta, .blog01-page__articles__list__item__description__cta {
    display: none;
  }
}
.blog01__cta {
  margin: 1rem 0 0 auto;
}

.blog01__main__item:hover .blog01__main__item__image, .blog01__main__item:hover .blog01-show__related__item__image, .blog01-show__related__item:hover .blog01__main__item__image, .blog01-show__related__item:hover .blog01-show__related__item__image, .blog01__main__item:hover .blog01-page__articles__list__item__image, .blog01-show__related__item:hover .blog01-page__articles__list__item__image, .blog01-page__articles__list__item:hover .blog01__main__item__image, .blog01-page__articles__list__item:hover .blog01-show__related__item__image, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__image {
  transform: scale(1.05);
}

.blog01-page__articles {
  padding-top: 3.875rem;
}
.blog01-page__articles__highlighted {
  margin-bottom: 3.6875rem;
}
.blog01-page__articles__highlighted__carousel {
  overflow: hidden;
  height: auto;
}
.blog01-page__articles__highlighted__carousel__swiper-pagination {
  text-align: center !important;
}
.blog01-page__articles__highlighted__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 4.5625rem;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item {
    flex-direction: column;
  }
}
.blog01-page__articles__highlighted__item:hover .blog01-page__articles__highlighted__item__image {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.blog01-page__articles__highlighted__item__image {
  width: 50%;
  height: auto;
  aspect-ratio: 637/409;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    width: 100%;
  }
}
.blog01-page__articles__highlighted__item:hover .blog01-page__articles__highlighted__item__information .blog01-page__articles__highlighted__item__information__cta {
  background-color: transparent;
  color: #009280;
  transition: all 0.3s ease;
}
.blog01-page__articles__highlighted__item__information {
  width: calc(50% - 4.5625rem);
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information {
    width: 100%;
  }
}
.blog01-page__articles__highlighted__item__information__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.6875rem 0.25rem;
  background-color: #d9d9d9;
  margin-bottom: 2rem;
}
.blog01-page__articles__highlighted__item__information__title {
  text-align: left;
  letter-spacing: 7.6px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog01-page__articles__highlighted__item__information__time {
  color: #7c7c7c;
  margin-bottom: 2rem;
}
.blog01-page__articles__highlighted__item__information__paragraph {
  color: #000;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.blog01-page__articles__highlighted__item__information__cta {
  margin-left: auto;
  margin-right: 1.5rem;
}
.blog01-page__articles__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 4.125rem 1.125rem;
  flex-wrap: wrap;
}
.blog01-page__articles__list__item {
  width: calc(33.3333333333% - 1.125rem * 2 / 3);
  max-width: unset;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item {
    width: calc(50% - 1.125rem * 1 / 2);
  }
}
@media (max-width: 767.98px) {
  .blog01-page__articles__list__item {
    width: 100%;
  }
}
.blog01-page__articles__list__item__description__paragraph {
  color: #000;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item__description__cta {
    display: flex;
  }
}

.blog01-show__article {
  overflow: hidden;
  /* Prevenção do shift da animação */
}
@media (max-width: 991.98px) {
  .blog01-show__article {
    padding-top: 50px;
  }
}
.blog01-show__article__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog01-show__article__title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.blog01-show__article__time {
  margin-bottom: 0.5rem;
  color: #7c7c7c;
}
.blog01-show__article__description, .blog01-show__article__body {
  color: #000;
  font-weight: 400;
  margin-bottom: 1rem;
}
.blog01-show__article__image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog01-show__article__body {
  margin-bottom: 2rem;
  color: #000;
  font-weight: 400;
}
.blog01-show__article__share {
  margin-left: auto;
  margin-right: 1.5rem;
}
.blog01-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #e8e7eb;
  transition: all ease 0.5s;
  transform: translateY(-40%);
}
.blog01-show__article__modal.open {
  opacity: 1;
  transition: all ease 0.5s;
  transform: translateY(0%);
}
.blog01-show__article__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog01-show__article__modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog01-show__article__modal__header__title {
  margin-bottom: 0;
}
.blog01-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog01-show__article__modal__main {
  overflow: hidden;
}
.blog01-show__article__modal__main__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.blog01-show__article__modal__main__socials__item {
  width: 5.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.blog01-show__article__modal__main__socials__item__figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.blog01-show__article__modal__main__socials__item__figure svg {
  width: 3rem !important;
  height: 3rem !important;
}
.blog01-show__article__modal__main__copy {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog01-show__article__modal__main__copy__button {
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #353535;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy__button {
    width: 100%;
  }
}
.blog01-show__related__title {
  margin-bottom: 1.5rem;
}
.blog01-show__related__carousel__nav {
  margin-top: 6.3125rem;
}
@media (max-width: 575.98px) {
  .blog01-show__related__carousel__nav {
    margin-top: 2.3125rem;
  }
}
@media (max-width: 991.98px) {
  .blog01-show__related__item__description__cta {
    display: flex;
  }
}

/* BEGIN STYLE */
.cota02__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  background-color: #e8e7eb;
}
.cota02__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex: 1 0 auto;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .cota02__topics__item {
    width: 100%;
  }
}
.cota02__topics__item__icon {
  width: 3.25rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cota02__topics__item__paragraph {
  text-align: center;
  max-width: 292px;
}
.cota02__form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 1.5rem;
}
.cota02__form__header {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.cota02__form__header__paragraph {
  text-align: center;
}
.cota02__form .input__item {
  width: calc(50% - 0.75rem);
}
@media (max-width: 991.98px) {
  .cota02__form .input__item {
    width: 100%;
  }
}
.cota02__form .input__item--textarea {
  width: 100%;
}
.cota02__form .input__item--textarea .form-control {
  padding-top: 1.5rem;
}
.cota02__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cota02__form__footer__compliance {
  display: inline;
}
.cota02__form__footer__compliance__link {
  text-decoration: underline;
}
.cota02__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #000;
}
.cota02__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #b94622;
}
@media (max-width: 991.98px) {
  .cota02__form__footer__cta {
    margin: 1rem 1.5rem 0 auto;
  }
}

/* BEGIN STYLE */
.comp01-page__banner {
  background-color: rgba(53, 53, 53, 0.35);
}
.comp01-page__content {
  padding-left: 10vw;
}
.comp01-page__content__header {
  margin-bottom: 3.5rem;
}
.comp01-page__content__header__title {
  text-align: left;
  margin-bottom: 0;
}
.comp01-page__content__archives {
  margin-top: 3rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.comp01-page__content__archives__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border: solid 1px #009280;
  border-radius: 1rem 0 1rem 0;
  transition: all 0.3s ease;
  color: #009280;
}
.comp01-page__content__archives__item:hover {
  background-color: #009280;
  border-color: #009280;
  color: #fff;
}
.comp01-page__content__archives__item:hover svg path {
  fill: #fff;
  border-color: #fff;
}
.comp01-page__content__archives__item svg {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
