@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow: inherit !important;
  width: 100%;
  height: 100%;
  display: block;
  background: #E5E6E5;
  /* 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: #525A61;
  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: #525A61;
  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, .copa04-page__section-products, .copa04-page__faq, .copa04-page__additional-topics, .copa04-page__additional-content, .copa04-page__gallery-topics, .copa04-page__topics-carousel, .copa04-page__topics, .copa04-page__highlighted, .copa04-page__video-section, .copa04-page__hero, .cota02__form, .cota02__topics, .blog01-show__related, .blog01-show__article, .blog01-page__articles, .blog01-page__categories, .blog01, .topi01, .feed01, .cont05, .topi02, .topi03, .slid01__item, .foot02__copyright, .foot02__navigation, .side03__navigation, .confirmation-page__title, .form01, .comp01-page__banner, .cota02__banner, .blog01-show__banner, .blog01-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.confirmation-page__title, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .slid01__item__header__subtitle {
  font: 300 2.75rem "Montserrat", sans-serif, arial;
  line-height: auto;
  letter-spacing: 0;
  text-align: initial;
}
@media (max-width: 991.98px) {
  .confirmation-page__title, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .slid01__item__header__subtitle {
    font-size: 2.375rem;
  }
}
.slid01__item__header__subtitle {
  color: #000;
}
.confirmation-page__title, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title {
  color: #C2C1C0;
}
.blog01-page__articles__highlighted__item__information__title, .cota02__form__header__title, .comp01-page__content__header__title, .copa04-page__section-products__header__title, .copa04-page__gallery-topics__header__title, .copa04-page__topics__header__title, .cont08__information__header__subtitle, .form01__main__information__title, .blog01-show__article__title, .topi01__header__subtitle, .cont05__header__title, .topi02__topics__item__title, .topi02__header__subtitle, .topi03__header__subtitle {
  font: 400 2.5rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: initial;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information__title, .cota02__form__header__title, .comp01-page__content__header__title, .copa04-page__section-products__header__title, .copa04-page__gallery-topics__header__title, .copa04-page__topics__header__title, .cont08__information__header__subtitle, .form01__main__information__title, .blog01-show__article__title, .topi01__header__subtitle, .cont05__header__title, .topi02__topics__item__title, .topi02__header__subtitle, .topi03__header__subtitle {
    font-size: 2.25rem;
  }
}
.blog01-show__article__title, .topi01__header__subtitle, .cont05__header__title, .topi02__topics__item__title, .topi02__header__subtitle, .topi03__header__subtitle {
  color: #fff;
}
.copa04-page__section-products__header__title, .copa04-page__gallery-topics__header__title, .copa04-page__topics__header__title, .cont08__information__header__subtitle, .form01__main__information__title {
  color: #000;
}
.comp01-page__content__header__title {
  color: #C2C1C0;
}
.cota02__form__header__title {
  color: #525A61;
}
.cota02__banner__subtitle, .blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title, .topi03__topics__item__title {
  font: 400 1.5rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: initial;
}
@media (max-width: 991.98px) {
  .cota02__banner__subtitle, .blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title, .topi03__topics__item__title {
    font-size: 1.25rem;
  }
}
.topi03__topics__item__title {
  color: #fff;
}
.blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title {
  color: #525A61;
}
.cota02__banner__subtitle {
  color: #DCDDDF;
}
.cont08__information__header__title, .slid01__item__header__title, .blog01__header__subtitle, .topi02__header__title, .topi03__header__title, .copa04-page__section-products__header__subtitle, .copa04-page__faq__header__subtitle, .copa04-page__additional-content__header__subtitle, .copa04-page__gallery-topics__header__subtitle, .copa04-page__topics__header__subtitle, .copa04-page__highlighted__information__subtitle, .copa04-page__video-section__subtitle, .blog01__header__title, .topi01__header__title, .blog01-show__article__modal__header__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header, .blog01-page__categories__item, .cont05__header__subtitle, .side03__navigation__item__link, .side03__navigation__item__btn {
  font: 400 1.25rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: initial;
}
@media (max-width: 991.98px) {
  .cont08__information__header__title, .slid01__item__header__title, .blog01__header__subtitle, .topi02__header__title, .topi03__header__title, .copa04-page__section-products__header__subtitle, .copa04-page__faq__header__subtitle, .copa04-page__additional-content__header__subtitle, .copa04-page__gallery-topics__header__subtitle, .copa04-page__topics__header__subtitle, .copa04-page__highlighted__information__subtitle, .copa04-page__video-section__subtitle, .blog01__header__title, .topi01__header__title, .blog01-show__article__modal__header__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header, .blog01-page__categories__item, .cont05__header__subtitle, .side03__navigation__item__link, .side03__navigation__item__btn {
    font-size: 1.125rem;
  }
}
.cont05__header__subtitle, .side03__navigation__item__link, .side03__navigation__item__btn {
  color: #fff;
}
.blog01-show__article__modal__header__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header, .blog01-page__categories__item {
  color: #000;
}
.blog01__header__title, .topi01__header__title {
  color: #C2C1C0;
}
.copa04-page__section-products__header__subtitle, .copa04-page__faq__header__subtitle, .copa04-page__additional-content__header__subtitle, .copa04-page__gallery-topics__header__subtitle, .copa04-page__topics__header__subtitle, .copa04-page__highlighted__information__subtitle, .copa04-page__video-section__subtitle {
  color: #525A61;
}
.blog01__header__subtitle, .topi02__header__title, .topi03__header__title {
  color: #DCDDDF;
}
.cont08__information__header__title, .slid01__item__header__title {
  color: #525A61;
}
.topi01__topics__item__title, .blog01-show__related__title, .copa04-page__section-products__carousel__item__price__paragraph b, .copa04-page__section-products__carousel__item__title, .copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title, .copa04-page__gallery-topics__carousel__item__information__title, .copa04-page__topics__main__item__title, .cota02__topics__item__title {
  font: 600 1.188rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: initial;
}
@media (max-width: 991.98px) {
  .topi01__topics__item__title, .blog01-show__related__title, .copa04-page__section-products__carousel__item__price__paragraph b, .copa04-page__section-products__carousel__item__title, .copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title, .copa04-page__gallery-topics__carousel__item__information__title, .copa04-page__topics__main__item__title, .cota02__topics__item__title {
    font-size: 1.063rem;
  }
}
.cota02__topics__item__title {
  color: #fff;
}
.copa04-page__section-products__carousel__item__price__paragraph b, .copa04-page__section-products__carousel__item__title, .copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title, .copa04-page__gallery-topics__carousel__item__information__title, .copa04-page__topics__main__item__title {
  color: #000;
}
.blog01-show__related__title {
  color: #525A61;
}
.blog01-page__articles__highlighted__item__information__paragraph, .topi01__topics__item__paragraph, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .topi02__header__paragraph, .blog01-page__articles__highlighted__item__information__category, .blog01__header__paragraph, .topi01__header__paragraph, .slid01__item__header__description, .blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph, .blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time, .form01__main__information__paragraph, .copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__information__cta, .copa04-page__hero__information__cta, .copa04-page__hero__aside__cta, .cota02__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .cont08__information__cta, .cont05__main__cta, .slid01__item__header__cta, .comp01-page__content__paragraph, .copa04-page__section-products__header__paragraph, .copa04-page__faq__header__paragraph, .copa04-page__additional-content__header__paragraph, .copa04-page__gallery-topics__header__paragraph, .copa04-page__topics__header__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-show__article__body, .cont08__information__description, .confirmation-page__paragraph, .topi02__topics__item__paragraph, .topi03__topics__item__paragraph, .topi03__header__paragraph, .side03__navigation__cta {
  font: 400 1rem "Montserrat", sans-serif, arial;
  line-height: 168.27%;
  letter-spacing: 0;
}
.blog01-page__articles__highlighted__item__information__paragraph p, .topi01__topics__item__paragraph p, .foot02__navigation__pages__item p, .foot02__navigation__client-contact__item p, .topi02__header__paragraph p, .blog01-page__articles__highlighted__item__information__category p, .blog01__header__paragraph p, .topi01__header__paragraph p, .slid01__item__header__description p, .blog01__main__item__description__paragraph p, .blog01-show__related__item__description__paragraph p, .blog01-page__articles__list__item__description__paragraph p, .blog01__main__item__description__time p, .blog01-show__related__item__description__time p, .blog01-page__articles__list__item__description__time p, .blog01-page__articles__highlighted__item__information__time p, .form01__main__information__paragraph p, .copa04-page__section-products__carousel__item__cta p, .copa04-page__additional-topics__carousel__item--video__cta p, .copa04-page__additional-topics__carousel__item__cta p, .copa04-page__additional-content__header__cta p, .copa04-page__topics-carousel__cta p, .copa04-page__topics__cta p, .copa04-page__highlighted__information__cta p, .copa04-page__hero__information__cta p, .copa04-page__hero__aside__cta p, .cota02__form__footer__cta p, .blog01-show__article__share p, .blog01-page__articles__highlighted__item__information__cta p, .blog01__cta p, .cont08__information__cta p, .cont05__main__cta p, .slid01__item__header__cta p, .comp01-page__content__paragraph p, .copa04-page__section-products__header__paragraph p, .copa04-page__faq__header__paragraph p, .copa04-page__additional-content__header__paragraph p, .copa04-page__gallery-topics__header__paragraph p, .copa04-page__topics__header__paragraph p, .cota02__form__footer__compliance__link p, .cota02__form__footer__compliance p, .blog01-show__article__modal__main__socials__item__figure__title p, .blog01-show__article__body p, .cont08__information__description p, .confirmation-page__paragraph p, .topi02__topics__item__paragraph p, .topi03__topics__item__paragraph p, .topi03__header__paragraph p, .side03__navigation__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__paragraph, .topi01__topics__item__paragraph, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item, .topi02__header__paragraph, .blog01-page__articles__highlighted__item__information__category, .blog01__header__paragraph, .topi01__header__paragraph, .slid01__item__header__description, .blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph, .blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time, .form01__main__information__paragraph, .copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__information__cta, .copa04-page__hero__information__cta, .copa04-page__hero__aside__cta, .cota02__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .cont08__information__cta, .cont05__main__cta, .slid01__item__header__cta, .comp01-page__content__paragraph, .copa04-page__section-products__header__paragraph, .copa04-page__faq__header__paragraph, .copa04-page__additional-content__header__paragraph, .copa04-page__gallery-topics__header__paragraph, .copa04-page__topics__header__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-show__article__body, .cont08__information__description, .confirmation-page__paragraph, .topi02__topics__item__paragraph, .topi03__topics__item__paragraph, .topi03__header__paragraph, .side03__navigation__cta {
    font-size: 0.938rem;
  }
}
.topi02__topics__item__paragraph, .topi03__topics__item__paragraph, .topi03__header__paragraph, .side03__navigation__cta {
  color: #fff;
}
.comp01-page__content__paragraph, .copa04-page__section-products__header__paragraph, .copa04-page__faq__header__paragraph, .copa04-page__additional-content__header__paragraph, .copa04-page__gallery-topics__header__paragraph, .copa04-page__topics__header__paragraph, .cota02__form__footer__compliance__link, .cota02__form__footer__compliance, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-show__article__body, .blog01__cta, .cont08__information__description, .confirmation-page__paragraph {
  color: #000;
}
.blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph, .blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time, .form01__main__information__paragraph, .copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__information__cta, .copa04-page__hero__information__cta, .copa04-page__hero__aside__cta, .cota02__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .cont08__information__cta, .cont05__main__cta, .slid01__item__header__cta {
  color: #C2C1C0;
}
.blog01-page__articles__highlighted__item__information__category, .blog01__header__paragraph, .topi01__header__paragraph, .slid01__item__header__description {
  color: #525A61;
}
.topi02__header__paragraph {
  color: #DCDDDF;
}
.foot02__copyright__compliances__item, .cota02__topics__item__paragraph, .blog01-show__article__time, .copa04-page__section-products__carousel__item__price__paragraph, .copa04-page__section-products__carousel__item__price__title, .copa04-page__section-products__carousel__item__paragraph, .copa04-page__section-products__carousel__item__subtitle, .copa04-page__section-products__carousel__item__tag, .cont08__information__topics__item__description, .comp01-page__content__archives__item, .copa04-page__gallery-topics__carousel__item__information__paragraph, .copa04-page__topics__main__item__paragraph, .cota02__form .input__item, .cota02__form__header__paragraph, .blog01-show__article__modal__main__copy__button, .side03__navigation__footer__item, .side03__navigation__cta__content__item, .side03__navigation__item__content--sub-menu__item__link, .side03__navigation__item__content--sub-menu__item, .side03__navigation__item__content__item, #HEAD03 .head03__right__cta, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .blog01-show__article__modal__main__copy__link, .blog01-show__article__description {
  font: 600 0.875rem "Montserrat", sans-serif, arial;
  line-height: 120.4%;
  letter-spacing: 0;
}
.foot02__copyright__compliances__item p, .cota02__topics__item__paragraph p, .blog01-show__article__time p, .copa04-page__section-products__carousel__item__price__paragraph p, .copa04-page__section-products__carousel__item__price__title p, .copa04-page__section-products__carousel__item__paragraph p, .copa04-page__section-products__carousel__item__subtitle p, .copa04-page__section-products__carousel__item__tag p, .cont08__information__topics__item__description p, .comp01-page__content__archives__item p, .copa04-page__gallery-topics__carousel__item__information__paragraph p, .copa04-page__topics__main__item__paragraph p, .cota02__form .input__item p, .cota02__form__header__paragraph p, .blog01-show__article__modal__main__copy__button p, .side03__navigation__footer__item p, .side03__navigation__cta__content__item p, .side03__navigation__item__content--sub-menu__item__link p, .side03__navigation__item__content--sub-menu__item p, .side03__navigation__item__content__item p, #HEAD03 .head03__right__cta p, .form01__main__form__footer__compliance__link p, .form01__main__form__footer__compliance p, .blog01-show__article__modal__main__copy__link p, .blog01-show__article__description p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .foot02__copyright__compliances__item, .cota02__topics__item__paragraph, .blog01-show__article__time, .copa04-page__section-products__carousel__item__price__paragraph, .copa04-page__section-products__carousel__item__price__title, .copa04-page__section-products__carousel__item__paragraph, .copa04-page__section-products__carousel__item__subtitle, .copa04-page__section-products__carousel__item__tag, .cont08__information__topics__item__description, .comp01-page__content__archives__item, .copa04-page__gallery-topics__carousel__item__information__paragraph, .copa04-page__topics__main__item__paragraph, .cota02__form .input__item, .cota02__form__header__paragraph, .blog01-show__article__modal__main__copy__button, .side03__navigation__footer__item, .side03__navigation__cta__content__item, .side03__navigation__item__content--sub-menu__item__link, .side03__navigation__item__content--sub-menu__item, .side03__navigation__item__content__item, #HEAD03 .head03__right__cta, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .blog01-show__article__modal__main__copy__link, .blog01-show__article__description {
    font-size: 0.813rem;
    line-height: 170%;
  }
}
.blog01-show__article__modal__main__copy__link, .blog01-show__article__description {
  color: #fff;
}
.copa04-page__gallery-topics__carousel__item__information__paragraph, .copa04-page__topics__main__item__paragraph, .cota02__form .input__item, .cota02__form__header__paragraph, .blog01-show__article__modal__main__copy__button, .side03__navigation__footer__item, .side03__navigation__cta__content__item, .side03__navigation__item__content--sub-menu__item__link, .side03__navigation__item__content--sub-menu__item, .side03__navigation__item__content__item, #HEAD03 .head03__right__cta, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance {
  color: #000;
}
.comp01-page__content__archives__item {
  color: #C2C1C0;
}
.copa04-page__section-products__carousel__item__price__paragraph, .copa04-page__section-products__carousel__item__price__title, .copa04-page__section-products__carousel__item__paragraph, .copa04-page__section-products__carousel__item__subtitle, .copa04-page__section-products__carousel__item__tag, .cont08__information__topics__item__description {
  color: #525A61;
}
.cota02__topics__item__paragraph, .blog01-show__article__time {
  color: #DCDDDF;
}
.comp01-page__banner, .cota02__banner, .blog01-show__banner, .blog01-page__banner {
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #525A61;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__information__cta, .copa04-page__hero__information__cta, .copa04-page__hero__aside__cta, .cota02__form__footer__cta, .blog01-show__article__share, .blog01-page__articles__highlighted__item__information__cta, .blog01__cta, .cont08__information__cta, .cont05__main__cta, .slid01__item__header__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  background-color: #525A61;
  border: none;
  font-weight: 700;
}
.copa04-page__section-products__carousel__item__cta:focus, .copa04-page__additional-topics__carousel__item--video__cta:focus, .copa04-page__additional-topics__carousel__item__cta:focus, .copa04-page__additional-content__header__cta:focus, .copa04-page__topics-carousel__cta:focus, .copa04-page__topics__cta:focus, .copa04-page__highlighted__information__cta:focus, .copa04-page__hero__information__cta:focus, .copa04-page__hero__aside__cta:focus, .cota02__form__footer__cta:focus, .blog01-show__article__share:focus, .blog01-page__articles__highlighted__item__information__cta:focus, .blog01__cta:focus, .cont08__information__cta:focus, .cont05__main__cta:focus, .slid01__item__header__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.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: #efefef;
}
.active.blog01-page__categories__item {
  background-color: #525A61;
}
.blog01__main__carousel .swiper-pagination-bullets, .blog01-show__related__carousel .swiper-pagination-bullets, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: left;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-show__related__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #525A61;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-show__related__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #525A61;
}
.copa04-page__faq__item {
  border-bottom: solid 1px rgba(194, 193, 192, 0.2);
}
[open].copa04-page__faq__item .copa04-page__faq__item__title::after {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}
.copa04-page__faq__item__title {
  padding: 1rem 2rem;
  color: #FFF;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.copa04-page__faq__item__title::after {
  position: absolute;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.25rem;
  content: "";
  background-color: #C2C1C0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: transform 0.2s ease-out;
}
.copa04-page__faq__item__title::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  left: 3px;
  top: 27px;
  background-color: #b3b3b3;
  transform: skewX(-30deg);
}
.copa04-page__faq__item__paragraph {
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2px;
  padding: 2rem;
  background-color: #C2C1C0;
}

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

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

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

body::-webkit-scrollbar-thumb {
  background: rgba(194, 193, 192, 0.8);
}

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

.content {
  position: relative;
}

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

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

.text-secondary {
  color: #525A61 !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(194, 193, 192, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #C2C1C0;
  border-color: #C2C1C0;
}
.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(194, 193, 192, 0.9);
  border-color: rgba(194, 193, 192, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 193, 192, 0.5);
}

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

.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: #DCDDDF;
  color: #525A61;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 2.25rem;
    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 "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #525A61;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #C2C1C0;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #C2C1C0;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.25rem;
  }
}
@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 "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #525A61;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #B97A6A !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: #C2C1C0;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  justify-content: inherit;
  gap: 0 11.063rem;
  flex-wrap: wrap;
  padding-top: 2.938rem;
  position: relative;
  z-index: 100;
  background: #E5E6E5;
}
@media (max-width: 991.98px) {
  .form01 {
    padding-top: 5.063rem;
  }
}
.form01 .form-placeholder .placeholder--custom {
  padding-left: 0;
}
.form01 .form-placeholder > input {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.form01 .form01-line {
  width: 90%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.form01__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 50%;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .form01__main {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.form01__main.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 9;
  position: relative;
}
.form01__main__information {
  margin-bottom: 0;
}
.form01__main__information__title {
  margin-bottom: 3.63rem;
}
@media (max-width: 991.98px) {
  .form01__main__information__title {
    text-align: center;
  }
}
.form01__main__information__paragraph {
  display: none;
}
.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 .input__item--text {
  width: 100%;
}
.form01__main__form .input__item--textarea {
  width: 100%;
}
.form01__main__form .input__item--textarea .form-placeholder .placeholder--custom {
  top: 10%;
}
.form01__main__form .input__item--textarea .form-control {
  border: transparent;
  border-bottom: 1px solid rgba(25, 30, 31, 0.4);
  border-radius: 0;
  background: transparent;
}
.form01__main__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .form01__main__form__footer {
    flex-direction: column;
  }
}
.form01__main__form__footer__compliance {
  opacity: 0.4;
}
@media (max-width: 575.98px) {
  .form01__main__form__footer__compliance {
    font-size: 0.613rem;
  }
}
.form01__main__form__footer__compliance__link {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .form01__main__form__footer__compliance__link {
    font-size: 0.613rem;
  }
}
.form01__main__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #000;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #525A61;
}
.form01__main__form__footer__cta {
  padding: 0.375rem 3.063rem;
  width: 12.09375rem;
  height: 2.125rem;
  color: #000;
  background: #C2C1C0;
  position: relative;
  border: inherit;
  transform: skewX(-20deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.form01__main__form__footer__cta span {
  display: block;
  transform: skewX(20deg);
}
.form01__main__form__footer__cta:hover {
  background-color: #000;
  color: #FFFFFF;
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  .form01__main__form__footer__cta {
    margin-top: 1.875rem;
  }
}
.form01__image {
  width: 30%;
  height: auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .form01__image {
    padding-top: 3.375rem;
    height: 30.688rem;
    display: none;
  }
  .form01__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.form01__image.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 9;
  position: relative;
}
@media (max-width: 991.98px) {
  .form01__image {
    width: 100%;
  }
}
.form01__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

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

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

.form__file input {
  display: none;
}

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

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

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

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

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

.confirmation-page {
  position: relative;
  padding-top: 13.813rem;
  padding-bottom: 10.375rem;
  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: 1.375rem;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
}
.confirmation-page__paragraph {
  text-align: center;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}
.confirmation-page svg {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(2787%) hue-rotate(66deg) brightness(82%) contrast(94%);
}

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

.form-check-input:checked {
  background-color: #B97A6A;
}

/* BEGIN STYLE */
#HEAD03 {
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 0;
}
#HEAD03.scrolled {
  background: #000;
  height: 79px;
}
#HEAD03.scrolled .head03__right__cta-grp {
  top: 21px;
}
#HEAD03.scrolled#HEAD03 .container-header {
  padding: 0 5.5vw;
}
#HEAD03.scrolled#HEAD03 .container-header .menu-sidebar-header {
  height: 5rem;
}
#HEAD03.scrolled#HEAD03 .container-header #logoHeader {
  width: 10.375rem;
  height: 3.0625rem;
  flex-shrink: 0;
  aspect-ratio: 166/49;
}
#HEAD03.scrolled#HEAD03 .container-header .logoHeader-custumize {
  display: flex;
}
#HEAD03.scrolled#HEAD03 .container-header .head03-line {
  background-color: #fff;
  height: 28px;
}
#HEAD03.scrolled#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-headerimg,
#HEAD03.scrolled#HEAD03 .container-header svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(205%) hue-rotate(162deg) brightness(117%) contrast(100%);
}
#HEAD03.scrolled#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header span {
  color: #fff;
}
#HEAD03 .head03_custum {
  display: flex;
  gap: 0 42px;
  align-items: center;
}
@media (max-width: 991.98px) {
  #HEAD03 .head03_custum {
    width: 100%;
    justify-content: space-between;
  }
}
#HEAD03 .head03_custum .menu-sidebar-header {
  background-color: transparent;
  width: 8rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -2rem;
}
@media screen and (max-width: 400px) {
  #HEAD03 .head03_custum .menu-sidebar-header {
    justify-content: flex-end;
  }
}
#HEAD03 .head03_custum .menu-sidebar-header.active {
  background: rgba(0, 0, 0, 0.97);
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  #HEAD03 .head03_custum .menu-sidebar-header.active {
    background-color: transparent;
  }
}
#HEAD03 .head03_custum .menu-sidebar-header.active .btn-menu-sidebar-header img,
#HEAD03 .head03_custum .menu-sidebar-header.active .btn-menu-sidebar-header svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(131deg) brightness(106%) contrast(94%);
}
#HEAD03 .head03_custum .menu-sidebar-header.active .btn-menu-sidebar-header span {
  color: #fff;
  transition: all 0.7s ease;
}
#HEAD03 .head03__right {
  max-width: calc(100% - 200px);
}
#HEAD03 .head03__right .link-translate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: none !important;
}
#HEAD03 .head03__right .link-translate a {
  font: 400 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #fff;
  opacity: 0.5;
  padding: 0 0.5rem;
}
#HEAD03 .head03__right .link-translate a:not(:last-of-type) {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  #HEAD03 .head03__right .link-translate {
    display: none !important;
  }
}
#HEAD03 .head03__right__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
  margin-right: 1.75rem;
  display: none;
}
@media (max-width: 991.98px) {
  #HEAD03 .head03__right__socials {
    display: none;
  }
}
#HEAD03 .head03__right__socials a {
  height: 26px;
  width: 26px;
}
#HEAD03 .head03__right__socials a img,
#HEAD03 .head03__right__socials a svg {
  @includeimg , svg;
}
#HEAD03 .head03__right__cta-grp {
  position: absolute;
  right: 5vw;
  top: 28px;
  transform: skewX(-20deg);
  background-color: #C2C1C0;
  border: 1px solid #C2C1C0;
}
#HEAD03 .head03__right__cta-grp:hover {
  background-color: #fff;
  transition: all 0.7s ease;
}
#HEAD03 .head03__right__cta-grp:hover a {
  color: #525A61;
}
@media (max-width: 991.98px) {
  #HEAD03 .head03__right__cta-grp {
    display: none !important;
  }
}
#HEAD03 .head03__right__cta {
  font-style: normal;
  font-weight: 300;
  line-height: 146.103%;
  padding: 0.44rem 1.31rem;
  transform: skewX(20deg);
}
#HEAD03 .container-header {
  padding: 0.75rem 5.5vw;
  align-items: center !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #HEAD03 .container-header {
    min-height: auto;
  }
}
#HEAD03 .container-header #logoHeader {
  width: 10.375rem;
  height: 3.0625rem;
  flex-shrink: 0;
  aspect-ratio: 166/49;
  display: flex;
}
#HEAD03 .container-header #logoHeader img,
#HEAD03 .container-header #logoHeader svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  filter: brightness(0) invert(1);
}
#HEAD03 .container-header .head03-custumize {
  display: none !important;
}
#HEAD03 .container-header .head03-line {
  width: 1px;
  height: 44px;
  background-color: #FFF;
  margin-top: 0.688rem;
}
@media (max-width: 991.98px) {
  #HEAD03 .container-header .head03-line {
    display: none;
  }
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header {
  display: flex;
  height: 100%;
  margin-top: 0.5rem;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header a {
  gap: 14px;
  cursor: pointer;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header span {
  font: 400 1rem "Montserrat", sans-serif, arial;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header img,
#HEAD03 .container-header .menu-sidebar-header .btn-menu-sidebar-header svg {
  width: 1.25rem;
  height: 0.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(205%) hue-rotate(162deg) brightness(117%) contrast(100%);
}

.head3-flutuante {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  width: 40px;
  height: 100vh;
  z-index: 101;
  padding: 0;
}
@media (max-width: 767.98px) {
  .head3-flutuante {
    width: 100%;
    height: 107px;
    flex-direction: row;
    top: inherit;
    bottom: 20px;
    left: inherit;
    padding: 0 30px;
  }
}
.head3-flutuante .link-flutuante {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px 0;
}
@media (max-width: 767.98px) {
  .head3-flutuante .link-flutuante {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
    margin-left: 0px;
    gap: 0 13px;
  }
}
.head3-flutuante .link-flutuante a {
  opacity: 0.5;
  height: 22px;
  width: 22px;
}
.head3-flutuante .link-flutuante a img,
.head3-flutuante .link-flutuante a svg {
  @includeimg , svg;
}
.head3-flutuante .link-translate {
  position: absolute;
  bottom: 21.2px;
  transform: translate(-50%, 0);
  left: 50%;
}
@media (max-width: 767.98px) {
  .head3-flutuante .link-translate {
    position: relative;
    bottom: inherit;
    transform: none;
    left: inherit;
  }
}
.head3-flutuante .link-translate a {
  color: #C2C1C0;
  font-weight: 700 !important;
  font: 400 1rem "Montserrat", sans-serif, arial;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .head3-flutuante .link-translate a {
    font: 400 0.938rem "Montserrat", sans-serif, arial;
  }
}
.head3-flutuante .link-translate a:after {
  content: "";
  width: 3px;
  height: 24px;
  background: #C2C1C0;
  background: #404040;
  margin-left: 29px;
}
@media (max-width: 767.98px) {
  .head3-flutuante .link-translate a:after {
    margin-left: 15px;
  }
}
.head3-flutuante .link-translate:last-of-type a:after {
  display: none;
}

/* BEGIN STYLE */
.side03, .side03--btt, .side03--rtl, .side03--ttb {
  overflow-y: hidden !important;
  border-bottom: inherit;
  background: #000 !important;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  transition: opacity ease 0s;
  height: 0;
  opacity: 0;
  margin: 4.7rem auto 0 auto;
  width: 90vw;
  /* O default de animaçào da abertura é da esquerda para a direita */
  /* 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 */
}
@media (max-width: 991.98px) {
  .side03, .side03--btt, .side03--rtl, .side03--ttb {
    height: 100vh !important;
    overflow: hidden;
    overflow-y: auto !important;
    border-bottom: 8px solid #525A61;
    background: linear-gradient(204.89deg, #51657F 5.05%, #1C2F48 87.1%);
    width: 100vw !important;
    margin: 0 !important;
    opacity: inherit;
    transform: translate(-100%, 0);
  }
}
.side03::-webkit-scrollbar, .side03--btt::-webkit-scrollbar, .side03--rtl::-webkit-scrollbar, .side03--ttb::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(194, 193, 192, 0.5);
}
.side03::-webkit-scrollbar-thumb, .side03--btt::-webkit-scrollbar-thumb, .side03--rtl::-webkit-scrollbar-thumb, .side03--ttb::-webkit-scrollbar-thumb {
  background: rgba(194, 193, 192, 0.8);
}
.side03::-webkit-scrollbar-thumb:hover, .side03--btt::-webkit-scrollbar-thumb:hover, .side03--rtl::-webkit-scrollbar-thumb:hover, .side03--ttb::-webkit-scrollbar-thumb:hover {
  background: #C2C1C0;
}
.side03.open, .open.side03--btt, .open.side03--rtl, .open.side03--ttb {
  transition-duration: 0.6s;
  opacity: 1;
  visibility: visible;
  height: 13vh;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .side03.open, .open.side03--btt, .open.side03--rtl, .open.side03--ttb {
    height: 100dvh;
    opacity: inherit;
    transform: translate(0, 0);
    transition: opacity ease 0.6s 0.2s;
  }
}
@media screen and (max-width: 1215px) {
  .side03.open .side03__navigation__socials, .open.side03--btt .side03__navigation__socials, .open.side03--rtl .side03__navigation__socials, .open.side03--ttb .side03__navigation__socials {
    display: none;
  }
}
.side03--ttb {
  transform: translate(0, -100%);
}
.side03--rtl {
  transform: translate(100%, 0);
}
.side03--btt {
  transform: translate(0, 100%);
}
.side03__button-close {
  display: block;
  position: absolute;
  right: 2.25rem;
  top: 2rem;
  display: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7498%) hue-rotate(99deg) brightness(107%) contrast(97%);
}
@media (max-width: 991.98px) {
  .side03__button-close {
    top: 1rem;
    display: block;
  }
}
.side03__image {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  align-self: end;
  background-color: #d9d9d9;
  display: none;
}
.side03__image__img {
  width: 32.25rem;
  height: auto;
  aspect-ratio: 516/709;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .side03__image {
    display: none;
  }
}
.side03__navigation {
  flex-direction: row !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.87rem;
  padding-left: 2.87rem;
  gap: 1.5rem;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (max-width: 991.98px) {
  .side03__navigation {
    flex-direction: column !important;
    padding-top: 4.5rem;
    height: 100%;
    gap: 2rem;
    overflow-x: clip;
  }
}
@media screen and (max-width: 1270px) {
  .side03__navigation {
    gap: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .side03__navigation {
    width: 100%;
    margin-top: 0;
  }
}
.side03__navigation__logo {
  width: 10rem;
  height: 3.625rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.6rem;
  display: none;
}
@media (max-width: 991.98px) {
  .side03__navigation__logo {
    display: block;
  }
}
.side03__navigation__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.side03__navigation__item::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #554f4f;
}
@media (max-width: 991.98px) {
  .side03__navigation__item::after {
    display: none;
  }
}
.side03__navigation__item:last-of-type .side03__navigation__item__link, .side03__navigation__item:last-of-type .side03__navigation__item__btn {
  display: none;
}
.side03__navigation__item__link, .side03__navigation__item__btn {
  width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0 !important;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991.98px) {
  .side03__navigation__item__link, .side03__navigation__item__btn {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.side03__navigation__item__link before::after, .side03__navigation__item__btn before::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: -19px;
  width: 0.0625rem;
  height: 2.5rem;
}
@media (max-width: 991.98px) {
  .side03__navigation__item__link before::after, .side03__navigation__item__btn before::after {
    display: none;
  }
}
.side03__navigation__item__content {
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
  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*/
}
.side03__navigation__item__content--sub-menu {
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
  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*/
}
.side03__navigation__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  padding: 0.438rem 3.813rem;
}
@media screen and (max-width: 400px) {
  .side03__navigation__cta {
    padding: 0.438rem 2.25rem;
  }
}
.side03__navigation__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #525A61;
}
.side03__navigation__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.side03__navigation__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 1rem 1rem 5rem;
  margin-left: auto;
}
@media screen and (min-width: 1700px) {
  .side03__navigation__socials {
    position: absolute;
    right: 3.5vw;
  }
}
@media (max-width: 991.98px) {
  .side03__navigation__socials {
    display: flex !important;
  }
}
@media (max-width: 991.98px) {
  .side03__navigation__socials {
    position: inherit;
    gap: 0.5rem;
    margin: 1rem;
    padding-bottom: 5.063rem;
  }
}
.side03__navigation__socials__item {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
}
.side03__navigation__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side03__navigation__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.side03__navigation__item__link, .side03__navigation__item__btn {
  border-bottom: 2px solid transparent;
  padding-bottom: 0.5rem !important;
}
.side03__navigation__item__link:hover, .side03__navigation__item__btn:hover, .side03__navigation__item__link:active, .side03__navigation__item__btn:active, .side03__navigation__item__link:focus, .side03__navigation__item__btn:focus {
  border-bottom: 2px solid #525A61;
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  .side03__navigation__item__link:hover, .side03__navigation__item__btn:hover, .side03__navigation__item__link:active, .side03__navigation__item__btn:active, .side03__navigation__item__link:focus, .side03__navigation__item__btn:focus {
    padding-bottom: 0.625rem;
  }
}

.side02__navigation__item {
  background-color: #525A61;
  border: 1px solid #525A61;
  transform: skewX(-20deg);
  display: none;
}
@media (max-width: 991.98px) {
  .side02__navigation__item {
    display: block;
  }
}
.side02__navigation__item a {
  transform: skewX(20deg);
}
.side02__navigation__item:hover {
  background-color: #fff;
  transition: all 0.7s ease;
}
.side02__navigation__item:hover a {
  color: #525A61;
}

.side03, .side03--ttb, .side03--rtl, .side03--btt {
  height: 100vh;
  /* Altura total da viewport */
  overflow-y: auto;
  /* Ativa o scroll vertical */
}

/* Para navegadores Webkit (Chrome, Safari, Edge) */
.side03::-webkit-scrollbar, .side03--ttb::-webkit-scrollbar, .side03--rtl::-webkit-scrollbar, .side03--btt::-webkit-scrollbar {
  width: 8px;
  /* Largura do scroll */
}

.side03::-webkit-scrollbar-track, .side03--ttb::-webkit-scrollbar-track, .side03--rtl::-webkit-scrollbar-track, .side03--btt::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Cor do fundo do scroll */
}

.side03::-webkit-scrollbar-thumb, .side03--ttb::-webkit-scrollbar-thumb, .side03--rtl::-webkit-scrollbar-thumb, .side03--btt::-webkit-scrollbar-thumb {
  background: #888;
  /* Cor do thumb do scroll */
  border-radius: 10px;
  /* Bordas arredondadas do thumb */
}

.side03::-webkit-scrollbar-thumb:hover, .side03--ttb::-webkit-scrollbar-thumb:hover, .side03--rtl::-webkit-scrollbar-thumb:hover, .side03--btt::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Cor do thumb quando passa o mouse */
}

.side03__navigation__item:nth-last-child(3)::after {
  display: none;
}

.foot02 {
  background: linear-gradient(205deg, #2A2F30 5.05%, #191E1F 87.1%);
  position: relative;
  z-index: 100;
}
.foot02__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 7.31rem;
  padding-bottom: 5.98rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media screen and (min-width: 1400px) {
  .foot02__navigation {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .foot02__navigation {
    justify-content: center;
    padding-top: 6.375rem;
    flex-direction: column;
  }
}
.foot02__navigation.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.foot02__navigation__client-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2.22rem;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info {
    width: 100%;
    margin-bottom: 2.5rem;
    margin-right: unset;
  }
}
.foot02__navigation__client-info__logo {
  width: 11.875rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.foot02__navigation__client-info__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
}
.foot02__navigation__client-info__socials__item {
  position: relative;
  width: 1.27025rem;
  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;
  display: flex;
  gap: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 1376px) {
  .foot02__navigation__pages {
    gap: 2rem;
  }
}
@media screen and (max-width: 1332px) {
  .foot02__navigation__pages {
    gap: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .foot02__navigation__pages {
    flex-wrap: wrap;
  }
}
.foot02__navigation__pages__header__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  color: #FFFFFF;
}
.foot02__navigation__pages__item__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  display: block;
  width: 100%;
}
.foot02__navigation__client-contact {
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-contact {
    align-items: center;
  }
}
.foot02__navigation__client-contact__item {
  gap: 0.438rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.foot02__navigation__client-contact__item:nth-child(1) {
  display: none;
}
@media screen and (max-width: 1287px) {
  .foot02__navigation__client-contact__item {
    justify-content: left;
  }
}
.foot02__navigation__client-contact__item svg {
  content: "";
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 1.1875rem;
  width: 1.1875rem;
}
.foot02__navigation__client-contact__item:nth-child(2) {
  margin-bottom: 0.563rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.foot02__navigation__client-contact__item:nth-child(3) {
  margin-bottom: 0.563rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.438rem;
}
.foot02__navigation__client-contact__item:nth-child(4) {
  display: none;
}
.foot02__navigation__client-contact__item__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  display: flex;
  gap: 0.38rem;
  align-items: center;
}
.foot02__navigation__button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  justify-content: center;
  align-self: flex-start;
  position: absolute;
  top: -7rem;
  right: 0.938rem;
  height: 7rem;
  padding: 31px 13px 0 13px;
  z-index: 99;
  clip-path: polygon(0% 0%, 100% 17%, 100% 100%, 0% 100%);
  border: none;
  outline: none;
  background-color: #000;
}
.foot02__navigation__button img {
  height: 23px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(343deg) brightness(106%) contrast(105%);
}
.foot02__copyright {
  padding-top: 0;
  padding-bottom: 1.06rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .foot02__copyright {
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 3.875rem;
  }
}
.foot02__copyright.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.foot02__copyright__compliances {
  list-style: none;
}
.foot02__copyright__compliances li {
  text-align: center;
}
@media (max-width: 767.98px) {
  .foot02__copyright__compliances li {
    max-width: 200px;
  }
}
.foot02__copyright__compliances__item {
  color: #FFFFFF;
  font-weight: 400;
}
.foot02__copyright__compliances__item__list {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__copyright__hoom {
  width: 9.25rem;
  height: auto;
  aspect-ratio: 148/72;
}
.foot02__copyright__hoom__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__logo__hoom {
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.slid01 {
  position: relative;
  z-index: 100;
  background-color: #D9D9D9;
}
.slid01__nav {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  padding-top: 4.625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 4.6vw;
}
.slid01__nav__swiper-button-next {
  position: relative;
  opacity: inherit !important;
}
.slid01__nav__swiper-button-next::after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(57%) sepia(9%) saturate(1802%) hue-rotate(325deg) brightness(91%) contrast(87%);
}
.slid01__nav__swiper-button-prev {
  position: relative;
  opacity: inherit !important;
}
.slid01__nav__swiper-button-prev::after {
  content: "";
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(57%) sepia(9%) saturate(1802%) hue-rotate(325deg) brightness(91%) contrast(87%);
}
.slid01__item {
  padding-bottom: 7.063rem;
  z-index: 0;
  min-height: 100vh;
  padding-left: 5.5vw;
  padding-right: 2.5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .slid01__item {
    align-items: flex-start;
    padding-top: 7.375rem;
    padding-bottom: 20.063rem;
    min-height: 100vh;
  }
}
.slid01__item__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.slid01__item__background__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.slid01__item__header {
  width: 50%;
}
@media (max-width: 575.98px) {
  .slid01__item__header {
    width: 65%;
  }
}
.slid01__item__header__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .slid01__item__header__title {
    font-size: 1rem;
  }
}
.slid01__item__header__subtitle {
  max-width: 31.0625rem;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .slid01__item__header__subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .slid01__item__header__subtitle {
    font-size: 1.7rem;
  }
}
.slid01__item__header__description {
  max-width: 525px;
}
@media (max-width: 991.98px) {
  .slid01__item__header__description {
    max-width: 100%;
  }
}
.slid01__item__header__cta {
  margin-top: 3rem;
}
.slid01__item__image {
  width: 32%;
  height: auto;
  aspect-ratio: 491/676;
  align-self: end;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: none;
}
@media (max-width: 767.98px) {
  .slid01__item__image {
    display: block;
    width: 47%;
    height: 20.875rem;
    position: absolute;
    right: 0;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media (max-width: 575.98px) {
  .slid01__item__image {
    width: 100%;
  }
}

/* BEGIN STYLE */
.topi03 {
  padding-top: 7rem;
  padding-bottom: 0;
  border-bottom: rgba(227, 227, 227, 0.2);
  background: linear-gradient(205deg, #2A2F30 5.05%, #000 87.1%);
  /* prevenção do shift da animação*/
}
@media (max-width: 991.98px) {
  .topi03 {
    padding-top: 6.25rem;
  }
}
.topi03__header {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.12rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .topi03__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .topi03__header {
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}
.topi03__header.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.topi03__header span {
  height: 100%;
  width: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1199.98px) {
  .topi03__header span {
    display: none;
  }
}
.topi03__header__content {
  padding-left: 41px;
}
@media (max-width: 991.98px) {
  .topi03__header__content {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .topi03__header__content {
    align-items: flex-start;
  }
}
.topi03__header__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
  .topi03__header__title {
    text-align: left;
  }
}
.topi03__header__subtitle {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  max-width: 400px;
  line-height: 53.64px;
}
@media (max-width: 991.98px) {
  .topi03__header__subtitle {
    text-align: left;
    margin-bottom: 1.938rem;
  }
}
@media (max-width: 767.98px) {
  .topi03__header__subtitle {
    text-align: left;
  }
}
.topi03__header__paragraph {
  width: 100%;
  max-width: 455px;
  color: #DCDDDF;
  font-style: normal;
  font-weight: 400;
  line-height: 168.271%;
  text-align: left;
}
.topi03__header__paragraph p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .topi03__header__paragraph {
    text-align: left;
  }
}
.topi03__topics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 10.125rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .topi03__topics {
    gap: 1rem;
    padding-bottom: 5rem;
    justify-content: flex-start;
  }
}
.topi03__topics.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.topi03__topics__item {
  position: relative;
  width: 29.6666666667%;
  min-height: 24.1875rem;
  height: 100%;
  padding: 3.62rem 3.75rem 2.19rem 3.75rem;
  border-radius: 6px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .topi03__topics__item {
    width: 49%;
  }
}
@media (max-width: 991.98px) {
  .topi03__topics__item {
    width: 48.5%;
    min-height: 28.1875rem;
  }
}
@media (max-width: 767.98px) {
  .topi03__topics__item {
    width: 100%;
    min-height: 24.1875rem;
  }
}
@media (max-width: 575.98px) {
  .topi03__topics__item {
    width: 100%;
  }
}
.topi03__topics__item::after {
  content: "";
}
@media (max-width: 1199.98px) {
  .topi03__topics__item::after {
    transform: inherit !important;
  }
}
.topi03__topics__item:nth-child(1n)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(-7deg, 0deg);
  border-radius: 0;
}
.topi03__topics__item:hover {
  transition: all 0.7s ease;
}
.topi03__topics__item__icon {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.33rem;
}
.topi03__topics__item__title {
  text-align: center;
  margin-bottom: 0.75rem;
}
.topi03__topics__item__paragraph {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.313rem;
}
@media (max-width: 1199.98px) {
  .topi03__topics__item__paragraph {
    margin-right: 0;
  }
}
.topi03__topics__item__cta {
  padding: 0.44rem 3.59rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .topi03__topics__item__cta {
    transform: inherit !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .topi03__topics__item__cta {
    margin-right: 0;
  }
}
.topi03__topics__item__cta__custom {
  font: 400 1rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  transform: skewX(20deg);
}
@media (max-width: 1199.98px) {
  .topi03__topics__item__cta__custom {
    transform: inherit !important;
  }
}

.topi03__topics__item__cta {
  background-color: transparent;
  border: transparent;
  transform: skewX(-20deg);
}
.topi03__topics__item__cta a {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.7s ease;
  display: flex;
  align-items: center;
  gap: 0.813rem;
}
.topi03__topics__item__cta a::after {
  display: none !important;
  content: "";
  display: block;
  background-image: url("../images/arrow-topico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .topi03__topics__item__cta a::after {
    width: 0.313rem;
    height: 0.625rem;
  }
}
.topi03__topics__item__cta__custom {
  color: transparent !important;
}
@media (max-width: 767.98px) {
  .topi03__topics__item__cta {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    transition: all 0.7s ease;
  }
  .topi03__topics__item__cta__custom {
    color: #000 !important;
    transition: all 0.7s ease;
  }
  .topi03__topics__item__cta__custom::after {
    width: 0.313rem;
    height: 0.625rem;
  }
}
.topi03__topics__item:hover .topi03__topics__item__cta {
  background-color: #C2C1C0;
  border: 1px solid #C2C1C0;
  transition: all 0.7s ease;
}
@media (max-width: 767.98px) {
  .topi03__topics__item:hover .topi03__topics__item__cta {
    background-color: #FFFFFF;
    transition: all 0.7s ease;
  }
}
.topi03__topics__item:hover .topi03__topics__item__cta__custom {
  color: #000 !important;
  transition: all 0.7s ease;
}
@media (max-width: 767.98px) {
  .topi03__topics__item:hover .topi03__topics__item__cta__custom {
    color: #B97A6A !important;
    transition: all 0.7s ease;
  }
}
.topi03__topics__item:hover .topi03__topics__item__cta__custom::after {
  width: 0.313rem;
  height: 0.625rem;
}
@media (max-width: 767.98px) {
  .topi03__topics__item:hover .topi03__topics__item__cta__custom::after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(21%) saturate(790%) hue-rotate(325deg) brightness(105%) contrast(87%);
    transition: all 0.7s ease;
  }
}

.topi03__topics__item:nth-last-child(-n+3)::after {
  transform: skew(7deg, 0deg);
}

.topi03__topics__item:has(:hover)::after {
  background-color: #2A2F30;
  border: 1px solid #2A2F30;
  z-index: -1;
}

.topi03__topics > article:nth-child(4) .topi03__topics__item__cta,
.topi03__topics > article:nth-child(5) .topi03__topics__item__cta,
.topi03__topics > article:nth-child(6) .topi03__topics__item__cta {
  margin-left: 6rem;
  margin-right: 0;
  transform: skewX(20deg);
}

.topi03__topics > article:nth-child(4) .topi03__topics__item__cta__custom,
.topi03__topics > article:nth-child(5) .topi03__topics__item__cta__custom,
.topi03__topics > article:nth-child(6) .topi03__topics__item__cta__custom {
  transform: skewX(-20deg);
}

.topi03__topics > article:nth-child(4) .topi03__topics__item__paragraph,
.topi03__topics > article:nth-child(5) .topi03__topics__item__paragraph,
.topi03__topics > article:nth-child(6) .topi03__topics__item__paragraph {
  margin-right: 0;
  margin-left: 1rem;
}

.topi03__topics > article:nth-child(4) .topi03__topics__item__icon,
.topi03__topics > article:nth-child(5) .topi03__topics__item__icon,
.topi03__topics > article:nth-child(6) .topi03__topics__item__icon {
  margin-left: 0;
}

/* BEGIN STYLE */
.topi02 {
  overflow: hidden;
  /* prevenção do shift da animação*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(227, 227, 227, 0.2);
  background: linear-gradient(-16deg, #222222 5.05%, #000 87.1%);
}
@media (max-width: 991.98px) {
  .topi02 {
    padding-top: 5rem;
    padding-bottom: 3rem;
    flex-direction: column;
  }
}
.topi02__header {
  width: 100%;
  max-width: 990px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .topi02__header {
    max-width: 35%;
  }
}
@media (max-width: 991.98px) {
  .topi02__header {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .topi02__header {
    margin-bottom: 1rem;
  }
}
.topi02__header.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.topi02__header__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.topi02__header__subtitle {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.375rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .topi02__header__subtitle {
    margin-bottom: 2.375rem;
  }
}
.topi02__header__paragraph {
  width: 100%;
  max-width: 714px;
  text-align: left;
  margin-bottom: 4rem;
}
.topi02__topics {
  height: auto;
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .topi02__topics {
    max-width: 55%;
  }
}
@media (max-width: 991.98px) {
  .topi02__topics {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .topi02__topics {
    max-width: 100%;
    width: 100%;
  }
}
.topi02__topics__carousel {
  height: auto;
  margin-left: 3.4rem;
}
@media (max-width: 991.98px) {
  .topi02__topics__carousel {
    margin-left: 0;
  }
}
.topi02__topics__carousel__swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .topi02__topics__carousel__swiper-wrapper {
    justify-content: center;
  }
}
.topi02__topics__item {
  position: relative;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: calc(50% - 6px);
  height: 11.4375rem;
  padding: 3.56rem 4.063rem;
  transition: transform 0.5s ease;
  opacity: 0;
  min-height: 11.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topi02__topics__item.animate {
  animation: fadeInUp 1.5s ease forwards;
  /* Duração da animação reduzida */
  opacity: 0;
  z-index: 100;
  position: relative;
}
.topi02__topics__item.animate:nth-child(1) {
  animation-delay: 0s;
  /* Sem delay no primeiro item */
}
.topi02__topics__item.animate:nth-child(2) {
  animation-delay: 0.2s;
  /* Delay reduzido para 0.2s */
}
.topi02__topics__item.animate:nth-child(3) {
  animation-delay: 0.4s;
  /* Delay de 0.4s */
}
.topi02__topics__item.animate:nth-child(4) {
  animation-delay: 0.6s;
  /* Delay de 0.6s */
}
.topi02__topics__item.animate:nth-child(5) {
  animation-delay: 0.8s;
  /* Delay de 0.8s */
}
.topi02__topics__item.animate:nth-child(6) {
  animation-delay: 1s;
  /* Delay de 1s */
}
.topi02__topics__item:nth-child(1n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(30deg, 0deg);
  border-radius: 6px;
}
.topi02__topics__item:nth-child(2n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(30deg, 0deg);
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .topi02__topics__item:nth-child(2n)::after {
    transform: skew(-30deg, 0deg);
  }
}
.topi02__topics__item:nth-child(3n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(-30deg, 0deg);
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .topi02__topics__item:nth-child(3n)::after {
    transform: skew(-30deg, 0deg);
  }
}
.topi02__topics__item:nth-child(4n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(-30deg, 0deg);
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .topi02__topics__item:nth-child(4n)::after {
    transform: skew(-30deg, 0deg);
  }
}
.topi02__topics__item:nth-child(5n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(-30deg, 0deg);
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .topi02__topics__item:nth-child(5n)::after {
    transform: skew(-30deg, 0deg);
  }
}
.topi02__topics__item:nth-child(6n)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.875rem 4.063rem;
  border: 1px solid #525A61;
  transform: skew(-30deg, 0deg);
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .topi02__topics__item:nth-child(6n)::after {
    transform: skew(-30deg, 0deg);
  }
}
.topi02__topics__item:hover::after {
  background-color: #525A61;
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  .topi02__topics__item {
    width: calc(50% - 11px);
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .topi02__topics__item {
    width: 100%;
    justify-content: center;
  }
}
.topi02__topics__item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /* envia para o fundo o bg do topico */
}
.topi02__topics__item__icon {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5rem;
}
.topi02__topics__item__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.38rem;
  z-index: 1;
}
.topi02__topics__item__paragraph {
  font-size: 0.75rem;
  text-align: left;
  z-index: 1;
}
.topi02__figure {
  width: 50%;
  height: auto;
  aspect-ratio: 390/581;
  max-height: 840px;
}
@media (max-width: 991.98px) {
  .topi02__figure {
    width: 100%;
  }
}
.topi02__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1199.98px) {
  .topi02__topics__item:after {
    transform: inherit !important;
    width: 100% !important;
  }
}

/* BEGIN STYLE */
.cont05 {
  overflow: hidden;
  /* prevenção do shift da animação*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 11.94rem;
  padding-bottom: 9.12rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .cont05 {
    padding-top: 12.063rem;
    padding-bottom: 9.625rem;
  }
}
.cont05::before {
  content: "";
  background-image: url("../images/mascara-cont05.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cont05__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.25rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .cont05__header {
    margin-bottom: 4.063rem;
  }
}
.cont05__header.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.cont05__header__title {
  font-size: 3.438rem;
  margin-bottom: 0.25rem;
}
.cont05__header__subtitle {
  font-weight: 100;
  font-size: 1.875rem;
  padding: 0 4.375rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cont05__header__subtitle {
    padding: 0 0 0 3.375rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 362px) {
  .cont05__header__subtitle {
    font-size: 1.5rem;
  }
}
.cont05__main {
  width: 12.09375rem;
  transform: skewX(-20deg);
  background-color: #C2C1C0;
  border: 1px solid #C2C1C0;
  transition: transform 0.5s ease;
  opacity: 0;
  margin-left: 1.6rem;
}
@media (max-width: 991.98px) {
  .cont05__main {
    margin-left: 0;
  }
}
@media screen and (max-width: 362px) {
  .cont05__main {
    width: 280px;
    white-space: nowrap;
  }
}
.cont05__main.animate {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.cont05__main:hover {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
  transition: all 0.7s ease;
}
.cont05__main:hover__cta {
  color: #FFFFFF;
  transition: all 0.7s ease;
}
.cont05__main__cta {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 146.13%;
  padding: 0.438rem 3.563rem;
  background-color: transparent;
  color: #000;
  transform: skewX(20deg);
}
@media screen and (max-width: 362px) {
  .cont05__main__cta {
    white-space: nowrap;
  }
}
.cont05__main__cta:hover {
  color: #FFFFFF;
  transition: all 0.7s ease;
}

.cont08 {
  overflow: hidden;
  /* Previne o sfhit da animação */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FAFAF9;
}
@media (max-width: 991.98px) {
  .cont08 {
    flex-direction: column-reverse;
    gap: 80px;
    align-self: flex-end;
    transition: transform 0.5s ease;
  }
}
.cont08__image {
  height: 50rem;
}
@media (max-width: 1199.98px) {
  .cont08__image {
    max-width: 29.379rem;
  }
}
.cont08__image.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.cont08__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .cont08__image {
    width: 100%;
    max-height: 593px;
    margin: 0 auto;
    display: none;
  }
}
.cont08__information {
  width: 50%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6.5rem;
  padding-bottom: 8.5rem;
  padding-right: 5vw;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .cont08__information {
    width: 100%;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
.cont08__information.animate {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.cont08__information__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.cont08__information__header__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}
.cont08__information__header__subtitle {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.31rem;
  max-width: 24.25rem;
}
.cont08__information__description {
  font-style: normal;
  font-weight: 400;
  line-height: 168.271%;
  margin-bottom: 3.563rem;
}
.cont08__information__topics {
  overflow: hidden;
  margin-bottom: 3.37rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .cont08__information__topics {
    overflow: visible;
    margin-bottom: 3.188rem;
  }
}
.cont08__information__topics__nav {
  display: flex;
  justify-content: end;
  gap: 2rem;
  padding-top: 4.625rem;
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .cont08__information__topics__nav {
    position: inherit;
    justify-content: center;
    padding-top: 2.625rem;
  }
}
.cont08__information__topics__nav__swiper-button-next {
  position: relative;
}
.cont08__information__topics__nav__swiper-button-next::after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
}
.cont08__information__topics__nav__swiper-button-prev {
  position: relative;
}
.cont08__information__topics__nav__swiper-button-prev::after {
  content: "";
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
}
.cont08__information__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.46rem;
  border: 1px solid rgba(82, 90, 97, 0.2);
  border-radius: 0.875rem;
  padding: 2.12rem 1.13rem;
  width: calc(33.3333333333% - 6px);
  min-height: 11.1875rem;
  transition: all 0.7s ease;
  /* (quantidade de gap * tamanho do gap / quantidade de elementos) */
}
.cont08__information__topics__item:hover {
  background-color: #525A61;
}
@media (max-width: 767.98px) {
  .cont08__information__topics__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 575.98px) {
  .cont08__information__topics__item {
    width: 50%;
  }
}
.cont08__information__topics__item__icon {
  width: 2.586rem;
  height: 3.419rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.7s ease;
}
.cont08__information__topics__item:hover .cont08__information__topics__item__icon {
  filter: brightness(0) invert(1);
}
.cont08__information__topics__item__description {
  text-align: center;
  max-width: 8.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120.4%;
  transition: all 0.7s ease;
}
.cont08__information__topics__item:hover .cont08__information__topics__item__description {
  color: #fff;
}
.cont08__information__custom {
  background-color: #C2C1C0;
  border: 1px solid #C2C1C0;
  transform: skewX(-36deg);
  margin: 0 auto;
}
.cont08__information__custom:hover {
  background-color: #000;
  color: #FFFFFF;
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  .cont08__information__custom {
    margin: 0 auto;
  }
}
@media screen and (max-width: 362px) {
  .cont08__information__custom {
    width: 280px;
  }
}
.cont08__information__cta {
  padding: 0.438rem 1.44rem;
  background-color: transparent;
  color: #fff;
  transform: skewX(36deg);
  font-style: normal;
  font-weight: 300;
  line-height: 146.103%;
  color: #000;
}
.cont08__information__cta:hover {
  color: #FFFFFF;
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  .cont08__information__cta {
    align-self: center;
  }
}
@media screen and (max-width: 362px) {
  .cont08__information__cta {
    white-space: nowrap;
  }
}

/* BEGIN STYLE */
.feed01 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FAFAF9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .feed01 {
    flex-direction: column;
    justify-content: center;
  }
}
.feed01__header {
  width: 25%;
}
@media (max-width: 991.98px) {
  .feed01__header {
    width: 90%;
  }
}
.feed01__header__title {
  color: #525A61;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 45px;
  min-width: 200px;
}
@media (max-width: 991.98px) {
  .feed01__header__title {
    margin-left: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.feed01__content {
  width: 70%;
  overflow: visible;
  margin: 1rem;
}
@media (max-width: 991.98px) {
  .feed01__content {
    width: 100%;
    margin: 0;
  }
}
.feed01__content .owl-stage-outer {
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .feed01__content .owl-stage-outer {
    padding-left: 0;
  }
}
.feed01__content .owl-dots {
  justify-content: end;
  margin-top: 2rem;
  position: relative;
  right: 4rem;
}
.feed01__content .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid rgba(82, 90, 97, 0.6);
  border-radius: inherit;
  transform: skewX(-30deg);
}
.feed01__content .owl-dots .owl-dot:hover {
  background-color: rgba(42, 47, 48, 0.6);
  border: 1px solid rgba(42, 47, 48, 0.6);
}
.feed01__content .owl-dots .owl-dot.active {
  background-color: rgba(42, 47, 48, 0.6);
  border: 1px solid rgba(42, 47, 48, 0.6);
}
.feed01__content__item {
  border: 1px solid #525A61;
  transform: skewX(30deg);
  margin: 0 4.5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .feed01__content__item {
    transform: inherit;
    margin: 0;
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  .feed01__content__item__right {
    padding-right: 2rem;
  }
}
.feed01__content__item__content {
  transform: skewX(-30deg);
}
@media (max-width: 991.98px) {
  .feed01__content__item__content {
    transform: inherit;
  }
}
.feed01__content__item__titulo {
  color: #000;
  text-align: end;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.4%;
  margin-bottom: 0;
  margin-top: 2rem;
}
.feed01__content__item__subtitulo {
  color: rgba(0, 0, 0, 0.4);
  text-align: end;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.4%;
  margin-bottom: 2.125rem;
}
.feed01__content__item__description {
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.271%;
  padding: 3rem;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .feed01__content__item__description {
    padding: 2rem;
  }
}

/* BEGIN STYLE */
.topi01 {
  overflow: hidden;
  /* prevenção do shift da animação*/
  background: linear-gradient(205deg, #2A2F30 5.02%, #191E1F 71.06%);
  height: 77.875rem;
  padding-top: 7.13rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 767.98px) {
  .topi01 {
    padding-top: 6.625rem;
    height: 70.875rem;
  }
}
.topi01__header {
  max-width: 420px;
  width: 100%;
  margin-bottom: 6.56rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi01__header.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.topi01__header__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.topi01__header__subtitle {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  max-width: 27.25rem;
}
.topi01__header__paragraph {
  width: 100%;
  max-width: 938px;
  text-align: center;
}
.topi01__topics {
  height: auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
.topi01__topics.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.topi01__topics__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi01__topics__carousel {
    overflow: visible;
  }
}
.topi01__topics__carousel__swiper-wrapper {
  justify-content: space-between;
}
.topi01__topics__carousel__nav {
  justify-content: end;
  gap: 2rem;
  padding-top: 4.625rem;
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 1199.98px) {
  .topi01__topics__carousel__nav {
    display: flex;
    position: inherit;
    justify-content: center;
    padding-top: 5.125rem;
  }
}
.topi01__topics__carousel__nav__swiper-button-next {
  position: relative;
  opacity: inherit !important;
}
.topi01__topics__carousel__nav__swiper-button-next::after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(50%) sepia(37%) saturate(440%) hue-rotate(325deg) brightness(99%) contrast(91%);
}
.topi01__topics__carousel__nav__swiper-button-prev {
  position: relative;
  opacity: inherit !important;
}
.topi01__topics__carousel__nav__swiper-button-prev::after {
  content: "";
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(50%) sepia(37%) saturate(440%) hue-rotate(325deg) brightness(99%) contrast(91%);
}
.topi01__topics__item {
  position: relative;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: 25.6666666667%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .topi01__topics__item {
    width: 47.5%;
  }
}
@media (max-width: 991.98px) {
  .topi01__topics__item {
    width: 100%;
  }
}
.topi01__topics__item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /* envia para o fundo o bg do topico */
  display: none;
}
.topi01__topics__item__icon {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.875rem;
}
.topi01__topics__item__title {
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  width: 100%;
  max-width: 14rem;
  margin-bottom: 2.063rem;
}
.topi01__topics__item__paragraph {
  text-align: center;
  color: #DCDDDF;
  max-width: 100%;
  width: 100%;
}

/* BEGIN STYLE */
.blog01 {
  overflow: hidden;
  /* prevenção do shift da animação*/
  margin-top: -444px;
  padding-bottom: 4.69rem;
  padding-top: 4.69rem;
  position: relative;
  z-index: 100;
  border-top: 1px solid rgba(227, 227, 227, 0.2);
}
@media (max-width: 1199.98px) {
  .blog01 {
    margin-top: -387px;
  }
}
@media (max-width: 991.98px) {
  .blog01 {
    padding-bottom: 9.125rem;
  }
}
@media (max-width: 767.98px) {
  .blog01 {
    margin-top: -468px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .blog01 {
    margin-top: -438px;
  }
}
@media (max-width: 449.98px) {
  .blog01 {
    margin-top: -365px;
  }
}
.blog01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 4.69rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01__header.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.blog01__header__title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 4.56rem;
}
@media (max-width: 767.98px) {
  .blog01__header__title {
    margin-left: 0;
  }
}
.blog01__header__subtitle {
  margin-bottom: 2rem;
  display: none;
}
.blog01__header__paragraph {
  width: 100%;
  max-width: 938px;
  text-align: center;
  display: none;
}
.blog01__main {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01__main.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 100;
  position: relative;
}
.blog01__main__carousel, .blog01-show__related__carousel, .blog01-page__articles__highlighted__carousel {
  height: auto;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel, .blog01-show__related__carousel, .blog01-page__articles__highlighted__carousel {
    overflow: visible;
  }
}
.blog01__main__item, .blog01-show__related__item, .blog01-page__articles__list__item {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
@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 div, .blog01-show__related__item div, .blog01-page__articles__list__item div {
  overflow: hidden;
}
.blog01__main__item__image, .blog01-show__related__item__image, .blog01-page__articles__list__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 609/386;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
}
.blog01__main__item__image:hover, .blog01-show__related__item__image:hover, .blog01-page__articles__list__item__image:hover {
  transform: scale(1.1);
}
.blog01__main__item__description, .blog01-show__related__item__description, .blog01-page__articles__list__item__description {
  padding: 1rem 1.563rem 0 1.563rem;
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time {
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
  margin-bottom: 0;
}
.blog01__main__item__description__title, .blog01-show__related__item__description__title, .blog01-page__articles__list__item__description__title {
  color: #191E1F;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.blog01__main__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__paragraph {
  display: none;
}
.blog01 .blog01_custom {
  width: 13rem;
  margin: 2.938rem 0 0 auto;
  transform: skewX(-20deg);
  background: #C2C1C0;
  border: 1px solid #C2C1C0;
}
.blog01 .blog01_custom:hover {
  background-color: #000;
  color: #FFFFFF;
  transition: all 0.7s ease;
}
@media (max-width: 991.98px) {
  .blog01 .blog01_custom {
    margin: 2rem auto 0 auto;
  }
}
.blog01__cta {
  padding: 0.375rem 3.063rem;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  transform: skewX(20deg);
  font-style: normal;
  font-weight: 300;
  line-height: 146.103%;
}
.blog01__cta:hover {
  color: #FFFFFF;
  transition: all 0.7s ease;
}

.blog01-page .blog01-page-custom {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog01-page .blog01-page-custom {
    display: block;
    margin-bottom: -10rem;
  }
}
@media (max-width: 767.98px) {
  .blog01-page .blog01-page-custom {
    margin-bottom: -8rem;
  }
}
@media (max-width: 575.98px) {
  .blog01-page .blog01-page-custom {
    margin-bottom: -6rem;
  }
}
.blog01-page .blog01-page-custom .cta {
  display: block;
}
@media (max-width: 991.98px) {
  .blog01-page .blog01-page-custom .cta {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0.438rem 2.813rem;
    white-space: nowrap;
  }
}
.blog01-page .blog01-page-custom img {
  display: block;
}
@media (max-width: 991.98px) {
  .blog01-page .blog01-page-custom-nav {
    display: flex !important;
    bottom: -54px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.blog01-page__banner {
  position: relative;
  padding-top: 7.9rem;
  padding-bottom: 0;
  height: auto;
  z-index: 9;
  background: linear-gradient(217deg, #2A2F30 9.28%, #0B0C0C 71.16%);
  display: block;
}
.blog01-page__banner__personalize {
  display: flex;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .blog01-page__banner__personalize {
    flex-direction: column;
  }
}
.blog01-page__banner__custom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
  width: 100%;
  position: absolute;
  left: 0;
  top: 11.613rem;
}
@media (max-width: 991.98px) {
  .blog01-page__banner__custom {
    top: 14.813rem;
  }
}
.blog01-page__banner__title {
  font-size: 2.25rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 43.88px;
  margin-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-page__banner__title.animate {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.blog01-page__categories {
  padding: 0;
  width: 100%;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__categories__swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
  }
}
.blog01-page__categories.animate {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.blog01-page__categories__item {
  background-color: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 1rem;
  font-weight: 600;
  flex-direction: column;
  position: relative;
}
.blog01-page__categories__item::after {
  content: "";
  background-color: transparent;
  width: 4.875rem;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.blog01-page__categories__item:hover {
  color: #FFFFFF;
  transition: all 0.7s ease;
}
.blog01-page__categories__item:hover::after {
  background-color: #525A61;
  transition: all 0.7s ease;
}
.blog01-page__categories__item.active {
  color: #FFFFFF;
  transition: all 0.7s ease;
}
.blog01-page__categories__item.active::after {
  background-color: #525A61;
  transition: all 0.7s ease;
}
.blog01-page__categories__item:active::after {
  background-color: #525A61;
  transition: all 0.7s ease;
}
.blog01-page__articles {
  padding-top: 9rem;
}
.blog01-page__articles__highlighted {
  padding-top: 2rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted {
    padding-top: 0;
  }
}
.blog01-page__articles__highlighted__carousel {
  height: auto;
}
.blog01-page__articles__highlighted__carousel__swiper-wrapper {
  height: 32.625rem;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__swiper-wrapper {
    height: auto;
  }
}
.blog01-page__articles__highlighted__carousel__nav {
  display: flex;
  justify-content: end;
  gap: 2rem;
  padding-top: 1rem;
  position: absolute;
  left: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__carousel__nav {
    display: none !important;
  }
}
.blog01-page__articles__highlighted__carousel__nav__swiper-button-next {
  position: relative;
  opacity: inherit !important;
}
.blog01-page__articles__highlighted__carousel__nav__swiper-button-next::after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(69%) sepia(6%) saturate(3053%) hue-rotate(323deg) brightness(78%) contrast(81%);
}
.blog01-page__articles__highlighted__carousel__nav__swiper-button-prev {
  position: relative;
  opacity: inherit !important;
}
.blog01-page__articles__highlighted__carousel__nav__swiper-button-prev::after {
  content: "";
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(69%) sepia(6%) saturate(3053%) hue-rotate(323deg) brightness(78%) contrast(81%);
}
.blog01-page__articles__highlighted__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: stretch;
  gap: 4.625rem;
  margin-top: 2.94rem;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item {
    flex-direction: column-reverse;
    gap: 3.063rem;
  }
}
.blog01-page__articles__highlighted__item__image {
  max-width: 558px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    display: none;
  }
}
.blog01-page__articles__highlighted__item__image.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.blog01-page__articles__highlighted__item__information {
  width: calc(50% - 4.5rem);
  position: relative;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information {
    width: 100%;
    opacity: inherit;
  }
}
.blog01-page__articles__highlighted__item__information.animate {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.blog01-page__articles__highlighted__item__information__category {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0.688rem;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information__category {
    padding-left: 0;
  }
}
.blog01-page__articles__highlighted__item__information__title {
  color: #FFFFFF;
  text-align: left;
  line-height: 53.64px;
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .blog01-page__articles__highlighted__item__information__title {
    line-height: 40px;
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__articles__highlighted__item__information__title {
    max-width: 320px;
    width: 100%;
    font-size: 2rem;
  }
}
.blog01-page__articles__highlighted__item__information__time {
  margin-bottom: 2rem;
  display: none;
}
.blog01-page__articles__highlighted__item__information__paragraph {
  color: rgba(255, 255, 255, 0.7019607843);
  font-weight: 400;
  margin-bottom: 4.063rem;
  max-width: 29.625rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information__paragraph {
    margin-bottom: 0;
  }
}
.blog01-page__articles__highlighted__item__information__cta {
  margin-left: auto;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  background-color: transparent;
  padding: 0.438rem 3.813rem;
  position: relative;
  margin-right: 1rem;
}
.blog01-page__articles__highlighted__item__information__cta:hover {
  color: #525A61;
  transition: all 0.7s ease;
}
.blog01-page__articles__highlighted__item__information__cta:hover::after {
  background-color: #fff;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1100px) {
  .blog01-page__articles__highlighted__item__information__cta {
    margin: 3rem auto 0 0;
  }
}
.blog01-page__articles__highlighted__item__information__cta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-20deg);
  background-color: #C2C1C0;
  border: 1px solid #C2C1C0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information__cta.cta {
    display: none !important;
  }
}
.blog01-page__articles__list, .blog01-show__related__carousel__swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 3.563rem 0.625rem;
  flex-wrap: wrap;
  transition: transform 0.5s ease;
  opacity: 0;
}
.blog01-page__articles__list.animate, .animate.blog01-show__related__carousel__swiper-wrapper {
  animation: fadeInRight;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.blog01-page__articles__list__item {
  width: 49%;
}
@media (max-width: 575.98px) {
  .blog01-page__articles__list__item {
    width: 100%;
  }
}
.blog01-page__articles__list__item div {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item__image {
    height: 29.563rem;
  }
}
.blog01-show__banner {
  background-color: transparent;
  position: relative;
  display: block;
}
.blog01-show__banner::after {
  content: "";
  background: linear-gradient(217deg, #2A2F30 9.28%, #0B0C0C 71.16%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 550px;
}
.blog01-show__banner__title {
  display: none;
}
.blog01-show__article {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  /* Prevenção do shift da animação */
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .blog01-show__article {
    padding-top: 2rem;
  }
}
.blog01-show__article.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.blog01-show__article__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  order: 2;
  max-width: 49.875rem;
  width: 100%;
  margin-bottom: 2rem;
  word-wrap: break-word;
  white-space: normal;
}
@media (max-width: 991.98px) {
  .blog01-show__article__title {
    font-size: 2rem;
  }
}
.blog01-show__article__time {
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
  margin-bottom: 0.75rem;
}
.blog01-show__article__description {
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
  margin-bottom: 2.625rem;
  order: 3;
  max-width: 47.1875rem;
  width: 100%;
}
.blog01-show__article__image {
  max-width: 52.813rem;
  width: 100%;
  height: 26.1875rem;
  margin-bottom: 4.44rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  order: 4;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .blog01-show__article__image {
    height: 20.188rem;
  }
}
.blog01-show__article__body {
  font-style: normal;
  font-weight: 400;
  line-height: 168.271%;
  margin-bottom: 2rem;
  order: 5;
  max-width: 52.75rem;
  width: 100%;
  text-align: left;
}
.blog01-show__article__share {
  margin-left: auto;
  display: none;
}
.blog01-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #DCDDDF;
  transition: all ease 0.5s;
  transform: translateY(-40%);
}
.blog01-show__article__modal.open {
  opacity: 1;
  transition: all ease 0.5s;
  transform: translateY(0%);
}
.blog01-show__article__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog01-show__article__modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog01-show__article__modal__header__title {
  margin-bottom: 0;
}
.blog01-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog01-show__article__modal__main {
  overflow: hidden;
}
.blog01-show__article__modal__main__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.blog01-show__article__modal__main__socials__item {
  width: 5.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.blog01-show__article__modal__main__socials__item__figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.blog01-show__article__modal__main__socials__item__figure svg {
  width: 3rem !important;
  height: 3rem !important;
}
.blog01-show__article__modal__main__copy {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog01-show__article__modal__main__copy__button {
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy__button {
    width: 100%;
  }
}
.blog01-show__related {
  padding-top: 0;
}
.blog01-show__related__title {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 2.62rem;
}
.blog01-show__related__carousel__swiper-wrapper {
  opacity: inherit;
}
.blog01-show__related__item {
  width: 49%;
}
@media (max-width: 575.98px) {
  .blog01-show__related__item {
    width: 100%;
  }
}
.active.blog01-page__categories__item {
  background-color: transparent;
}

.blog01__main__item:hover .blog01__main__item__image, .blog01-page__articles__list__item:hover .blog01__main__item__image, .blog01-show__related__item:hover .blog01__main__item__image, .blog01__main__item:hover .blog01-page__articles__list__item__image, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__image, .blog01-show__related__item:hover .blog01-page__articles__list__item__image, .blog01__main__item:hover .blog01-show__related__item__image, .blog01-page__articles__list__item:hover .blog01-show__related__item__image, .blog01-show__related__item:hover .blog01-show__related__item__image {
  transform: scale(1.1);
  transition: all 0.7s ease;
}

/* BEGIN STYLE */
.cota02__banner {
  padding-top: 10.13rem;
  padding-bottom: 5rem;
  background: linear-gradient(217deg, #2A2F30 9.28%, #0B0C0C 71.16%);
}
@media (max-width: 767.98px) {
  .cota02__banner {
    padding-top: 8.12rem;
  }
}
.cota02__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.438rem;
  padding: 0;
  max-width: 49.125rem;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .cota02__topics {
    flex-direction: column;
    justify-content: center;
  }
}
.cota02__topics.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.cota02__topics__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex: 1 0 auto;
  gap: 1.125rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .cota02__topics__item {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .cota02__topics__item {
    margin-left: 10.86vw;
  }
}
.cota02__topics__item__icon {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cota02__topics__item__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.125rem;
}
.cota02__topics__item__paragraph {
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
  text-align: center;
  max-width: 292px;
}
.cota02__form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 4.19rem;
  padding-bottom: 4.37rem;
  gap: 0 1.5rem;
}
@media (max-width: 767.98px) {
  .cota02__form {
    padding-bottom: 10rem;
  }
}
.cota02__form__custimize {
  max-width: 65.875rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cota02__form__custimize .form-placeholder > input {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.cota02__form__custimize .form-placeholder > select {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding-left: 0 !important;
}
.cota02__form__custimize .form-placeholder .placeholder--custom {
  padding-left: 0;
}
.cota02__form__header {
  max-width: 65.875rem;
  width: 100%;
  margin: 0 auto 5.37rem auto;
}
@media (max-width: 991.98px) {
  .cota02__form__header {
    margin-bottom: 0;
  }
}
.cota02__form__header__title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  text-align: center;
  transition: transform 0.5s ease;
  opacity: 0;
}
.cota02__form__header__title.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.cota02__form__header__paragraph {
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
  margin: 0 auto;
  max-width: 51.125rem;
  text-align: center;
  margin-bottom: 0;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph {
    margin-bottom: 4.625rem;
  }
}
.cota02__form__header__paragraph.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.cota02__form .input__item {
  width: calc(50% - 0.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
}
@media (max-width: 991.98px) {
  .cota02__form .input__item {
    width: 100%;
  }
}
.cota02__form .input__item--text {
  width: 49%;
}
@media (max-width: 767.98px) {
  .cota02__form .input__item--text {
    width: 100%;
  }
}
.cota02__form .input__item--email {
  width: 49%;
}
@media (max-width: 767.98px) {
  .cota02__form .input__item--email {
    width: 100%;
  }
}
.cota02__form .input__item--cellphone {
  width: 49%;
}
@media (max-width: 767.98px) {
  .cota02__form .input__item--cellphone {
    width: 100%;
  }
}
.cota02__form .input__item--select {
  width: 49%;
}
@media (max-width: 767.98px) {
  .cota02__form .input__item--select {
    width: 100%;
  }
}
.cota02__form .input__item--select select {
  background-color: transparent !important;
}
.cota02__form .input__item--textarea {
  width: 100%;
}
.cota02__form .input__item--textarea .placeholder--custom {
  top: 10%;
}
.cota02__form .input__item--textarea .form-control {
  padding-top: 1.5rem;
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background: transparent !important;
}
.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.375rem;
  transition: transform 0.5s ease;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .cota02__form__footer {
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
  }
}
.cota02__form__footer.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.cota02__form__footer__compliance {
  display: flex;
  gap: 5px;
}
@media (max-width: 575.98px) {
  .cota02__form__footer__compliance {
    font-size: 0.613rem;
  }
}
.cota02__form__footer__compliance__link {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .cota02__form__footer__compliance__link {
    font-size: 0.613rem;
  }
}
.cota02__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #000;
}
.cota02__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #B97A6A;
}
.cota02__form__footer__cta {
  font-style: normal;
  font-weight: 300;
  line-height: 146.103%;
  color: #000;
  background-color: transparent;
  position: relative;
  border: inherit;
  position: relative;
  padding: 0.438rem 3.813rem;
  text-transform: uppercase;
}
.cota02__form__footer__cta::after {
  content: "";
  display: block;
  transform: skewX(-20deg);
  background-color: #C2C1C0;
  border: 1px solid #C2C1C0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cota02__form__footer__cta:hover {
  background-color: transparent;
  color: #525A61;
  transition: all 0.7s ease;
}
.cota02__form__footer__cta:hover:after {
  background-color: transparent;
  transition: all 0.7s ease;
}

/* BEGIN STYLE */
.copa04-page__hero {
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  position: relative;
}
.copa04-page__hero::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 10vw);
  height: calc(5rem + 3%);
  z-index: -1;
  left: -5vw;
  background-color: var(--bg-video-section, transparent);
  bottom: 0;
}
@media (max-width: 991.98px) {
  .copa04-page__hero {
    flex-direction: column;
    padding-top: 6.5rem;
  }
}
.copa04-page__hero__aside {
  display: none !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.copa04-page__hero__aside__logo {
  width: 9rem;
  height: auto;
  aspect-ratio: 144/58;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__hero__information {
  width: 100%;
  max-width: 540px;
  height: auto;
  padding-left: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 991.98px) {
  .copa04-page__hero__information {
    padding-left: 0;
    max-width: inherit;
  }
}
.copa04-page__hero__information__header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 2rem;
}
.copa04-page__hero__information__header__title {
  color: #FFF;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .copa04-page__hero__information__header__title {
    font-size: 2rem;
  }
}
.copa04-page__hero__information__header__icon {
  width: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__hero__information__paragraph {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.271%;
}
.copa04-page__hero__information__cta {
  margin-top: 4.5rem;
  transform: skewX(-30deg);
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 146.103%;
  background-color: #C2C1C0;
}
.copa04-page__hero__information__cta span {
  transform: skewX(30deg);
}
@media (max-width: 991.98px) {
  .copa04-page__hero__information__cta {
    margin: 0 auto;
    margin-top: 4.5rem;
  }
}
.copa04-page__hero__image {
  width: 45%;
  height: auto;
  aspect-ratio: 538/481;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  top: 50px;
}
@media (max-width: 991.98px) {
  .copa04-page__hero__image {
    width: 100%;
  }
}
.copa04-page__video-section {
  background: #DCDDDF;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media (max-width: 991.98px) {
  .copa04-page__video-section {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 6.5rem;
  }
}
.copa04-page__video-section__title {
  color: #525A61;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.9375rem;
}
@media (max-width: 991.98px) {
  .copa04-page__video-section__title {
    font-size: 2rem;
  }
}
.copa04-page__video-section__subtitle {
  text-align: center;
  max-width: 888px;
  margin: 0.75rem auto 0;
}
.copa04-page__video-section__paragraph {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.copa04-page__video-section__video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  height: auto;
  aspect-ratio: 883/439;
  margin: 1.25rem auto 0;
}
@media (max-width: 991.98px) {
  .copa04-page__video-section__video {
    max-width: 100%;
  }
}
.copa04-page__video-section__video__button {
  outline: none;
  border: none;
  background-color: transparent;
}
.copa04-page__video-section__video__iframe {
  width: 100%;
  height: 100%;
}
.copa04-page__highlighted {
  background-color: #E7EAE7;
  padding-top: 0;
  padding-left: 10vw;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
  position: relative;
}
.copa04-page__highlighted::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background-color: #DCDDDF;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted {
    flex-direction: column;
    padding-top: 4.5rem;
    padding-bottom: 0;
    padding-left: 5vw;
  }
}
.copa04-page__highlighted__information {
  width: 50%;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted__information {
    width: 100%;
  }
}
.copa04-page__highlighted__information__title {
  color: #525A61;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted__information__title {
    font-size: 2rem;
  }
}
.copa04-page__highlighted__information__subtitle {
  text-align: left;
  margin-top: 0.75rem;
}
.copa04-page__highlighted__information__paragraph {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.copa04-page__highlighted__information__cta {
  margin-top: 0.75rem;
}
.copa04-page__highlighted__image {
  width: 50%;
  height: auto;
  aspect-ratio: 592/516;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted__image {
    width: 100%;
  }
}
.copa04-page__topics {
  background-color: var(--bg-topics, transparent);
}
.copa04-page__topics__header {
  width: 100%;
}
.copa04-page__topics__header__title {
  margin-bottom: 0;
  text-align: center;
}
.copa04-page__topics__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__topics__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
}
.copa04-page__topics__main {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 3.5rem 2.5rem;
}
.copa04-page__topics__main__item {
  background-color: #efefef;
  width: calc(50% - 1.25rem);
  flex: 1 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .copa04-page__topics__main__item {
    width: 100%;
  }
}
.copa04-page__topics__main__item__icon {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__topics__cta {
  margin: 3.25rem auto 0;
}
.copa04-page__topics-carousel {
  background: linear-gradient(205deg, #2A2F30 5.05%, #000 87.1%);
  padding-left: 10vw;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel {
    padding-left: 5vw;
  }
}
.copa04-page__topics-carousel__header {
  width: 100%;
  margin-bottom: 6.5625rem;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__header {
    margin-bottom: 3.5625rem;
  }
}
.copa04-page__topics-carousel__header__title {
  color: #FFF;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.375rem;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__header__title {
    font-size: 2rem;
  }
}
.copa04-page__topics-carousel__header__subtitle {
  color: #FFF;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.copa04-page__topics-carousel__header__paragraph {
  color: #FFF;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__header__paragraph {
    font-size: 1.125rem;
  }
}
.copa04-page__topics-carousel__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__carousel {
    overflow: visible;
  }
}
.copa04-page__topics-carousel__carousel__item {
  /* Quantidade de gaps * gap (espaçamento)/ quantidade de elementos */
  width: calc(33% - 9px);
  height: auto;
  border-right: 1px solid white;
  padding: 4rem 3rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.copa04-page__topics-carousel__carousel__item:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__carousel__item {
    width: 100%;
    height: auto;
    border-right: inherit;
    padding: 0;
  }
}
.copa04-page__topics-carousel__carousel__item__icon {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.25rem;
}
.copa04-page__topics-carousel__carousel__item__title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 200px;
}
.copa04-page__topics-carousel__carousel__item__paragraph {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
}
.copa04-page__topics-carousel__carousel__item__paragraph ul {
  list-style: none;
}
.copa04-page__topics-carousel__carousel__item__paragraph ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.103%;
}
.copa04-page__topics-carousel__carousel__item__paragraph ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/check-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.copa04-page__topics-carousel__carousel__nav {
  justify-content: end;
  gap: 2rem;
  padding-top: 4.625rem;
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 1199.98px) {
  .copa04-page__topics-carousel__carousel__nav {
    display: flex;
    position: inherit;
    justify-content: center;
    padding-top: 5.125rem;
  }
}
.copa04-page__topics-carousel__carousel__nav__swiper-button-next {
  position: relative;
  opacity: inherit !important;
}
.copa04-page__topics-carousel__carousel__nav__swiper-button-next::after {
  content: "";
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(50%) sepia(37%) saturate(440%) hue-rotate(325deg) brightness(99%) contrast(91%);
}
.copa04-page__topics-carousel__carousel__nav__swiper-button-prev {
  position: relative;
  opacity: inherit !important;
}
.copa04-page__topics-carousel__carousel__nav__swiper-button-prev::after {
  content: "";
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.188rem;
  height: 2.188rem;
  filter: brightness(0) saturate(100%) invert(50%) sepia(37%) saturate(440%) hue-rotate(325deg) brightness(99%) contrast(91%);
}
.copa04-page__topics-carousel__cta {
  margin: 3.5rem auto 0;
}
.copa04-page__gallery-topics {
  background-color: var(--bg-gallery-topics, transparent);
}
.copa04-page__gallery-topics__header {
  width: 100%;
  margin-bottom: 3.5rem;
}
.copa04-page__gallery-topics__header__title {
  margin-bottom: 0;
  text-align: center;
}
.copa04-page__gallery-topics__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__gallery-topics__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
}
.copa04-page__gallery-topics__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__gallery-topics__carousel {
    overflow: visible;
  }
}
.copa04-page__gallery-topics__carousel__item {
  /* Quantidade de gaps * gap (espaçamento)/ quantidade de elementos */
  width: calc(25% - 9px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (max-width: 991.98px) {
  .copa04-page__gallery-topics__carousel__item {
    width: 18.5rem;
  }
}
.copa04-page__gallery-topics__carousel__item__image {
  width: 100%;
  height: 16.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__gallery-topics__carousel__item__video {
  width: 100%;
  height: 16.875rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.copa04-page__gallery-topics__carousel__item__video__button {
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 50%;
}
.copa04-page__gallery-topics__carousel__item__information {
  padding: 2rem 1.25rem;
  background-color: #525A61;
  width: 100%;
}
.copa04-page__gallery-topics__carousel__item__information__title {
  text-align: center;
}
.copa04-page__gallery-topics__carousel__item__information__paragraph {
  text-align: center;
  margin-top: 1rem;
}
.copa04-page__additional-content {
  background-color: var(--bg-additional-content, transparent);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  background-image: url(../images/fundofoot1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}
.copa04-page__additional-content__header {
  width: calc(66.67% - 6rem);
  height: auto;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__header {
    width: 100%;
  }
}
.copa04-page__additional-content__header__title {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__header__title {
    font-size: 2rem;
    max-width: inherit;
  }
}
.copa04-page__additional-content__header__subtitle {
  text-align: left;
  margin-top: 0.75rem;
}
.copa04-page__additional-content__header__paragraph {
  margin-top: 1.5rem;
}
.copa04-page__additional-content__header__cta {
  transform: skewX(-30deg);
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 146.103%;
  margin: 0 auto;
  margin-top: 4.5rem;
  background-color: #C2C1C0;
}
.copa04-page__additional-content__header__cta span {
  transform: skewX(30deg);
}
.copa04-page__additional-content__carousel {
  width: 33.33%;
  height: auto;
  aspect-ratio: 538/481;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__carousel {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.copa04-page__additional-content__carousel__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-content__carousel__item--video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.copa04-page__additional-content__carousel__item--video__button {
  outline: none;
  border: none;
  background-color: transparent;
}
.copa04-page__additional-content__carousel__item--video__button__icon {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-topics__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-topics__carousel {
    overflow: visible;
  }
}
.copa04-page__additional-topics__carousel__item {
  height: auto;
  margin-bottom: 0;
  width: calc(25% - 0.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-topics__carousel__item {
    width: 18.625rem;
  }
}
.copa04-page__additional-topics__carousel__item__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title {
  width: 100%;
  background-color: #efefef;
  text-align: center;
  padding: 1.75rem;
}
.copa04-page__additional-topics__carousel__item__cta {
  margin: 3.25rem auto 0;
}
.copa04-page__additional-topics__carousel__item--video {
  width: calc(25% - 0.75rem);
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-topics__carousel__item--video {
    width: 18.625rem;
  }
}
.copa04-page__additional-topics__carousel__item--video__video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.copa04-page__additional-topics__carousel__item--video__video__button {
  outline: none;
  border: none;
  background-color: transparent;
}
.copa04-page__additional-topics__carousel__item--video__video__button__icon {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-topics__carousel__item--video__cta {
  margin: auto auto 0;
}
.copa04-page__faq {
  background: linear-gradient(217deg, #2A2F30 9.28%, #0B0C0C 71.16%);
  width: 100%;
  height: 100%;
}
.copa04-page__faq__header {
  width: 100%;
  margin-bottom: 5.0625rem;
}
.copa04-page__faq__header__title {
  color: #DCDDDF;
  font-family: "Montserrat", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  position: relative;
}
.copa04-page__faq__header__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -29px;
  background-color: rgba(227, 227, 227, 0.2);
}
.copa04-page__faq__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__faq__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
}
.copa04-page__section-products {
  background-color: var(--bg-products, transparent);
}
.copa04-page__section-products__header {
  width: 100%;
  margin-bottom: 3.5rem;
}
.copa04-page__section-products__header__title {
  margin-bottom: 0;
  text-align: center;
}
.copa04-page__section-products__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__section-products__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
}
.copa04-page__section-products__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__section-products__carousel {
    overflow: visible;
  }
}
.copa04-page__section-products__carousel__item {
  background-color: #efefef;
  position: relative;
  width: calc(33.3333333333% - 1.6666666667rem);
  height: auto;
  flex-direction: column;
  padding: 3rem 2.5rem 0;
}
.copa04-page__section-products__carousel__item__tag {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.copa04-page__section-products__carousel__item__title {
  text-align: center;
  margin: 0;
}
.copa04-page__section-products__carousel__item__subtitle {
  text-align: center;
  margin: 0;
}
.copa04-page__section-products__carousel__item__paragraph {
  margin-top: 3rem;
}
.copa04-page__section-products__carousel__item__price {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 3rem;
}
.copa04-page__section-products__carousel__item__price__title {
  margin-bottom: 0;
  padding-right: 0.5rem;
  border-right: solid 1px #000;
}
.copa04-page__section-products__carousel__item__price__paragraph {
  padding-left: 0.5rem;
}
.copa04-page__section-products__carousel__item__cta {
  margin: 0.75rem auto 0;
}

/* BEGIN STYLE */
.comp01-page__banner {
  background-color: rgba(239, 239, 239, 0.35);
}
.comp01-page__content {
  padding-left: 10vw;
  transition: transform 0.5s ease;
  opacity: 0;
}
.comp01-page__content.animate {
  animation: fadeInUp;
  animation-duration: 1.5s;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.comp01-page__content__header {
  margin-bottom: 1.625rem;
  padding-top: 6.438rem;
  border-top: 1px solid rgba(82, 90, 97, 0.4);
}
.comp01-page__content__header__title {
  text-align: left;
  margin-bottom: 0;
}
.comp01-page__content__archives {
  margin-top: 4.75rem;
  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 #525A61;
  border-radius: 1rem 0 1rem 0;
  transition: all 0.3s ease;
  color: #525A61;
}
@media (max-width: 575.98px) {
  .comp01-page__content__archives__item {
    width: 100%;
  }
}
.comp01-page__content__archives__item:hover {
  background-color: #525A61;
  border-color: #525A61;
  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;
}
