@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: #E1DEBE;
  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: #727B68;
  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, .abou01-page__topics, .abou01-page__main, .abou01-page__section, .abou01, .bran01-page__main, .bran01, .topi11, .blog01-show__content, .blog01-page__articles, .blog01-page__categories, .blog01, .team01, .cont05, .serv11-show__information, .serv11-page__section-service, .serv11, .topi09, .slid01__item, .foot02__copyright, .foot02__navigation, .side02, .side02--btt, .side02--rtl, .side02--ttb, .confirmation-page__title, .form01, .comp01-page__banner, .cota02__banner, .abou01-page__banner, .bran01-page__banner, .blog01-show__banner, .blog01-page__banner, .serv11-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.slid01__item__header__subtitle {
  font: 700 3.75rem "Poppins", sans-serif;
  line-height: 140%;
  letter-spacing: 0.0125rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .slid01__item__header__subtitle {
    font-size: 2.5rem;
    line-height: 90%;
  }
}
.slid01__item__header__subtitle {
  color: #727B68;
}
.cota02__form__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .topi11__header__title, .blog01-show__article__title, .blog01__header__title, .team01__navigation__content__encompass__title, .topi08__header__title, .serv11-page__section-service__header__title, .cont05__header__subtitle, .serv11-show__information__header__title, .serv11__header__title {
  font: 700 3.125rem "Poppins", sans-serif;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cota02__form__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .topi11__header__title, .blog01-show__article__title, .blog01__header__title, .team01__navigation__content__encompass__title, .topi08__header__title, .serv11-page__section-service__header__title, .cont05__header__subtitle, .serv11-show__information__header__title, .serv11__header__title {
    font-size: 1.875rem;
  }
}
.cont05__header__subtitle, .serv11-show__information__header__title, .serv11__header__title {
  color: #fff;
}
.serv11-page__section-service__header__title {
  color: #000;
}
.cota02__form__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .topi11__header__title, .blog01-show__article__title, .blog01__header__title, .team01__navigation__content__encompass__title, .topi08__header__title {
  color: #727B68;
}
.confirmation-page__title, .cota02__banner__subtitle, .abou01-page__banner__subtitle, .serv11-page__banner__subtitle, .comp01-page__content__header__title, .blog01-page__articles__highlighted__item__information__title, .lightbox-team01__title, .comp01-page__banner__title, .cota02__banner__title, .abou01-page__banner__title, .bran01-page__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .serv11-page__banner__title, .form01__main__information__title {
  font: 700 2.25rem "Poppins", sans-serif;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .confirmation-page__title, .cota02__banner__subtitle, .abou01-page__banner__subtitle, .serv11-page__banner__subtitle, .comp01-page__content__header__title, .blog01-page__articles__highlighted__item__information__title, .lightbox-team01__title, .comp01-page__banner__title, .cota02__banner__title, .abou01-page__banner__title, .bran01-page__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .serv11-page__banner__title, .form01__main__information__title {
    font-size: 1.563rem;
  }
}
.form01__main__information__title {
  color: #000;
}
.comp01-page__content__header__title, .blog01-page__articles__highlighted__item__information__title, .lightbox-team01__title, .comp01-page__banner__title, .cota02__banner__title, .abou01-page__banner__title, .bran01-page__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .serv11-page__banner__title {
  color: #727B68;
}
.cota02__banner__subtitle, .abou01-page__banner__subtitle, .serv11-page__banner__subtitle {
  color: #727B68;
}
.confirmation-page__title {
  color: #727B68;
}
.abou01__header__subtitle, .bran01-page__main__header__paragraph, .bran01-page__main__header__subtitle, .bran01-page__banner__subtitle, .cont05__header__title, .bran01__header__title, .bran01-page__main__header__title, .serv11-page__section-service__header__subtitle, .topi08__header__selos__title, .slid01__item__header__title, .blog01-page__categories__item {
  font: 700 1.75rem "Poppins", sans-serif;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .abou01__header__subtitle, .bran01-page__main__header__paragraph, .bran01-page__main__header__subtitle, .bran01-page__banner__subtitle, .cont05__header__title, .bran01__header__title, .bran01-page__main__header__title, .serv11-page__section-service__header__subtitle, .topi08__header__selos__title, .slid01__item__header__title, .blog01-page__categories__item {
    font-size: 1.125rem;
  }
}
.blog01-page__categories__item {
  color: #000;
}
.bran01__header__title, .bran01-page__main__header__title, .serv11-page__section-service__header__subtitle, .topi08__header__selos__title, .slid01__item__header__title {
  color: #727B68;
}
.cont05__header__title {
  color: #E1DEBE;
}
.abou01__header__subtitle, .bran01-page__main__header__paragraph, .bran01-page__main__header__subtitle, .bran01-page__banner__subtitle {
  color: #727B68;
}
.lightbox-team01__subtitle, .cota02__topics__item__description__title, .blog01-show__related__title, .blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title, .team01__content__product__item__hover__cta, .team01__content__product__item__description__encompass__txt__title, .topi09__topics__item__information__paragraph, .abou01-page__topics__item__title, .blog01-show__article__modal__header__title, .team01__content__product__item__hover__txt__title, .serv11__services__item__title, .serv11-page__section-service__list__item__title, .topi08__topics__item__content__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  font: 700 1.25rem "Poppins", sans-serif;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .lightbox-team01__subtitle, .cota02__topics__item__description__title, .blog01-show__related__title, .blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title, .team01__content__product__item__hover__cta, .team01__content__product__item__description__encompass__txt__title, .topi09__topics__item__information__paragraph, .abou01-page__topics__item__title, .blog01-show__article__modal__header__title, .team01__content__product__item__hover__txt__title, .serv11__services__item__title, .serv11-page__section-service__list__item__title, .topi08__topics__item__content__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    font-size: 1.063rem;
  }
}
.abou01-page__topics__item__title, .blog01-show__article__modal__header__title, .team01__content__product__item__hover__txt__title, .serv11__services__item__title, .serv11-page__section-service__list__item__title, .topi08__topics__item__content__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  color: #fff;
}
.cota02__topics__item__description__title, .blog01-show__related__title, .blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title, .team01__content__product__item__hover__cta, .team01__content__product__item__description__encompass__txt__title, .topi09__topics__item__information__paragraph {
  color: #727B68;
}
.lightbox-team01__subtitle {
  color: #727B68;
}
.blog01-page__articles__highlighted__item__information__category, .abou01__paragraph, .cont05__main__paragraph, .serv11-show__information__cta, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .cota02__form .input__item--textarea, .cota02__form .input__item, .blog01-page__categories__item, .lightbox-team01__cta, .cont05__main__cta, .topi09__topics__item__information__title, .slid01__item__header__description, .head02__navigation__item__cta, .form01__main__information__paragraph, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__topics__item__description__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog01-show__article__body, .blog01-page__articles__highlighted__item__information__paragraph, .lightbox-team01__paragraph, .topi08__header__paragraph, .confirmation-page__paragraph, .topi11__main__topics__item__title, .blog01-show__article__modal__main__socials__item__figure__title, .serv11-show__information__paragraph, .slid01__item__header__cta, .side02__cta, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .cota02__form__footer__cta, .abou01-page__section__information__cta, .abou01__cta, .bran01__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .team01__content__product__cta, .serv11__cta, .topi08__header__cta, .form01__main__form__footer__cta {
  font: 400 1rem "Poppins", sans-serif;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.blog01-page__articles__highlighted__item__information__category p, .abou01__paragraph p, .cont05__main__paragraph p, .serv11-show__information__cta p, .foot02__navigation__pages__item p, .foot02__navigation__client-contact__item p, .cota02__form .input__item--textarea p, .cota02__form .input__item p, .blog01-page__categories__item p, .lightbox-team01__cta p, .cont05__main__cta p, .topi09__topics__item__information__title p, .slid01__item__header__description p, .head02__navigation__item__cta p, .form01__main__information__paragraph p, .head02__navigation__item--menu-mobile__item p, .comp01-page__content__paragraph p, .cota02__form__footer__compliance__link p, .cota02__form__footer__compliance p, .cota02__topics__item__description__paragraph p, .abou01-page__main__information__paragraph p, .abou01-page__section__information__paragraph p, .blog01-show__article__body p, .blog01-page__articles__highlighted__item__information__paragraph p, .lightbox-team01__paragraph p, .topi08__header__paragraph p, .confirmation-page__paragraph p, .topi11__main__topics__item__title p, .blog01-show__article__modal__main__socials__item__figure__title p, .serv11-show__information__paragraph p, .slid01__item__header__cta p, .side02__cta p, .side02__navigation__item__link p, .side02__navigation__item__btn p, .head02__navigation__item__link p, .head02__navigation__item__btn p, .cota02__form__footer__cta p, .abou01-page__section__information__cta p, .abou01__cta p, .bran01__cta p, .blog01-show__article__share p, .blog01-page__articles__highlighted__item__information__cta p, .blog01__cta p, .team01__content__product__cta p, .serv11__cta p, .topi08__header__cta p, .form01__main__form__footer__cta p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information__category, .abou01__paragraph, .cont05__main__paragraph, .serv11-show__information__cta, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .cota02__form .input__item--textarea, .cota02__form .input__item, .blog01-page__categories__item, .lightbox-team01__cta, .cont05__main__cta, .topi09__topics__item__information__title, .slid01__item__header__description, .head02__navigation__item__cta, .form01__main__information__paragraph, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__topics__item__description__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog01-show__article__body, .blog01-page__articles__highlighted__item__information__paragraph, .lightbox-team01__paragraph, .topi08__header__paragraph, .confirmation-page__paragraph, .topi11__main__topics__item__title, .blog01-show__article__modal__main__socials__item__figure__title, .serv11-show__information__paragraph, .slid01__item__header__cta, .side02__cta, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .cota02__form__footer__cta, .abou01-page__section__information__cta, .abou01__cta, .bran01__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .team01__content__product__cta, .serv11__cta, .topi08__header__cta, .form01__main__form__footer__cta {
    font-size: 0.938rem;
  }
}
.blog01-show__article__modal__main__socials__item__figure__title, .serv11-show__information__paragraph, .slid01__item__header__cta, .side02__cta, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .cota02__form__footer__cta, .abou01-page__section__information__cta, .abou01__cta, .bran01__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .team01__content__product__cta, .serv11__cta, .topi08__header__cta, .form01__main__form__footer__cta {
  color: #fff;
}
.comp01-page__content__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .cota02__topics__item__description__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog01-show__article__body, .blog01-page__articles__highlighted__item__information__paragraph, .lightbox-team01__paragraph, .topi08__header__paragraph, .confirmation-page__paragraph, .topi11__main__topics__item__title {
  color: #000;
}
.cota02__form .input__item--textarea, .cota02__form .input__item, .blog01-page__categories__item, .lightbox-team01__cta, .cont05__main__cta, .topi09__topics__item__information__title, .slid01__item__header__description, .head02__navigation__item__cta, .form01__main__information__paragraph, .head02__navigation__item--menu-mobile__item {
  color: #727B68;
}
.abou01__paragraph, .cont05__main__paragraph, .serv11-show__information__cta, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  color: #E1DEBE;
}
.blog01-page__articles__highlighted__item__information__category {
  color: #727B68;
}
.blog01-show__article__time, .blog01-page__articles__highlighted__item__information__time, .team01__content__product__item__description__encompass__txt__subtitle, .blog01-show__related__item__description__paragraph, .blog01-show__related__item__description__time, .team01__content__product__item__hover__txt__subtitle, .comp01-page__content__archives__item, .blog01-show__article__modal__main__copy__link, .blog01-show__article__description, .side02__footer__item, .side02__cta__content__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .topi11__main__topics__item__paragraph, .abou01-page__topics__item__paragraph, .blog01-show__article__modal__main__copy__button, .team01__content__product__item__hover__txt__paragraph, .serv11__services__item__paragraph, .serv11-page__section-service__list__item__paragraph, .topi08__topics__item__content__information, .foot02__copyright__compliances__item {
  font: 400 0.875rem "Poppins", sans-serif;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.blog01-show__article__time p, .blog01-page__articles__highlighted__item__information__time p, .team01__content__product__item__description__encompass__txt__subtitle p, .blog01-show__related__item__description__paragraph p, .blog01-show__related__item__description__time p, .team01__content__product__item__hover__txt__subtitle p, .comp01-page__content__archives__item p, .blog01-show__article__modal__main__copy__link p, .blog01-show__article__description p, .side02__footer__item p, .side02__cta__content__item p, .head02__navigation__item__cta__content__item p, .form01__main__form__footer__compliance__link p, .form01__main__form__footer__compliance p, .topi11__main__topics__item__paragraph p, .abou01-page__topics__item__paragraph p, .blog01-show__article__modal__main__copy__button p, .team01__content__product__item__hover__txt__paragraph p, .serv11__services__item__paragraph p, .serv11-page__section-service__list__item__paragraph p, .topi08__topics__item__content__information p, .foot02__copyright__compliances__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01-show__article__time, .blog01-page__articles__highlighted__item__information__time, .team01__content__product__item__description__encompass__txt__subtitle, .blog01-show__related__item__description__paragraph, .blog01-show__related__item__description__time, .team01__content__product__item__hover__txt__subtitle, .comp01-page__content__archives__item, .blog01-show__article__modal__main__copy__link, .blog01-show__article__description, .side02__footer__item, .side02__cta__content__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .topi11__main__topics__item__paragraph, .abou01-page__topics__item__paragraph, .blog01-show__article__modal__main__copy__button, .team01__content__product__item__hover__txt__paragraph, .serv11__services__item__paragraph, .serv11-page__section-service__list__item__paragraph, .topi08__topics__item__content__information, .foot02__copyright__compliances__item {
    font-size: 0.813rem;
    line-height: 170%;
  }
}
.abou01-page__topics__item__paragraph, .blog01-show__article__modal__main__copy__button, .team01__content__product__item__hover__txt__paragraph, .serv11__services__item__paragraph, .serv11-page__section-service__list__item__paragraph, .topi08__topics__item__content__information, .foot02__copyright__compliances__item {
  color: #fff;
}
.blog01-show__article__modal__main__copy__link, .blog01-show__article__description, .side02__footer__item, .side02__cta__content__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .topi11__main__topics__item__paragraph {
  color: #000;
}
.comp01-page__content__archives__item {
  color: #727B68;
}
.blog01-show__related__item__description__paragraph, .blog01-show__related__item__description__time, .team01__content__product__item__hover__txt__subtitle {
  color: #E1DEBE;
}
.blog01-show__article__time, .blog01-page__articles__highlighted__item__information__time, .team01__content__product__item__description__encompass__txt__subtitle {
  color: #727B68;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.comp01-page__banner, .cota02__banner, .abou01-page__banner, .bran01-page__banner, .blog01-show__banner, .blog01-page__banner, .serv11-page__banner {
  width: 100%;
  height: 8.1875rem;
  padding-top: 0;
  padding-bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #727B68;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.comp01-page__banner__title, .cota02__banner__title, .abou01-page__banner__title, .bran01-page__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .serv11-page__banner__title {
  font-weight: 300;
  line-height: 3.4375rem;
}
.cota02__form__footer__cta, .abou01-page__section__information__cta, .abou01__cta, .bran01__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .team01__content__product__cta, .serv11__cta, .topi08__header__cta, .form01__main__form__footer__cta {
  margin-top: 2.88rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  gap: 0 0.81rem;
  background-color: #727B68;
  border-radius: 0.1875rem;
  width: 11.0625rem;
  height: 2.5625rem;
  border: 1px solid #727B68;
  padding: 0;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  transition: all 0.4s ease;
}
.cota02__form__footer__cta svg path, .abou01-page__section__information__cta svg path, .abou01__cta svg path, .bran01__cta svg path, .blog01-show__article__share svg path, .blog01-page__articles__highlighted__item__information__cta svg path, .blog01__cta svg path, .team01__content__product__cta svg path, .serv11__cta svg path, .topi08__header__cta svg path, .form01__main__form__footer__cta svg path {
  fill: #fff;
}
.cota02__form__footer__cta:hover, .abou01-page__section__information__cta:hover, .abou01__cta:hover, .bran01__cta:hover, .blog01-show__article__share:hover, .blog01-page__articles__highlighted__item__information__cta:hover, .blog01__cta:hover, .team01__content__product__cta:hover, .serv11__cta:hover, .topi08__header__cta:hover, .form01__main__form__footer__cta:hover {
  background-color: transparent;
  color: #727B68;
}
.cota02__form__footer__cta:hover svg path, .abou01-page__section__information__cta:hover svg path, .abou01__cta:hover svg path, .bran01__cta:hover svg path, .blog01-show__article__share:hover svg path, .blog01-page__articles__highlighted__item__information__cta:hover svg path, .blog01__cta:hover svg path, .team01__content__product__cta:hover svg path, .serv11__cta:hover svg path, .topi08__header__cta:hover svg path, .form01__main__form__footer__cta:hover svg path {
  fill: #727B68;
}
.blog01-page__categories__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  outline: none;
  border: none;
  background-color: #D9CC59;
}
.active.blog01-page__categories__item {
  background-color: #727B68;
}
.blog01__main__carousel .swiper-pagination-bullets, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets, .topi08__topics__carousel .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: left;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .topi08__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #E1DEBE;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .topi08__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.topi11__main__topics__item {
  border-bottom: solid 1px #E1DEBE;
}
[open].topi11__main__topics__item .topi11__main__topics__item__title::after {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}
.topi11__main__topics__item__title {
  padding: 1rem 0.5rem 1rem 0;
  font-weight: 500;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.topi11__main__topics__item__title::after {
  position: absolute;
  right: 0.5rem;
  width: 16px;
  height: 9px;
  content: "";
  background-image: url(../images/arrow-topi11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.2s ease-out;
}
.topi11__main__topics__item__paragraph {
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0125rem;
  padding: 0.81rem 0 1.87rem 0;
  background-color: transparent;
}

/*******************************************************************************************************************************************/
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
}

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

body::-webkit-scrollbar-thumb {
  background: rgba(114, 123, 104, 0.8);
}

body::-webkit-scrollbar-thumb:hover {
  background: #727B68;
}

.content {
  position: relative;
}

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

.text-primary {
  color: #727B68 !important;
}

.text-secondary {
  color: #E1DEBE !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(114, 123, 104, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #727B68;
  border-color: #727B68;
}
.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(114, 123, 104, 0.9);
  border-color: rgba(114, 123, 104, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 123, 104, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(114, 123, 104, 0.9);
  border-color: rgba(114, 123, 104, 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(114, 123, 104, 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: #727B68 !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: #E1DEBE;
  color: #000;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #727B68;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #E1DEBE;
}
body .owl-dots .owl-dot.active {
  background-color: #727B68;
}

.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: #727B68;
  color: #E1DEBE;
  min-height: 40px;
  padding: 8px;
  font-size: 1.75rem;
  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: 3.125rem;
  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.875rem;
    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 1rem "Poppins", sans-serif;
  font-weight: 400;
  color: #E1DEBE;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.875rem "Poppins", sans-serif;
  }
}
.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: #727B68;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Poppins", sans-serif;
  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: #727B68;
  font-size: 2.25rem;
  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 1rem "Poppins", sans-serif;
  font-weight: 400;
  color: #E1DEBE;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.875rem "Poppins", sans-serif;
  }
}
.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: #727B68;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Poppins", sans-serif;
  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: #727B68;
}
.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: 2.25rem;
  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 1rem "Poppins", sans-serif;
  font-weight: 400;
  color: #727B68;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 0.875rem "Poppins", sans-serif;
  }
}
.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: #727B68;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Poppins", sans-serif;
  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: 2.25rem;
  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 1rem "Poppins", sans-serif;
  font-weight: 400;
  color: #E1DEBE;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.875rem "Poppins", sans-serif;
  }
}
.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: #727B68;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Poppins", sans-serif;
  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: #727B68 !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: 3.125rem;
  color: #727B68;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #727B68;
  font-size: 1.75rem;
  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 1rem "Poppins", sans-serif;
  font-weight: 400;
  color: #727B68;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 1rem "Poppins", sans-serif;
  font-weight: 400;
  color: #727B68;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.875rem "Poppins", sans-serif;
  }
}
.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.25rem;
  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: 3.125rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 1.875rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #727B68;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph {
    font-size: 0.938rem;
  }
}
.form03__boxRight__paragraph p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #727B68;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph p {
    font-size: 0.938rem;
  }
}
.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: #727B68;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Poppins", sans-serif;
  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.875rem "Poppins", sans-serif;
  }
}
.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: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.jq-toast-single h2 {
  font-family: "Poppins", sans-serif;
  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-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;
}
.confirmation-page__title::after {
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #E1DEBE;
  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%;
}

.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;
}

.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;
}

.fancybox__slide {
  padding: 64px;
}
@media (max-width: 991.98px) {
  .fancybox__slide {
    padding: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.head02 {
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #727B68;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .head02 {
    padding-right: 0;
  }
}
.head02__logo {
  position: relative;
  width: 12.5rem; /* = 200px */
  height: auto;
  aspect-ratio: 200/90;
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  list-style: none;
  gap: 1.5rem;
  width: calc(100% - 15rem);
}
.head02__navigation__item, .head02__navigation__item--socials {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Estilização do menu-dropdown */
  /* Modificador das redes socais */
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
@media (max-width: 991.98px) {
  .head02__navigation__item, .head02__navigation__item--socials {
    display: none;
  }
}
.head02__navigation__item__link, .head02__navigation__item__btn {
  text-decoration: none;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  transition: all 0.5s ease;
}
.head02__navigation__item__link:after, .head02__navigation__item__btn:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: #E1DEBE;
}
.head02__navigation__item__link:hover, .head02__navigation__item__btn:hover, .head02__navigation__item__link.active, .active.head02__navigation__item__btn {
  color: #E1DEBE;
}
.head02__navigation__item__link:hover:after, .head02__navigation__item__btn:hover:after, .head02__navigation__item__link.active:after, .active.head02__navigation__item__btn:after {
  opacity: 1;
}
.head02__navigation__item__content {
  padding: 0.5rem;
  top: 60%;
  left: 0;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.44rem 1.62rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: solid 1px #727B68;
  border-radius: 0.1875rem;
  background-color: #fff;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.head02__navigation__item__cta svg path {
  fill: #727B68;
  transition: all 0.5s ease;
}
.head02__navigation__item__cta:hover {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.head02__navigation__item__cta:hover svg path {
  fill: #fff;
}
.head02__navigation__item__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #727B68;
}
.head02__navigation__item__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.head02__navigation__item--socials {
  gap: 0.5rem;
}
.head02__navigation__item--socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__navigation__item--socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation__item--menu-mobile {
  display: none;
  position: relative;
  background-color: #727B68;
  width: 7.0625rem;
}
@media (max-width: 991.98px) {
  .head02__navigation__item--menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.head02__navigation__item--menu-mobile__item {
  color: #fff;
  gap: 0 0.56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.head02__navigation__item--menu-mobile__item span {
  background-color: #fff;
  height: 1px;
  margin-bottom: 0.3rem;
}
.head02__navigation__item--menu-mobile__item span:nth-of-type(1) {
  width: 1.5rem;
}
.head02__navigation__item--menu-mobile__item span:nth-of-type(2) {
  width: 1.1rem;
}
.head02__navigation__item--menu-mobile__item span:nth-of-type(3) {
  width: 0.9rem;
}
.head02__navigation__item--menu-mobile__item__icon {
  justify-content: center;
  height: auto;
  width: auto;
  margin-top: 6px;
  display: flex;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #727B68;
  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(114, 123, 104, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(114, 123, 104, 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: #727B68;
}
.side02:after, .side02--btt:after, .side02--rtl:after, .side02--ttb:after {
  content: "";
  border-radius: 0rem 1.875rem 0rem 0rem;
  opacity: 0.87;
  width: 100%;
  height: 3.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.87;
  max-width: 80%;
  background-color: #E1DEBE;
}
.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%;
  margin-bottom: 1.49rem;
  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 {
  margin-left: auto;
  margin-right: 1.25rem;
  margin-top: 1.87rem;
}
.side02__header__button-close__icon path {
  fill: #fff;
}
.side02__header__button-close__icon:hover path {
  fill: #fff;
}
.side02__logo {
  width: 15.875rem;
  height: auto;
  aspect-ratio: 254/55;
  margin: 0 auto 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  margin-bottom: 2.81rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.81rem;
}
.side02__navigation__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  width: 100%;
  font-weight: 400;
  line-height: 162%; /* 1.62rem */
  letter-spacing: 0.0125rem;
  text-align: center;
}
.side02__navigation__item__link:hover, .side02__navigation__item__btn:hover, .side02__navigation__item__link:active, .side02__navigation__item__btn:active, .side02__navigation__item__link:focus, .side02__navigation__item__btn:focus {
  border-bottom: #000;
}
.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__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 0 0.81rem;
  background-color: transparent;
  border-radius: 0.1875rem;
  width: 11.5625rem;
  height: 2.5625rem;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  transition: all 0.4s ease;
}
.side02__cta svg path {
  fill: #fff;
}
.side02__cta:hover {
  background-color: #727B68;
  color: #fff;
}
.side02__cta:hover svg path {
  fill: #fff;
}
.side02__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #727B68;
}
.side02__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.74rem;
  margin: 2.81rem 0 2.75rem;
}
.side02__socials__item {
  width: 1.15306rem;
  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: #727B68;
}
.foot02__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  padding-top: 6.13rem;
  padding-bottom: 8.56rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .foot02__navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.26rem 0;
  }
}
.foot02__navigation__client-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.95rem;
  margin-right: 11.75rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: unset;
  }
}
.foot02__navigation__client-info__logo {
  width: 17.4375rem;
  height: auto;
  aspect-ratio: 279/60;
  -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.74rem;
  list-style: none;
}
.foot02__navigation__client-info__socials__item {
  position: relative;
  width: 1.23538rem;
  height: auto;
}
.foot02__navigation__client-info__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__pages {
  list-style: none;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.foot02__navigation__pages:nth-of-type(1) {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 25%;
}
.foot02__navigation__pages:nth-of-type(1) .foot02__navigation__pages__header, .foot02__navigation__pages:nth-of-type(1) .foot02__navigation__client-contact__header {
  width: 65%;
}
.foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 1.31rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.foot02__navigation__pages__header__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__pages:nth-of-type(1) .foot02__navigation__pages__item, .foot02__navigation__pages:nth-of-type(1) .foot02__navigation__client-contact__item {
  width: 37%;
}
.foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.foot02__navigation__pages__item:last-of-type, .foot02__navigation__client-contact__item:last-of-type {
  margin-bottom: 0;
}
.foot02__navigation__pages__item__link, .foot02__navigation__client-contact__item__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__client-contact {
  list-style: none;
  width: 19%;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-contact {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.foot02__navigation__button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 5rem;
  width: 3.5rem;
  border: none;
  outline: none;
  background-color: #727B68;
}
.foot02__navigation__button img {
  height: 23px;
}
.foot02__copyright {
  padding-top: 1.87rem;
  padding-bottom: 1.69rem;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot02__copyright {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.foot02__copyright__compliances {
  list-style: none;
}
.foot02__copyright__compliances__item {
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
}
@media (max-width: 575.98px) {
  .foot02__copyright__compliances__item {
    text-align: center;
  }
}
.foot02__copyright__compliances__item__list {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__copyright__hoom {
  width: 14.5rem;
  height: auto;
  aspect-ratio: 232/41;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.slid01__item {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .slid01__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.slid01__item--video::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: linear-gradient(to right, rgba(238, 236, 223, 0.9) 0%, rgba(238, 236, 223, 0.9) 30%, rgba(238, 236, 223, 0.2) 80%, rgba(238, 236, 223, 0) 100%);
}
.slid01__item__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.slid01__item__background--video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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%;
  margin-top: -71px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .slid01__item__header {
    width: 100%;
  }
}
.slid01__item__header__title {
  font-weight: 300;
  margin-bottom: 0rem;
  text-align: left;
}
.slid01__item__header__subtitle {
  font-weight: 300;
  margin-bottom: 1.75rem;
  text-align: left;
  line-height: 43px;
}
.slid01__item__header__description {
  font-size: 1.3rem;
  margin-top: 0.75rem;
  max-width: 28rem;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
@media (max-width: 991.98px) {
  .slid01__item__header__description {
    max-width: 100%;
  }
}
.slid01__item__header__cta {
  margin-top: 2.88rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  gap: 0 0.81rem;
  background-color: #727B68;
  border-radius: 0.1875rem;
  width: 11.0625rem;
  height: 2.5625rem;
  border: 1px solid #727B68;
  padding: 0;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  transition: all 0.4s ease;
}
.slid01__item__header__cta svg path {
  fill: #fff;
}
.slid01__item__header__cta:hover {
  background-color: transparent;
  color: #727B68;
}
.slid01__item__header__cta:hover svg path {
  fill: #727B68;
}

/* BEGIN STYLE */
.topi09 {
  padding-top: 3.12rem;
  padding-bottom: 4.88rem;
}
@media (max-width: 991.98px) {
  .topi09 {
    padding-bottom: 4.13rem;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .topi09 {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 1.12rem;
  }
}
.topi09__topics {
  height: auto;
}
.topi09__topics__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel {
    overflow: visible;
  }
}
.topi09__topics__item {
  width: calc(25% - 36px);
  height: auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi09__topics__item.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .topi09__topics__item {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .topi09__topics__item {
    width: 36%;
    padding: 1rem;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .topi09__topics__item {
    width: 67%;
  }
}
.topi09__topics__item__information {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topi09__topics__item__information__title {
  font-family: "Nunito", sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0.55rem;
  position: relative;
}
.topi09__topics__item__information__title::before {
  content: "+";
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #E1DEBE;
  height: auto;
  display: block;
  position: absolute;
  left: -22px;
  top: 14px;
}
.topi09__topics__item__information__paragraph {
  text-align: left;
  font-weight: 400;
  line-height: 133.92%;
  max-width: 7.75rem;
}

/* BEGIN STYLE */
.topi08 {
  overflow: hidden; /* Prevenção do shift da animação*/
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991.98px) {
  .topi08 {
    flex-direction: column;
  }
}
.topi08__header {
  width: 50%;
  margin-bottom: 0;
  padding: 2.37rem 8.94rem 4.88rem 5.69rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi08__header.animate {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi08__header {
    width: 100%;
    padding: 2.37rem 1.25rem 4.12rem 1.25rem;
  }
}
.topi08__header__title {
  font-weight: 300;
  line-height: 3.4375rem;
  margin-bottom: 2.62rem;
  text-align: left;
}
@media (max-width: 575.98px) {
  .topi08__header__title {
    line-height: 2.4375rem;
    margin-bottom: 1.38rem;
    text-align: left;
    max-width: 200px;
  }
}
.topi08__header__paragraph {
  width: 100%;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.topi08__header__cta {
  cursor: pointer;
}
.topi08__header__selos {
  margin-top: 34px;
}
.topi08__header__selos__title {
  font-weight: 300;
}
.topi08__header__selos__content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 45px;
  margin-top: 27px;
}
.topi08__header__selos__content__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi08__topics {
  position: relative;
  margin-bottom: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi08__topics.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi08__topics {
    width: 100%;
  }
}
.topi08__topics__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi08__topics__carousel {
    overflow: visible;
  }
}
.topi08__topics__carousel__swiper-button-prev, .topi08__topics__carousel__swiper-button-next {
  position: absolute;
  opacity: 1 !important;
  top: 50%;
}
.topi08__topics__carousel__swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 19px);
}
.topi08__topics__carousel__swiper-button-prev:after {
  background-image: url("../images/arrow-left-topi08.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
.topi08__topics__carousel__swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 19px);
}
.topi08__topics__carousel__swiper-button-next:after {
  background-image: url("../images/arrow-right-topi08.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
.topi08__topics__item {
  position: relative;
  width: 50%;
  height: auto;
  max-height: 39.9375rem;
  aspect-ratio: 350/580;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.topi08__topics__item:hover .topi08__topics__item__content__information {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi08__topics__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .topi08__topics__item {
    width: 50%;
  }
}
@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;
  padding: 2.5rem 1.5rem;
  opacity: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__topics__item__content__title {
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.topi08__topics__item__content__title::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  content: "";
}
.topi08__topics__item__content__information {
  overflow: hidden;
  max-height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

/* BEGIN STYLE */
.serv11 {
  overflow: hidden; /* prevenção do shift da animação*/
  background-color: #727B68;
  padding-top: 8.94rem;
  padding-bottom: 10.75rem;
}
@media (max-width: 991.98px) {
  .serv11 {
    padding-top: 7.25rem;
    padding-bottom: 7.63rem;
  }
}
.serv11__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.44rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.serv11__header.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .serv11__header {
    margin-bottom: 1.69rem;
  }
}
.serv11__header__title {
  margin-bottom: 0.25rem;
  font-weight: 300;
  line-height: 3.4375rem;
}
@media (max-width: 575.98px) {
  .serv11__header__title {
    line-height: 2.8125rem;
    max-width: 11.0625rem;
  }
}
.serv11__services {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.serv11__services__item, .serv11-page__section-service__list__item {
  position: relative;
  background-color: transparent;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: calc(33.33% - 0px);
  height: auto;
  padding: 1.88rem 2.44rem;
  min-height: 275px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  transition: all 0.4s ease;
  cursor: pointer;
  transition: transform 0.5s ease;
  opacity: 0;
}
.serv11__services__item.animate, .animate.serv11-page__section-service__list__item {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .serv11__services__item, .serv11-page__section-service__list__item {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .serv11__services__item, .serv11-page__section-service__list__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .serv11__services__item, .serv11-page__section-service__list__item {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .serv11__services__item, .serv11-page__section-service__list__item {
    padding: 1rem;
    aspect-ratio: 330/285;
  }
}
.serv11__services__item:nth-child(3n), .serv11-page__section-service__list__item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 991.98px) {
  .serv11__services__item:nth-child(3n), .serv11-page__section-service__list__item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.serv11__services__item:nth-last-child(-n+3), .serv11-page__section-service__list__item:nth-last-child(-n+3) {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .serv11__services__item:nth-last-child(-n+3), .serv11-page__section-service__list__item:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 991.98px) {
  .serv11__services__item:nth-child(2n), .serv11-page__section-service__list__item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 575.98px) {
  .serv11__services__item, .serv11-page__section-service__list__item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
}
@media (max-width: 575.98px) {
  .serv11__services__item:last-of-type, .serv11-page__section-service__list__item:last-of-type {
    border-bottom: none !important;
  }
}
.serv11__services__item:hover, .serv11-page__section-service__list__item:hover {
  background-color: #727B68;
}
.serv11__services__item__icon, .serv11-page__section-service__list__item__icon {
  width: 3.5625rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.75rem;
}
.serv11__services__item__title, .serv11-page__section-service__list__item__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 0.94rem;
}
.serv11__services__item__paragraph, .serv11-page__section-service__list__item__paragraph {
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
  text-align: left;
}
.serv11__cta {
  margin-left: auto;
}

.serv11-page__section-service {
  background-color: #727B68;
}
.serv11-page__section-service:nth-of-type(even) {
  background-color: #fff;
}
.serv11-page__section-service__header {
  margin-bottom: 2.5rem;
}
.serv11-page__section-service__header__title {
  text-align: left;
}
.serv11-page__section-service__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.serv11-page__section-service__list__item {
  width: calc(25% - 9px);
}
@media (max-width: 1199.98px) {
  .serv11-page__section-service__list__item {
    width: calc(33.33% - 8px);
  }
}
@media (max-width: 991.98px) {
  .serv11-page__section-service__list__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 767.98px) {
  .serv11-page__section-service__list__item {
    width: 100%;
  }
}
.serv11-show {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  max-width: 90vw;
  text-align: center;
  background-color: #727B68;
  border-radius: 0.5625rem;
  padding: 3.69rem 6.5rem;
  background-image: url("../images/bg-serv11.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .serv11-show {
    border-radius: 0.5625rem;
    padding: 3.69rem 1.5rem;
    max-width: 100%;
  }
}
.serv11-show__information {
  width: 100%;
}
@media (max-width: 991.98px) {
  .serv11-show__information {
    padding: 0;
  }
}
.serv11-show__information__header {
  gap: 0 1.5rem;
  margin-bottom: 3.75rem;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .serv11-show__information__header {
    margin-bottom: 1.75rem;
  }
}
.serv11-show__information__header__icon {
  width: 4.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 2.31rem;
}
.serv11-show__information__header__title {
  text-align: center;
  font-weight: 300;
  line-height: 3.4375rem;
}
@media (max-width: 991.98px) {
  .serv11-show__information__header__title {
    line-height: 2.8125rem;
    margin-bottom: 0;
  }
}
.serv11-show__information__paragraph {
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  max-width: 54.25rem;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: left;
}
.serv11-show__information__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 4.06rem;
  gap: 0 0.81rem;
  background-color: transparent;
  border-radius: 0.1875rem;
  width: 11.0625rem;
  height: 2.5625rem;
  border: 1px solid #E1DEBE;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  transition: all 0.4s ease;
}
.serv11-show__information__cta svg path {
  fill: #E1DEBE;
}
.serv11-show__information__cta:hover {
  background-color: #E1DEBE;
  color: #727B68;
}
.serv11-show__information__cta:hover svg path {
  fill: #727B68;
}
.serv11-show .carousel__button {
  right: 2rem !important;
  top: 1.94rem !important;
  left: inherit;
  width: auto;
  height: auto;
}
.serv11-show .carousel__button svg {
  display: none;
}
.serv11-show .carousel__button:before {
  content: "";
  background-image: url("../images/close-serv11.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}

/* BEGIN STYLE */
.cont05 {
  overflow: hidden; /* prevenção do shift da animação*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6.88rem;
  padding-bottom: 6.94rem;
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  .cont05 {
    background-attachment: inherit;
  }
}
.cont05__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.87rem;
}
@media (max-width: 991.98px) {
  .cont05__header {
    margin-bottom: 2.81rem;
  }
}
.cont05__header__title {
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0.62rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.cont05__header__title.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.cont05__header__subtitle {
  font-weight: 300;
  line-height: 3.4375rem;
  margin-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
.cont05__header__subtitle.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .cont05__header__subtitle {
    line-height: 2.8125rem;
  }
}
.cont05__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont05__main__paragraph {
  font-weight: 400;
  margin-top: 2.56rem;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 40.5625rem;
  text-align: center;
  transition: transform 0.5s ease;
  opacity: 0;
}
.cont05__main__paragraph.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .cont05__main__paragraph {
    max-width: 20.1875rem;
  }
}
.cont05__main__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 3.19rem;
  gap: 0 0.81rem;
  background-color: transparent;
  border-radius: 0.1875rem;
  width: 11.0625rem;
  height: 2.5625rem;
  border: 1px solid #E1DEBE;
  background-color: #E1DEBE;
  padding: 0;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  transition: all 0.4s ease;
  transition: transform 0.5s ease;
  opacity: 0;
}
.cont05__main__cta.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.cont05__main__cta:hover {
  background-color: transparent;
  color: #E1DEBE;
}
.cont05__main__cta:hover svg path {
  fill: #E1DEBE;
}

/* BEGIN STYLE */
.TEAM01__custom__page .team01 {
  background-color: #E1DEBE;
}

.TEAM01__custom__page .team01__content__product__item {
  border-color: #727B68;
}

.TEAM01__custom__page .team01__content__product__item__description,
.TEAM01__custom__page .team01__content__product__item__hover__cta,
.TEAM01__custom__page .team01__content__product__item__hover {
  background: #E1DEBE;
}

.team01 {
  background-color: #fff;
  position: relative;
}
.team01__navigation__content__encompass__title {
  font-weight: 300;
  max-width: 42.6875rem;
  line-height: 3.4375rem;
  margin-bottom: 0;
  text-align: left;
  transition: transform 0.5s ease;
  opacity: 0;
}
.team01__navigation__content__encompass__title.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .team01__navigation__content__encompass__title {
    line-height: 2.4125rem;
    max-width: 14.4375rem;
  }
}
.team01__navigation__content__nav__desktop {
  display: flex;
  width: 79.5%;
  gap: 0 108px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__nav__desktop {
    width: auto;
  }
}
.team01__navigation__content__nav__desktop ul {
  gap: 11px 46px;
  justify-content: flex-end;
  margin-left: auto;
  flex-wrap: wrap;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__nav__desktop ul {
    display: none !important;
  }
}
.team01__navigation__content__nav__desktop ul li a {
  font-size: 1.25rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  gap: 0 10px;
  display: flex;
}
.team01__navigation__content__nav__desktop ul li a img {
  width: 34px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01__navigation__content__nav__desktop ul li:hover a {
  color: #E1DEBE;
}
.team01__navigation__content__nav__desktop__cta {
  font: 400 1rem "Poppins", sans-serif;
  font-weight: 700;
  color: #727B68;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #727B68;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__nav__desktop__cta {
    font: 400 0.938rem "Poppins", sans-serif;
    max-width: 146px;
  }
}
.team01__navigation__content__nav__desktop__cta:hover {
  color: #fff;
  background-color: #000;
}
.team01__navigation__content__nav__desktop__cta:hover .team01__navigation__content__nav__desktop__cta__icon {
  filter: invert(1) grayscale(1);
}
.team01__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__nav__mobile {
    display: flex !important;
    margin-bottom: 30px !important;
    margin-left: 23px;
    margin-top: 30px;
    gap: inherit !important;
  }
}
.team01__navigation__nav__mobile li {
  display: flex;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__nav__mobile li {
    width: auto;
  }
}
.team01__navigation__nav__mobile li a {
  font-size: 1.25rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__nav__mobile li a {
    font-size: 1.063rem;
  }
}
.team01__content__product {
  margin-top: 4.13rem;
}
@media (max-width: 991.98px) {
  .team01__content__product {
    margin-top: 2.94rem;
  }
}
.team01__content__product__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .team01__content__product__carousel {
    overflow: visible;
  }
}
.team01__content__product__carousel__swiper-button-prev, .team01__content__product__carousel__swiper-button-next {
  position: absolute;
  opacity: 1 !important;
  top: 50%;
}
@media (max-width: 991.98px) {
  .team01__content__product__carousel__swiper-button-prev, .team01__content__product__carousel__swiper-button-next {
    position: relative;
    opacity: 1 !important;
    top: 86px;
    width: 25px;
    height: 21px;
  }
}
.team01__content__product__carousel__swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .team01__content__product__carousel__swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 2px);
  }
}
.team01__content__product__carousel__swiper-button-prev:after {
  background-image: url("../images/arrow-left-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
@media (max-width: 991.98px) {
  .team01__content__product__carousel__swiper-button-prev:after {
    width: 16.522px;
    height: 96.826px;
  }
}
.team01__content__product__carousel__swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .team01__content__product__carousel__swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -50px);
  }
}
.team01__content__product__carousel__swiper-button-next:after {
  background-image: url("../images/arrow-right-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
@media (max-width: 991.98px) {
  .team01__content__product__carousel__swiper-button-next:after {
    width: 16.522px;
    height: 96.826px;
  }
}
.team01__content__product__item {
  position: relative;
  flex-direction: column;
  width: calc(24% - 3px);
  padding: 0.31rem;
  border-radius: 1.75rem 0rem;
  border: 1px solid #E1DEBE;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  opacity: 0;
}
.team01__content__product__item.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .team01__content__product__item {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 767.98px) {
  .team01__content__product__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .team01__content__product__item {
    width: 100%;
  }
}
.team01__content__product__item__image {
  width: 100%;
  height: auto;
  border-radius: 1.375rem 0rem;
  aspect-ratio: 288/358;
  overflow: hidden;
  flex: 1;
}
.team01__content__product__item__image:hover img {
  transform: scale(1.1);
  transition: all 0.7s ease;
}
.team01__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team01__content__product__item__description {
  background-color: #fff;
  padding: 2.4rem 1.4rem;
  padding-bottom: 0.6rem;
  margin-top: -19px;
  z-index: -1;
  transition: all 0.5s ease;
}
.team01__content__product__item__description__encompass {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.team01__content__product__item__description__encompass__icone {
  width: 22px;
  height: auto;
}
.team01__content__product__item__description__encompass__icone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01__content__product__item__description__encompass__txt {
  width: 100%;
  text-align: center;
}
.team01__content__product__item__description__encompass__txt__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 0.06rem;
  text-align: center;
}
.team01__content__product__item__description__encompass__txt__subtitle {
  font-weight: 400;
  line-height: 170%;
  /* 1.4875rem */
  letter-spacing: 0.0125rem;
  text-align: center;
}
.team01__content__product__item__hover {
  opacity: 0;
  display: none !important;
  flex-direction: column;
  position: absolute;
  display: flex;
  left: 50%;
  top: 5px;
  transform: translate(-50%);
  width: 98%;
  height: 100%;
  background-color: #fff;
  padding-bottom: 0;
  border-radius: 1.375rem 0rem;
  transition: all 0.7s ease;
}
.team01__content__product__item__hover__txt {
  background: #727B68;
  border-radius: 1.375rem 0rem;
  flex: 1;
  padding: 2.81rem 1.38rem;
}
.team01__content__product__item__hover__txt__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 0.13rem;
}
.team01__content__product__item__hover__txt__subtitle {
  font-weight: 400;
  line-height: 170%;
  /* 1.4875rem */
  letter-spacing: 0.0125rem;
}
.team01__content__product__item__hover__txt__paragraph {
  font-weight: 400;
  line-height: 170%;
  /* 1.4875rem */
  letter-spacing: 0.0125rem;
  margin-top: 1.25rem;
}
.team01__content__product__item__hover__cta {
  padding: 1.06rem;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.team01__content__product__item:hover .team01__content__product__item__hover {
  transition: all 0.7s ease;
  opacity: 1;
  display: flex;
}
.team01__content__product__cta {
  margin: 0 auto;
  margin-top: 3.19rem;
}
.team01__content__product .carousel-team01 .owl-dots {
  display: none !important;
}
.team01__content__product .carousel-team01 .owl-nav {
  display: flex;
  margin-top: 52px;
  gap: 0 9px;
  justify-content: flex-start;
}
.team01__content__product .carousel-team01 .owl-nav .owl-prev,
.team01__content__product .carousel-team01 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #727B68;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team01__content__product .carousel-team01 .owl-nav .owl-prev span,
.team01__content__product .carousel-team01 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

.team01-page {
  background-color: #EFEFEF;
}
.team01-page__header {
  height: 304px;
  padding: 0 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.team01-page__header .container--team01-page__header {
  z-index: 100;
  position: relative;
}
.team01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.team01-page__header__title {
  font-size: 3.75rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__header__title {
    font-size: 2.5rem;
    text-align: center;
    max-width: 309px;
  }
}
.team01-page__content {
  padding-top: 41px;
  padding-bottom: 68px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content {
    overflow: hidden;
  }
}
.team01-page__content__text__title {
  color: #000;
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__text__title {
    font-size: 1.875rem;
    margin-bottom: 9px;
  }
}
.team01-page__content__text__subtitle {
  color: #727B68;
  font-size: 1.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__text__subtitle {
    font-size: 1.125rem;
  }
}
.team01-page__content__text__line {
  color: #000;
}
.team01-page__content__category {
  gap: 14px;
  margin-top: 35px;
}
@media (max-width: 575.98px) {
  .team01-page__content__category {
    margin-top: 35px;
    display: none !important;
  }
}
.team01-page__content__category .accordion-body {
  background-color: #fff;
}
.team01-page__content__category li {
  padding: 9px 39px;
  background-color: #fff;
  list-style: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__category li {
    width: 100% !important;
  }
}
.team01-page__content__category li a {
  font-size: 1.25rem;
  color: #E1DEBE;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__category li a {
    font-size: 1.063rem;
  }
}
.team01-page__content__category li a img {
  width: 36px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__category li a img {
    width: 36px !important;
    height: 37px !important;
    margin-right: 3px;
  }
}
.team01-page__content__category li:hover, .team01-page__content__category li.active {
  background: #727B68;
}
.team01-page__content__category li:hover a, .team01-page__content__category li.active a {
  color: #fff;
}
.team01-page__content__category li:hover img, .team01-page__content__category li.active img {
  filter: invert(1) grayscale(1);
}
.team01-page__content__dropdown-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .team01-page__content__dropdown-mobile {
    display: flex;
  }
}
.team01-page__content__dropdown-mobile .accordion-flush {
  width: 100%;
}
.team01-page__content__dropdown-mobile .accordion-item {
  max-width: 325px;
  margin: 0 auto;
  height: 40px;
  color: #727B68 !important;
  font: 400 1rem "Poppins", sans-serif !important;
}
.team01-page__content__dropdown-mobile .accordion-item li {
  list-style: none;
  color: #727B68 !important;
  font: 400 1rem "Poppins", sans-serif !important;
}
.team01-page__content__dropdown-mobile .accordion-button::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #949396;
  width: auto;
  height: auto;
}
.team01-page__content__dropdown-mobile .accordion-button:not(.collapsed)::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #949396;
  transform: rotate(184deg);
  width: auto;
  height: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content .caroussel_team01-page .owl-dots {
    display: none !important;
  }
  .team01-page__content .caroussel_team01-page .owl-nav {
    display: none !important;
  }
}
.team01-page__content__product {
  margin-top: 89px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__product {
    padding: 0 28px !important;
    margin-top: 51.28px;
  }
}
.team01-page__content__product .team01-page__content--row {
  gap: 26px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__product .team01-page__content--row {
    margin: 0 auto;
  }
}
.team01-page__content__product__item {
  position: relative;
}
.team01-page__content__product__item__image {
  width: 100%;
  height: 267.65px;
  background-color: #000;
}
.team01-page__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team01-page__content__product__item__description {
  background-color: #fff;
  padding: 19px 24px;
}
.team01-page__content__product__item__description__encompass {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.team01-page__content__product__item__description__encompass__icone {
  width: 22px;
  height: auto;
}
.team01-page__content__product__item__description__encompass__icone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01-page__content__product__item__description__encompass__txt {
  width: 80%;
  text-align: left;
}
.team01-page__content__product__item__description__encompass__txt__title {
  font-size: 1.25rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.team01-page__content__product__item__description__encompass__txt__subtitle {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #E1DEBE;
  font-weight: 700;
}
.team01-page__content__product__item__description__paragraph {
  color: #E1DEBE;
  font: 400 0.875rem "Poppins", sans-serif;
  font-weight: 400;
}
.team01-page__content__product__item__description__paragraph p {
  color: #E1DEBE;
  font: 400 0.875rem "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.team01-page__content__product__item__description__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team01-page__content__product__item__description__buttons__cta {
  font: 400 1rem "Poppins", sans-serif;
  font-weight: 700;
  color: #727B68;
  max-width: 127px;
  height: auto;
  padding: 4px 50px;
  background-color: #D9CC59;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01-page__content__product__item__description__buttons__cta {
    font: 400 0.938rem "Poppins", sans-serif;
    max-width: 146px;
  }
}
.team01-page__content__product__item__description__buttons__cta img {
  width: 18.03px !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01-page__content__product__item__description__buttons__cta:hover {
  color: #fff;
  background-color: #000;
}
.team01-page__content__product__item__description__buttons__cta:hover .team01-page__content__product__item__description__buttons__cta__icon {
  filter: invert(1) grayscale(1);
}

.lightbox-team01 {
  width: 100%;
  display: none;
  padding: 0;
  border-radius: 0.5625rem;
  background-color: transparent;
}
.lightbox-team01__content__carrossel {
  position: relative;
}
.lightbox-team01__description {
  position: relative;
  padding: 4.38rem 4.19rem;
  background-color: #fff;
  border-radius: 0 0.5625rem 0.5625rem 0;
}
@media (max-width: 991.98px) {
  .lightbox-team01__description {
    border-radius: 0;
    padding: 2.19rem 1.25rem;
  }
}
.lightbox-team01__encompass {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .lightbox-team01__encompass {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1.33rem 0;
  }
}
.lightbox-team01__navigation {
  align-self: end;
  gap: 0 0.74rem;
  display: flex;
}
@media (max-width: 991.98px) {
  .lightbox-team01__navigation {
    align-self: flex-start;
  }
}
.lightbox-team01__navigation a {
  color: #727B68;
  font: 400 0.875rem "Poppins", sans-serif;
  font-weight: 400;
}
.lightbox-team01__navigation img {
  width: 18px;
  height: 18px;
}
.lightbox-team01__image {
  border-radius: 0.5625rem 0 0 0.5625rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .lightbox-team01__image {
    border-radius: 0;
  }
}
.lightbox-team01__title {
  font-weight: 300;
  line-height: 3.4375rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .lightbox-team01__title {
    line-height: 2.8125rem;
  }
}
.lightbox-team01__subtitle {
  font-weight: 400;
  line-height: 133.92%;
}
.lightbox-team01__paragraph {
  font-weight: 400;
  margin-top: 2.56rem;
  line-height: 170%;
  /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.lightbox-team01__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.lightbox-team01__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.lightbox-team01__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #727B68;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-team01__cta {
  margin-top: 2.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3.19rem;
  gap: 0 0.81rem;
  background-color: transparent;
  border-radius: 0.1875rem;
  width: 9.5rem;
  height: 2.5625rem;
  border: 1px solid #727B68;
  padding: 0;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  transition: all 0.4s ease;
  margin-right: auto;
}
.lightbox-team01__cta:hover {
  background-color: #727B68;
  color: #fff;
}
.lightbox-team01__cta:hover svg path {
  fill: #fff;
}
.lightbox-team01 .carousel__button.is-close {
  right: 2rem;
  top: 1.94rem;
  left: inherit;
  width: auto;
  height: auto;
}
@media (max-width: 991.98px) {
  .lightbox-team01 .carousel__button.is-close {
    right: 1.25rem;
    top: 1.37rem;
  }
}
.lightbox-team01 .carousel__button.is-close svg {
  display: none;
}
.lightbox-team01 .carousel__button.is-close:before {
  content: "";
  background-image: url("../images/close-team01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}
@media (max-width: 991.98px) {
  .lightbox-team01 .carousel__button.is-close:before {
    width: 2.125rem;
    height: 2.125rem;
  }
}

/* BEGIN STYLE */
.blog01 {
  overflow: hidden; /* prevenção do shift da animação*/
  background-color: #E1DEBE;
  padding-bottom: 4.31rem;
  padding-top: 6.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog01 {
    padding-bottom: 5.19rem;
    padding-top: 4.38rem;
  }
}
.blog01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 3.94rem;
}
.blog01__header__title {
  font-weight: 300;
  line-height: 3.4375rem;
  margin-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01__header__title.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01__main__carousel, .blog01-page__articles__highlighted__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel, .blog01-page__articles__highlighted__carousel {
    overflow: visible;
  }
}
.blog01__main__carousel__swiper-button-prev, .blog01__main__carousel__swiper-button-next {
  position: absolute;
  opacity: 1 !important;
  top: 50%;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel__swiper-button-prev, .blog01__main__carousel__swiper-button-next {
    position: relative;
    opacity: 1 !important;
    top: 86px;
    width: 25px;
    height: 21px;
  }
}
.blog01__main__carousel__swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .blog01__main__carousel__swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 2px);
  }
}
.blog01__main__carousel__swiper-button-prev:after {
  background-image: url("../images/arrow-left-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel__swiper-button-prev:after {
    width: 16.522px;
    height: 96.826px;
  }
}
.blog01__main__carousel__swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .blog01__main__carousel__swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -50px);
  }
}
.blog01__main__carousel__swiper-button-next:after {
  background-image: url("../images/arrow-right-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel__swiper-button-next:after {
    width: 16.522px;
    height: 96.826px;
  }
}
.blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
  position: relative;
  width: calc(33% - 10px);
  transition: transform 0.5s ease;
  opacity: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.blog01__main__item.animate, .animate.blog01-show__related__item, .animate.blog01-page__articles__list__item {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 767.98px) {
  .blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
    width: 100%;
  }
}
.blog01__main__item__image, .blog01-show__related__item__image, .blog01-page__articles__list__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 320/288;
  border-radius: 1.25rem 0rem;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease;
}
.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.01);
}
.blog01__main__item:hover .blog01__main__item__description, .blog01__main__item:hover .blog01-show__related__item__description, .blog01-show__related__item:hover .blog01__main__item__description, .blog01-show__related__item:hover .blog01-show__related__item__description, .blog01__main__item:hover .blog01-page__articles__list__item__description, .blog01-show__related__item:hover .blog01-page__articles__list__item__description, .blog01-page__articles__list__item:hover .blog01__main__item__description, .blog01-page__articles__list__item:hover .blog01-show__related__item__description, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description {
  background-color: #727B68;
}
.blog01__main__item:hover .blog01__main__item__description__title, .blog01__main__item:hover .blog01-show__related__item__description__title, .blog01-show__related__item:hover .blog01__main__item__description__title, .blog01-show__related__item:hover .blog01-show__related__item__description__title, .blog01__main__item:hover .blog01-page__articles__list__item__description__title, .blog01-show__related__item:hover .blog01-page__articles__list__item__description__title, .blog01-page__articles__list__item:hover .blog01__main__item__description__title, .blog01-page__articles__list__item:hover .blog01-show__related__item__description__title, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description__title {
  color: #fff;
}
.blog01__main__item__description, .blog01-show__related__item__description, .blog01-page__articles__list__item__description {
  border-radius: 0px 0px 25px 0px;
  border: 1px solid #727B68;
  border-top: none;
  margin-top: -17px;
  padding: 1.34rem 1.63rem;
  padding-top: 2rem;
  transition: all 0.4s ease;
}
.blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.blog01__cta {
  margin: 0 auto;
  margin-top: 3.19rem;
}

.blog01-page__banner {
  height: 5.94rem;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid #727B68;
}
.blog01-page__categories {
  padding-top: 1.81rem;
  padding-bottom: 1.35rem;
  width: 100%;
}
.blog01-page__categories__item {
  padding: 0.56rem 1.31rem;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  background-color: transparent;
  border: 1px solid #727B68;
  border-radius: 0.1875rem;
  transition: all 0.4s ease;
  opacity: 0;
}
.blog01-page__categories__item.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-page__categories__item:hover, .blog01-page__categories__item.active {
  background-color: #727B68;
  color: #E1DEBE;
}
.blog01-page__articles {
  padding-top: 1.35rem;
}
.blog01-page__articles__highlighted {
  margin-bottom: 5.56rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #727B68;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted {
    padding-bottom: 0.68rem;
  }
}
.blog01-page__articles__highlighted__carousel {
  overflow: hidden;
  height: auto;
}
.blog01-page__articles__highlighted__carousel__swiper-button-prev, .blog01-page__articles__highlighted__carousel__swiper-button-next {
  position: absolute;
  opacity: 1 !important;
  top: 78%;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__swiper-button-prev, .blog01-page__articles__highlighted__carousel__swiper-button-next {
    position: relative;
    opacity: 1 !important;
    top: 86px;
    width: auto;
    height: auto;
  }
}
.blog01-page__articles__highlighted__carousel__swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -36px);
    top: 56px;
  }
}
.blog01-page__articles__highlighted__carousel__swiper-button-prev:after {
  background-image: url("../images/arrow-left-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 1.1875rem;
  height: 2.3125rem;
  font-family: none;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__swiper-button-prev:after {
    width: 16.522px;
    height: 86.522px;
  }
}
.blog01-page__articles__highlighted__carousel__swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__swiper-button-next {
    right: inherit;
    left: var(--swiper-navigation-sides-offset, 36px);
    top: -9px;
  }
}
.blog01-page__articles__highlighted__carousel__swiper-button-next:after {
  background-image: url("../images/arrow-right-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 1.1875rem;
  height: 2.3125rem;
  font-family: none;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__swiper-button-next:after {
    width: 16.522px;
    height: 86.522px;
  }
}
.blog01-page__articles__highlighted__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 4.5rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-page__articles__highlighted__item.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item {
    flex-direction: column;
    gap: 2.75rem;
  }
}
.blog01-page__articles__highlighted__item__image {
  width: 50%;
  height: auto;
  aspect-ratio: 621/385;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    border-radius: 0.625rem;
  }
}
.blog01-page__articles__highlighted__item__information {
  width: calc(50% - 4.5rem);
}
@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;
  background-color: transparent;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
}
.blog01-page__articles__highlighted__item__information__title {
  text-align: left;
  font-weight: 300;
  margin-bottom: 0;
}
.blog01-page__articles__highlighted__item__information__time {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 1.44rem;
}
.blog01-page__articles__highlighted__item__information__paragraph {
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 2.5rem;
}
.blog01-page__articles__highlighted__item__information__cta {
  margin-right: inherit;
  margin-left: auto;
}
.blog01-page__articles__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1.81rem 0.63rem;
  flex-wrap: wrap;
}
.blog01-page__articles__list__item {
  width: calc(33% - 5px);
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item {
    width: 100%;
  }
}
.blog01-page__articles__list__item.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-page__articles__list__item__image {
  -o-object-position: top center;
     object-position: top center;
}
.blog01-show__banner {
  height: 5.94rem;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid #727B68;
}
.blog01-show__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 2.44rem;
}
@media (max-width: 991.98px) {
  .blog01-show__content {
    flex-direction: column;
    gap: 8.38rem 0;
  }
}
.blog01-show__article {
  overflow: hidden; /* Prevenção do shift da animação */
  width: 70%;
  min-width: 840px;
}
@media (max-width: 991.98px) {
  .blog01-show__article {
    width: 100%;
  }
}
.blog01-show__article__title {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 3.4375rem;
  text-align: left;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__article__title.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-show__article__time {
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.0125rem;
  margin-bottom: 1.13rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__article__time.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-show__article__description {
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 1.5rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__article__description.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-show__article__image {
  width: 100%;
  height: auto;
  aspect-ratio: 862/473;
  border-radius: 0.625rem;
  margin-bottom: 3.62rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__article__image.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .blog01-show__article__image {
    margin-bottom: 3.13rem;
  }
}
.blog01-show__article__body {
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__article__body.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-show__article__share {
  width: 15.0625rem;
  height: 3.5625rem;
  margin-right: inherit;
  margin-left: auto;
}
.blog01-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #727B68;
  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 {
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
}
.blog01-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog01-show__article__modal__header__close svg path {
  fill: #fff;
}
.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: #fff;
  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: #D9CC59;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy__button {
    width: 100%;
  }
}
.blog01-show__related {
  width: 30%;
  max-width: 21.24325rem;
}
@media (max-width: 991.98px) {
  .blog01-show__related {
    width: 100%;
  }
}
.blog01-show__related__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 1.5rem;
  text-align: center;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__related__title.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-show__related__carousel {
  gap: 1.19rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog01-show__related__item {
  width: 100%;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-show__related__item.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.blog01-show__related__item__description__time {
  margin-bottom: 0.5rem;
}
/* BEGIN STYLE */
.topi11 {
  overflow: hidden; /* Prevenção do shift da animação */
  padding-top: 5.13rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 9.12rem;
}
@media (max-width: 991.98px) {
  .topi11 {
    width: 100%;
    flex-direction: column;
    gap: 4.06rem 0;
  }
}
.topi11__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 17.625rem;
  margin-bottom: 0;
}
.topi11__header__title {
  margin-bottom: 0.25rem;
  font-weight: 300;
  line-height: 3.4375rem;
  text-align: left;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi11__header__title.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi11__header__title {
    line-height: 2.4375rem;
  }
}
.topi11__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .topi11__main {
    flex-direction: column;
    gap: 3.25rem;
  }
}
.topi11__main__topics {
  width: calc(100% - 10rem + 22.5rem);
  padding-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi11__main__topics.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi11__main__topics {
    width: 100%;
    padding-bottom: 0;
  }
}
.topi11__main__topics__item__paragraph {
  padding-top: 0;
  color: rgba(0, 0, 0, 0.6);
}
.topi11__main__image {
  width: 22.5rem;
  height: auto;
  aspect-ratio: 361/468;
  align-self: end;
}
@media (max-width: 991.98px) {
  .topi11__main__image {
    width: 100%;
  }
}
.topi11__main__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* BEGIN STYLE */
.bran01 {
  overflow: hidden; /*previne o shift da animação*/
  padding-bottom: 6.2rem;
  padding-top: 6.12rem;
}
.bran01__header, .bran01-page__main__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 2.46rem;
}
@media (max-width: 991.98px) {
  .bran01__header, .bran01-page__main__header {
    margin-bottom: 0;
  }
}
.bran01__header__title, .bran01-page__main__header__title {
  font-weight: 300;
  margin-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
.bran01__header__title.animate, .animate.bran01-page__main__header__title {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .bran01__header__title, .bran01-page__main__header__title {
    font-size: 1.5rem;
  }
}
.bran01__content {
  height: auto;
  margin-bottom: 1.5rem;
}
.bran01__content__swiper-button-prev, .bran01__content__swiper-button-next {
  position: absolute;
  opacity: 1 !important;
  top: 50%;
  display: none;
}
@media (max-width: 991.98px) {
  .bran01__content__swiper-button-prev, .bran01__content__swiper-button-next {
    position: relative;
    opacity: 1 !important;
    top: 55px;
    width: 25px;
    height: 21px;
    display: flex;
  }
}
.bran01__content__swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .bran01__content__swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 2px);
  }
}
.bran01__content__swiper-button-prev:after {
  background-image: url("../images/arrow-left-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
@media (max-width: 991.98px) {
  .bran01__content__swiper-button-prev:after {
    width: 16.522px;
    height: 96.826px;
  }
}
.bran01__content__swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 19px);
}
@media (max-width: 991.98px) {
  .bran01__content__swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -50px);
  }
}
.bran01__content__swiper-button-next:after {
  background-image: url("../images/arrow-right-blog01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 34px;
  height: 63px;
  font-family: none;
}
@media (max-width: 991.98px) {
  .bran01__content__swiper-button-next:after {
    width: 16.522px;
    height: 96.826px;
  }
}
.bran01__content__item, .bran01-page__main__content__item {
  position: relative;
  width: calc(20% - 1.125rem);
  height: auto;
  aspect-ratio: 321/136;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  opacity: 0;
}
.bran01__content__item.animate, .animate.bran01-page__main__content__item {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .bran01__content__item, .bran01-page__main__content__item {
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  .bran01__content__item, .bran01-page__main__content__item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .bran01__content__item, .bran01-page__main__content__item {
    width: 44%;
  }
}
.bran01__content__item:hover .bran01__content__item__icon, .bran01__content__item:hover .bran01-page__main__content__item__icon, .bran01-page__main__content__item:hover .bran01__content__item__icon, .bran01-page__main__content__item:hover .bran01-page__main__content__item__icon {
  transform: scale(1.05);
}
.bran01__content__item__icon, .bran01-page__main__content__item__icon {
  width: 9.25694rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease;
}
.bran01__cta {
  margin-inline: auto;
}

.bran01-page__banner__subtitle {
  margin-bottom: 2rem;
}
.bran01-page__main {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
.bran01-page__main__header__subtitle {
  margin-bottom: 2rem;
}
.bran01-page__main__header__paragraph {
  margin-bottom: 2rem;
  max-width: unset;
}
.bran01-page__main__content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}
.bran01-page__main__content__item {
  /* (Quantiade de gap * tamanho do gap)/quantidade de elementos */
  width: calc(25% - 1.125rem);
}
@media (max-width: 991.98px) {
  .bran01-page__main__content__item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .bran01-page__main__content__item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 575.98px) {
  .bran01-page__main__content__item {
    width: 100%;
  }
}
/* BEGIN STYLE */
.abou01 {
  overflow: hidden; /* prevenção do shift da animação*/
}
.abou01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.abou01__header__title {
  margin-bottom: 0.25rem;
  text-align: center;
}
.abou01__header__subtitle {
  margin-bottom: 2rem;
  text-align: center;
}
.abou01__paragraph {
  width: 100%;
  max-width: 1206px;
  margin: 0 auto 2rem;
  text-align: center;
}
.abou01__cta {
  margin-inline: auto;
}

.abou01-page__main, .abou01-page__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  padding-top: 0;
}
.abou01-page__main__information, .abou01-page__section__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10.25rem;
  padding-top: 8.12rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information, .abou01-page__section__information {
    width: 100%;
    padding-bottom: 6.12rem;
    padding-top: 6.05rem;
  }
}
.abou01-page__main__information__header, .abou01-page__section__information__header {
  margin-bottom: 2rem;
  width: 100%;
}
.abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  line-height: 3.4375rem;
  margin-bottom: 1.5rem;
  max-width: 26.0625rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.abou01-page__main__information__header__title.animate, .animate.abou01-page__section__information__header__title {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
    line-height: 2.8125rem;
  }
}
.abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  max-width: 52.8125rem;
  letter-spacing: 0.0125rem;
  text-align: center;
  margin: 0 auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
.abou01-page__main__information__paragraph.animate, .animate.abou01-page__section__information__paragraph {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.abou01-page__topics {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #727B68;
  height: auto;
  padding-top: 7.12rem;
  padding-bottom: 6.13rem;
  /* FRONTEND CASO SEJA NECESSÁRIO O CARROSSEL VAZANDO, REMOVER O OVERFLOW HIDDEN */
}
@media (max-width: 991.98px) {
  .abou01-page__topics {
    padding-top: 4.44rem;
    padding-bottom: 3.57rem;
  }
}
.abou01-page__topics__carousel {
  overflow: hidden;
}
.abou01-page__topics__carousel__swiper-wrapper {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__carousel__swiper-wrapper {
    justify-content: flex-start;
  }
}
.abou01-page__topics__carousel__swiper-button-prev, .abou01-page__topics__carousel__swiper-button-next {
  opacity: 1 !important;
  top: 50%;
  display: none;
  position: relative;
  opacity: 1 !important;
  top: 55px;
  width: auto;
  height: auto;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__carousel__swiper-button-prev, .abou01-page__topics__carousel__swiper-button-next {
    display: flex;
  }
}
.abou01-page__topics__carousel__swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -36px);
  top: 56px;
}
.abou01-page__topics__carousel__swiper-button-prev:after {
  background-image: url("../images/arrow-left-abou01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 16.522px;
  height: 86.522px;
  font-family: none;
}
.abou01-page__topics__carousel__swiper-button-next {
  right: inherit;
  left: var(--swiper-navigation-sides-offset, 36px);
  top: -9px;
}
.abou01-page__topics__carousel__swiper-button-next:after {
  background-image: url("../images/arrow-right-abou01.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 16.522px;
  height: 86.522px;
  font-family: none;
}
.abou01-page__topics__item {
  position: relative;
  background-color: transparent;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: calc(33.33% - 0px);
  height: auto;
  padding: 1.19rem 2.44rem;
  aspect-ratio: 330/327;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  transition: all 0.4s ease;
  cursor: pointer;
  transition: transform 0.5s ease;
  opacity: 0;
}
.abou01-page__topics__item:last-child {
  border: none;
}
.abou01-page__topics__item.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .abou01-page__topics__item {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .abou01-page__topics__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .abou01-page__topics__item {
    width: 100%;
  }
}
.abou01-page__topics__item:nth-child(3n) {
  border-right: none;
}
.abou01-page__topics__item:nth-last-child(-n+3) {
  border-bottom: none;
}
.abou01-page__topics__item__icon {
  width: 3.5625rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.75rem;
}
.abou01-page__topics__item__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 0.94rem;
}
.abou01-page__topics__item__paragraph {
  font-weight: 400;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0125rem;
  margin-bottom: 0;
  text-align: left;
}
.abou01-page__section {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__section {
    flex-direction: column-reverse;
  }
}
.abou01-page__section__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10.25rem;
  padding-top: 0;
  width: 100%;
}
.abou01-page__section__information__header__title {
  text-align: left;
  margin-left: initial;
  margin-right: auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
.abou01-page__section__information__header__title.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
.abou01-page__section__information__paragraph {
  text-align: left;
  max-width: 38.8125rem;
  margin-left: initial;
  transition: transform 0.5s ease;
  opacity: 0;
}
.abou01-page__section__information__paragraph.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
}
.abou01-page__section__image {
  width: 100%;
  height: auto;
  aspect-ratio: 560/560;
  position: relative;
  transition: transform 0.5s ease;
  opacity: 0;
}
.abou01-page__section__image.animate {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .abou01-page__section__image {
    aspect-ratio: 382/482;
  }
}
.abou01-page__section__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* BEGIN STYLE */
.cota02__topics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1DEBE;
  padding-bottom: 2.81rem;
  padding-top: 4.19rem;
  gap: 6rem;
}
@media (max-width: 991.98px) {
  .cota02__topics {
    flex-direction: column;
    padding-top: 3.69rem;
    padding-bottom: 4rem;
    gap: 3.06rem 0;
  }
}
.cota02__topics__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 1.25rem;
  position: relative;
  background-color: transparent;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: calc(25.33% - 0px);
  border-right: 1px solid #E1DEBE;
  transition: all 0.4s ease;
  cursor: pointer;
  opacity: 0;
}
.cota02__topics__item.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
.cota02__topics__item:last-of-type {
  border-right: none;
}
@media (max-width: 991.98px) {
  .cota02__topics__item {
    width: 100%;
    border: none;
  }
}
.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;
}
@media (max-width: 991.98px) {
  .cota02__topics__item__icon {
    width: 3rem;
  }
}
.cota02__topics__item__description__title {
  font-weight: 400;
  line-height: 133.92%;
  margin-bottom: 0;
}
.cota02__topics__item__description__paragraph {
  text-align: left;
  max-width: 292px;
  font-weight: 500;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.cota02__form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 1.5rem;
  padding-top: 5.06rem;
  padding-bottom: 9.13rem;
  max-width: 62.875rem;
  margin: 0 auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
.cota02__form.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .cota02__form {
    padding-top: 4rem;
    max-width: 100%;
  }
}
.cota02__form__header {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .cota02__form__header {
    margin-bottom: 0rem;
  }
}
.cota02__form__header__title {
  margin: 0 auto;
  max-width: 28.4375rem;
  font-weight: 300;
  line-height: 3.4375rem;
}
@media (max-width: 575.98px) {
  .cota02__form__header__title {
    max-width: 8.4375rem;
    line-height: 2.8125rem;
  }
}
.cota02__form .input__item {
  width: calc(50% - 0.75rem);
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
@media (max-width: 991.98px) {
  .cota02__form .input__item {
    width: 100%;
  }
}
.cota02__form .input__item .form-placeholder > input,
.cota02__form .input__item .form-placeholder > select {
  height: 5.31rem;
  border: none;
  border-bottom: 1px solid #727B68;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .cota02__form .input__item .form-placeholder > input,
  .cota02__form .input__item .form-placeholder > select {
    height: 5.31rem;
  }
}
.cota02__form .input__item--textarea {
  width: 100%;
  font-weight: 400;
  line-height: 170%; /* 1.7rem */
  letter-spacing: 0.0125rem;
}
.cota02__form .input__item--textarea .form-control {
  padding-top: 1.5rem;
  border: none;
  border-bottom: 1px solid #727B68;
  border-radius: 0;
}
.cota02__form .input__item--textarea .form-placeholder .placeholder--custom {
  top: 1.87rem;
  left: 0;
  display: block;
  padding-left: 0.81rem;
}
.cota02__form .input__item--textarea .form-placeholder.focusing .placeholder--custom {
  top: -0.13rem;
}
.cota02__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 3.56rem;
}
.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: #727B68;
}
.cota02__form__footer__cta {
  width: 8.0625rem;
  margin-top: 0;
  margin-right: inherit;
}

/* BEGIN STYLE */
.comp01-page__banner {
  background-color: rgba(217, 204, 89, 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 #E1DEBE;
  border-radius: 1rem 0 1rem 0;
  transition: all 0.3s ease;
  color: #E1DEBE;
}
.comp01-page__content__archives__item:hover {
  background-color: #E1DEBE;
  border-color: #E1DEBE;
  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;
}
