@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
  /* RESET DE ELEMENTOS */
  /* CARROSSEL - SWIPER */
}
body.no-scroll {
  overflow-y: hidden;
}
body hr {
  margin: 0;
}
body a {
  text-decoration: none;
  font: inherit;
  text-align: inherit;
  color: inherit;
}
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: #eeb300;
  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: #e3e3e3;
  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: #221f20;
}
.burguer__icon.dots {
  width: 1.25rem;
  height: 1.25rem;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
}
.burguer__icon.dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/*******************************************************************************************************************************************/
/* CONFIGURAÇÃO DO TEMA */
.comp01-page__content, .cota02__form, .cota02__topics, .gall01, .topi10v1, .unit03-show__gallery, .unit03-show__content, .unit03-show__contact__topics, .unit03-show__contact__socials, .unit03-page__list, .unit03-page__categories, .cont06v1, .abou01-page__topics, .abou01-page__main, .abou01-page__section, .abou01, .cont06, .blog03-show__article, .blog03-page__main, .blog03-page__navigation, .blog03, .blog03-show__related, .topi08, .topi02, .topi03, .topi09, .slid01__item, .foot03__copyright, .foot03__navigation, .side02, .side02--btt, .side02--rtl, .side02--ttb, .head02, .confirmation-page__title, .comp01-page__banner, .cota02__banner, .bapa01__banner, .unit03-show__banner, .unit03-page__banner, .abou01-page__banner, .blog03-show__banner, .blog03-page__banner, .flyers-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.unit03-show__contact__socials__information__title, .confirmation-page__title, .cota02__form__header__title, .topi10v1__header__title, .unit03-show__gallery__header__title, .unit03-show__content__information__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .cont06__header__title, .blog03-show__related__title, .blog03__header__title, .topi08__header__title, .topi03__header__title, .flyers-show__title, .flyers-page__main__header__title, .topi02__header__title {
  font: 700 2.5rem "Nunito Sans", sans-serif;
  line-height: auto;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__socials__information__title, .confirmation-page__title, .cota02__form__header__title, .topi10v1__header__title, .unit03-show__gallery__header__title, .unit03-show__content__information__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .cont06__header__title, .blog03-show__related__title, .blog03__header__title, .topi08__header__title, .topi03__header__title, .flyers-show__title, .flyers-page__main__header__title, .topi02__header__title {
    font-size: 2rem;
  }
}
.topi02__header__title {
  color: #fff;
}
.cota02__form__header__title, .topi10v1__header__title, .unit03-show__gallery__header__title, .unit03-show__content__information__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .cont06__header__title, .blog03-show__related__title, .blog03__header__title, .topi08__header__title, .topi03__header__title, .flyers-show__title, .flyers-page__main__header__title {
  color: #221f20;
}
.unit03-show__contact__socials__information__title, .confirmation-page__title {
  color: #8f0000;
}
.abou01__header__title, .blog03-show__article__title, .flyers-page__main__flyers__item__information__title {
  font: 700 2.25rem "Nunito Sans", sans-serif;
  line-height: auto;
}
@media (max-width: 991.98px) {
  .abou01__header__title, .blog03-show__article__title, .flyers-page__main__flyers__item__information__title {
    font-size: 1.5rem;
  }
}
.blog03-show__article__title, .flyers-page__main__flyers__item__information__title {
  color: #221f20;
}
.abou01__header__title {
  color: #8f0000;
}
.topi05__item__information__title, .comp01-page__content__header__title, .topi10v1__topics__item__paragraph, .unit03-show__contact__form__title, .topi03__topics__item__paragraph, .topi09__topics__item__information__title, .form01__main__information__title, .cota02__topics__item__title, .abou01-page__topics__item__header__title, .blog03__main__item__information__title, .blog03-show__related__carousel__item__information__title, .blog03-page__main__item__information__title, .comp01-page__banner__title, .cota02__banner__title, .bapa01__banner__title, .unit03-page__banner__title, .abou01-page__banner__title, .blog03-show__banner__title, .blog03-page__banner__title, .flyers-page__banner__title {
  font: 700 1.5625rem "Nunito Sans", sans-serif;
  line-height: auto;
}
@media (max-width: 991.98px) {
  .topi05__item__information__title, .comp01-page__content__header__title, .topi10v1__topics__item__paragraph, .unit03-show__contact__form__title, .topi03__topics__item__paragraph, .topi09__topics__item__information__title, .form01__main__information__title, .cota02__topics__item__title, .abou01-page__topics__item__header__title, .blog03__main__item__information__title, .blog03-show__related__carousel__item__information__title, .blog03-page__main__item__information__title, .comp01-page__banner__title, .cota02__banner__title, .bapa01__banner__title, .unit03-page__banner__title, .abou01-page__banner__title, .blog03-show__banner__title, .blog03-page__banner__title, .flyers-page__banner__title {
    font-size: 1.25rem;
  }
}
.comp01-page__banner__title, .cota02__banner__title, .bapa01__banner__title, .unit03-page__banner__title, .abou01-page__banner__title, .blog03-show__banner__title, .blog03-page__banner__title, .flyers-page__banner__title {
  color: #fff;
}
.cota02__topics__item__title, .abou01-page__topics__item__header__title, .blog03__main__item__information__title, .blog03-show__related__carousel__item__information__title, .blog03-page__main__item__information__title {
  color: #221f20;
}
.comp01-page__content__header__title, .topi10v1__topics__item__paragraph, .unit03-show__contact__form__title, .topi03__topics__item__paragraph, .topi09__topics__item__information__title, .form01__main__information__title {
  color: #8f0000;
}
.topi05__item__information__title {
  color: #2b8b2b;
}
.topi05__item__information__paragraph, .topi02__header__subtitle, .abou01__header__subtitle, .topi10v1__header__subtitle, .unit03-show__contact__socials__information__category, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont06__header__paragraph, .blog03__cta, .blog03__header__subtitle, .topi08__header__subtitle, .topi02__cta, .topi03__header__subtitle, .flyers-show__subtitle, .flyers-page__main__flyers__item__information__subtitle, .flyers-page__main__header__subtitle, .topi10v1__topics__item__title, .blog03-show__article__modal__header__title, .topi03__topics__item__title {
  font: 400 1.25rem "Nunito Sans", sans-serif;
  line-height: auto;
}
@media (max-width: 991.98px) {
  .topi05__item__information__paragraph, .topi02__header__subtitle, .abou01__header__subtitle, .topi10v1__header__subtitle, .unit03-show__contact__socials__information__category, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont06__header__paragraph, .blog03__cta, .blog03__header__subtitle, .topi08__header__subtitle, .topi02__cta, .topi03__header__subtitle, .flyers-show__subtitle, .flyers-page__main__flyers__item__information__subtitle, .flyers-page__main__header__subtitle, .topi10v1__topics__item__title, .blog03-show__article__modal__header__title, .topi03__topics__item__title {
    font-size: 1.125rem;
  }
}
.topi10v1__topics__item__title, .blog03-show__article__modal__header__title, .topi03__topics__item__title {
  color: #221f20;
}
.topi10v1__header__subtitle, .unit03-show__contact__socials__information__category, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont06__header__paragraph, .blog03__cta, .blog03__header__subtitle, .topi08__header__subtitle, .topi02__cta, .topi03__header__subtitle, .flyers-show__subtitle, .flyers-page__main__flyers__item__information__subtitle, .flyers-page__main__header__subtitle {
  color: #8f0000;
}
.abou01__header__subtitle {
  color: #2b8b2b;
}
.topi02__header__subtitle {
  color: #e3e3e3;
}
.topi05__item__information__paragraph {
  color: #f9edd2;
}
.unit03-show__contact__topics__carousel__item__title, .unit03-page__categories__carousel__item, .blog03-page__navigation__categories__item, .unit03-show__contact__socials__information__subtitle {
  font: 600 1.125rem "Nunito Sans", sans-serif;
  line-height: auto;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__topics__carousel__item__title, .unit03-page__categories__carousel__item, .blog03-page__navigation__categories__item, .unit03-show__contact__socials__information__subtitle {
    font-size: 1.125rem;
  }
}
.unit03-show__contact__socials__information__subtitle {
  color: #221f20;
}
.unit03-show__contact__topics__carousel__item__title, .unit03-page__categories__carousel__item, .blog03-page__navigation__categories__item {
  color: #8f0000;
}
.unit03-page__list__item__cta, .topi02__topics__item__title, .abou01__paragraph, .cota02__form__footer__compliance__link, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .cota02__form__footer__compliance, .cota02__form__header__paragraph, .cota02__topics__item__paragraph, .unit03-show__content__information__text, .unit03-show__contact__form__subtitle, .unit03-show__contact__topics__carousel__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog03-show__article__modal__main__socials__item__figure__title, .blog03-show__article__body, .blog03-show__article__description, .flyers-page__main__header__paragraph, .confirmation-page__paragraph, .form01__main__information__paragraph, .abou01__cta, .cont06__cta, .blog03-show__article__share, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .cota02__form__footer__cta, .cota02__form .input__item:has(input[type=file]) label::after, .unit03-show__content__information__cta, .unit03-show__contact__form__cta, .unit03-show__gallery__list__item__title, .unit03-show__gallery__list__item--big__title, .unit03-page__list__item__paragraph, .topi02__topics__item__paragraph, .foot03__navigation__socials__title, .foot03__navigation__sitemap__title, .foot03__navigation__units__title, .side02__cta, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .flyers-show__main__carousel__item__cta, .flyers-show__main__carousel__item__date, .flyers-page__main__flyers__item__cta {
  font: 400 1rem "Nunito Sans", sans-serif;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.unit03-page__list__item__cta p, .topi02__topics__item__title p, .abou01__paragraph p, .cota02__form__footer__compliance__link p, .head02__navigation__item--menu-mobile__item p, .comp01-page__content__paragraph p, .cota02__form__footer__compliance p, .cota02__form__header__paragraph p, .cota02__topics__item__paragraph p, .unit03-show__content__information__text p, .unit03-show__contact__form__subtitle p, .unit03-show__contact__topics__carousel__item__paragraph p, .abou01-page__main__information__paragraph p, .abou01-page__section__information__paragraph p, .blog03-show__article__modal__main__socials__item__figure__title p, .blog03-show__article__body p, .blog03-show__article__description p, .flyers-page__main__header__paragraph p, .confirmation-page__paragraph p, .form01__main__information__paragraph p, .abou01__cta p, .cont06__cta p, .blog03-show__article__share p, .topi08__cta p, .head02__navigation__item__cta p, .form01__main__form__footer__cta p, .cota02__form__footer__cta p, .cota02__form .input__item:has(input[type=file]) label::after p, .unit03-show__content__information__cta p, .unit03-show__contact__form__cta p, .unit03-show__gallery__list__item__title p, .unit03-show__gallery__list__item--big__title p, .unit03-page__list__item__paragraph p, .topi02__topics__item__paragraph p, .foot03__navigation__socials__title p, .foot03__navigation__sitemap__title p, .foot03__navigation__units__title p, .side02__cta p, .side02__navigation__item__link p, .side02__navigation__item__btn p, .head02__navigation__item__link p, .head02__navigation__item__btn p, .flyers-show__main__carousel__item__cta p, .flyers-show__main__carousel__item__date p, .flyers-page__main__flyers__item__cta p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .unit03-page__list__item__cta, .topi02__topics__item__title, .abou01__paragraph, .cota02__form__footer__compliance__link, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .cota02__form__footer__compliance, .cota02__form__header__paragraph, .cota02__topics__item__paragraph, .unit03-show__content__information__text, .unit03-show__contact__form__subtitle, .unit03-show__contact__topics__carousel__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog03-show__article__modal__main__socials__item__figure__title, .blog03-show__article__body, .blog03-show__article__description, .flyers-page__main__header__paragraph, .confirmation-page__paragraph, .form01__main__information__paragraph, .abou01__cta, .cont06__cta, .blog03-show__article__share, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .cota02__form__footer__cta, .cota02__form .input__item:has(input[type=file]) label::after, .unit03-show__content__information__cta, .unit03-show__contact__form__cta, .unit03-show__gallery__list__item__title, .unit03-show__gallery__list__item--big__title, .unit03-page__list__item__paragraph, .topi02__topics__item__paragraph, .foot03__navigation__socials__title, .foot03__navigation__sitemap__title, .foot03__navigation__units__title, .side02__cta, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .flyers-show__main__carousel__item__cta, .flyers-show__main__carousel__item__date, .flyers-page__main__flyers__item__cta {
    font-size: 0.938rem;
  }
}
.unit03-show__gallery__list__item__title, .unit03-show__gallery__list__item--big__title, .unit03-page__list__item__paragraph, .topi02__topics__item__paragraph, .foot03__navigation__socials__title, .foot03__navigation__sitemap__title, .foot03__navigation__units__title, .side02__cta, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .flyers-show__main__carousel__item__cta, .flyers-show__main__carousel__item__date, .flyers-page__main__flyers__item__cta {
  color: #fff;
}
.comp01-page__content__paragraph, .cota02__form__footer__compliance, .cota02__form__header__paragraph, .cota02__topics__item__paragraph, .unit03-show__content__information__text, .unit03-show__contact__form__subtitle, .unit03-show__contact__topics__carousel__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog03-show__article__modal__main__socials__item__figure__title, .blog03-show__article__body, .blog03-show__article__description, .flyers-page__main__header__paragraph, .confirmation-page__paragraph, .form01__main__information__paragraph, .abou01__cta, .cont06__cta, .blog03-show__article__share, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .cota02__form__footer__cta, .cota02__form .input__item:has(input[type=file]) label::after, .unit03-show__content__information__cta, .unit03-show__contact__form__cta {
  color: #221f20;
}
.cota02__form__footer__compliance__link, .head02__navigation__item--menu-mobile__item {
  color: #8f0000;
}
.abou01__paragraph {
  color: #eeb300;
}
.unit03-page__list__item__cta, .topi02__topics__item__title {
  color: #f9edd2;
}
.comp01-page__content__archives__item, .unit03-show__contact__form .form-control, .unit03-show__contact__form .placeholder--custom, .abou01-page__topics__item__paragraph, .blog03-show__article__modal__main__copy__button, .blog03__main__item__information__paragraph, .blog03-show__related__carousel__item__information__paragraph, .blog03-page__main__item__information__paragraph, .side02__footer__item, .side02__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .form01__main__form .form-control, .form01__main__form .placeholder--custom, .blog03-show__article__modal__main__copy__link, .blog03__main__item__information__cta, .blog03-show__related__carousel__item__information__cta, .blog03-page__main__item__information__cta, .foot03__copyright__compliance__item, .foot03__navigation__sitemap__item, .foot03__navigation__units__item {
  font: 400 0.875rem "Nunito Sans", sans-serif;
  line-height: 150%;
  letter-spacing: 1px;
}
.comp01-page__content__archives__item p, .unit03-show__contact__form .form-control p, .unit03-show__contact__form .placeholder--custom p, .abou01-page__topics__item__paragraph p, .blog03-show__article__modal__main__copy__button p, .blog03__main__item__information__paragraph p, .blog03-show__related__carousel__item__information__paragraph p, .blog03-page__main__item__information__paragraph p, .side02__footer__item p, .side02__cta__content__item p, .form01__main__form__footer__compliance__link p, .form01__main__form__footer__compliance p, .form01__main__form .form-control p, .form01__main__form .placeholder--custom p, .blog03-show__article__modal__main__copy__link p, .blog03__main__item__information__cta p, .blog03-show__related__carousel__item__information__cta p, .blog03-page__main__item__information__cta p, .foot03__copyright__compliance__item p, .foot03__navigation__sitemap__item p, .foot03__navigation__units__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .comp01-page__content__archives__item, .unit03-show__contact__form .form-control, .unit03-show__contact__form .placeholder--custom, .abou01-page__topics__item__paragraph, .blog03-show__article__modal__main__copy__button, .blog03__main__item__information__paragraph, .blog03-show__related__carousel__item__information__paragraph, .blog03-page__main__item__information__paragraph, .side02__footer__item, .side02__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .form01__main__form .form-control, .form01__main__form .placeholder--custom, .blog03-show__article__modal__main__copy__link, .blog03__main__item__information__cta, .blog03-show__related__carousel__item__information__cta, .blog03-page__main__item__information__cta, .foot03__copyright__compliance__item, .foot03__navigation__sitemap__item, .foot03__navigation__units__item {
    font-size: 0.875rem;
  }
}
.blog03-show__article__modal__main__copy__link, .blog03__main__item__information__cta, .blog03-show__related__carousel__item__information__cta, .blog03-page__main__item__information__cta, .foot03__copyright__compliance__item, .foot03__navigation__sitemap__item, .foot03__navigation__units__item {
  color: #fff;
}
.unit03-show__contact__form .form-control, .unit03-show__contact__form .placeholder--custom, .abou01-page__topics__item__paragraph, .blog03-show__article__modal__main__copy__button, .blog03__main__item__information__paragraph, .blog03-show__related__carousel__item__information__paragraph, .blog03-page__main__item__information__paragraph, .side02__footer__item, .side02__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .form01__main__form .form-control, .form01__main__form .placeholder--custom {
  color: #221f20;
}
.comp01-page__content__archives__item {
  color: #8f0000;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 26px;
  height: 1rem;
}
.head02__navigation__item--menu-mobile__item__icon span {
  height: 2px;
  border-radius: 100vw;
  background-color: #fff;
}
.comp01-page__banner, .cota02__banner, .bapa01__banner, .unit03-show__banner, .unit03-page__banner, .abou01-page__banner, .blog03-show__banner, .blog03-page__banner, .flyers-page__banner {
  width: 100%;
  padding-top: 9.6875rem;
  padding-bottom: 0;
  border-radius: 0 0 5.6875rem 5.6875rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}
@media (max-width: 991.98px) {
  .comp01-page__banner, .cota02__banner, .bapa01__banner, .unit03-show__banner, .unit03-page__banner, .abou01-page__banner, .blog03-show__banner, .blog03-page__banner, .flyers-page__banner {
    border-radius: 0 0 3.125rem 3.125rem;
  }
}
.comp01-page__banner__title, .cota02__banner__title, .bapa01__banner__title, .unit03-page__banner__title, .abou01-page__banner__title, .blog03-show__banner__title, .blog03-page__banner__title, .flyers-page__banner__title {
  margin-bottom: 0;
  background-color: rgba(143, 0, 0, 0.9);
  padding: 1.375rem 2.4375rem 1.0625rem;
  border-radius: 1.6875rem 1.6875rem 0 0;
  display: block;
}
.abou01__cta, .cont06__cta, .blog03-show__article__share, .topi08__cta, .head02__navigation__item__cta, .form01__main__form__footer__cta, .cota02__form__footer__cta, .cota02__form .input__item:has(input[type=file]) label::after, .unit03-show__content__information__cta, .unit03-show__contact__form__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: #eeb300;
  border: solid 1px #eeb300;
  border-radius: 100vw;
  font-weight: 700;
  transition: all ease 0.3s;
}
.abou01__cta:hover, .cont06__cta:hover, .blog03-show__article__share:hover, .topi08__cta:hover, .head02__navigation__item__cta:hover, .form01__main__form__footer__cta:hover, .cota02__form__footer__cta:hover, .cota02__form .input__item:has(input[type=file]) label:hover::after, .unit03-show__content__information__cta:hover, .unit03-show__contact__form__cta:hover {
  color: #eeb300;
  background-color: transparent;
}
.abou01__cta:focus, .cont06__cta:focus, .blog03-show__article__share:focus, .topi08__cta:focus, .head02__navigation__item__cta:focus, .form01__main__form__footer__cta:focus, .cota02__form__footer__cta:focus, .cota02__form .input__item:has(input[type=file]) label:focus::after, .unit03-show__content__information__cta:focus, .unit03-show__contact__form__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.cota02__form__footer__cta, .cota02__form .input__item:has(input[type=file]) label::after, .unit03-show__content__information__cta, .unit03-show__contact__form__cta {
  background-color: #8f0000;
  border-color: #8f0000;
  color: #fff;
  text-align: center;
  padding: 10px 1.5rem;
}
.cota02__form__footer__cta :hover, .cota02__form .input__item:has(input[type=file]) label::after :hover, .unit03-show__content__information__cta :hover, .unit03-show__contact__form__cta :hover {
  color: #8f0000;
}
.unit03-page__categories__carousel__item, .blog03-page__navigation__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: solid 1px #8f0000;
  border-radius: 100vw;
  background-color: transparent;
  font-weight: 600;
  transition: all ease 0.3s;
}
.unit03-page__categories__carousel__item:hover, .blog03-page__navigation__categories__item:hover {
  background-color: #eeb300;
  border-color: #eeb300;
}
.active.unit03-page__categories__carousel__item, .active.blog03-page__navigation__categories__item {
  background-color: #8f0000;
  color: #fff;
}
.active.unit03-page__categories__carousel__item img, .active.blog03-page__navigation__categories__item img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7439%) hue-rotate(64deg) brightness(104%) contrast(101%);
}
.abou01-page__topics__carousel__nav, .topi08__topics__carousel__nav, .topi02__header__nav, .topi03__topics__nav, .slid01__nav, .flyers-show__main__carousel__nav {
  --swiper-navigation-size: 0.75rem;
  /* Variável que define o tamanho do botão e do after */
  --swiper-navigation-color: $color-one;
  /* Variável que define a cor do after (setas) */
  position: relative;
  width: 5rem;
  /* Tamanho do botão interno * 2 + GAP */
  height: auto;
  /* Garante que o tamanho do botão esteja dentro do box. Caso o size seja alterado, deve-se alterar o tamanho do height */
  margin: 3rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.abou01-page__topics__carousel__nav:has(.swiper-button-lock), .topi08__topics__carousel__nav:has(.swiper-button-lock), .topi02__header__nav:has(.swiper-button-lock), .topi03__topics__nav:has(.swiper-button-lock), .slid01__nav:has(.swiper-button-lock), .flyers-show__main__carousel__nav:has(.swiper-button-lock) {
  display: none;
}
.abou01-page__topics__carousel__nav .swiper-button-next, .topi08__topics__carousel__nav .swiper-button-next, .topi02__header__nav .swiper-button-next, .topi03__topics__nav .swiper-button-next, .slid01__nav .swiper-button-next, .flyers-show__main__carousel__nav .swiper-button-next,
.abou01-page__topics__carousel__nav .swiper-button-prev,
.topi08__topics__carousel__nav .swiper-button-prev,
.topi02__header__nav .swiper-button-prev,
.topi03__topics__nav .swiper-button-prev,
.slid01__nav .swiper-button-prev,
.flyers-show__main__carousel__nav .swiper-button-prev {
  position: relative;
  width: 2.1875rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: unset;
  top: unset;
  right: unset;
  left: unset;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18.6542' cy='18.6542' r='17.6542' stroke='white'/%3E%3Cpath d='M20.125 14.4858L15.7114 18.8994L20.125 23.313' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.abou01-page__topics__carousel__nav .swiper-button-next::after, .topi08__topics__carousel__nav .swiper-button-next::after, .topi02__header__nav .swiper-button-next::after, .topi03__topics__nav .swiper-button-next::after, .slid01__nav .swiper-button-next::after, .flyers-show__main__carousel__nav .swiper-button-next::after,
.abou01-page__topics__carousel__nav .swiper-button-prev::after,
.topi08__topics__carousel__nav .swiper-button-prev::after,
.topi02__header__nav .swiper-button-prev::after,
.topi03__topics__nav .swiper-button-prev::after,
.slid01__nav .swiper-button-prev::after,
.flyers-show__main__carousel__nav .swiper-button-prev::after {
  display: none;
}
.abou01-page__topics__carousel__nav .swiper-button-next, .topi08__topics__carousel__nav .swiper-button-next, .topi02__header__nav .swiper-button-next, .topi03__topics__nav .swiper-button-next, .slid01__nav .swiper-button-next, .flyers-show__main__carousel__nav .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='37' viewBox='0 0 38 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.6542' cy='17.6542' r='17.6542' transform='matrix(-1 0 0 1 36.6172 1)' stroke='white'/%3E%3Cpath d='M17.7627 14.4858L22.1763 18.8994L17.7627 23.313' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
/*******************************************************************************************************************************************/
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
}
#root:has(.topi05) {
  padding-bottom: 3.0625rem;
}
@media (max-width: 991.98px) {
  #root:has(.form01):has(.topi05) {
    padding-bottom: 0;
  }
}
#root:has(.form01) {
  margin-bottom: -293px;
}
@media (max-width: 991.98px) {
  #root:has(.form01) {
    margin-bottom: -164px;
  }
  #root:has(.form01) .topi05 {
    margin-bottom: 2rem;
  }
}

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

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

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

.content {
  position: relative;
}

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

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

.text-secondary {
  color: #eeb300 !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(143, 0, 0, 0.5);
}

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

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(143, 0, 0, 0.9);
  border-color: rgba(143, 0, 0, 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(143, 0, 0, 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: #8f0000 !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: #eeb300;
  color: #221f20;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #8f0000;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #eeb300;
}
body .owl-dots .owl-dot.active {
  background-color: #2b8b2b;
}

.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: #2b8b2b;
  color: #eeb300;
  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.25rem;
  color: #221f20;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.5rem;
    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 "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #eeb300;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.875rem "Nunito Sans", sans-serif;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  background-color: #fff;
  color: #8f0000;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form101__boxRight__cta:hover {
  background-color: #221f20;
  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: #8f0000;
  font-size: 1.5625rem;
  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 "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #eeb300;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.875rem "Nunito Sans", sans-serif;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #221f20 !important;
  border-color: #221f20;
}
.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: #8f0000;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Nunito Sans", sans-serif;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #221f20;
  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 {
  width: 33dvw;
  float: right;
  background-color: #e3e3e3;
  border-radius: 1.5rem;
  margin-right: 5dvw;
  padding: 2.4375rem 3rem;
  position: relative;
}
.form01__detail {
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -100%;
}
@media (max-width: 991.98px) {
  .form01__detail {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .form01 {
    width: 90dvw;
    margin-left: 5dvw;
  }
}
.form01__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 100%;
}
.form01__main__information {
  width: 100%;
  margin-bottom: 1rem;
}
.form01__main__information__title {
  padding-bottom: 1rem;
  margin-bottom: 0.8125rem;
  width: 100%;
  border-bottom: solid 2px #8f0000;
}
.form01__main__form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.form01__main__form .input__item {
  width: 100%;
}
.form01__main__form .placeholder--custom {
  z-index: 3;
  padding-left: 1.8125rem !important;
}
.form01__main__form .form-control {
  background-color: #fff !important;
  border-radius: 100dvw;
  padding: 1rem 1.8125rem !important;
  height: auto !important;
  margin-bottom: 4px !important;
}
.form01__main__form__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.form01__main__form__footer__compliance {
  opacity: 0.4;
}
.form01__main__form__footer__compliance__link {
  text-decoration: underline;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #221f20;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #8f0000;
}
.form01__main__form__footer__cta {
  align-self: end;
  margin-top: 1rem;
  background-color: #8f0000;
  border-color: #8f0000;
  color: #fff;
  text-align: center;
  min-width: 11.1875rem;
}

.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.5625rem;
  color: #221f20;
  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 "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #8f0000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 0.875rem "Nunito Sans", sans-serif;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #8f0000;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #221f20;
  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.5625rem;
  color: #221f20;
  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 "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #eeb300;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.875rem "Nunito Sans", sans-serif;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #8f0000;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #221f20;
  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: #8f0000 !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.25rem;
  color: #8f0000;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.5rem;
  }
}
.form03__boxLeft__subtitle {
  color: #2b8b2b;
  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 "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #8f0000;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 1rem "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #8f0000;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.875rem "Nunito Sans", sans-serif;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #221f20;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 2.25rem;
  color: #221f20;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 1.5rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #8f0000;
  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: #8f0000;
  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: #8f0000;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Nunito Sans", sans-serif;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 400 0.875rem "Nunito Sans", sans-serif;
  }
}
.form03__boxRight__cta:hover {
  background-color: #221f20;
  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: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

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

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

.confirmation-page {
  position: relative;
  min-height: 100dvh;
  padding-bottom: 5rem;
  position: relative;
}
.confirmation-page__title {
  padding-bottom: 0;
  text-align: center;
}
.confirmation-page__paragraph {
  text-align: center;
  margin-top: 1rem;
  padding-inline: 5vw;
}
@media (max-width: 991.98px) {
  .confirmation-page__paragraph {
    margin-top: 0.5rem;
  }
}
.confirmation-page svg {
  width: 100%;
  margin-top: 4.6875rem;
}
@media (max-width: 991.98px) {
  .confirmation-page svg {
    margin-top: 7.9375rem;
  }
}

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

.animation {
  opacity: 0;
}

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

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

.flyers-page {
  padding-bottom: 7.5rem;
}
.flyers-page__main {
  margin-top: 3.6875rem;
  padding-inline: 5vw;
}
.flyers-page__main__header {
  max-width: 52.8125rem;
  margin-inline: auto;
}
.flyers-page__main__header__title {
  text-align: center;
  margin-bottom: 1.938rem;
}
.flyers-page__main__header__subtitle {
  text-align: center;
}
.flyers-page__main__header__paragraph p {
  text-align: center !important;
}
.flyers-page__main__flyers {
  margin-top: 3.6875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.938rem 0.875rem;
}
.flyers-page__main__flyers__item {
  width: 49%;
  display: flex;
}
@media screen and (max-width: 1097px) {
  .flyers-page__main__flyers__item {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .flyers-page__main__flyers__item {
    flex-direction: column;
    align-items: center;
  }
}
.flyers-page__main__flyers__item__date {
  color: #fff;
  background-color: #8f0000;
  padding: 0.125rem 0.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-left: 2.125rem;
}
.flyers-page__main__flyers__item__information {
  border-radius: 1.8125rem 0 0 1.8125rem;
  padding: 3.8125rem 5rem 5rem 2rem;
  grid-area: information;
  width: 100%;
  background-color: #f9edd2;
  height: 16.413rem;
}
@media (max-width: 767.98px) {
  .flyers-page__main__flyers__item__information {
    height: auto;
    padding: 2.25rem 1.188rem 1.375rem 1.188rem;
    border-radius: 1.813rem 1.813rem 0 0;
  }
}
.flyers-page__main__flyers__item__information__title {
  margin-bottom: 0;
}
.flyers-page__main__flyers__item__information__subtitle {
  margin: 0;
}
.flyers-page__main__flyers__item__image {
  grid-area: image;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  align-self: end;
  border-radius: 0.5rem 0.5rem 0 0;
}
.flyers-page__main__flyers__item__cta {
  display: block;
  width: 100%;
  background-color: #8f0000;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.438rem;
}
.flyers-page__main__banner {
  display: block;
  margin-top: 11.25rem;
  margin-inline: auto;
  border-radius: 2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1247/289;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .flyers-page__main__banner {
    aspect-ratio: 1/1;
    margin-top: 6rem;
  }
}
.flyers-page__main__banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flyers-show {
  display: none;
  max-width: 90%;
  margin-inline: auto;
  background-color: #f9edd2;
  padding: 38px 0;
  border-radius: 30px;
  padding-top: 2.938rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .flyers-show {
    padding-top: 6.375rem;
  }
}
.flyers-show__title {
  margin-left: 5%;
}
.flyers-show__subtitle {
  margin-bottom: 0;
  margin-left: 5%;
}
.flyers-show__main {
  margin-top: 3rem;
  padding: 0 5%;
  overflow: hidden;
}
.flyers-show__main__carousel__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: calc(25% - 0.9375rem);
}
@media (max-width: 991.98px) {
  .flyers-show__main__carousel__item {
    width: 14rem;
  }
}
.flyers-show__main__carousel__item__date {
  margin-left: 0.75rem;
  background-color: #8f0000;
  padding: 0.125rem 0.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.flyers-show__main__carousel__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 224/286;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem 0.5rem 0 0;
}
.flyers-show__main__carousel__item__cta {
  background-color: #8f0000;
  width: 100%;
  text-align: center;
  padding-block: 0.375rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.flyers-show__main__carousel__nav {
  margin: 0.875rem auto 0 0;
}
.flyers-show__main__carousel__nav__swiper-button-prev, .flyers-show__main__carousel__nav__swiper-button-next {
  filter: brightness(0) saturate(100%) invert(10%) sepia(80%) saturate(5899%) hue-rotate(1deg) brightness(77%) contrast(111%);
}
.flyers-show .carousel__button.is-close {
  top: 38px;
  right: 2.5REM;
  color: #8f0000;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .flyers-show .carousel__button.is-close {
    right: 1.5rem;
  }
}
.flyers-show .carousel__button.is-close svg {
  filter: none;
  width: 38px;
  height: auto;
  aspect-ratio: 1/1;
  stroke-width: 2px;
}

.flyers-page__main__flyers__item__custom-one {
  width: 52%;
  height: 17.905rem;
}
@media (max-width: 767.98px) {
  .flyers-page__main__flyers__item__custom-one {
    width: 90%;
    height: auto;
  }
}

.flyers-page__main__flyers__item__custom-two {
  width: 48%;
  height: 17.905rem;
}
@media (max-width: 767.98px) {
  .flyers-page__main__flyers__item__custom-two {
    width: 100%;
  }
}

.head02 {
  width: 100%;
  padding-top: 41px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100dvw;
}
@media (max-width: 1199.98px) {
  .head02::before {
    content: "";
    width: 90dvw;
    height: 61px;
    background-color: rgba(143, 0, 0, 0.9);
    border-radius: 100dvw;
    position: absolute;
    z-index: -1;
    left: 5dvw;
    bottom: -9px;
    transition: all ease 0.3s;
  }
}
.head02__logo {
  position: relative;
  width: 256px;
  height: auto;
  aspect-ratio: 256/62;
  transition: all ease 0.3s;
}
@media (max-width: 1199.98px) {
  .head02__logo {
    width: 146px;
    margin-left: 14px;
  }
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  list-style: none;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-color: rgba(143, 0, 0, 0.9);
  padding: 14px;
  border-radius: 100vw;
  transition: all ease 0.3s;
}
@media (max-width: 1199.98px) {
  .head02__navigation {
    background-color: transparent;
  }
}
.head02__navigation__item, .head02__navigation__item--socials {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Estilização do menu-dropdown */
  /* Modificador das redes socais */
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
@media (max-width: 1199.98px) {
  .head02__navigation__item, .head02__navigation__item--socials {
    display: none;
  }
}
.head02__navigation__item__link, .head02__navigation__item__btn {
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 100vw;
  transition: all ease 0.3s;
}
.head02__navigation__item__link:is(.active, :hover), .head02__navigation__item__btn:is(.active, :hover) {
  background-color: #eeb300;
  color: #221f20;
}
.head02__navigation__item__content {
  padding: 0.5rem;
  top: 60%;
  left: 0;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item--socials {
  gap: 0.5rem;
  position: absolute;
  right: 0;
  top: -33px;
  opacity: 1;
  transition: all ease 0.3s;
}
.head02__navigation__item--socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__navigation__item--socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation__item--menu-mobile {
  display: none;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .head02__navigation__item--menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-bottom: 4px solid #eeb300;
  background-color: #8f0000;
  list-style: none;
  transform: translate(-100%, 0); /* O default de animaçào da abertura é da esquerda para a direita */
  transition: transform ease 0.6s;
  /* ANIMAÇÕES DE ABERTURA */
  /* top to bottom - de cima para baixo*/
  /*right to left - de esquerda para direita*/
  /* bottom to top - de baixo para cima */
}
.side02::-webkit-scrollbar, .side02--btt::-webkit-scrollbar, .side02--rtl::-webkit-scrollbar, .side02--ttb::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(143, 0, 0, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(143, 0, 0, 0.8);
}
.side02::-webkit-scrollbar-thumb:hover, .side02--btt::-webkit-scrollbar-thumb:hover, .side02--rtl::-webkit-scrollbar-thumb:hover, .side02--ttb::-webkit-scrollbar-thumb:hover {
  background: #8f0000;
}
.side02.open, .open.side02--btt, .open.side02--rtl, .open.side02--ttb {
  left: 0;
  transform: translate(0, 0);
  transition: transform ease 0.6s;
}
.side02--ttb {
  transform: translate(0, -100%);
}
.side02--rtl {
  transform: translate(100%, 0);
}
.side02--btt {
  transform: translate(0, 100%);
}
.side02__header {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  /*
  &__languages {
      @include disFlex;

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

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

          &:hover {
              color: $color-four;
          }
      }
  }
  */
}
.side02__header__button-close__icon path {
  fill: #eeb300;
}
.side02__header__button-close__icon:hover path {
  fill: #eeb300;
}
.side02__logo {
  width: 235px;
  height: auto;
  aspect-ratio: 235/56;
  margin: 0 auto 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  margin-bottom: 4.5rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.side02__navigation__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.side02__navigation__item::before {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 100vw;
  bottom: -4px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  background-color: #eeb300;
}
.side02__navigation__item:is(:hover, .active, :active, :focus)::before {
  width: calc(100% + 16px);
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  width: 100%;
  text-align: center;
}
.side02__navigation__item__content {
  left: 50%;
  transform: translate(-50%, 0) !important; /*Uso do !important para resetar os valores padrões do .quedinha__content, pois este possui 4 níveis de especificidade*/
}
.side02__navigation__item__content--sub-menu {
  top: 100% !important;
  left: 0 !important;
  right: unset !important;
  /* Uso do important para resetar os valores de estilos que são inseridos via JS pelo plugin*/
}
.side02__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: solid 1px #221f20;
  border-radius: 0.75rem;
  background-color: #221f20;
  white-space: nowrap;
}
.side02__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #e3e3e3;
}
.side02__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 8.75rem 0 2.75rem;
}
.side02__socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.side02__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
/* BEGIN STYLE */
.foot03 {
  width: 100%;
  background-color: #221f20;
}
.foot03__navigation {
  width: 100%;
  display: grid;
  grid-template-columns: 21.9375rem 15.125rem 33dvw;
  grid-template-areas: "logo      .     .    " "sitemap units socials";
  align-items: start;
  justify-content: space-between;
  gap: 6.4375rem 1rem;
  border-bottom: solid 1px #fff;
}
@media (max-width: 991.98px) {
  .foot03__navigation {
    grid-template-columns: auto;
    grid-template-areas: "logo" "sitemap" "units" "socials";
    gap: 3.875rem;
    justify-items: center;
    justify-content: center;
    padding-top: 213px;
  }
}
.foot03__navigation__logo {
  grid-area: logo;
  height: auto;
  width: 17.875rem;
  aspect-ratio: 286/69;
}
.foot03__navigation__sitemap, .foot03__navigation__units {
  grid-area: sitemap;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.1875rem;
  width: 100%;
  list-style: none;
}
@media (max-width: 767.98px) {
  .foot03__navigation__sitemap, .foot03__navigation__units {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
  }
}
.foot03__navigation__sitemap__title, .foot03__navigation__units__title {
  font-weight: 700;
  width: 100%;
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media (max-width: 767.98px) {
  .foot03__navigation__sitemap__title, .foot03__navigation__units__title {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.foot03__navigation__sitemap__item, .foot03__navigation__units__item {
  width: calc(50% - 1.1875rem * 1 / 2);
  position: relative;
}
@media (max-width: 767.98px) {
  .foot03__navigation__sitemap__item, .foot03__navigation__units__item {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    width: 100%;
  }
}
.foot03__navigation__units {
  grid-area: units;
  flex-direction: column;
}
.foot03__navigation__units__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 155%;
}
@media (max-width: 991.98px) {
  .foot03__navigation__units__item {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .foot03__navigation__units__item {
    justify-content: center;
  }
}
.foot03__navigation__units__item__icon {
  height: auto;
  width: 1.125rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot03__navigation__socials {
  grid-area: socials;
  align-self: end;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.125rem 0.875rem;
  flex-wrap: wrap;
}
.foot03__navigation__socials__title {
  text-align: center;
  width: 100%;
}
.foot03__navigation__socials__item {
  border-radius: 50%;
  height: auto;
  width: 3.625rem;
  aspect-ratio: 1/1;
  background-color: #8f0000;
  border: solid 1px #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot03__navigation__socials__item {
    width: 2.25rem;
  }
}
.foot03__navigation__socials__item__icon {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot03__copyright {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #8f0000;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .foot03__copyright {
    align-items: center;
    flex-direction: column;
  }
}
.foot03__copyright__compliance {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 991.98px) {
  .foot03__copyright__compliance {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .foot03__copyright__compliance__item {
    text-align: center;
  }
}
.foot03__copyright__hoom {
  width: 14.5rem;
  height: auto;
  aspect-ratio: 232/41;
}
.foot03__copyright__hoom__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.slid01 {
  position: relative;
  z-index: 0;
}
.slid01__item {
  padding-bottom: 0;
  z-index: 0;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.slid01__item__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.slid01__item__background__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slid01__nav {
  position: absolute;
  bottom: 4.375rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}

/* BEGIN STYLE */
.topi09 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -2.75rem;
}
@media (max-width: 991.98px) {
  .topi09 {
    margin-top: -1.75rem;
  }
}
.topi09__topics {
  height: auto;
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
}
.topi09__topics__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel {
    overflow: visible;
  }
}
.topi09__topics__item {
  width: 33.33%;
  height: auto;
  padding: 1.45rem 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 2.375rem;
  background-color: #d9d9d9;
}
@media (max-width: 991.98px) {
  .topi09__topics__item {
    width: 16.875rem;
    padding: 0.625rem;
    gap: 0.5rem;
  }
}
.topi09__topics__item:first-of-type {
  border-radius: 2.40625rem 0px 0px 2.40625rem;
}
.topi09__topics__item:last-of-type {
  border-radius: 0px 2.40625rem 2.40625rem 0px;
}
.topi09__topics__item__icon {
  width: 3.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 991.98px) {
  .topi09__topics__item__icon {
    width: 2.25rem;
  }
}
.topi09__topics__item__icon__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi09__topics__item__information {
  width: calc(100% - 3.5rem + 2.375rem);
}
.topi09__topics__item__information__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

/* BEGIN STYLE */
.topi03 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 6.8125rem;
}
.topi03__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}
.topi03__header__subtitle {
  margin-bottom: 0;
}
.topi03__header__title {
  margin-bottom: 3.75rem;
}
.topi03__header__detail {
  width: 20.125rem;
  height: 11.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .topi03__header__detail {
    display: none;
  }
}
.topi03__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .topi03__topics {
    overflow: visible;
  }
}
.topi03__topics__nav {
  margin: 0.875rem auto 0 0;
}
.topi03__topics__nav__swiper-button-prev, .topi03__topics__nav__swiper-button-next {
  filter: brightness(0) saturate(100%) invert(11%) sepia(49%) saturate(5401%) hue-rotate(354deg) brightness(106%) contrast(121%);
}
.topi03__topics__item {
  position: relative;
  padding: 2.75rem 1.75rem 0;
  border-radius: 1.3125rem;
  border: 1px solid #e3e3e3;
  transition: all ease 0.4s;
  background: #fff;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: calc(20% - 12px);
}
.topi03__topics__item:hover {
  border-color: rgba(143, 0, 0, 0.89);
}
@media (max-width: 1199.98px) {
  .topi03__topics__item {
    width: 12.9375rem;
  }
}
.topi03__topics__item__icon {
  width: 75%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1.75rem;
}
.topi03__topics__item__title {
  text-align: center;
  margin-bottom: 2.125rem;
}
.topi03__topics__item__paragraph {
  text-align: center;
  display: block;
  background-color: #e3e3e3;
  padding: 0.5rem;
  border-radius: 1.3125rem;
  height: 3.125rem;
  overflow: hidden;
  min-width: 68%;
  margin-bottom: -2rem;
  transition: all ease 0.4s;
}
@media (max-width: 991.98px) {
  .topi03__topics__item__paragraph {
    height: 2.6875rem;
  }
}
:hover > .topi03__topics__item__paragraph {
  color: #f9edd2;
  background-color: #8f0000;
}

/* BEGIN STYLE */
.topi02 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  position: relative;
}
.topi02::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 41.0625rem;
  background-color: #221f20;
}
@media (max-width: 991.98px) {
  .topi02::before {
    height: 34.8125rem;
  }
}
.topi02__header {
  width: 100%;
  margin-bottom: 3.875rem;
  display: grid;
  grid-template-areas: "title . " "subtitle nav";
  justify-content: space-between;
  gap: 0 4.4375rem;
}
.topi02__header__title {
  margin-bottom: 0;
  grid-area: title;
}
.topi02__header__subtitle {
  grid-area: subtitle;
  width: 100%;
  max-width: 938px;
  opacity: 0.5;
}
.topi02__header__nav {
  grid-area: nav;
  margin: 0;
  width: auto;
  gap: 6px;
}
.topi02__header__nav .swiper-button-next,
.topi02__header__nav .swiper-button-prev {
  width: 3.625rem;
}
@media (max-width: 991.98px) {
  .topi02__header__nav .swiper-button-next,
  .topi02__header__nav .swiper-button-prev {
    width: 2.25rem;
  }
}
.topi02__topics {
  height: auto;
}
.topi02__topics__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi02__topics__carousel {
    overflow: visible;
  }
}
.topi02__topics__item {
  position: relative;
  height: auto;
  padding: 0 2.25rem;
  aspect-ratio: 340/444;
  margin-bottom: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.topi02__topics__item::before {
  content: "";
  width: 100%;
  height: 15.9375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 0.625rem 0.625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 93.75%);
}
@media (max-width: 991.98px) {
  .topi02__topics__item {
    width: 21.25rem;
  }
}
.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: -2; /* envia para o fundo o bg do topico */
  border-radius: 0.625rem;
}
.topi02__topics__item__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 7.8125rem;
  height: auto;
  margin-bottom: 1rem;
  padding: 0.375rem 0.5rem;
  background-color: #8f0000;
  border-radius: 0.5625rem;
}
.topi02__topics__item__icon__img {
  width: 100%;
  height: auto;
  aspect-ratio: 109/26;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi02__topics__item__paragraph {
  text-align: center;
  margin-bottom: 1.25rem;
}
.topi02__topics__item__title {
  text-align: center;
  min-width: 15rem;
  margin-bottom: -1.125rem;
  border-radius: 1.3125rem;
  background-color: #8f0000;
  transition: all ease 0.3s;
}
:hover > .topi02__topics__item__title {
  background-color: #eeb300;
}
.topi02__topics__item__title__custom {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.topi02__cta {
  margin: 3rem 0 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/* BEGIN STYLE */
.topi08 {
  overflow: hidden; /* Prevenção do shift da animação*/
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi08__header {
  width: 100%;
  margin-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.topi08__header__title {
  margin-bottom: 0;
  text-align: center;
}
.topi08__header__subtitle {
  margin-bottom: 0;
  text-align: center;
}
.topi08__topics {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi08__topics__carousel {
  overflow: visible;
}
.topi08__topics__carousel__nav {
  margin: 1.625rem auto 0;
}
.topi08__topics__carousel__nav__swiper-button-prev, .topi08__topics__carousel__nav__swiper-button-next {
  filter: brightness(0) saturate(100%) invert(11%) sepia(49%) saturate(5401%) hue-rotate(354deg) brightness(106%) contrast(121%);
}
.topi08__topics__item {
  position: relative;
  width: 23.9375rem;
  height: auto;
  aspect-ratio: 383/355;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: all ease 0.4s;
}
.topi08__topics__item:hover {
  scale: 1.05;
}
@media (max-width: 991.98px) {
  .topi08__topics__item {
    width: 20.4375rem;
  }
}
.topi08__topics__item__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi08__cta {
  margin-left: auto;
}
.topi08__detail {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 9.25rem;
  width: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .topi08__detail {
    display: none;
  }
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.blog03, .blog03-show__related {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 6.6875rem;
  padding-bottom: 3.5625rem;
  background-color: rgba(34, 31, 32, 0.1);
}
.blog03__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5rem;
}
.blog03__header__title {
  text-align: center;
  margin-bottom: 0;
}
.blog03__header__subtitle {
  text-align: center;
  margin-bottom: 0;
}
.blog03__main, .blog03-show__related__carousel {
  overflow: visible;
  margin-inline: auto;
  width: 100%;
  max-width: 52rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .blog03__main, .blog03-show__related__carousel {
    max-width: 19.5625rem;
  }
}
.blog03__main__swiper-button-prev, .blog03-show__related__carousel__swiper-button-prev {
  left: 0;
  translate: -50% -25%;
}
.blog03__main__swiper-button-next, .blog03-show__related__carousel__swiper-button-next {
  right: 0;
  translate: 50% -25%;
}
.blog03__main__swiper-button-prev, .blog03-show__related__carousel__swiper-button-prev, .blog03__main__swiper-button-next, .blog03-show__related__carousel__swiper-button-next {
  position: absolute;
  top: 50%;
  width: 4.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 991.98px) {
  .blog03__main__swiper-button-prev, .blog03-show__related__carousel__swiper-button-prev, .blog03__main__swiper-button-next, .blog03-show__related__carousel__swiper-button-next {
    width: 2.6875rem;
  }
  .blog03__main__swiper-button-prev svg, .blog03-show__related__carousel__swiper-button-prev svg, .blog03__main__swiper-button-next svg, .blog03-show__related__carousel__swiper-button-next svg {
    height: 100%;
    width: 100%;
  }
}
.blog03__main__swiper-button-prev::after, .blog03-show__related__carousel__swiper-button-prev::after, .blog03__main__swiper-button-next::after, .blog03-show__related__carousel__swiper-button-next::after {
  display: none;
}
.blog03__main__item, .blog03-show__related__carousel__item, .blog03-page__main__item {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 3.125rem 4rem;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: all ease 0.3s;
}
.blog03__main__item:is(.swiper-slide-active, :hover), .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover), .blog03-page__main__item:is(.swiper-slide-active, :hover) {
  transition-delay: 0.2s;
  background-color: #8f0000;
}
@media (max-width: 991.98px) {
  .blog03__main__item, .blog03-show__related__carousel__item, .blog03-page__main__item {
    flex-direction: column-reverse;
    padding: 2rem;
  }
}
.blog03__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__title, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__title, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__title, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__title, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__title, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__title, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__title, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__title, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__title, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__paragraph, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__paragraph, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__paragraph, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__paragraph, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__paragraph, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__paragraph, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__paragraph, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__paragraph, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__paragraph {
  transition-delay: 0.2s;
  color: #fff;
}
.blog03__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__cta, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__cta, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__cta, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__cta, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__cta, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__cta, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__cta, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__cta, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__cta {
  background-color: #fff;
  color: #8f0000;
}
.blog03__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__cta path, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__cta path, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__cta path, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__cta path, .blog03__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__cta path, .blog03-show__related__carousel__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__cta path, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03__main__item__information__cta path, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-show__related__carousel__item__information__cta path, .blog03-page__main__item:is(.swiper-slide-active, :hover) .blog03-page__main__item__information__cta path {
  stroke: #8f0000;
}
.blog03__main__item__information, .blog03-show__related__carousel__item__information, .blog03-page__main__item__information {
  width: 55%;
}
@media (max-width: 991.98px) {
  .blog03__main__item__information, .blog03-show__related__carousel__item__information, .blog03-page__main__item__information {
    width: 100%;
  }
}
.blog03__main__item__information__title, .blog03-show__related__carousel__item__information__title, .blog03-page__main__item__information__title {
  margin-bottom: 0.75rem;
  transition: all ease 0.3s;
}
.blog03__main__item__information__paragraph, .blog03-show__related__carousel__item__information__paragraph, .blog03-page__main__item__information__paragraph {
  transition: all ease 0.3s;
}
.blog03__main__item__information__cta, .blog03-show__related__carousel__item__information__cta, .blog03-page__main__item__information__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: #8f0000;
  border-radius: 100vw;
  padding: 0.5rem 1.5rem;
  margin-top: 2.6875rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: all ease 0.3s;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .blog03__main__item__information__cta, .blog03-show__related__carousel__item__information__cta, .blog03-page__main__item__information__cta {
    margin-inline: auto;
  }
}
.blog03__main__item__image, .blog03-show__related__carousel__item__image, .blog03-page__main__item__image {
  margin: 0;
  width: 36%;
  height: auto;
  aspect-ratio: 252/233;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .blog03__main__item__image, .blog03-show__related__carousel__item__image, .blog03-page__main__item__image {
    width: 100%;
  }
}
.blog03__main__item__image__img, .blog03-show__related__carousel__item__image__img, .blog03-page__main__item__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog03__cta {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.5625rem 0 0 auto;
}

.blog03-page__navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 991.98px) {
  .blog03-page__navigation {
    flex-direction: column;
    gap: 2rem;
  }
}
.blog03-page__navigation__categories {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.blog03-page__main {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-bottom: 12.4375rem;
}
@media (max-width: 991.98px) {
  .blog03-page__main {
    padding-bottom: 5.375rem;
  }
}
.blog03-page__main__item {
  width: calc(50% - 1.25rem * 1 / 2);
  background-color: #f9edd2;
  padding: 1.75rem 1.5rem;
}
@media (max-width: 991.98px) {
  .blog03-page__main__item {
    width: 100%;
  }
}
.blog03-show__article {
  overflow: hidden; /* Prevenção do shift da animação */
  max-width: calc(949px + 10dvw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.blog03-show__article__title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.blog03-show__article__description {
  margin-bottom: 4rem;
}
.blog03-show__article__image {
  width: 100%;
  height: auto;
  aspect-ratio: 940/572;
  max-height: 100dvh;
  margin-bottom: 4rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog03-show__article__body {
  margin-bottom: 2rem;
  max-width: 816px;
}
.blog03-show__article__share {
  margin-left: auto;
}
.blog03-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #2b8b2b;
  transition: all ease 0.5s;
  transform: translateY(-40%);
}
.blog03-show__article__modal.open {
  opacity: 1;
  transition: all ease 0.5s;
  transform: translateY(0%);
}
.blog03-show__article__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog03-show__article__modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog03-show__article__modal__header__title {
  margin-bottom: 0;
}
.blog03-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog03-show__article__modal__main {
  overflow: hidden;
}
.blog03-show__article__modal__main__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.blog03-show__article__modal__main__socials__item {
  width: 5.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.blog03-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;
}
.blog03-show__article__modal__main__socials__item__figure svg {
  width: 3rem !important;
  height: 3rem !important;
}
.blog03-show__article__modal__main__copy {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #221f20;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog03-show__article__modal__main__copy {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog03-show__article__modal__main__copy__button {
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #f9edd2;
}
@media (max-width: 767.98px) {
  .blog03-show__article__modal__main__copy__button {
    width: 100%;
  }
}
.blog03-show__related {
  padding-bottom: 12.4375rem;
  padding-top: 2.5rem;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .blog03-show__related {
    padding-bottom: 5.375rem;
  }
}
.blog03-show__related__title {
  margin-bottom: 3.4375rem;
  text-align: center;
}
.blog03-show__related__carousel__item {
  background-color: #f9edd2;
}
.blog03-show__related__carousel__swiper-button-prev::after, .blog03-show__related__carousel__swiper-button-next::after {
  display: none;
}

/* BEGIN STYLE */
.cont06 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-bottom: 11.75rem;
}
@media (max-width: 991.98px) {
  .cont06 {
    padding-top: 7.5625rem;
    padding-bottom: 7rem;
  }
}
.cont06__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.3125rem;
}
.cont06__header__title {
  margin-bottom: 0;
}
.cont06__header__paragraph {
  width: 100%;
  max-width: 680px;
  text-align: center;
}
.cont06__video {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1244/596;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.875rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .cont06__video {
    aspect-ratio: 1/1;
  }
}
.cont06__video::before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #221f20;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cont06__video__button {
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 3;
  position: relative;
  background-color: transparent;
  border: none;
}
.cont06__video__button__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cont06__video__iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.cont06__cta {
  margin: 1.25rem auto 0;
}

/* BEGIN STYLE */
.topi05 {
  float: left;
  margin-left: 5dvw;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 55dvw;
}
@media (max-width: 991.98px) {
  .topi05 {
    width: 90dvw;
    margin-right: 5dvw;
  }
}
.topi05__item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .topi05__item {
    flex-direction: column;
  }
}
.topi05__item__image {
  margin-bottom: 2rem;
  border-radius: 1.5rem 0 0 1.5rem;
  position: relative;
  z-index: 1;
  width: 58%;
  height: 100%;
  aspect-ratio: 428/220;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .topi05__item__image {
    width: 100%;
    height: auto;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.topi05__item__information {
  height: 100%;
  width: 60%;
  position: relative;
  z-index: 2;
  margin-left: -15%;
  padding: 2.375rem 1.5625rem;
  border-radius: 2.25rem;
  min-width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #2b8b2b;
}
@media (max-width: 991.98px) {
  .topi05__item__information {
    align-items: center;
    margin-left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    margin-top: -91px;
  }
}
.topi05__item__information__title {
  margin-bottom: 1.625rem;
  padding: 0.25rem 2rem;
  background-color: #fff;
  border-radius: 100vw;
}
.topi05__item__information__paragraph {
  width: 100%;
}

/* BEGIN STYLE */
.abou01 {
  overflow: hidden; /* prevenção do shift da animação*/
}
.abou01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.abou01__header__title {
  margin-bottom: 0.25rem;
  text-align: center;
}
.abou01__header__subtitle {
  margin-bottom: 2rem;
  text-align: center;
}
.abou01__paragraph {
  width: 100%;
  max-width: 1206px;
  margin: 0 auto 2rem;
  text-align: center;
}
.abou01__cta {
  margin-inline: auto;
}

.abou01-page__main, .abou01-page__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .abou01-page__main, .abou01-page__section {
    flex-direction: column-reverse;
    gap: 5rem;
    padding-bottom: 3rem;
  }
}
.abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information {
  width: 55%;
}
@media (max-width: 991.98px) {
  .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information {
    width: 100%;
  }
}
.abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image {
  width: 33%;
}
@media (max-width: 991.98px) {
  .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image {
    width: 100%;
  }
}
.abou01-page__main__information, .abou01-page__section__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information, .abou01-page__section__information {
    width: 100%;
    padding-bottom: 0px;
  }
}
.abou01-page__main__information__header, .abou01-page__section__information__header {
  margin-bottom: 2rem;
  width: 100%;
}
.abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
  text-align: left;
  margin-bottom: 0;
}
.abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle {
  text-align: left;
  margin-bottom: 0;
}
.abou01-page__main__image, .abou01-page__section__image {
  width: 100%;
  height: auto;
  aspect-ratio: 426/357;
}
.abou01-page__main__image__img, .abou01-page__section__image__img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou01-page__topics {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  height: auto;
  background-color: #8f0000;
  /* FRONTEND CASO SEJA NECESSÁRIO O CARROSSEL VAZANDO, REMOVER O OVERFLOW HIDDEN */
}
.abou01-page__topics__carousel {
  overflow: hidden;
}
.abou01-page__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: auto;
  border-radius: 1rem;
  padding: 2.5rem 1.625rem 2.25rem;
  background-color: #fff;
}
.abou01-page__topics__item__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1875rem;
}
.abou01-page__topics__item__header__icon {
  width: 4.1875rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.abou01-page__topics__item__header__title {
  text-align: center;
}
.abou01-page__topics__item__paragraph {
  text-align: center;
}
.abou01-page__section {
  padding-bottom: 0;
}
.abou01-page__section:has(.abou01-page__section__image) .abou01-page__section__information {
  width: 48%;
}
@media (max-width: 991.98px) {
  .abou01-page__section:has(.abou01-page__section__image) .abou01-page__section__information {
    width: 100%;
  }
}
.abou01-page__section:has(.abou01-page__section__information) .abou01-page__section__image {
  width: 36%;
}
@media (max-width: 991.98px) {
  .abou01-page__section:has(.abou01-page__section__information) .abou01-page__section__image {
    width: 100%;
  }
}
.abou01-page__section__information {
  padding-bottom: 5rem;
}
.abou01-page__section__image {
  align-self: end;
  aspect-ratio: 467/502;
}
.abou01-page__section__image__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* BEGIN STYLE */
.cont06v1 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 0;
  padding-bottom: 11.75rem;
}
@media (max-width: 991.98px) {
  .cont06v1 {
    padding-bottom: 7rem;
  }
}
.cont06v1__video {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1244/478;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.875rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .cont06v1__video {
    aspect-ratio: 1/1;
  }
}
.cont06v1__video::before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #221f20;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cont06v1__video__button {
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 3;
  position: relative;
  background-color: transparent;
  border: none;
}
.cont06v1__video__button__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cont06v1__video__iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* BEGIN STYLE */
.unit03-page__categories {
  padding-top: 2.5625rem;
  padding-bottom: 3.1875rem;
}
.unit03-page__categories__carousel {
  width: 100%;
}
.unit03-page__categories__carousel__item__icon {
  height: auto;
  width: 1.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.unit03-page__list {
  padding-top: 0;
  padding-bottom: 13.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 2.0625rem 1.125rem;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .unit03-page__list {
    padding-bottom: 5rem;
  }
}
.unit03-page__list__item {
  position: relative;
  height: auto;
  padding: 0 2.25rem;
  aspect-ratio: 340/444;
  margin-bottom: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: calc(33.3333333333% - 1.125rem * 2 / 3);
}
@media (max-width: 767.98px) {
  .unit03-page__list__item {
    width: calc(50% - 1.125rem * 1 / 2);
  }
}
@media (max-width: 575.98px) {
  .unit03-page__list__item {
    width: 100%;
  }
}
.unit03-page__list__item::before {
  content: "";
  width: 100%;
  height: 15.9375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 0.625rem 0.625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 93.75%);
}
.unit03-page__list__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: -2; /* envia para o fundo o bg do topico */
  border-radius: 0.625rem;
}
.unit03-page__list__item__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 7.8125rem;
  height: auto;
  margin-bottom: 1rem;
  padding: 0.375rem 0.5rem;
  background-color: #8f0000;
  border-radius: 0.5625rem;
}
.unit03-page__list__item__icon__img {
  width: 100%;
  height: auto;
  aspect-ratio: 109/26;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.unit03-page__list__item__paragraph {
  text-align: center;
  margin-bottom: 1.25rem;
}
.unit03-page__list__item__cta {
  text-align: center;
  min-width: 15rem;
  margin-bottom: -1.125rem;
  border-radius: 1.3125rem;
  background-color: #8f0000;
  transition: all ease 0.3s;
}
:hover > .unit03-page__list__item__cta {
  background-color: #eeb300;
}
.unit03-page__list__item__cta__custom {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.5rem;
}

.unit03-show__banner {
  border-radius: 0 0 4.5rem 4.5rem;
  height: 28.875rem;
}
.unit03-show__contact {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: 8.625rem auto;
  grid-template-areas: "socials form" "topics form";
  align-items: start;
  width: 100%;
  margin-top: -8.625rem;
}
.unit03-show__contact:not(:has(.unit03-show__contact__form)) {
  grid-template-columns: 100%;
  grid-template-areas: "socials" "topics";
}
@media (max-width: 1199.98px) {
  .unit03-show__contact:not(:has(.unit03-show__contact__form)) {
    grid-template-areas: "socials" "topics";
  }
}
@media (max-width: 1199.98px) {
  .unit03-show__contact {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    grid-template-areas: "socials" "topics" "form";
  }
}
.unit03-show__contact__socials {
  grid-area: socials;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__socials {
    flex-direction: column;
    align-items: center;
  }
}
.unit03-show__contact__socials__image {
  width: 39%;
  height: 8.625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(143, 0, 0, 0.9);
  border-top-left-radius: 1.6875rem;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__socials__image {
    width: 18.75rem;
    border-top-right-radius: 1.6875rem;
  }
}
.unit03-show__contact__socials__image__img {
  width: 82%;
  height: auto;
  aspect-ratio: 256/62;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__socials__image__img {
    margin-inline: auto;
  }
}
.unit03-show__contact__socials__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 1.6875rem;
  background-color: rgba(238, 179, 0, 0.9);
  width: 61%;
  height: 8.625rem;
  border-top-right-radius: 1.6875rem;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__socials__information {
    width: 18.75rem;
    border-top-right-radius: 0;
    border-radius: 0 0 1.6875rem 1.6875rem;
  }
}
.unit03-show__contact__socials__information__subtitle {
  text-align: left;
}
.unit03-show__contact__socials__information__title {
  text-align: left;
}
.unit03-show__contact__socials__information__category {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.75rem;
}
.unit03-show__contact__socials__information__category__icon {
  width: 1.375rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.unit03-show__contact__topics {
  grid-area: topics;
  padding-top: 3.625rem;
  width: 100%;
}
.unit03-show__contact__topics__carousel {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .unit03-show__contact__topics__carousel {
    overflow: visible;
  }
}
.unit03-show__contact__topics__carousel__item {
  display: grid !important;
  grid-template-columns: auto auto;
  gap: 0 15px;
  grid-template-areas: "icon title" "icon paragraph";
  width: -moz-fit-content;
  width: fit-content;
}
.unit03-show__contact__topics__carousel__item__icon {
  width: 2.625rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  grid-area: icon;
}
.unit03-show__contact__topics__carousel__item__title {
  grid-area: title;
  text-align: left;
  line-height: 100%;
}
.unit03-show__contact__topics__carousel__item__paragraph {
  grid-area: paragraph;
  text-align: left;
}
.unit03-show__contact__form {
  grid-area: form;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #e3e3e3;
  border-radius: 1.5rem;
  margin-right: 5dvw;
  margin-top: -10.375rem;
}
@media (max-width: 1199.98px) {
  .unit03-show__contact__form {
    margin-left: 5dvw;
    margin-top: 0;
  }
}
.unit03-show__contact__form__title {
  padding-bottom: 1rem;
  margin-bottom: 0.8125rem;
  width: 100%;
  border-bottom: solid 2px #8f0000;
}
.unit03-show__contact__form__subtitle {
  text-align: left;
}
.unit03-show__contact__form .input__item {
  width: 100%;
}
.unit03-show__contact__form .placeholder--custom {
  z-index: 3;
  padding-left: 1.8125rem !important;
}
.unit03-show__contact__form .form-control {
  background-color: #fff !important;
  border-radius: 100dvw;
  padding: 1rem 1.8125rem !important;
  height: auto !important;
  margin-bottom: 4px !important;
}
.unit03-show__contact__form__cta {
  min-width: 11.1875rem;
  align-self: end;
  margin-top: 1rem;
}
.unit03-show__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.unit03-show__content:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .unit03-show__content {
    flex-direction: column;
  }
}
.unit03-show__content__carousel {
  width: 45%;
  height: auto;
  aspect-ratio: 559/381;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .unit03-show__content__carousel {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.unit03-show__content__carousel__item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.625rem;
}
.unit03-show__content__carousel__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unit03-show__content__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: calc(47% + 45px);
}
@media (max-width: 991.98px) {
  .unit03-show__content__information {
    width: 100%;
  }
}
.unit03-show__content__information__title {
  text-align: left;
  margin-bottom: 1.125rem;
}
.unit03-show__content__information__cta {
  align-self: start;
  margin-top: 2rem;
}
.unit03-show__gallery {
  padding-top: 1.625rem;
  padding-bottom: 12.4375rem;
}
@media (max-width: 991.98px) {
  .unit03-show__gallery {
    padding-bottom: 5.375rem;
  }
}
.unit03-show__gallery__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.125rem;
}
.unit03-show__gallery__header__title {
  text-align: center;
}
.unit03-show__gallery__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.9375rem 0.8125rem;
}
.unit03-show__gallery__list__item, .unit03-show__gallery__list__item--big {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  position: relative;
  width: calc(25% - 0.8125rem * 3 / 4);
  height: auto;
  aspect-ratio: 302/267;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  .unit03-show__gallery__list__item, .unit03-show__gallery__list__item--big {
    width: calc(33.3333333333% - 0.8125rem * 2 / 3);
  }
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__list__item, .unit03-show__gallery__list__item--big {
    width: calc(50% - 0.8125rem * 1 / 2);
  }
}
@media (max-width: 575.98px) {
  .unit03-show__gallery__list__item, .unit03-show__gallery__list__item--big {
    width: 100%;
  }
}
.unit03-show__gallery__list__item.video::before, .video.unit03-show__gallery__list__item--big::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='93' viewBox='0 0 65 93' fill='none'%3E%3Cpath d='M62.5626 41.6926C65.7758 44.0922 65.7758 48.9078 62.5626 51.3074L9.59013 90.8667C5.63317 93.8217 -2.49926e-06 90.9979 -2.38058e-06 86.0593L-4.79211e-07 6.94068C-3.60528e-07 2.00209 5.63316 -0.821729 9.59012 2.13329L62.5626 41.6926Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.unit03-show__gallery__list__item img, .unit03-show__gallery__list__item--big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.unit03-show__gallery__list__item__title, .unit03-show__gallery__list__item--big__title {
  text-align: center;
  padding: 0.3125rem 1rem 0.625rem;
  background-color: #8f0000;
  border-radius: 1rem 1rem 0 0;
  font-weight: 700;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
}
.unit03-show__gallery__list__item--big {
  width: 70% !important;
  aspect-ratio: 1242/529 !important;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .unit03-show__gallery__list__item--big {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .unit03-show__gallery__list__item--big {
    aspect-ratio: 302/267 !important;
  }
}
.unit03-show__gallery__list__item--big__title {
  margin-left: 3.625rem;
}
@media (max-width: 991.98px) {
  .unit03-show__gallery__list__item--big__title {
    margin-left: auto;
  }
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.topi10v1 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 6.8125rem;
}
.topi10v1__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}
.topi10v1__header__subtitle {
  margin-bottom: 0;
}
.topi10v1__header__title {
  margin-bottom: 3.75rem;
}
.topi10v1__header__detail {
  width: 20.125rem;
  height: 11.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .topi10v1__header__detail {
    display: none;
  }
}
.topi10v1__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.topi10v1__topics__item {
  position: relative;
  padding: 2.75rem 1.75rem 0;
  border-radius: 1.3125rem;
  border: 1px solid #e3e3e3;
  transition: all ease 0.4s;
  background: #fff;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: calc(20% - 0.9375rem * 4 / 5);
}
.topi10v1__topics__item:hover {
  border-color: rgba(143, 0, 0, 0.89);
}
@media (max-width: 1199.98px) {
  .topi10v1__topics__item {
    width: calc(25% - 0.9375rem * 3 / 4);
  }
}
@media (max-width: 991.98px) {
  .topi10v1__topics__item {
    width: calc(33.3333333333% - 0.9375rem * 2 / 3);
  }
}
@media (max-width: 767.98px) {
  .topi10v1__topics__item {
    width: calc(50% - 0.9375rem * 1 / 2);
  }
}
@media (max-width: 575.98px) {
  .topi10v1__topics__item {
    width: 100%;
  }
}
.topi10v1__topics__item__icon {
  width: 75%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1.75rem;
}
.topi10v1__topics__item__title {
  text-align: center;
  margin-bottom: 2.125rem;
}
.topi10v1__topics__item__paragraph {
  text-align: center;
  display: block;
  background-color: #e3e3e3;
  padding: 0.5rem;
  border-radius: 1.3125rem;
  height: 3.125rem;
  overflow: hidden;
  min-width: 68%;
  margin-bottom: -2rem;
  transition: all ease 0.4s;
}
@media (max-width: 991.98px) {
  .topi10v1__topics__item__paragraph {
    height: 2.6875rem;
  }
}
:hover > .topi10v1__topics__item__paragraph {
  color: #f9edd2;
  background-color: #8f0000;
}

/* BEGIN STYLE */
.gall01 {
  overflow: hidden; /* prevenção do shift da animação */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 7.5rem 4.3125rem;
  padding-top: 3.75rem;
  padding-bottom: 8rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .gall01 {
    gap: 1.125rem;
  }
}
.gall01::before {
  content: "";
  background-color: #8f0000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: auto;
  width: 100%;
  aspect-ratio: 1450/510;
}
@media (max-width: 991.98px) {
  .gall01::before {
    aspect-ratio: 390/1120;
  }
}
@media (max-width: 767.98px) {
  .gall01::before {
    aspect-ratio: 390/1140;
  }
}
@media (max-width: 575.98px) {
  .gall01::before {
    aspect-ratio: 390/1185;
  }
}
.gall01__item {
  width: calc(33.3333333333% - 4.3125rem * 2 / 3);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gall01__item:nth-of-type(7) {
  aspect-ratio: 1247/368;
  width: 100%;
}
@media (max-width: 991.98px) {
  .gall01__item {
    width: 100%;
  }
  .gall01__item:nth-of-type(3) {
    margin-bottom: 8rem;
  }
}

/* BEGIN STYLE */
.cota02__topics {
  padding-top: 10rem;
  padding-bottom: 3.75rem;
  margin-top: -6.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #f9edd2;
}
.cota02__topics__item {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-areas: "icon title" "icon paragraph";
  -moz-column-gap: 0.6875rem;
       column-gap: 0.6875rem;
}
@media (max-width: 575.98px) {
  .cota02__topics__item {
    width: 100%;
    justify-content: start;
  }
}
.cota02__topics__item__icon {
  grid-area: icon;
  width: 2.875rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cota02__topics__item__title {
  grid-area: title;
  margin-bottom: 0;
}
.cota02__topics__item__paragraph {
  text-align: left;
  max-width: 292px;
}
.cota02__form {
  padding-bottom: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 55.6875rem;
  margin-inline: auto;
}
.cota02__form__header {
  width: 100%;
  margin-bottom: 3rem;
}
.cota02__form__header__title {
  text-align: center;
}
.cota02__form__header__paragraph {
  text-align: center;
  max-width: 44.75rem;
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item:has(input[type=file]) {
  width: 50%;
}
.cota02__form .input__item:has(input[type=file]) label {
  background-color: #e3e3e3;
  border-radius: 4.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
  position: relative;
}
.cota02__form .input__item:has(input[type=file]) label::after {
  content: "Anexar";
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.cota02__form .input__item:has(input[type=file]) label:nth-of-type(2) {
  display: none;
}
@media (max-width: 767.98px) {
  .cota02__form .input__item:has(input[type=file]) {
    width: 100%;
  }
}
.cota02__form .input__item .form-control,
.cota02__form .input__item .form-select {
  background-color: #e3e3e3;
  border-radius: 4.5rem;
  box-shadow: none;
  outline: none;
  border: none;
}
.cota02__form .input__item .form-placeholder .placeholder--custom {
  z-index: 3;
}
.cota02__form .input__item--textarea {
  width: 100%;
}
.cota02__form .input__item--textarea .form-control {
  padding-top: 1.5rem;
  border-radius: 25px;
}
.cota02__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cota02__form__footer__compliance {
  display: inline;
}
.cota02__form__footer__compliance__link {
  text-decoration: underline;
}
.cota02__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #221f20;
  border-radius: 50%;
}
.cota02__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #2b8b2b;
}
.cota02__form__footer__cta {
  min-width: 10rem;
}

/* BEGIN STYLE */
.comp01-page__banner {
  background-color: rgba(249, 237, 210, 0.35);
}
.comp01-page__content {
  position: relative;
  padding-inline: 10vw;
}
@media (max-width: 991.98px) {
  .comp01-page__content {
    padding-inline: 5vw;
  }
}
.comp01-page__content::before {
  display: none;
  content: "";
  width: 80vw;
  height: 1px;
  margin-inline: auto;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .comp01-page__content::before {
    width: 90vw;
  }
}
.comp01-page__content + .comp01-page__content::before {
  display: block;
}
.comp01-page__content__header {
  margin-bottom: 3.3125rem;
}
@media (max-width: 991.98px) {
  .comp01-page__content__header {
    margin-bottom: 2.5rem;
  }
}
.comp01-page__content__header__title {
  text-align: left;
  margin-bottom: 0;
}
.comp01-page__content__archives {
  margin-top: 4.1875rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.comp01-page__content__archives__item {
  position: relative;
  padding: 0.25rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
  border: solid 1px #8f0000;
  border-radius: 100vw;
  font-weight: 700;
  transition: all ease 0.3s;
}
.comp01-page__content__archives__item:hover {
  background-color: #eeb300;
  border-color: #eeb300;
}
.comp01-page__content__archives__item svg {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
}
