@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
  /* RESET DE ELEMENTOS */
  /* CARROSSEL - SWIPER */
}
body.no-scroll {
  overflow-y: hidden;
}
body hr {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  padding-left: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
}
body .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: #fabd18;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          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: #5b8fc3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.4s ease-out;
}
.quedinha__content--sub-menu {
  top: 0;
  left: 100%;
}
.quedinha.open > .quedinha__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

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

/*******************************************************************************************************************************************/
/******************* THEME ****************************/
.comp01-page__content, .copa04-page__section-products, .copa04-page__faq, .copa04-page__additional-topics, .copa04-page__additional-content, .copa04-page__gallery-topics, .copa04-page__topics-carousel, .copa04-page__highlighted, .copa04-page__video-section, .copa04-page__hero, .gall01, .cont11, .topi02, .cont06, .cont02v1, .topi03, .cota02__form, .cota02__topics, .blog01-show__related, .blog01-page__articles, .blog01-page__categories, .team01-page__main, .team01__banner, .team01, .abou01-page__topics, .abou01-page__main, .abou01-page__section, .abou01, .topi09, .cont02, .serv08, .topi11, .feed05, .topi01, .slid01__item, .foot02__copyright, .foot02__navigation, .confirmation-page__title, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .team01-page__banner__title, .abou01-page__banner__title, .confirmation-page__banner__title {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.slid01__item__information__title {
  font: 700 4.5rem "Red Hat Display", sans-serif, arial;
  line-height: 4.25rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .slid01__item__information__title {
    font-size: 2.5rem;
    line-height: 90%;
  }
}
.slid01__item__information__title {
  color: #fff;
}
.copa04-page__additional-content__header__title, .copa04-page__gallery-topics__header__title, .copa04-page__topics-carousel__header__title, .copa04-page__highlighted__information__subtitle, .cota02__form__header__title, .blog01-show__related__title, .blog01-show__article__title, .blog01-page__articles__highlighted__item__information__title, .team01-show__information__title, .form01__information__header__title, .comp01-page__content__header__title, .copa04-page__section-products__carousel__item__title, .copa04-page__section-products__header__title, .copa04-page__faq__header__title, .copa04-page__video-section__title, .cont11__information__title, .cont02v1__information__title, .cont02v2__information__title, .team01-page__main__header__title, .team01__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .cont02__information__title, .serv08-show__information__title, .topi11__main__header__title, .feed05__header__title, .topi01__header__title, .confirmation-page__title, .topi02__header__title, .serv08__header__title, .copa04-page__hero__information__header__title, .copa04-page__topics__header__title {
  font: 700 2.75rem "Red Hat Display", sans-serif, arial;
  line-height: 109%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__header__title, .copa04-page__gallery-topics__header__title, .copa04-page__topics-carousel__header__title, .copa04-page__highlighted__information__subtitle, .cota02__form__header__title, .blog01-show__related__title, .blog01-show__article__title, .blog01-page__articles__highlighted__item__information__title, .team01-show__information__title, .form01__information__header__title, .comp01-page__content__header__title, .copa04-page__section-products__carousel__item__title, .copa04-page__section-products__header__title, .copa04-page__faq__header__title, .copa04-page__video-section__title, .cont11__information__title, .cont02v1__information__title, .cont02v2__information__title, .team01-page__main__header__title, .team01__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .cont02__information__title, .serv08-show__information__title, .topi11__main__header__title, .feed05__header__title, .topi01__header__title, .confirmation-page__title, .topi02__header__title, .serv08__header__title, .copa04-page__hero__information__header__title, .copa04-page__topics__header__title {
    font-size: 2rem;
  }
}
.copa04-page__topics__header__title {
  color: #fff;
}
.copa04-page__hero__information__header__title {
  color: #000;
}
.copa04-page__additional-content__header__title, .copa04-page__gallery-topics__header__title, .copa04-page__topics-carousel__header__title, .copa04-page__highlighted__information__subtitle, .cota02__form__header__title, .blog01-show__related__title, .blog01-show__article__title, .blog01-page__articles__highlighted__item__information__title, .team01-show__information__title, .form01__information__header__title, .comp01-page__content__header__title, .copa04-page__section-products__carousel__item__title, .copa04-page__section-products__header__title, .copa04-page__faq__header__title, .copa04-page__video-section__title, .cont11__information__title, .cont02v1__information__title, .cont02v2__information__title, .team01-page__main__header__title, .team01__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .cont02__information__title, .serv08-show__information__title, .topi11__main__header__title, .feed05__header__title, .topi01__header__title, .confirmation-page__title, .topi02__header__title, .serv08__header__title {
  color: #244e8f;
}
.copa04-page__section-products__carousel__item__price__title, .serv08__carousel__item__footer__pricing__price, .dialog__title, .serv08-show__information__footer__pricing__price {
  font: 700 2rem "Red Hat Display", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .copa04-page__section-products__carousel__item__price__title, .serv08__carousel__item__footer__pricing__price, .dialog__title, .serv08-show__information__footer__pricing__price {
    font-size: 1.625rem;
  }
}
.serv08-show__information__footer__pricing__price {
  color: #fff;
}
.copa04-page__section-products__carousel__item__price__title, .serv08__carousel__item__footer__pricing__price, .dialog__title {
  color: #244e8f;
}
.copa04-page__section-products__header__subtitle, .copa04-page__additional-content__header__subtitle, .copa04-page__gallery-topics__header__subtitle, .copa04-page__topics-carousel__header__subtitle, .copa04-page__video-section__subtitle, .copa04-page__gallery-topics__carousel__item__information__title, .copa04-page__topics-carousel__carousel__item__title, .topi02__topics__item__title, .topi03__topics__item__header__title, .cota02__topics__item__information__title, .blog01-show__article__modal__header__title, .blog01-page__articles__list__item__description__title, .blog01-show__related__item__description__title, .abou01-page__topics__item__header__title, .topi09__topics__item__header__title, .serv08__carousel__item__information__title, .topi01__topics__item__title, .copa04-page__faq__item__title, .topi11__main__topics__item__title, .serv08-show__flag, .feed05__main__item__header__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .team01-page__banner__title, .abou01-page__banner__title, .confirmation-page__banner__title {
  font: 700 1.25rem "Red Hat Display", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .copa04-page__section-products__header__subtitle, .copa04-page__additional-content__header__subtitle, .copa04-page__gallery-topics__header__subtitle, .copa04-page__topics-carousel__header__subtitle, .copa04-page__video-section__subtitle, .copa04-page__gallery-topics__carousel__item__information__title, .copa04-page__topics-carousel__carousel__item__title, .topi02__topics__item__title, .topi03__topics__item__header__title, .cota02__topics__item__information__title, .blog01-show__article__modal__header__title, .blog01-page__articles__list__item__description__title, .blog01-show__related__item__description__title, .abou01-page__topics__item__header__title, .topi09__topics__item__header__title, .serv08__carousel__item__information__title, .topi01__topics__item__title, .copa04-page__faq__item__title, .topi11__main__topics__item__title, .serv08-show__flag, .feed05__main__item__header__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .team01-page__banner__title, .abou01-page__banner__title, .confirmation-page__banner__title {
    font-size: 1.125rem;
  }
}
.serv08-show__flag, .feed05__main__item__header__title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header, .comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .team01-page__banner__title, .abou01-page__banner__title, .confirmation-page__banner__title {
  color: #fff;
}
.copa04-page__gallery-topics__carousel__item__information__title, .copa04-page__topics-carousel__carousel__item__title, .topi02__topics__item__title, .topi03__topics__item__header__title, .cota02__topics__item__information__title, .blog01-show__article__modal__header__title, .blog01-page__articles__list__item__description__title, .blog01-show__related__item__description__title, .abou01-page__topics__item__header__title, .topi09__topics__item__header__title, .serv08__carousel__item__information__title, .topi01__topics__item__title, .copa04-page__faq__item__title, .topi11__main__topics__item__title {
  color: #244e8f;
}
.copa04-page__section-products__header__subtitle, .copa04-page__additional-content__header__subtitle, .copa04-page__gallery-topics__header__subtitle, .copa04-page__topics-carousel__header__subtitle, .copa04-page__video-section__subtitle {
  color: #fabd18;
}
.copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title, .team01__main__item__information__title, .team01-page__main__team__item__information__title, .form01__information__header__paragraph {
  font: 700 1.063rem "Red Hat Display", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title, .team01__main__item__information__title, .team01-page__main__team__item__information__title, .form01__information__header__paragraph {
    font-size: 1rem;
  }
}
.copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title, .team01__main__item__information__title, .team01-page__main__team__item__information__title, .form01__information__header__paragraph {
  color: #244e8f;
}
.copa04-page__highlighted__information__title, .cont11__information__subtitle, .cont02v1__information__subtitle, .cont02v2__information__subtitle, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont02__information__subtitle, .feed05__header__subtitle, .comp01-page__content__archives__item, .team01-show__information__subtitle, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .copa04-page__section-products__header__paragraph, .copa04-page__additional-content__header__paragraph, .copa04-page__gallery-topics__header__paragraph, .copa04-page__topics-carousel__header__paragraph, .copa04-page__highlighted__information__paragraph, .copa04-page__video-section__paragraph, .copa04-page__hero__information__paragraph, .cont11__information__paragraph, .topi02__topics__item__paragraph, .cont02v1__information__paragraph, .cota02__form__header__paragraph, .blog01-show__article__body, .blog01-show__article__description, .blog01-page__articles__highlighted__item__information__paragraph, .team01-show__information__paragraph, .team01__header__paragraph, .abou01-page__topics__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .abou01__information__paragraph, .cont02__information__paragraph, .serv08-show__information__paragraph, .serv08__carousel__item__information__paragraph, .feed05__main__item__testimony, .feed05__header__description, .topi01__topics__item__paragraph, .confirmation-page__paragraph, .dialog__paragraph, .copa04-page__faq__item__paragraph, .topi11__main__topics__item__paragraph, .copa04-page__topics__header__paragraph, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  font: 400 1rem "Red Hat Display", sans-serif, arial;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.copa04-page__highlighted__information__title p, .cont11__information__subtitle p, .cont02v1__information__subtitle p, .cont02v2__information__subtitle p, .abou01-page__main__information__header__subtitle p, .abou01-page__section__information__header__subtitle p, .cont02__information__subtitle p, .feed05__header__subtitle p, .comp01-page__content__archives__item p, .team01-show__information__subtitle p, .head02__navigation__item--menu-mobile__item p, .comp01-page__content__paragraph p, .copa04-page__section-products__header__paragraph p, .copa04-page__additional-content__header__paragraph p, .copa04-page__gallery-topics__header__paragraph p, .copa04-page__topics-carousel__header__paragraph p, .copa04-page__highlighted__information__paragraph p, .copa04-page__video-section__paragraph p, .copa04-page__hero__information__paragraph p, .cont11__information__paragraph p, .topi02__topics__item__paragraph p, .cont02v1__information__paragraph p, .cota02__form__header__paragraph p, .blog01-show__article__body p, .blog01-show__article__description p, .blog01-page__articles__highlighted__item__information__paragraph p, .team01-show__information__paragraph p, .team01__header__paragraph p, .abou01-page__topics__item__paragraph p, .abou01-page__main__information__paragraph p, .abou01-page__section__information__paragraph p, .abou01__information__paragraph p, .cont02__information__paragraph p, .serv08-show__information__paragraph p, .serv08__carousel__item__information__paragraph p, .feed05__main__item__testimony p, .feed05__header__description p, .topi01__topics__item__paragraph p, .confirmation-page__paragraph p, .dialog__paragraph p, .copa04-page__faq__item__paragraph p, .topi11__main__topics__item__paragraph p, .copa04-page__topics__header__paragraph p, .foot02__navigation__pages__item p, .foot02__navigation__client-contact__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted__information__title, .cont11__information__subtitle, .cont02v1__information__subtitle, .cont02v2__information__subtitle, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont02__information__subtitle, .feed05__header__subtitle, .comp01-page__content__archives__item, .team01-show__information__subtitle, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .copa04-page__section-products__header__paragraph, .copa04-page__additional-content__header__paragraph, .copa04-page__gallery-topics__header__paragraph, .copa04-page__topics-carousel__header__paragraph, .copa04-page__highlighted__information__paragraph, .copa04-page__video-section__paragraph, .copa04-page__hero__information__paragraph, .cont11__information__paragraph, .topi02__topics__item__paragraph, .cont02v1__information__paragraph, .cota02__form__header__paragraph, .blog01-show__article__body, .blog01-show__article__description, .blog01-page__articles__highlighted__item__information__paragraph, .team01-show__information__paragraph, .team01__header__paragraph, .abou01-page__topics__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .abou01__information__paragraph, .cont02__information__paragraph, .serv08-show__information__paragraph, .serv08__carousel__item__information__paragraph, .feed05__main__item__testimony, .feed05__header__description, .topi01__topics__item__paragraph, .confirmation-page__paragraph, .dialog__paragraph, .copa04-page__faq__item__paragraph, .topi11__main__topics__item__paragraph, .copa04-page__topics__header__paragraph, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
    font-size: 0.938rem;
  }
}
.copa04-page__topics__header__paragraph, .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  color: #fff;
}
.comp01-page__content__paragraph, .copa04-page__section-products__header__paragraph, .copa04-page__additional-content__header__paragraph, .copa04-page__gallery-topics__header__paragraph, .copa04-page__topics-carousel__header__paragraph, .copa04-page__highlighted__information__paragraph, .copa04-page__video-section__paragraph, .copa04-page__hero__information__paragraph, .cont11__information__paragraph, .topi02__topics__item__paragraph, .cont02v1__information__paragraph, .cota02__form__header__paragraph, .blog01-show__article__body, .blog01-show__article__description, .blog01-page__articles__highlighted__item__information__paragraph, .team01-show__information__paragraph, .team01__header__paragraph, .abou01-page__topics__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .abou01__information__paragraph, .cont02__information__paragraph, .serv08-show__information__paragraph, .serv08__carousel__item__information__paragraph, .feed05__main__item__testimony, .feed05__header__description, .topi01__topics__item__paragraph, .confirmation-page__paragraph, .dialog__paragraph, .copa04-page__faq__item__paragraph, .topi11__main__topics__item__paragraph {
  color: #000;
}
.comp01-page__content__archives__item, .team01-show__information__subtitle, .head02__navigation__item--menu-mobile__item {
  color: #244e8f;
}
.copa04-page__highlighted__information__title, .cont11__information__subtitle, .cont02v1__information__subtitle, .cont02v2__information__subtitle, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont02__information__subtitle, .feed05__header__subtitle {
  color: #0eaadb;
}
.blog01-show__article__time, .blog01-show__article__share, .form01__information__form__cta, .cont02v2__information__cta, .cota02__form__form-box__cta, .blog01-page__articles__highlighted__item__information__cta, .dialog__menu__item:nth-of-type(even), .copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__image__cta, .copa04-page__hero__information__cta, .cont11__information__cta, .cont06__cta, .cont02v1__information__cta, .blog01-page__categories__item, .team01__header__cta, .abou01-page__section__information__cta, .abou01__information__cta, .cont02__information__cta, .slid01__item__information__cta, .dialog__menu__item, .copa04-page__hero__aside__cta, .serv08-show__information__footer__cta, .serv08__carousel__item__footer__cta, .side02__cta, .head02__navigation__item__cta, .copa04-page__section-products__carousel__item__price__paragraph, .copa04-page__section-products__carousel__item__price__title span, .cota02__form__form-box .input__item .focusing .placeholder--custom, .cota02__form__form-box .input__item .placeholder--custom, .cota02__topics__item__information__description, .team01__main__item__information__subtitle, .team01-page__main__team__item__information__subtitle, .serv08__carousel__item__footer__pricing__title, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .form01__information__form .input__item .focusing .placeholder--custom, .form01__information__form .input__item .placeholder--custom, .copa04-page__section-products__carousel__item__price, .copa04-page__section-products__carousel__item__paragraph, .copa04-page__gallery-topics__carousel__item__information__paragraph, .copa04-page__topics-carousel__carousel__item__paragraph, .copa04-page__topics__main__item__paragraph, .topi03__topics__item__paragraph, .cont02v2__information__paragraph, .cota02__form__form-box__checkbox__label, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-page__articles__list__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__highlighted__item__information__time, .topi09__topics__item__paragraph, .botao-flutuante span, .head02__navigation__item__cta__content__item, .form01__information__form__checkbox__label, .blog01-show__article__modal__main__copy__button, .blog01-show__article__modal__main__copy__link, .blog01-page__articles__highlighted__item__information__category, .serv08-show__information__footer__pricing__title, .serv08__carousel__item__flag, .foot02__copyright__compliances__item, .side02__footer__links__item {
  font: 400 0.875rem "Red Hat Display", sans-serif, arial;
  line-height: 157%;
}
.blog01-show__article__time p, .blog01-show__article__share p, .form01__information__form__cta p, .cont02v2__information__cta p, .cota02__form__form-box__cta p, .blog01-page__articles__highlighted__item__information__cta p, .dialog__menu__item:nth-of-type(even) p, .copa04-page__section-products__carousel__item__cta p, .copa04-page__additional-topics__carousel__item--video__cta p, .copa04-page__additional-topics__carousel__item__cta p, .copa04-page__additional-content__header__cta p, .copa04-page__topics-carousel__cta p, .copa04-page__topics__cta p, .copa04-page__highlighted__image__cta p, .copa04-page__hero__information__cta p, .cont11__information__cta p, .cont06__cta p, .cont02v1__information__cta p, .blog01-page__categories__item p, .team01__header__cta p, .abou01-page__section__information__cta p, .abou01__information__cta p, .cont02__information__cta p, .slid01__item__information__cta p, .dialog__menu__item p, .copa04-page__hero__aside__cta p, .serv08-show__information__footer__cta p, .serv08__carousel__item__footer__cta p, .side02__cta p, .head02__navigation__item__cta p, .copa04-page__section-products__carousel__item__price__paragraph p, .copa04-page__section-products__carousel__item__price__title span p, .cota02__form__form-box .input__item .focusing .placeholder--custom p, .cota02__form__form-box .input__item .placeholder--custom p, .cota02__topics__item__information__description p, .team01__main__item__information__subtitle p, .team01-page__main__team__item__information__subtitle p, .serv08__carousel__item__footer__pricing__title p, .side02__navigation__item__link p, .side02__navigation__item__btn p, .head02__navigation__item__link p, .head02__navigation__item__btn p, .form01__information__form .input__item .focusing .placeholder--custom p, .form01__information__form .input__item .placeholder--custom p, .copa04-page__section-products__carousel__item__price p, .copa04-page__section-products__carousel__item__paragraph p, .copa04-page__gallery-topics__carousel__item__information__paragraph p, .copa04-page__topics-carousel__carousel__item__paragraph p, .copa04-page__topics__main__item__paragraph p, .topi03__topics__item__paragraph p, .cont02v2__information__paragraph p, .cota02__form__form-box__checkbox__label p, .blog01-show__article__modal__main__socials__item__figure__title p, .blog01-page__articles__list__item__description__paragraph p, .blog01-show__related__item__description__paragraph p, .blog01-page__articles__list__item__description__time p, .blog01-show__related__item__description__time p, .blog01-page__articles__highlighted__item__information__time p, .topi09__topics__item__paragraph p, .botao-flutuante span p, .head02__navigation__item__cta__content__item p, .form01__information__form__checkbox__label p, .blog01-show__article__modal__main__copy__button p, .blog01-show__article__modal__main__copy__link p, .blog01-page__articles__highlighted__item__information__category p, .serv08-show__information__footer__pricing__title p, .serv08__carousel__item__flag p, .foot02__copyright__compliances__item p, .side02__footer__links__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
}
@media (max-width: 991.98px) {
  .blog01-show__article__time, .blog01-show__article__share, .form01__information__form__cta, .cont02v2__information__cta, .cota02__form__form-box__cta, .blog01-page__articles__highlighted__item__information__cta, .dialog__menu__item:nth-of-type(even), .copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__image__cta, .copa04-page__hero__information__cta, .cont11__information__cta, .cont06__cta, .cont02v1__information__cta, .blog01-page__categories__item, .team01__header__cta, .abou01-page__section__information__cta, .abou01__information__cta, .cont02__information__cta, .slid01__item__information__cta, .dialog__menu__item, .copa04-page__hero__aside__cta, .serv08-show__information__footer__cta, .serv08__carousel__item__footer__cta, .side02__cta, .head02__navigation__item__cta, .copa04-page__section-products__carousel__item__price__paragraph, .copa04-page__section-products__carousel__item__price__title span, .cota02__form__form-box .input__item .focusing .placeholder--custom, .cota02__form__form-box .input__item .placeholder--custom, .cota02__topics__item__information__description, .team01__main__item__information__subtitle, .team01-page__main__team__item__information__subtitle, .serv08__carousel__item__footer__pricing__title, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .form01__information__form .input__item .focusing .placeholder--custom, .form01__information__form .input__item .placeholder--custom, .copa04-page__section-products__carousel__item__price, .copa04-page__section-products__carousel__item__paragraph, .copa04-page__gallery-topics__carousel__item__information__paragraph, .copa04-page__topics-carousel__carousel__item__paragraph, .copa04-page__topics__main__item__paragraph, .topi03__topics__item__paragraph, .cont02v2__information__paragraph, .cota02__form__form-box__checkbox__label, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-page__articles__list__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__highlighted__item__information__time, .topi09__topics__item__paragraph, .botao-flutuante span, .head02__navigation__item__cta__content__item, .form01__information__form__checkbox__label, .blog01-show__article__modal__main__copy__button, .blog01-show__article__modal__main__copy__link, .blog01-page__articles__highlighted__item__information__category, .serv08-show__information__footer__pricing__title, .serv08__carousel__item__flag, .foot02__copyright__compliances__item, .side02__footer__links__item {
    font-size: 0.875rem;
    line-height: 170%;
  }
}
.blog01-show__article__modal__main__copy__button, .blog01-show__article__modal__main__copy__link, .blog01-page__articles__highlighted__item__information__category, .serv08-show__information__footer__pricing__title, .serv08__carousel__item__flag, .foot02__copyright__compliances__item, .side02__footer__links__item {
  color: #fff;
}
.copa04-page__section-products__carousel__item__price, .copa04-page__section-products__carousel__item__paragraph, .copa04-page__gallery-topics__carousel__item__information__paragraph, .copa04-page__topics-carousel__carousel__item__paragraph, .copa04-page__topics__main__item__paragraph, .topi03__topics__item__paragraph, .cont02v2__information__paragraph, .cota02__form__form-box__checkbox__label, .blog01-show__article__modal__main__socials__item__figure__title, .blog01-page__articles__list__item__description__paragraph, .blog01-show__related__item__description__paragraph, .blog01-page__articles__list__item__description__time, .blog01-show__related__item__description__time, .blog01-page__articles__highlighted__item__information__time, .topi09__topics__item__paragraph, .botao-flutuante span, .head02__navigation__item__cta__content__item, .form01__information__form__checkbox__label {
  color: #000;
}
.copa04-page__section-products__carousel__item__price__paragraph, .copa04-page__section-products__carousel__item__price__title span, .cota02__form__form-box .input__item .focusing .placeholder--custom, .cota02__form__form-box .input__item .placeholder--custom, .cota02__topics__item__information__description, .team01__main__item__information__subtitle, .team01-page__main__team__item__information__subtitle, .serv08__carousel__item__footer__pricing__title, .side02__navigation__item__link, .side02__navigation__item__btn, .head02__navigation__item__link, .head02__navigation__item__btn, .form01__information__form .input__item .focusing .placeholder--custom, .form01__information__form .input__item .placeholder--custom {
  color: #244e8f;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 1.375rem;
  height: 1rem;
}
.head02__navigation__item--menu-mobile__item__icon span {
  border-radius: 100vw;
  height: 2px;
  background-color: #0eaadb;
}
.comp01-page__banner, .cota02__banner, .blog01-show__banner, .blog01-page__banner, .team01-page__banner, .abou01-page__banner, .confirmation-page__banner {
  background-color: #244e8f;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  position: relative;
}
.comp01-page__banner__title, .cota02__banner__title, .blog01-show__banner__title, .blog01-page__banner__title, .team01-page__banner__title, .abou01-page__banner__title, .confirmation-page__banner__title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  position: relative;
  isolation: isolate;
  height: 100%;
}
.comp01-page__banner__title::before, .cota02__banner__title::before, .blog01-show__banner__title::before, .blog01-page__banner__title::before, .team01-page__banner__title::before, .abou01-page__banner__title::before, .confirmation-page__banner__title::before {
  position: absolute;
  z-index: -1;
  width: calc(100% + 5vw);
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #5b8fc3;
  border-radius: 0 100vw 100vw 0;
}
.comp01-page__banner__title::after, .cota02__banner__title::after, .blog01-show__banner__title::after, .blog01-page__banner__title::after, .team01-page__banner__title::after, .abou01-page__banner__title::after, .confirmation-page__banner__title::after {
  position: absolute;
  z-index: -1;
  width: calc(100% + 5vw + 2rem);
  height: 100%;
  left: -1px;
  top: 0;
  content: "";
  border: solid 1px #fff;
  border-radius: 0 100vw 100vw 0;
}
.comp01-page__content__header__title, .copa04-page__section-products__carousel__item__title, .copa04-page__section-products__header__title, .copa04-page__faq__header__title, .copa04-page__video-section__title, .cont11__information__title, .cont02v1__information__title, .cont02v2__information__title, .team01-page__main__header__title, .team01__header__title, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .abou01__header__title, .cont02__information__title, .serv08-show__information__title, .topi11__main__header__title, .feed05__header__title, .topi01__header__title, .confirmation-page__title, .topi02__header__title, .serv08__header__title {
  padding-bottom: 1.75rem;
  position: relative;
}
.comp01-page__content__header__title::after, .copa04-page__section-products__carousel__item__title::after, .copa04-page__section-products__header__title::after, .copa04-page__faq__header__title::after, .copa04-page__video-section__title::after, .cont11__information__title::after, .cont02v1__information__title::after, .cont02v2__information__title::after, .team01-page__main__header__title::after, .team01__header__title::after, .abou01-page__main__information__header__title::after, .abou01-page__section__information__header__title::after, .abou01__header__title::after, .cont02__information__title::after, .serv08-show__information__title::after, .topi11__main__header__title::after, .feed05__header__title::after, .topi01__header__title::after, .confirmation-page__title::after, .topi02__header__title::after, .serv08__header__title::after {
  content: "";
  background-color: #0eaadb;
  width: 2.625rem;
  height: 4px;
  border-radius: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topi02__header__title, .serv08__header__title {
  color: #fff;
  text-align: center;
  max-width: 444px;
  margin-inline: auto;
}
.topi02__header__title::after, .serv08__header__title::after {
  background-color: #fff;
  left: 50%;
  translate: -50% 0;
}
.cont11__information__subtitle, .cont02v1__information__subtitle, .cont02v2__information__subtitle, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .cont02__information__subtitle, .feed05__header__subtitle {
  font-weight: 700;
  line-height: 200%;
  text-align: left;
  text-transform: uppercase;
}
.blog01-show__article__share, .form01__information__form__cta, .cont02v2__information__cta, .cota02__form__form-box__cta, .blog01-page__articles__highlighted__item__information__cta, .dialog__menu__item:nth-of-type(even), .copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__image__cta, .copa04-page__hero__information__cta, .cont11__information__cta, .cont06__cta, .cont02v1__information__cta, .blog01-page__categories__item, .team01__header__cta, .abou01-page__section__information__cta, .abou01__information__cta, .cont02__information__cta, .slid01__item__information__cta, .dialog__menu__item, .copa04-page__hero__aside__cta, .serv08-show__information__footer__cta, .serv08__carousel__item__footer__cta, .side02__cta, .head02__navigation__item__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  position: relative;
  border: none;
  font-weight: 700;
  border-radius: 100vw;
  transition: all ease 0.3s;
}
.blog01-show__article__share:focus, .form01__information__form__cta:focus, .cont02v2__information__cta:focus, .cota02__form__form-box__cta:focus, .blog01-page__articles__highlighted__item__information__cta:focus, .copa04-page__section-products__carousel__item__cta:focus, .copa04-page__additional-topics__carousel__item--video__cta:focus, .copa04-page__additional-topics__carousel__item__cta:focus, .copa04-page__additional-content__header__cta:focus, .copa04-page__topics-carousel__cta:focus, .copa04-page__topics__cta:focus, .copa04-page__highlighted__image__cta:focus, .copa04-page__hero__information__cta:focus, .cont11__information__cta:focus, .cont06__cta:focus, .cont02v1__information__cta:focus, .blog01-page__categories__item:focus, .team01__header__cta:focus, .abou01-page__section__information__cta:focus, .abou01__information__cta:focus, .cont02__information__cta:focus, .slid01__item__information__cta:focus, .dialog__menu__item:focus, .copa04-page__hero__aside__cta:focus, .serv08-show__information__footer__cta:focus, .serv08__carousel__item__footer__cta:focus, .side02__cta:focus, .head02__navigation__item__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.copa04-page__hero__aside__cta, .serv08-show__information__footer__cta, .serv08__carousel__item__footer__cta, .side02__cta, .head02__navigation__item__cta {
  --_gradient: linear-gradient(
      94deg,
      #fabd18 -18.95%,
      #06a5d8 70.64%
  );
  z-index: 0;
  isolation: isolate;
  padding: 1rem 2.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-image: var(--_gradient);
}
.copa04-page__hero__aside__cta span, .serv08-show__information__footer__cta span, .serv08__carousel__item__footer__cta span, .side02__cta span, .head02__navigation__item__cta span {
  color: #fff;
  font-size: 1rem;
  z-index: 1;
}
.copa04-page__hero__aside__cta::before, .serv08-show__information__footer__cta::before, .serv08__carousel__item__footer__cta::before, .side02__cta::before, .head02__navigation__item__cta::before {
  content: "";
  background-color: #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  height: 0;
  width: 0;
  transition: inherit;
  border-radius: inherit;
  transition-delay: 0.1s;
}
.copa04-page__hero__aside__cta:hover span, .serv08-show__information__footer__cta:hover span, .serv08__carousel__item__footer__cta:hover span, .side02__cta:hover span, .head02__navigation__item__cta:hover span {
  color: transparent;
  background-image: var(--_gradient);
  background-clip: text;
  -webkit-background-clip: text;
}
.copa04-page__hero__aside__cta:hover::before, .serv08-show__information__footer__cta:hover::before, .serv08__carousel__item__footer__cta:hover::before, .side02__cta:hover::before, .head02__navigation__item__cta:hover::before {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}
.copa04-page__section-products__carousel__item__cta, .copa04-page__additional-topics__carousel__item--video__cta, .copa04-page__additional-topics__carousel__item__cta, .copa04-page__additional-content__header__cta, .copa04-page__topics-carousel__cta, .copa04-page__topics__cta, .copa04-page__highlighted__image__cta, .copa04-page__hero__information__cta, .cont11__information__cta, .cont06__cta, .cont02v1__information__cta, .blog01-page__categories__item, .team01__header__cta, .abou01-page__section__information__cta, .abou01__information__cta, .cont02__information__cta, .slid01__item__information__cta, .dialog__menu__item, .dialog__menu__item:nth-of-type(even) {
  border: solid 1px #0eaadb;
  color: #fff;
  background-color: #0eaadb;
}
.copa04-page__section-products__carousel__item__cta:hover, .copa04-page__additional-topics__carousel__item--video__cta:hover, .copa04-page__additional-topics__carousel__item__cta:hover, .copa04-page__additional-content__header__cta:hover, .copa04-page__topics-carousel__cta:hover, .copa04-page__topics__cta:hover, .copa04-page__highlighted__image__cta:hover, .copa04-page__hero__information__cta:hover, .cont11__information__cta:hover, .cont06__cta:hover, .cont02v1__information__cta:hover, .blog01-page__categories__item:hover, .team01__header__cta:hover, .abou01-page__section__information__cta:hover, .abou01__information__cta:hover, .cont02__information__cta:hover, .slid01__item__information__cta:hover, .dialog__menu__item:hover {
  background-color: transparent;
  color: #0eaadb;
}
.cota02__form__form-box__cta, .blog01-page__articles__highlighted__item__information__cta, .dialog__menu__item:nth-of-type(even) {
  padding: 0.5rem 2.5rem;
  border: solid 1px #244e8f;
  color: #fff;
  background-color: #244e8f;
}
.cota02__form__form-box__cta:hover, .blog01-page__articles__highlighted__item__information__cta:hover, .dialog__menu__item:hover:nth-of-type(even) {
  background-color: transparent;
  color: #244e8f;
}
.cont02v2__information__cta {
  background-color: #fabd18;
  border: solid 1px #fabd18;
  color: #000;
  font-weight: 400;
}
.cont02v2__information__cta:hover {
  background-color: transparent;
}
.abou01-page__topics__carousel .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: left;
}
.abou01-page__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #fabd18;
}
.abou01-page__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.copa04-page__additional-content__carousel__container__nav, .copa04-page__gallery-topics__carousel__nav, .copa04-page__topics-carousel__carousel__nav, .gall01__carousel__nav, .cont11__gallery__nav, .topi02__topics__carousel__nav, .topi03__topics__carousel__nav, .blog01-show__related__carousel__nav, .blog01-page__articles__highlighted__carousel__nav, .team01__main__carousel__nav, .abou01-page__topics__carousel__nav, .topi09__topics__carousel__nav, .serv08__carousel__nav, .feed05__main__nav, .topi01__topics__carousel__nav, .slid01__nav {
  --swiper-navigation-size: 3rem; /* Variável que define o tamanho do botão e do after */
  --swiper-navigation-color: $color-white; /* Variável que define a cor do after (setas) */
  position: relative;
  width: 6.75rem; /* Tamanho do botão interno * 2 + GAP */
  height: 3rem; /* Garante que o tamanho do botão esteja dentro do box. Caso o size seja alterado, deve-se alterar o tamanho do height */
  margin: 1.125rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__carousel__container__nav, .copa04-page__gallery-topics__carousel__nav, .copa04-page__topics-carousel__carousel__nav, .gall01__carousel__nav, .cont11__gallery__nav, .topi02__topics__carousel__nav, .topi03__topics__carousel__nav, .blog01-show__related__carousel__nav, .blog01-page__articles__highlighted__carousel__nav, .team01__main__carousel__nav, .abou01-page__topics__carousel__nav, .topi09__topics__carousel__nav, .serv08__carousel__nav, .feed05__main__nav, .topi01__topics__carousel__nav, .slid01__nav {
    --swiper-navigation-size: 2rem; /* Variável que define o tamanho do botão e do after */
    width: 4.5rem;
    height: 2rem;
  }
}
.copa04-page__additional-content__carousel__container__nav .swiper-button-next, .copa04-page__gallery-topics__carousel__nav .swiper-button-next, .copa04-page__topics-carousel__carousel__nav .swiper-button-next, .gall01__carousel__nav .swiper-button-next, .cont11__gallery__nav .swiper-button-next, .topi02__topics__carousel__nav .swiper-button-next, .topi03__topics__carousel__nav .swiper-button-next, .blog01-show__related__carousel__nav .swiper-button-next, .blog01-page__articles__highlighted__carousel__nav .swiper-button-next, .team01__main__carousel__nav .swiper-button-next, .abou01-page__topics__carousel__nav .swiper-button-next, .topi09__topics__carousel__nav .swiper-button-next, .serv08__carousel__nav .swiper-button-next, .feed05__main__nav .swiper-button-next, .topi01__topics__carousel__nav .swiper-button-next, .slid01__nav .swiper-button-next,
.copa04-page__additional-content__carousel__container__nav .swiper-button-prev,
.copa04-page__gallery-topics__carousel__nav .swiper-button-prev,
.copa04-page__topics-carousel__carousel__nav .swiper-button-prev,
.gall01__carousel__nav .swiper-button-prev,
.cont11__gallery__nav .swiper-button-prev,
.topi02__topics__carousel__nav .swiper-button-prev,
.topi03__topics__carousel__nav .swiper-button-prev,
.blog01-show__related__carousel__nav .swiper-button-prev,
.blog01-page__articles__highlighted__carousel__nav .swiper-button-prev,
.team01__main__carousel__nav .swiper-button-prev,
.abou01-page__topics__carousel__nav .swiper-button-prev,
.topi09__topics__carousel__nav .swiper-button-prev,
.serv08__carousel__nav .swiper-button-prev,
.feed05__main__nav .swiper-button-prev,
.topi01__topics__carousel__nav .swiper-button-prev,
.slid01__nav .swiper-button-prev {
  position: relative;
  width: auto;
  aspect-ratio: 1/1;
  margin: unset;
  top: unset;
  right: unset;
  left: unset;
  border-radius: 50%;
  background-color: rgba(14, 170, 219, 0.1);
  transition: all ease 0.3s;
  opacity: 1;
}
.copa04-page__additional-content__carousel__container__nav .swiper-button-next::after, .copa04-page__gallery-topics__carousel__nav .swiper-button-next::after, .copa04-page__topics-carousel__carousel__nav .swiper-button-next::after, .gall01__carousel__nav .swiper-button-next::after, .cont11__gallery__nav .swiper-button-next::after, .topi02__topics__carousel__nav .swiper-button-next::after, .topi03__topics__carousel__nav .swiper-button-next::after, .blog01-show__related__carousel__nav .swiper-button-next::after, .blog01-page__articles__highlighted__carousel__nav .swiper-button-next::after, .team01__main__carousel__nav .swiper-button-next::after, .abou01-page__topics__carousel__nav .swiper-button-next::after, .topi09__topics__carousel__nav .swiper-button-next::after, .serv08__carousel__nav .swiper-button-next::after, .feed05__main__nav .swiper-button-next::after, .topi01__topics__carousel__nav .swiper-button-next::after, .slid01__nav .swiper-button-next::after,
.copa04-page__additional-content__carousel__container__nav .swiper-button-prev::after,
.copa04-page__gallery-topics__carousel__nav .swiper-button-prev::after,
.copa04-page__topics-carousel__carousel__nav .swiper-button-prev::after,
.gall01__carousel__nav .swiper-button-prev::after,
.cont11__gallery__nav .swiper-button-prev::after,
.topi02__topics__carousel__nav .swiper-button-prev::after,
.topi03__topics__carousel__nav .swiper-button-prev::after,
.blog01-show__related__carousel__nav .swiper-button-prev::after,
.blog01-page__articles__highlighted__carousel__nav .swiper-button-prev::after,
.team01__main__carousel__nav .swiper-button-prev::after,
.abou01-page__topics__carousel__nav .swiper-button-prev::after,
.topi09__topics__carousel__nav .swiper-button-prev::after,
.serv08__carousel__nav .swiper-button-prev::after,
.feed05__main__nav .swiper-button-prev::after,
.topi01__topics__carousel__nav .swiper-button-prev::after,
.slid01__nav .swiper-button-prev::after {
  content: "";
  font-size: 0.75rem; /* tamanho da seta */
  transition: all ease 0.3s;
  width: 0.75rem;
  height: 0.75rem;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  border-color: #0eaadb;
  position: absolute;
  left: 50%;
  top: 50%;
}
.copa04-page__additional-content__carousel__container__nav .swiper-button-next:hover, .copa04-page__gallery-topics__carousel__nav .swiper-button-next:hover, .copa04-page__topics-carousel__carousel__nav .swiper-button-next:hover, .gall01__carousel__nav .swiper-button-next:hover, .cont11__gallery__nav .swiper-button-next:hover, .topi02__topics__carousel__nav .swiper-button-next:hover, .topi03__topics__carousel__nav .swiper-button-next:hover, .blog01-show__related__carousel__nav .swiper-button-next:hover, .blog01-page__articles__highlighted__carousel__nav .swiper-button-next:hover, .team01__main__carousel__nav .swiper-button-next:hover, .abou01-page__topics__carousel__nav .swiper-button-next:hover, .topi09__topics__carousel__nav .swiper-button-next:hover, .serv08__carousel__nav .swiper-button-next:hover, .feed05__main__nav .swiper-button-next:hover, .topi01__topics__carousel__nav .swiper-button-next:hover, .slid01__nav .swiper-button-next:hover,
.copa04-page__additional-content__carousel__container__nav .swiper-button-prev:hover,
.copa04-page__gallery-topics__carousel__nav .swiper-button-prev:hover,
.copa04-page__topics-carousel__carousel__nav .swiper-button-prev:hover,
.gall01__carousel__nav .swiper-button-prev:hover,
.cont11__gallery__nav .swiper-button-prev:hover,
.topi02__topics__carousel__nav .swiper-button-prev:hover,
.topi03__topics__carousel__nav .swiper-button-prev:hover,
.blog01-show__related__carousel__nav .swiper-button-prev:hover,
.blog01-page__articles__highlighted__carousel__nav .swiper-button-prev:hover,
.team01__main__carousel__nav .swiper-button-prev:hover,
.abou01-page__topics__carousel__nav .swiper-button-prev:hover,
.topi09__topics__carousel__nav .swiper-button-prev:hover,
.serv08__carousel__nav .swiper-button-prev:hover,
.feed05__main__nav .swiper-button-prev:hover,
.topi01__topics__carousel__nav .swiper-button-prev:hover,
.slid01__nav .swiper-button-prev:hover {
  background-color: #0eaadb;
}
.copa04-page__additional-content__carousel__container__nav .swiper-button-next:hover::after, .copa04-page__gallery-topics__carousel__nav .swiper-button-next:hover::after, .copa04-page__topics-carousel__carousel__nav .swiper-button-next:hover::after, .gall01__carousel__nav .swiper-button-next:hover::after, .cont11__gallery__nav .swiper-button-next:hover::after, .topi02__topics__carousel__nav .swiper-button-next:hover::after, .topi03__topics__carousel__nav .swiper-button-next:hover::after, .blog01-show__related__carousel__nav .swiper-button-next:hover::after, .blog01-page__articles__highlighted__carousel__nav .swiper-button-next:hover::after, .team01__main__carousel__nav .swiper-button-next:hover::after, .abou01-page__topics__carousel__nav .swiper-button-next:hover::after, .topi09__topics__carousel__nav .swiper-button-next:hover::after, .serv08__carousel__nav .swiper-button-next:hover::after, .feed05__main__nav .swiper-button-next:hover::after, .topi01__topics__carousel__nav .swiper-button-next:hover::after, .slid01__nav .swiper-button-next:hover::after,
.copa04-page__additional-content__carousel__container__nav .swiper-button-prev:hover::after,
.copa04-page__gallery-topics__carousel__nav .swiper-button-prev:hover::after,
.copa04-page__topics-carousel__carousel__nav .swiper-button-prev:hover::after,
.gall01__carousel__nav .swiper-button-prev:hover::after,
.cont11__gallery__nav .swiper-button-prev:hover::after,
.topi02__topics__carousel__nav .swiper-button-prev:hover::after,
.topi03__topics__carousel__nav .swiper-button-prev:hover::after,
.blog01-show__related__carousel__nav .swiper-button-prev:hover::after,
.blog01-page__articles__highlighted__carousel__nav .swiper-button-prev:hover::after,
.team01__main__carousel__nav .swiper-button-prev:hover::after,
.abou01-page__topics__carousel__nav .swiper-button-prev:hover::after,
.topi09__topics__carousel__nav .swiper-button-prev:hover::after,
.serv08__carousel__nav .swiper-button-prev:hover::after,
.feed05__main__nav .swiper-button-prev:hover::after,
.topi01__topics__carousel__nav .swiper-button-prev:hover::after,
.slid01__nav .swiper-button-prev:hover::after {
  border-color: #fff;
}
.copa04-page__additional-content__carousel__container__nav .swiper-button-prev::after, .copa04-page__gallery-topics__carousel__nav .swiper-button-prev::after, .copa04-page__topics-carousel__carousel__nav .swiper-button-prev::after, .gall01__carousel__nav .swiper-button-prev::after, .cont11__gallery__nav .swiper-button-prev::after, .topi02__topics__carousel__nav .swiper-button-prev::after, .topi03__topics__carousel__nav .swiper-button-prev::after, .blog01-show__related__carousel__nav .swiper-button-prev::after, .blog01-page__articles__highlighted__carousel__nav .swiper-button-prev::after, .team01__main__carousel__nav .swiper-button-prev::after, .abou01-page__topics__carousel__nav .swiper-button-prev::after, .topi09__topics__carousel__nav .swiper-button-prev::after, .serv08__carousel__nav .swiper-button-prev::after, .feed05__main__nav .swiper-button-prev::after, .topi01__topics__carousel__nav .swiper-button-prev::after, .slid01__nav .swiper-button-prev::after {
  translate: -33% -50%;
  rotate: 225deg;
}
.copa04-page__additional-content__carousel__container__nav .swiper-button-next::after, .copa04-page__gallery-topics__carousel__nav .swiper-button-next::after, .copa04-page__topics-carousel__carousel__nav .swiper-button-next::after, .gall01__carousel__nav .swiper-button-next::after, .cont11__gallery__nav .swiper-button-next::after, .topi02__topics__carousel__nav .swiper-button-next::after, .topi03__topics__carousel__nav .swiper-button-next::after, .blog01-show__related__carousel__nav .swiper-button-next::after, .blog01-page__articles__highlighted__carousel__nav .swiper-button-next::after, .team01__main__carousel__nav .swiper-button-next::after, .abou01-page__topics__carousel__nav .swiper-button-next::after, .topi09__topics__carousel__nav .swiper-button-next::after, .serv08__carousel__nav .swiper-button-next::after, .feed05__main__nav .swiper-button-next::after, .topi01__topics__carousel__nav .swiper-button-next::after, .slid01__nav .swiper-button-next::after {
  translate: -67% -50%;
  rotate: 45deg;
}
.copa04-page__faq__item, .topi11__main__topics__item {
  overflow: hidden;
}
[open].copa04-page__faq__item .copa04-page__faq__item__title, [open].copa04-page__faq__item .topi11__main__topics__item__title, [open].topi11__main__topics__item .copa04-page__faq__item__title, [open].topi11__main__topics__item .topi11__main__topics__item__title, .copa04-page__faq__item:hover .copa04-page__faq__item__title, .copa04-page__faq__item:hover .topi11__main__topics__item__title, .topi11__main__topics__item:hover .copa04-page__faq__item__title, .topi11__main__topics__item:hover .topi11__main__topics__item__title {
  background-color: #244e8f;
  color: #fff;
}
.copa04-page__faq__item:hover .copa04-page__faq__item__title svg circle, .copa04-page__faq__item:hover .topi11__main__topics__item__title svg circle, .topi11__main__topics__item:hover .copa04-page__faq__item__title svg circle, .topi11__main__topics__item:hover .topi11__main__topics__item__title svg circle {
  stroke: #fff;
}
.copa04-page__faq__item:hover .copa04-page__faq__item__title svg path, .copa04-page__faq__item:hover .topi11__main__topics__item__title svg path, .topi11__main__topics__item:hover .copa04-page__faq__item__title svg path, .topi11__main__topics__item:hover .topi11__main__topics__item__title svg path {
  fill: #fff;
}
[open].copa04-page__faq__item .copa04-page__faq__item__title svg, [open].copa04-page__faq__item .topi11__main__topics__item__title svg, [open].topi11__main__topics__item .copa04-page__faq__item__title svg, [open].topi11__main__topics__item .topi11__main__topics__item__title svg {
  rotate: -180deg;
}
[open].copa04-page__faq__item .copa04-page__faq__item__title svg circle, [open].copa04-page__faq__item .topi11__main__topics__item__title svg circle, [open].topi11__main__topics__item .copa04-page__faq__item__title svg circle, [open].topi11__main__topics__item .topi11__main__topics__item__title svg circle {
  stroke: #fff;
}
[open].copa04-page__faq__item .copa04-page__faq__item__title svg path, [open].copa04-page__faq__item .topi11__main__topics__item__title svg path, [open].topi11__main__topics__item .copa04-page__faq__item__title svg path, [open].topi11__main__topics__item .topi11__main__topics__item__title svg path {
  fill: #fff;
}
[open].copa04-page__faq__item .copa04-page__faq__item__title::before, [open].copa04-page__faq__item .topi11__main__topics__item__title::before, [open].topi11__main__topics__item .copa04-page__faq__item__title::before, [open].topi11__main__topics__item .topi11__main__topics__item__title::before {
  opacity: 1;
}
.copa04-page__faq__item__title, .topi11__main__topics__item__title {
  position: relative;
  border-radius: 100vw;
  border: solid 1px #244e8f;
  padding: 0.75rem 2rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.copa04-page__faq__item__title svg, .topi11__main__topics__item__title svg {
  position: absolute;
  right: 2rem;
  top: 50%;
  translate: 0 -50%;
  transition: all ease 0.2s;
}
.copa04-page__faq__item__title::before, .topi11__main__topics__item__title::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f1f0ff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.copa04-page__faq__item__paragraph, .topi11__main__topics__item__paragraph {
  padding: 1rem 2rem;
  background-color: #f1f0ff;
  border-radius: 0 0 2rem 2rem;
}

/******************* THEME ****************************/
/***** DIALOG POPUP *****/
.dialog {
  border: none;
  border-radius: 20px;
  background-color: #fff;
  padding: 42px;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .dialog {
    padding: 20px;
  }
}
.dialog__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dialog__title {
  text-align: center;
  margin-bottom: 0;
}
.dialog__paragraph {
  text-align: center;
  max-width: 309px;
  opacity: 0.9;
}
.dialog__menu {
  margin-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .dialog__menu {
    flex-wrap: wrap;
    padding: 0;
  }
}
.dialog__menu__item, .dialog__menu__item:nth-of-type(even) {
  min-width: 150px;
  text-align: center;
  justify-content: center;
}
/***** DIALOG POPUP *****/
/***** VIDEO POPUP *****/
.video-popup {
  z-index: 15;
  border: none;
  width: 100%;
  background-color: transparent;
  max-width: 774px;
  position: relative;
  padding: 0;
}
.video-popup__btn-close {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 5;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
}
.video-popup__btn-close:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.video-popup__btn-close svg {
  height: 100%;
  width: 100%;
}
.video-popup__video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
}
.video-popup__video__button {
  width: 6.375rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
}
.video-popup__video__button:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
@media (max-width: 575.98px) {
  .video-popup__video__button {
    width: 4.5rem;
  }
}
.video-popup__video__button__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.video-popup__video__iframe {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.content {
  position: relative;
}

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

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

.text-secondary {
  color: #fabd18 !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;
  }
}
/*_______________________________ */
.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(36, 78, 143, 0.5);
}

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

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

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

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

.form01 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #e9edf4;
}
@media (max-width: 991.98px) {
  .form01 {
    flex-direction: column-reverse;
    justify-content: start;
  }
}
.form01::before {
  content: "";
  background-image: linear-gradient(90deg, rgba(233, 237, 244, 0) 21.5%, #e9edf4 50.5%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .form01::before {
    background-image: linear-gradient(0deg, rgba(233, 237, 244, 0) 21.5%, #e9edf4 50.5%);
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .form01::before {
    top: 35%;
  }
}
.form01__image {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .form01__image {
    width: 100%;
  }
}
.form01__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.form01__information {
  width: 50%;
  padding: 3.5rem 2rem 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .form01__information {
    width: 100%;
  }
}
.form01__information__header {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.form01__information__header svg {
  position: absolute;
  right: 0;
  top: 0;
  translate: 150% 0;
}
.form01__information__form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}
.form01__information__form .input__item {
  padding: 0;
  width: 100%;
}
.form01__information__form .input__item .placeholder--custom {
  position: relative;
  padding-left: 0.75rem;
  transform: none;
}
.form01__information__form .input__item .focusing .placeholder--custom {
  transform: none;
}
.form01__information__form .input__item .form-control {
  padding-top: 6px;
  border-radius: 100vw;
  border-color: #5b8fc3;
  margin-bottom: 0 !important;
}
.form01__information__form .input__item .form-control:focus {
  border-color: #244e8f;
}
.form01__information__form .input__item--email, .form01__information__form .input__item--phone {
  width: calc(50% - 0.5rem);
}
@media (max-width: 991.98px) {
  .form01__information__form .input__item--email, .form01__information__form .input__item--phone {
    width: 100%;
  }
}
.form01__information__form__checkbox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.form01__information__form__checkbox__input {
  width: 1rem;
  height: 1rem;
}
.form01__information__form__checkbox__input:checked {
  background-color: #000;
}
.form01__information__form__checkbox__label {
  display: inline;
  color: rgba(0, 0, 0, 0.6) !important;
}
.form01__information__form__checkbox a {
  text-decoration: underline;
}
.form01__information__form__cta {
  margin-left: auto;
  padding: 0.5rem 3rem;
  background-color: #244e8f;
  border: solid 1px #244e8f;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.form01__information__form__cta:hover {
  background-color: transparent;
  color: #244e8f;
}

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

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 2rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.625rem;
    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 "Red Hat Display", sans-serif, arial;
  font-weight: 400;
  color: #fabd18;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.875rem "Red Hat Display", sans-serif, arial;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #244e8f;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Red Hat Display", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #244e8f !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.75rem;
  color: #244e8f;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 2rem;
  }
}
.form03__boxLeft__subtitle {
  color: #0eaadb;
  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 "Red Hat Display", sans-serif, arial;
  font-weight: 400;
  color: #244e8f;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 1rem "Red Hat Display", sans-serif, arial;
  font-weight: 400;
  color: #244e8f;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.875rem "Red Hat Display", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.063rem;
  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.75rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 2rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #244e8f;
  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: #244e8f;
  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: #244e8f;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Red Hat Display", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 400 0.875rem "Red Hat Display", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

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

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

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

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

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

.confirmation-page {
  position: relative;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
}
.confirmation-page__banner {
  width: 100%;
}
.confirmation-page__title {
  text-align: center;
}
.confirmation-page__title::after {
  left: 50%;
  translate: -50% 0;
}
.confirmation-page__paragraph {
  text-align: center;
  margin-top: 1.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.confirmation-page svg {
  width: 100%;
}

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

.animation {
  opacity: 0;
}

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

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

.head02 {
  width: 100%;
  padding-left: 5vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .head02 {
    padding-right: 5vw;
  }
}
.head02__logo {
  position: relative;
  width: 9.5rem; /* = 152px */
  height: auto;
  aspect-ratio: 151/75;
  margin-top: 1.25rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 991.98px) {
  .head02__logo {
    width: 5.25rem;
  }
}
.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: 2.5rem;
  width: calc(100% - 15rem);
}
.head02__navigation__item, .head02__navigation__item--socials {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Estilização do menu-dropdown */
  /* Modificador das redes socais */
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
.head02__navigation__item::after, .head02__navigation__item--socials::after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0eaadb;
  border-radius: 3px 3px 0 0;
  transition: all ease 0.3s;
}
.head02__navigation__item:not(:has(.head02__navigation__item__cta), .head02__navigation__item--socials):hover::after, .head02__navigation__item--socials:not(:has(.head02__navigation__item__cta), .head02__navigation__item--socials):hover::after, .head02__navigation__item:has(.active)::after, .head02__navigation__item--socials:has(.active)::after {
  height: 6px;
}
@media (max-width: 991.98px) {
  .head02__navigation__item, .head02__navigation__item--socials {
    display: none;
  }
}
.head02__navigation__item__link, .head02__navigation__item__btn {
  text-decoration: none;
  font-weight: 700;
}
.head02__navigation__item__content {
  padding: 0.5rem;
  top: 60%;
  left: 0;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item__cta {
  padding-right: 5rem;
  margin-right: -2.25rem;
}
.head02__navigation__item__cta::before {
  left: unset;
  right: 0;
  height: 100%;
  translate: 0 -50%;
}
.head02__navigation__item__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.head02__navigation__item--socials {
  gap: 0.5rem;
}
.head02__navigation__item--socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__navigation__item--socials__item:hover .head02__navigation__item--socials__item__icon {
  filter: brightness(0) saturate(100%) invert(61%) sepia(80%) saturate(464%) hue-rotate(3deg) brightness(108%) contrast(96%);
}
.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;
}
@media (max-width: 991.98px) {
  .head02__navigation__item--menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.botao-flutuante {
  position: fixed;
  bottom: 36px;
  right: 16px;
  z-index: 1500;
  /* display: none; */
}

.botao-flutuante img {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
}

.botao-flutuante span {
  display: inline-block;
  vertical-align: middle;
  margin-right: -23px;
  border: 1px solid #D1D1D1;
  padding: 5px 26px;
  border-radius: 20px 0 0 20px;
  color: rgba(10, 15, 45, 0.8);
  font-size: 14px;
  background: #fff;
  font-weight: 700;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  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(36, 78, 143, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(36, 78, 143, 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: #244e8f;
}
.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: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #244e8f;
  padding: 2rem 0 1.25rem;
  border-radius: 0 0 2.75rem 2.75rem;
  /*
  &__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 {
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
}
.side02__header__button-close__icon rect {
  fill: #fff;
}
.side02__header__button-close__icon:hover rect {
  fill: #0eaadb;
}
.side02__logo {
  width: 7.75rem;
  height: auto;
  aspect-ratio: 124/62;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  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;
}
.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__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2.5rem 0 4rem;
}
.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: column;
  justify-content: center;
  align-items: center;
  gap: 2.75rem;
  padding: 2rem 0 1.5rem;
  background-color: #244e8f;
  border-radius: 2.75rem 2.75rem 0 0;
  width: 100%;
}
.side02__footer__links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.side02__footer__links__item {
  font-weight: 700;
}

.foot02 {
  background-color: #5b8fc3;
}
.foot02__navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
  background-color: #244e8f;
}
@media (max-width: 991.98px) {
  .foot02__navigation {
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
  }
}
.foot02__navigation__client-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 2.5rem;
  margin-right: 8rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info {
    width: 100%;
    margin-right: unset;
  }
}
.foot02__navigation__client-info__logo {
  width: 10.375rem;
  height: auto;
  aspect-ratio: 166/83;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__client-info__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
}
.foot02__navigation__client-info__socials__item {
  position: relative;
  width: 1.75rem;
  height: auto;
  aspect-ratio: 1/1;
}
.foot02__navigation__client-info__socials__item__icon {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(6deg) brightness(102%) contrast(101%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__pages {
  list-style: none;
  flex: 1 0 auto;
}
.foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    text-align: center;
  }
}
.foot02__navigation__pages__header__link {
  font: inherit;
  line-height: 100%;
  color: inherit;
  text-align: inherit;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
    text-align: center;
  }
}
.foot02__navigation__pages__item + .foot02__navigation__pages__item, .foot02__navigation__client-contact__item + .foot02__navigation__pages__item, .foot02__navigation__pages__item + .foot02__navigation__client-contact__item, .foot02__navigation__client-contact__item + .foot02__navigation__client-contact__item {
  margin-top: 0.875rem;
}
.foot02__navigation__pages__item__link, .foot02__navigation__client-contact__item__link {
  font: inherit;
  line-height: 100%;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__client-contact {
  list-style: none;
  flex: 1 0 auto;
}
.foot02__navigation__button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 5rem;
  width: 3.5rem;
  border: none;
  outline: none;
  background-color: #0eaadb;
}
.foot02__navigation__button img {
  height: 23px;
}
.foot02__copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot02__copyright {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.foot02__copyright__compliances {
  list-style: none;
}
.foot02__copyright__compliances__item {
  font-weight: 700;
}
.foot02__copyright__compliances__item__list {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__copyright__hoom {
  width: 12.375rem;
  height: auto;
  aspect-ratio: 198/38;
  opacity: 0.9;
}
.foot02__copyright__hoom__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.slid01 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: calc(100dvh - 114px);
  min-height: 696px;
}
@media (max-width: 991.98px) {
  .slid01 {
    height: calc(100dvh - 80px);
    min-height: 696px;
  }
}
.slid01__swiper-wrapper {
  z-index: 1;
  isolation: isolate;
}
.slid01__nav {
  margin: 0;
  z-index: 2;
  position: absolute;
  left: 5vw;
  bottom: 120px;
}
.slid01__nav .swiper-button-prev::after,
.slid01__nav .swiper-button-next::after {
  border-color: #fff;
}
.slid01__item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 3.75rem 3.75rem;
  padding-top: 107px;
  padding-bottom: 166px;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .slid01__item {
    padding-top: 2.5rem;
    padding-bottom: 8.35rem;
  }
}
.slid01__item__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slid01__item__detail {
  position: absolute;
  width: 7.875rem;
  height: auto;
  aspect-ratio: 1/1;
  top: 182px;
  left: -38px;
}
@media (max-width: 991.98px) {
  .slid01__item__detail {
    left: -58px;
    width: 6.25rem;
  }
}
.slid01__item__information {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  flex-shrink: 0;
  border: solid 1px #fff;
  border-radius: 0 180px 0 180px;
  padding: 3rem 4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .slid01__item__information {
    padding: 3.625rem 1rem;
    justify-content: start;
    align-items: center;
  }
}
.slid01__item__information__title {
  text-align: left;
  max-width: 488px;
}
@media (max-width: 991.98px) {
  .slid01__item__information__title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.slid01__item__floating-img {
  position: absolute;
  bottom: 3.75rem;
  right: 7.5vw;
  z-index: 2;
  width: 40%;
  height: auto;
  max-height: calc(100% - 3.75rem);
  aspect-ratio: 501/760;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 991.98px) {
  .slid01__item__floating-img {
    width: 301px;
    aspect-ratio: 301/381;
    bottom: 2.5rem;
    right: 50%;
    translate: 50% 0;
  }
}

/* BEGIN STYLE */
.topi01 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .topi01 {
    padding-bottom: 6rem;
  }
}
.topi01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.topi01__header__title {
  text-align: center;
  max-width: 522px;
}
.topi01__header__title::after {
  left: 50%;
  translate: 0 -50%;
}
.topi01__topics {
  height: auto;
}
.topi01__topics__carousel {
  padding-top: 3.375rem;
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi01__topics__carousel {
    overflow: visible;
  }
}
.topi01__topics__item {
  position: relative;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: calc(25% - 0.75rem);
  height: auto;
  padding: 4.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border: solid 1px #5b8fc3;
  border-radius: 2rem;
  transition: background-color ease 0.3s;
}
@media (max-width: 991.98px) {
  .topi01__topics__item {
    width: 100%;
    height: auto !important;
    padding-bottom: 2rem;
  }
}
.topi01__topics__item:hover {
  background-color: #244e8f;
}
.topi01__topics__item:hover .topi01__topics__item__title {
  color: #fff;
}
.topi01__topics__item:hover .topi01__topics__item__paragraph {
  color: rgba(255, 255, 255, 0.6);
}
.topi01__topics__item__icon {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 6.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi01__topics__item__title {
  position: relative;
  text-align: center;
  max-width: 196px;
  margin-bottom: 1.25rem;
  transition: color ease 0.3s;
}
.topi01__topics__item__title::after {
  content: "";
  background-color: #0eaadb;
  width: 2.5rem;
  height: 1px;
  border-radius: 100vw;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
}
.topi01__topics__item__paragraph {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: color ease 0.3s;
}

/* BEGIN STYLE */
.feed05 {
  overflow: hidden; /* Previne o shift da animaçào */
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .feed05 {
    flex-direction: column;
    gap: 3rem;
    padding-left: 5vw;
  }
}
.feed05__texture {
  position: absolute;
  right: 5vw;
  top: 10.75rem;
  translate: 0 -50%;
}
@media (max-width: 991.98px) {
  .feed05__texture {
    right: 0;
    top: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .feed05__texture {
    top: 0.75rem;
    display: none;
  }
}
.feed05__header {
  margin-top: -66px; /* Altura dos botoes + margin da div de nav 18 + 48 */
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
}
@media (max-width: 991.98px) {
  .feed05__header {
    width: 100%;
  }
}
.feed05__header__title {
  max-width: 261px;
}
@media (max-width: 991.98px) {
  .feed05__header__title {
    max-width: 100%;
  }
}
.feed05__main {
  padding-left: 5vw;
  width: calc(68% - 8.25rem);
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .feed05__main {
    width: 100%;
    overflow: visible;
    padding-left: 0;
  }
}
.feed05__main__nav {
  margin-left: auto;
  margin-right: unset;
}
@media (max-width: 991.98px) {
  .feed05__main__nav {
    margin-inline: auto;
    flex-direction: row-reverse;
  }
}
.feed05__main__item {
  border-radius: 2rem;
  border: solid 1px #244e8f;
  overflow: hidden;
  width: 95%;
  height: auto;
  min-height: 542px;
  padding: 3.5rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 1.25rem;
  transition: background-color 0.3s ease;
}
.feed05__main__item + .feed05__main__item {
  margin-right: 2rem;
}
.feed05__main__item:is(.active, .feed05__main__item:hover) {
  background-color: #244e8f;
}
.feed05__main__item:is(.active, .feed05__main__item:hover) .feed05__main__item__header__title {
  color: #fff;
}
.feed05__main__item:is(.active, .feed05__main__item:hover) .feed05__main__item__testimony {
  color: #fff;
}
@media (max-width: 991.98px) {
  .feed05__main__item {
    justify-content: start;
    padding: 2rem 1.5rem;
    min-height: 410px;
  }
  .feed05__main__item + .feed05__main__item {
    margin-right: 0;
    margin-left: 2rem;
  }
}
.feed05__main__item__header {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}
.feed05__main__item__header__avatar {
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feed05__main__item__header__title {
  transition: color 0.3s ease;
}
@media (max-width: 991.98px) {
  .feed05__main__item__header {
    flex-direction: row-reverse;
    justify-content: start;
  }
}
.feed05__main__item__testimony {
  width: 100%;
  text-align: end;
  transition: color 0.3s ease;
}
@media (max-width: 991.98px) {
  .feed05__main__item__testimony {
    text-align: start;
  }
}
.feed05__main__item__testimony::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='54' viewBox='0 0 72 54' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 0C11.676 3.618 0 19.752 0 35.175C0 47.085 8.358 54 17.403 54C25.248 54 33 48.609 33 39.063C33 31.257 27.285 24.792 19.812 23.616C20.463 17.604 26.307 8.883 32.952 6.378L30 0ZM69 0C50.676 3.618 39 19.752 39 35.175C39 47.085 47.358 54 56.403 54C64.248 54 72 48.609 72 39.063C72 31.257 66.285 24.792 58.812 23.616C59.463 17.604 65.307 8.883 71.952 6.378L69 0Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  margin-bottom: 3.5rem;
}
@media (max-width: 991.98px) {
  .feed05__main__item__testimony::before {
    margin-bottom: 1.75rem;
  }
}

/* BEGIN STYLE */
.topi11 {
  overflow: hidden; /* Prevenção do shift da animação */
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 10rem;
}
@media (max-width: 991.98px) {
  .topi11 {
    flex-direction: column;
    gap: 5rem;
    padding-top: 0;
  }
}
.topi11__main {
  width: 36.75rem;
}
@media (max-width: 991.98px) {
  .topi11__main {
    width: 100%;
  }
}
.topi11__main__header {
  width: 468px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 3.5rem;
}
@media (max-width: 991.98px) {
  .topi11__main__header {
    width: 100%;
  }
}
.topi11__main__header__title {
  margin-bottom: 0.25rem;
}
.topi11__main__topics {
  padding-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .topi11__main__topics {
    width: 100%;
    padding-bottom: 0;
  }
}
.topi11__main__topics__item {
  margin-bottom: 1rem;
}
.topi11__main__topics__item__title {
  padding: 0.75rem 3.5rem 0.75rem 2rem;
}
.topi11__main__topics__item__title svg {
  right: 1.5rem;
}
.topi11__image {
  width: calc(100% - 36.75rem - 10rem);
  height: auto;
  max-height: 80dvh;
  aspect-ratio: 435/599;
  align-self: end;
}
@media (max-width: 991.98px) {
  .topi11__image {
    width: 100%;
  }
}
.topi11__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

/* BEGIN STYLE */
.serv08 {
  overflow: hidden;
  width: 100%;
  padding-top: 8.25rem;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}
.serv08::before {
  content: "";
  background-color: #5b8fc3;
  z-index: -1;
  position: absolute;
  inset: 0 0 4.75rem 0;
}
.serv08__detail {
  position: absolute;
  top: 10px;
  left: -70px;
  z-index: 1;
  height: auto;
  width: 218px;
  aspect-ratio: 1/1;
}
@media (max-width: 991.98px) {
  .serv08__detail {
    top: -104px;
  }
}
.serv08__header {
  width: 100%;
}
.serv08__carousel {
  width: 100%;
  margin-top: 32px;
  height: auto;
  padding: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .serv08__carousel__nav {
    display: none;
  }
}
@media (min-width: 1650px) {
  .serv08__carousel__swiper-wrapper--centered {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
  }
}
.serv08__carousel__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 26px;
  background-color: #fff;
  border: solid 1px #0eaadb;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 390px;
  height: auto;
  padding: 2.5rem 2.75rem 0;
  transition: scale 0.3s ease;
}
.serv08__carousel__item:hover {
  scale: 1.04;
}
.serv08__carousel__item:hover .serv08__carousel__item__footer__cta span {
  color: transparent;
  background-image: var(--_gradient);
  background-clip: text;
  -webkit-background-clip: text;
}
.serv08__carousel__item:hover .serv08__carousel__item__footer__cta::before {
  height: calc(100% - 1px);
}
@media (max-width: 575.98px) {
  .serv08__carousel__item {
    width: 320px;
  }
}
.serv08__carousel__item__flag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
  background-color: #fabd18;
  padding: 0.75rem 2.25rem;
  border-radius: 100vw 100vw 0 100vw;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.serv08__carousel__item__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 2.25rem;
}
.serv08__carousel__item__information__icon {
  width: 9.5rem;
  height: 7.54rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.125rem;
}
.serv08__carousel__item__information__title {
  text-align: center;
  position: relative;
  padding-bottom: 0.75rem;
}
.serv08__carousel__item__information__title::after {
  content: "";
  background-color: #0eaadb;
  border-radius: 100vw;
  height: 1.3px;
  width: 55px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.serv08__carousel__item__information__paragraph {
  width: 100%;
  margin-bottom: 2rem;
}
.serv08__carousel__item__information__paragraph ul {
  width: 100%;
}
.serv08__carousel__item__information__paragraph ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  position: relative;
  line-height: inherit;
}
.serv08__carousel__item__information__paragraph ul li + li {
  margin-top: 0.937;
}
.serv08__carousel__item__information__paragraph ul li::before {
  content: "";
  height: 18px;
  width: 18px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/serv08__item__li__before.svg");
}
.serv08__carousel__item__information__paragraph ul li b,
.serv08__carousel__item__information__paragraph ul li strong {
  color: #244e8f;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #244e8f;
          text-decoration-color: #244e8f;
  text-underline-offset: 7px;
}
.serv08__carousel__item__footer {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.serv08__carousel__item__footer__pricing__price {
  margin-bottom: 1.125rem;
}
.serv08__carousel__item__footer__pricing__price small {
  font-size: 0.875rem;
}
.serv08__carousel__item__footer__cta {
  border-radius: 0.875rem 0.875rem 0 0;
}
.serv08__carousel__item__footer__cta::before {
  width: calc(100% - 2px);
  left: 1px;
  top: unset;
  bottom: 0;
  translate: 0;
}

.serv08-show {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  display: none;
  position: relative;
  background: transparent !important;
  width: 90%;
  min-height: 90dvh;
}
.serv08-show .carousel__button {
  top: 2.5rem !important;
  right: 2.25rem !important;
}
.serv08-show .carousel__button svg {
  stroke: #244e8f !important;
  filter: none !important;
  transition: all ease 0.3s;
}
.serv08-show .carousel__button:hover svg {
  stroke: #0eaadb !important;
}
.serv08-show:not(:has(.serv08-show__carousel)) .serv08-show__information {
  width: 100%;
  border-radius: 51px;
}
.serv08-show:not(:has(.serv08-show__carousel)) .serv08-show__information__footer {
  border-radius: 46px 0 46px 0;
}
.serv08-show__flag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
  background-color: #fabd18;
  padding: 1.25rem 3.75rem 1.25rem 5rem;
  border-radius: 100vw 100vw 100vw 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.serv08-show__carousel {
  width: 45%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 51px 0 0 51px;
}
@media (max-width: 991.98px) {
  .serv08-show__carousel {
    width: 100%;
    height: auto;
    aspect-ratio: 366/372;
    border-radius: 51px 51px 0 0;
  }
}
.serv08-show__carousel__item, .serv08-show__carousel__item--iframe, .serv08-show__carousel__item--img {
  height: 100%;
  width: 100%;
}
.serv08-show__carousel__item--img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.serv08-show__carousel .swiper-button-next,
.serv08-show__carousel .swiper-button-prev {
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(14, 170, 219, 0.1);
  transition: all ease 0.3s;
  opacity: 1;
}
.serv08-show__carousel .swiper-button-next::after,
.serv08-show__carousel .swiper-button-prev::after {
  content: "";
  font-size: 0.75rem; /* tamanho da seta */
  transition: all ease 0.3s;
  width: 0.75rem;
  height: 0.75rem;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  border-color: #0eaadb;
  position: absolute;
  left: 50%;
  top: 50%;
}
.serv08-show__carousel .swiper-button-next:hover,
.serv08-show__carousel .swiper-button-prev:hover {
  background-color: #0eaadb;
}
.serv08-show__carousel .swiper-button-next:hover::after,
.serv08-show__carousel .swiper-button-prev:hover::after {
  border-color: #fff;
}
.serv08-show__carousel .swiper-button-prev::after {
  translate: -33% -50%;
  rotate: 225deg;
}
.serv08-show__carousel .swiper-button-next::after {
  translate: -67% -50%;
  rotate: 45deg;
}
.serv08-show__information {
  width: 55%;
  padding: 3.5rem 4.25rem 3.5rem 4.5rem;
  border-radius: 0 51px 51px 0;
  background: #fff;
}
@media (max-width: 991.98px) {
  .serv08-show__information {
    border-radius: 0 0 51px 51px;
    width: 100%;
    height: auto;
    padding: 49px 20px 0;
  }
}
.serv08-show__information__title {
  margin-bottom: 1.25rem;
}
.serv08-show__information__paragraph {
  width: 100%;
  margin-bottom: 2rem;
}
.serv08-show__information__paragraph ul {
  width: 100%;
}
.serv08-show__information__paragraph ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  position: relative;
  line-height: inherit;
}
.serv08-show__information__paragraph ul li + li {
  margin-top: 0.937;
}
.serv08-show__information__paragraph ul li::before {
  content: "";
  height: 18px;
  width: 18px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/serv08__item__li__before.svg");
}
.serv08-show__information__paragraph ul li b,
.serv08-show__information__paragraph ul li strong {
  color: #244e8f;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #244e8f;
          text-decoration-color: #244e8f;
  text-underline-offset: 7px;
}
.serv08-show__information__footer {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-color: #244e8f;
  border-radius: 46px 0 46px 0;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2rem 2.5rem;
}
@media (max-width: 991.98px) {
  .serv08-show__information__footer {
    border-radius: 46px 46px 0 0;
    margin-inline: auto;
    margin-top: 52px;
    position: relative;
  }
}
.serv08-show__information__footer__pricing__title {
  opacity: 0.3;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.serv08-show__information__footer__pricing__price {
  margin-bottom: 1.125rem;
}
.serv08-show__information__footer__pricing__price small {
  font-size: 0.875rem;
}
.cont02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 0;
  isolation: isolate;
  background-color: transparent;
}
.cont02::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  background-color: #5b8fc3;
}
.cont02::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1px;
  bottom: 0;
  width: 76%;
  height: 100%;
  background-color: #f1f0ff;
  border-radius: 2.75rem 0 0 2.75rem;
}
@media (max-width: 991.98px) {
  .cont02::after {
    width: 100%;
    height: 75%;
    right: 0;
    border-radius: 2rem;
  }
}
@media (max-width: 991.98px) {
  .cont02 {
    flex-direction: column;
    padding-top: 1rem;
  }
}
.cont02__image {
  width: 46%;
  height: auto;
  aspect-ratio: 570/536;
  position: relative;
  z-index: 1;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cont02__image {
    width: 100%;
    aspect-ratio: 320/301;
  }
}
.cont02__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cont02__information {
  padding: 3rem 0;
  width: 45%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .cont02__information {
    width: 100%;
  }
}
.cont02__information__detail {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 11rem;
  height: auto;
  aspect-ratio: 1/1;
}
.cont02__information__title {
  margin-bottom: 2.5rem;
  position: inherit;
  z-index: 1;
  max-width: 400px;
}
.cont02__information__subtitle {
  margin-bottom: 1.125rem;
}
.cont02__information__paragraph {
  opacity: 0.6;
  margin-bottom: 3rem;
}
/* BEGIN STYLE */
.topi09 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  position: inherit;
  z-index: 1;
  position: relative;
  margin-top: -5rem;
}
.topi09__topics {
  height: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 26px;
  padding: 1rem;
}
.topi09__topics__carousel {
  height: auto;
  overflow: hidden;
}
.topi09__topics__item {
  width: calc(25% - 12px);
  height: auto;
  padding: 1.125rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  background-color: #fff;
  border: solid 1px #244e8f;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.topi09__topics__item:hover {
  background-color: rgba(36, 78, 143, 0.1);
  border-color: rgba(36, 78, 143, 0.01);
}
.topi09__topics__item:last-of-type {
  margin-right: 0 !important;
}
@media (max-width: 991.98px) {
  .topi09__topics__item {
    width: calc(33% - 8px);
  }
}
@media (max-width: 767.98px) {
  .topi09__topics__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 575.98px) {
  .topi09__topics__item {
    width: 100%;
  }
}
.topi09__topics__item__header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1.25rem;
}
.topi09__topics__item__header__img {
  flex-shrink: 0;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi09__topics__item__header__title {
  flex: 1 1 auto;
}
.topi09__topics__item__paragraph {
  opacity: 0.5;
}

/* BEGIN STYLE */
.abou01 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 6.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .abou01 {
    padding-top: 3.25rem;
  }
}
.abou01__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
}
@media (max-width: 991.98px) {
  .abou01__header {
    width: 100%;
  }
}
.abou01__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  padding-top: 12px;
  width: 44%;
}
@media (max-width: 991.98px) {
  .abou01__information {
    width: 100%;
  }
}
.abou01__information__paragraph {
  width: 100%;
  max-width: 1206px;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}
.abou01-page__banner {
  position: relative;
}
.abou01-page__banner__title::before {
  background-color: #0eaadb;
}
.abou01-page__banner__texture {
  position: absolute;
  right: 5vw;
  bottom: calc(-100% + 4px);
}
@media (max-width: 991.98px) {
  .abou01-page__banner__texture {
    display: none;
  }
}
.abou01-page__main, .abou01-page__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 6.5rem;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__main, .abou01-page__section {
    flex-direction: column;
    gap: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.abou01-page__main:has(.abou01-page__main__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image) .abou01-page__main__information {
  width: 65%;
}
@media (max-width: 991.98px) {
  .abou01-page__main:has(.abou01-page__main__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image) .abou01-page__main__information {
    width: 100%;
  }
}
.abou01-page__main:has(.abou01-page__main__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information) .abou01-page__main__image {
  width: 30%;
}
@media (max-width: 991.98px) {
  .abou01-page__main:has(.abou01-page__main__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information) .abou01-page__main__image {
    width: 100%;
  }
}
.abou01-page__main__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 2.5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .abou01-page__main__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: center;
  max-width: 345px;
  margin-inline: auto;
}
.abou01-page__main__information__header__title::after, .abou01-page__section__information__header__title::after {
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
    max-width: 100%;
  }
}
.abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle {
  text-align: center;
}
.abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
  max-width: 72%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
    max-width: 100%;
  }
}
.abou01-page__topics {
  padding-bottom: 4.5rem;
  background-color: #5b8fc3;
  height: auto;
}
.abou01-page__topics__carousel {
  overflow: hidden;
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__carousel {
    overflow: visible;
  }
}
.abou01-page__topics__carousel__nav .swiper-button-next,
.abou01-page__topics__carousel__nav .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.1);
}
.abou01-page__topics__carousel__nav .swiper-button-next::after,
.abou01-page__topics__carousel__nav .swiper-button-prev::after {
  border-color: #fff;
}
.abou01-page__topics__item {
  width: calc(33.33% - 1rem);
  height: auto;
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  background-color: #fff;
  transition: scale 0.3s ease-out, filter 0.3s ease;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767.98px) {
  .abou01-page__topics__item {
    width: 100%;
  }
}
.abou01-page__topics__item:hover {
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.25));
  scale: 1.05;
}
.abou01-page__topics__item__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.abou01-page__topics__item__header__icon {
  width: 3.75rem;
  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 {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__section {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.abou01-page__section__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: calc(60% - 6.25rem);
  padding-bottom: 6.25rem;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information {
    width: 100%;
    padding-bottom: 3rem;
  }
}
.abou01-page__section__information__header__title {
  max-width: 512px;
  text-align: left;
  margin-inline: unset;
}
.abou01-page__section__information__header__title::after {
  left: 0;
  translate: 0 0;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information__header__title {
    max-width: 100%;
  }
}
.abou01-page__section__information__header__subtitle {
  text-align: left;
}
.abou01-page__section__information__paragraph {
  max-width: 100%;
  text-align: left;
}
.abou01-page__section__information__cta {
  margin-top: 3rem;
}
.abou01-page__section__image {
  align-self: end;
  width: 40%;
  height: auto;
  aspect-ratio: 511/595;
}
@media (max-width: 991.98px) {
  .abou01-page__section__image {
    width: 100%;
    max-height: 402px;
  }
}
.abou01-page__section__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.team01 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-right: 0;
  background-color: rgba(36, 78, 143, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .team01 {
    flex-direction: column;
    padding-right: 5vw;
  }
}
.team01__header {
  width: 377px;
}
@media (max-width: 991.98px) {
  .team01__header {
    width: 100%;
    margin-bottom: 4.5rem;
  }
}
.team01__header__paragraph {
  margin: 2rem 0 4rem;
}
@media (max-width: 991.98px) {
  .team01__header__paragraph {
    margin-bottom: 2rem;
  }
}
.team01__main {
  overflow: hidden;
  width: calc(100% - 377px - 5.75rem);
  padding-right: 5vw;
}
@media (max-width: 991.98px) {
  .team01__main {
    width: 100%;
    overflow: visible;
  }
}
.team01__main__carousel__nav {
  margin-right: auto;
  margin-left: unset;
}
@media (max-width: 991.98px) {
  .team01__main__carousel__nav {
    margin-inline: auto;
  }
}
.team01__main__item, .team01-page__main__team__item {
  cursor: pointer;
  width: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .team01__main__item, .team01-page__main__team__item {
    width: 25%;
    min-width: 25rem;
  }
}
.team01__main__item__profile-image, .team01-page__main__team__item__profile-image {
  width: 100%;
  aspect-ratio: 240/308;
  height: 13rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1400px) {
  .team01__main__item__profile-image, .team01-page__main__team__item__profile-image {
    height: 25rem;
  }
}
.team01__main__item:hover .team01__main__item__information::after, .team01__main__item:hover .team01-page__main__team__item__information::after, .team01-page__main__team__item:hover .team01__main__item__information::after, .team01-page__main__team__item:hover .team01-page__main__team__item__information::after {
  max-height: 100%;
  height: 100%;
}
.team01__main__item:hover .team01__main__item__information__title, .team01__main__item:hover .team01-page__main__team__item__information__title, .team01-page__main__team__item:hover .team01__main__item__information__title, .team01-page__main__team__item:hover .team01-page__main__team__item__information__title {
  color: #fff;
}
.team01__main__item:hover .team01__main__item__information__subtitle, .team01__main__item:hover .team01-page__main__team__item__information__subtitle, .team01-page__main__team__item:hover .team01__main__item__information__subtitle, .team01-page__main__team__item:hover .team01-page__main__team__item__information__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.team01__main__item:hover .team01__main__item__information__cta, .team01__main__item:hover .team01-page__main__team__item__information__cta, .team01-page__main__team__item:hover .team01__main__item__information__cta, .team01-page__main__team__item:hover .team01-page__main__team__item__information__cta {
  color: #244e8f;
  background-color: #fff;
}
.team01__main__item__information, .team01-page__main__team__item__information {
  padding: 1rem 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.team01__main__item__information::after, .team01-page__main__team__item__information::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 0;
  max-height: 0;
  top: 0;
  left: 0;
  background-color: #244e8f;
  transition: all 0.3s ease;
}
.team01__main__item__information__title, .team01-page__main__team__item__information__title {
  position: relative;
  z-index: 1;
  text-align: center;
  transition: color 0.2s ease 0.1s;
}
.team01__main__item__information__subtitle, .team01-page__main__team__item__information__subtitle {
  position: relative;
  z-index: 1;
  color: rgba(36, 78, 143, 0.7);
  text-align: center;
  transition: color 0.2s ease 0.15s;
}
.team01__main__item__information__cta, .team01-page__main__team__item__information__cta {
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #244e8f;
  font: 600 0.875rem "Red Hat Display", sans-serif, arial;
  color: #fff;
  border-radius: 0.75rem 0.75rem 0 0;
  padding: 0.25rem 1rem;
  transition: all 0.2s ease 0.2s;
}
.team01__banner {
  padding-bottom: 0;
  background-color: #fff;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1207/500;
  position: relative;
}
.team01__banner:has(.team01__banner__lightbox) {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .team01__banner {
    aspect-ratio: 329/399;
    padding-right: 0;
  }
}
.team01__banner__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.team01__banner__lightbox {
  display: none;
  width: 100%;
  max-width: 90vw;
  padding: 0;
}
.team01__banner__lightbox__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.team01-page__banner {
  position: relative;
}
.team01-page__banner__texture {
  position: absolute;
  right: 5vw;
  bottom: calc(-100% + 4px);
}
@media (max-width: 991.98px) {
  .team01-page__banner__texture {
    display: none;
  }
}
.team01-page__main__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
.team01-page__main__header__title::after {
  left: 50%;
  translate: -50% 0;
}
.team01-page__main__categories {
  margin-bottom: 3rem;
}
.team01-page__main__categories__swiper-wrapper {
  padding-left: 0;
}
.team01-page__main__categories__item {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 188px;
  padding: 0.25rem 3rem;
  justify-content: center;
  border-radius: 100vw;
  border: solid 1px #0eaadb;
  font: 700 0.875rem "Red Hat Display", sans-serif, arial;
  color: #0eaadb;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.team01-page__main__categories__item:is(.active, .team01-page__main__categories__item:hover) {
  background-color: #0eaadb;
  color: #fff;
}
.team01-page__main__team {
  overflow: hidden; /* Previne o shift da animação */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
}
.team01-page__main__team__item {
  position: relative;
  width: calc(25% - 0.75rem);
  height: auto;
}
@media (max-width: 991.98px) {
  .team01-page__main__team__item {
    width: calc(33.33% - 11px);
  }
}
@media (max-width: 767.98px) {
  .team01-page__main__team__item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 575.98px) {
  .team01-page__main__team__item {
    width: 100%;
  }
}
.team01-page__main__team__item__information {
  height: 100%;
  background-color: #f1f0ff;
}
.team01-show {
  cursor: default !important;
  width: 100%;
  max-width: 95vw;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 2rem;
  display: none;
}
@media (max-width: 991.98px) {
  .team01-show {
    flex-direction: column;
  }
}
.team01-show__image {
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
  width: 50%;
  height: auto;
}
@media (max-width: 991.98px) {
  .team01-show__image {
    max-height: 388px;
    width: 100%;
    border-radius: 2rem 0 0 0;
  }
}
.team01-show__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.team01-show__image__iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .team01-show__image__iframe {
    height: 400px;
  }
}
.team01-show__information {
  border-radius: inherit;
  padding: 5rem 2.5rem 3rem 3.75rem;
  width: 50%;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .team01-show__information {
    width: 100%;
  }
}
.team01-show__information__title {
  margin-bottom: 0.25rem;
}
.team01-show__information__subtitle {
  position: relative;
  margin-bottom: 0;
}
.team01-show__information__subtitle::after {
  content: "";
  background-color: #0eaadb;
  width: 2.5rem;
  height: 0.25rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  border-radius: 100vw;
}
.team01-show__information__socials {
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
}
.team01-show__information__socials__item {
  outline: none !important;
}
.team01-show__information__paragraph {
  margin-top: 3.5rem;
}
.team01-show__information__cta {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 188px;
  padding: 0.25rem 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
  border: solid 1px #0eaadb;
  border-radius: 100vw;
  font: 700 0.875rem "Red Hat Display", sans-serif, arial;
  color: #fff;
  text-align: center;
  background-color: #0eaadb;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.team01-show__information__cta:is(.team01-show__information__cta:hover) {
  background-color: transparent;
  color: #0eaadb;
}
.team01-show .carousel__button {
  top: 2.5rem !important;
  right: 2.25rem !important;
}
.team01-show .carousel__button svg {
  stroke: #244e8f !important;
  filter: none !important;
  transition: all ease 0.3s;
}
.team01-show .carousel__button:hover svg {
  stroke: #0eaadb !important;
}

/* BEGIN STYLE */
.blog01-page__banner {
  position: relative;
}
.blog01-page__banner__title::before {
  background-color: #ee1f6f;
}
.blog01-page__banner__texture {
  position: absolute;
  right: 5vw;
  bottom: calc(-100% + 4px);
}
@media (max-width: 991.98px) {
  .blog01-page__banner__texture {
    display: none;
  }
}
.blog01-page__categories {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
.blog01-page__categories__swiper-wrapper {
  padding-left: 0;
}
.blog01-page__categories__item {
  background-color: transparent;
  color: #0eaadb;
}
.blog01-page__categories__item:is(:hover, .active) {
  background-color: #0eaadb;
  color: #fff;
}
.blog01-page__articles {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.blog01-page__articles::before {
  content: "";
  height: 334px;
  width: calc(100% + 10vw);
  background-color: #f1f0ff;
  position: absolute;
  top: -152px;
  left: 0;
  z-index: -1;
}
.blog01-page__articles__highlighted {
  margin-bottom: 0;
  border-radius: 2rem;
  background-color: #fff;
}
.blog01-page__articles__highlighted__carousel {
  overflow: hidden;
  height: auto;
}
.blog01-page__articles__highlighted__item {
  padding: 1.5rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.blog01-page__articles__highlighted__item__image {
  width: 50%;
  height: auto;
  aspect-ratio: 571/381;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    width: 100%;
  }
}
.blog01-page__articles__highlighted__item__information {
  width: calc(50% - 3rem);
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information {
    width: 100%;
  }
}
.blog01-page__articles__highlighted__item__information__category {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  background-color: #fabd18;
  border-radius: 100vw;
  margin-bottom: 0.5rem;
}
.blog01-page__articles__highlighted__item__information__title {
  text-align: left;
  margin-bottom: 0.5rem;
}
.blog01-page__articles__highlighted__item__information__time {
  margin-bottom: 2rem;
}
.blog01-page__articles__highlighted__item__information__paragraph {
  margin-bottom: 1.5rem;
}
.blog01-page__articles__highlighted__item__information__cta {
  font-size: 0.875rem;
  margin-left: auto;
}
.blog01-page__articles__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1.25rem 1rem;
  flex-wrap: wrap;
}
.blog01-page__articles__list__item, .blog01-show__related__item {
  isolation: isolate;
  overflow: hidden;
  border-radius: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: calc(25% - 0.75rem);
  height: auto;
  background-color: #f1f0ff;
}
.blog01-page__articles__list__item::before, .blog01-show__related__item::before {
  content: "";
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  height: 0;
  max-height: 0;
  background-color: #244e8f;
  border-radius: inherit;
  z-index: -1;
  transition: all 0.3s ease;
}
.blog01-page__articles__list__item:hover::before, .blog01-show__related__item:hover::before {
  max-height: 100%;
  height: 100%;
}
.blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description__title, .blog01-page__articles__list__item:hover .blog01-show__related__item__description__title, .blog01-show__related__item:hover .blog01-page__articles__list__item__description__title, .blog01-show__related__item:hover .blog01-show__related__item__description__title, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description__time, .blog01-page__articles__list__item:hover .blog01-show__related__item__description__time, .blog01-show__related__item:hover .blog01-page__articles__list__item__description__time, .blog01-show__related__item:hover .blog01-show__related__item__description__time, .blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description__paragraph, .blog01-page__articles__list__item:hover .blog01-show__related__item__description__paragraph, .blog01-show__related__item:hover .blog01-page__articles__list__item__description__paragraph, .blog01-show__related__item:hover .blog01-show__related__item__description__paragraph {
  color: #fff;
}
.blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description svg circle, .blog01-page__articles__list__item:hover .blog01-show__related__item__description svg circle, .blog01-show__related__item:hover .blog01-page__articles__list__item__description svg circle, .blog01-show__related__item:hover .blog01-show__related__item__description svg circle {
  fill: #fff;
  opacity: 1;
}
.blog01-page__articles__list__item:hover .blog01-page__articles__list__item__description svg path, .blog01-page__articles__list__item:hover .blog01-show__related__item__description svg path, .blog01-show__related__item:hover .blog01-page__articles__list__item__description svg path, .blog01-show__related__item:hover .blog01-show__related__item__description svg path {
  fill: #244e8f;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item, .blog01-show__related__item {
    width: calc(33.33% - 11px);
  }
}
@media (max-width: 767.98px) {
  .blog01-page__articles__list__item, .blog01-show__related__item {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 575.98px) {
  .blog01-page__articles__list__item, .blog01-show__related__item {
    width: 100%;
  }
}
.blog01-page__articles__list__item__image, .blog01-show__related__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 289/202;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}
.blog01-page__articles__list__item__description, .blog01-show__related__item__description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  padding: 1.25rem 1.5rem 0.75rem;
  height: 100%;
}
.blog01-page__articles__list__item__description__title, .blog01-show__related__item__description__title {
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.blog01-page__articles__list__item__description__paragraph, .blog01-show__related__item__description__paragraph {
  transition: color 0.3s ease;
}
.blog01-page__articles__list__item__description svg, .blog01-show__related__item__description svg {
  margin-top: auto;
  margin-left: auto;
  transition: all 0.3s ease 0.3s;
}

.blog01-show {
  overflow: hidden; /* Prevenção do shift da animação */
}
.blog01-show__banner {
  position: relative;
}
.blog01-show__banner__title::before {
  background-color: #ee1f6f;
}
.blog01-show__banner__texture {
  position: absolute;
  right: 5vw;
  bottom: calc(-100% + 4px);
}
@media (max-width: 991.98px) {
  .blog01-show__banner__texture {
    display: none;
  }
}
.blog01-show__article {
  overflow: hidden; /* Prevenção do shift da animação */
  padding: 4.25rem 10vw 0;
}
@media (max-width: 991.98px) {
  .blog01-show__article {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 3rem;
  }
}
.blog01-show__article__title {
  margin-bottom: 1rem;
  text-align: center;
}
.blog01-show__article__time {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
  text-align: center;
}
.blog01-show__article__description {
  margin: 0 auto 4.5rem;
  text-align: center;
  max-width: 639px;
}
@media (max-width: 991.98px) {
  .blog01-show__article__description {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
.blog01-show__article__image {
  width: 100%;
  height: auto;
  aspect-ratio: 964/455;
  border-radius: 2rem;
  margin-bottom: 4.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .blog01-show__article__image {
    aspect-ratio: 319/241;
    margin-bottom: 3.5rem;
  }
}
.blog01-show__article__body {
  margin-bottom: 4.5rem;
}
.blog01-show__article__share {
  border: solid 1px #244e8f;
  color: #244e8f;
  padding: 0.5rem 4.25rem;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog01-show__article__share:hover {
  background-color: #244e8f;
  color: #fff;
}
.blog01-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 2rem;
  background-color: #fff;
  transition: all ease 0.5s;
  transform: translateY(-40%);
}
.blog01-show__article__modal.open {
  opacity: 1;
  transition: all ease 0.5s;
  transform: translateY(0%);
}
.blog01-show__article__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all ease 0.5s;
}
.blog01-show__article__modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog01-show__article__modal__header__title {
  margin-bottom: 0;
}
.blog01-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog01-show__article__modal__main {
  overflow: hidden;
}
.blog01-show__article__modal__main__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.blog01-show__article__modal__main__socials__item {
  width: 5.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.blog01-show__article__modal__main__socials__item__figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.blog01-show__article__modal__main__socials__item__figure svg {
  width: 3rem !important;
  height: 3rem !important;
}
.blog01-show__article__modal__main__socials__item__figure__title {
  font-weight: 700;
}
.blog01-show__article__modal__main__copy {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog01-show__article__modal__main__copy__button {
  border: solid 1px #244e8f;
  border-radius: 100vw;
  padding: 0.5rem 1rem;
  background-color: #244e8f;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog01-show__article__modal__main__copy__button:hover {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy__button {
    width: 100%;
  }
}
.blog01-show__related__title {
  margin-bottom: 2.5rem;
}
.blog01-show__related__carousel__nav {
  margin-top: 2.5rem;
}
/* BEGIN STYLE */
.cota02__banner__title::before {
  background-color: #5b8fc3;
}
.cota02__banner__texture {
  position: absolute;
  right: 5vw;
  bottom: calc(-100% + 4px);
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .cota02__banner__texture {
    display: none;
  }
}
.cota02__topics {
  background-color: #f1f0ff;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .cota02__topics {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.cota02__topics__item {
  width: calc(33.33% - 22px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .cota02__topics__item {
    width: 100%;
    justify-content: start;
  }
}
.cota02__topics__item__icon {
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cota02__topics__item__information__title {
  margin-bottom: 0;
}
.cota02__topics__item__information__description {
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .cota02__topics__item__information__description {
    max-width: 100%;
  }
}
.cota02__form {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 1.75rem;
}
.cota02__form__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.cota02__form__header__title {
  text-align: center;
}
.cota02__form__header__paragraph {
  max-width: 575px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph {
    max-width: 100%;
  }
}
.cota02__form__form-box {
  width: 100%;
  gap: 0.75rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.cota02__form__form-box .input__item {
  padding: 0;
  width: 100%;
}
.cota02__form__form-box .input__item:nth-child(4), .cota02__form__form-box .input__item:nth-child(5) {
  width: calc(50% - 0.5rem);
}
@media (max-width: 991.98px) {
  .cota02__form__form-box .input__item:nth-child(4), .cota02__form__form-box .input__item:nth-child(5) {
    width: 100%;
  }
}
.cota02__form__form-box .input__item .placeholder--custom {
  position: relative;
  padding-left: 0.75rem;
  transform: none;
}
.cota02__form__form-box .input__item .focusing .placeholder--custom {
  transform: none;
}
.cota02__form__form-box .input__item .form-control {
  padding-top: 6px;
  border-radius: 100vw;
  border-color: #5b8fc3;
  margin-bottom: 0 !important;
}
.cota02__form__form-box .input__item .form-control:focus {
  border-color: #244e8f;
}
.cota02__form__form-box .input__item--textarea .form-control {
  border-radius: 1.5rem;
  resize: none;
  height: 135px;
}
.cota02__form__form-box__checkbox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.cota02__form__form-box__checkbox__input {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.cota02__form__form-box__checkbox__input:checked {
  background-color: #000;
}
.cota02__form__form-box__checkbox__label {
  display: inline;
  color: rgba(0, 0, 0, 0.6) !important;
}
.cota02__form__form-box__checkbox a {
  text-decoration: underline;
  color: #0eaadb !important;
}
.cota02__form__form-box__cta {
  margin-left: auto;
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.cont02v2 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 5.25rem;
}
@media (max-width: 991.98px) {
  .cont02v2 {
    padding-top: 0.75rem;
    padding-bottom: 271px;
  }
}
.cont02v2__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 2.5rem 4rem 2.5rem 5vw;
  background-color: #fff;
  border-radius: 0 100vw 100vw 0;
}
.cont02v2__information__subtitle {
  margin-bottom: 0;
  line-height: 100%;
}
.cont02v2__information__title {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.cont02v2__information__title::after {
  display: none;
}
.cont02v2__information__paragraph {
  margin-bottom: 1.875rem;
  max-width: 280px;
  opacity: 0.9;
}
/* BEGIN STYLE */
.topi03 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  position: inherit;
  z-index: 1;
  position: relative;
  margin-top: -3rem;
}
.topi03__topics {
  height: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 26px;
  padding: 1rem;
}
.topi03__topics__carousel {
  height: auto;
  overflow: hidden;
}
.topi03__topics__item {
  width: calc(25% - 9px);
  height: auto;
  padding: 1.125rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  background-color: #fff;
  border: solid 1px #244e8f;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.topi03__topics__item:hover {
  background-color: rgba(36, 78, 143, 0.1);
  border-color: rgba(36, 78, 143, 0.01);
}
.topi03__topics__item:last-of-type {
  margin-right: 0 !important;
}
@media (max-width: 991.98px) {
  .topi03__topics__item {
    width: calc(33% - 8px);
  }
}
@media (max-width: 767.98px) {
  .topi03__topics__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 575.98px) {
  .topi03__topics__item {
    width: 100%;
  }
}
.topi03__topics__item__header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1.25rem;
}
.topi03__topics__item__header__img {
  flex-shrink: 0;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi03__topics__item__header__title {
  flex: 1 1 auto;
}
.topi03__topics__item__paragraph {
  opacity: 0.5;
}

/* BEGIN STYLE */
.cont02v1 {
  padding-top: 3.25rem;
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .cont02v1 {
    flex-direction: column-reverse;
  }
}
.cont02v1__image {
  width: 42%;
  height: auto;
}
@media (max-width: 991.98px) {
  .cont02v1__image {
    width: 100%;
    padding-bottom: 4.25rem;
  }
}
.cont02v1__image__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (max-width: 991.98px) {
  .cont02v1__image__img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.cont02v1__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 6.25rem;
  width: 50%;
}
@media (max-width: 991.98px) {
  .cont02v1__information {
    width: 100%;
    padding-bottom: 4.25rem;
  }
}
.cont02v1__information__subtitle {
  margin-bottom: 1.125rem;
}
.cont02v1__information__title {
  margin-bottom: 2rem;
  max-width: 512px;
}
.cont02v1__information__paragraph {
  opacity: 0.9;
  margin-bottom: 2.5rem;
}
.cont02v1__information__cta {
  align-self: start;
}

/* BEGIN STYLE */
.cont06 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
@media (max-width: 991.98px) {
  .cont06 {
    overflow: visible;
  }
}
.cont06::after {
  content: "";
  width: 100%;
  height: 266px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -1px;
  background-color: #244e8f;
}
.cont06__video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1180/460;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2.5rem;
}
@media (max-width: 575.98px) {
  .cont06__video {
    aspect-ratio: 320/328;
  }
}
.cont06__video__button {
  width: 6.375rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
}
@media (max-width: 575.98px) {
  .cont06__video__button {
    width: 4.5rem;
  }
}
.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%;
}
.cont06__cta {
  margin: 2.5rem auto 0;
}

/* BEGIN STYLE */
.topi02 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 7rem;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.topi02::before {
  content: "";
  width: 100%;
  height: 512px;
  background-color: #244e8f;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -1px;
}
@media (max-width: 991.98px) {
  .topi02 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}
.topi02__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: inherit;
  z-index: 1;
  margin-bottom: 3rem;
}
.topi02__header__title {
  max-width: 522px;
}
.topi02__header__title::after {
  background-color: #0eaadb;
}
.topi02__topics {
  height: auto;
  position: inherit;
  z-index: 1;
}
.topi02__topics__carousel {
  padding-top: 3.375rem;
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi02__topics__carousel {
    overflow: visible;
  }
}
.topi02__topics__item {
  position: relative;
  /* Qtde de gaps * tamanho do gap / qtde de elementos */
  width: calc(25% - 0.75rem);
  height: auto;
  padding: 4.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border: solid 1px #5b8fc3;
  border-radius: 2rem;
  transition: background-color ease 0.3s;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .topi02__topics__item {
    width: 288px;
    padding: 4.75rem 1rem 1rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .topi02__topics__item {
    width: 100%;
  }
}
.topi02__topics__item:hover {
  background-color: #5b8fc3;
}
.topi02__topics__item:hover .topi02__topics__item__title {
  color: #fff;
}
.topi02__topics__item:hover .topi02__topics__item__paragraph {
  color: rgba(255, 255, 255, 0.6);
}
.topi02__topics__item__icon {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 6.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi02__topics__item__title {
  position: relative;
  text-align: center;
  max-width: 196px;
  margin-bottom: 1.25rem;
  transition: color ease 0.3s;
}
.topi02__topics__item__title::after {
  content: "";
  background-color: #0eaadb;
  width: 2.5rem;
  height: 1px;
  border-radius: 100vw;
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
}
.topi02__topics__item__paragraph {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: color ease 0.3s;
}

/* BEGIN STYLE */
.cont11 {
  overflow: hidden; /* prevenção do shift da animação*/
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .cont11 {
    flex-direction: column;
  }
}
.cont11__gallery {
  position: relative;
  width: 40%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cont11__gallery {
    width: 100%;
  }
}
.cont11__gallery__nav {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.cont11__gallery__item {
  width: 100%;
  height: auto;
  aspect-ratio: 542/470;
  border-radius: 2.25rem;
}
.cont11__information {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .cont11__information {
    width: 100%;
    padding-top: 3.75rem;
  }
}
.cont11__information__paragraph {
  opacity: 0.9;
  margin-bottom: 3rem;
}
.cont11__information__cta {
  align-self: start;
}

/* BEGIN STYLE */
.gall01 {
  overflow: hidden; /* prevenção do shift da animação */
  padding-top: 0;
  padding-bottom: 55px;
}
@media (max-width: 991.98px) {
  .gall01 {
    padding-bottom: 50px;
  }
}
.gall01__carousel {
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .gall01__carousel {
    overflow: visible;
  }
}
.gall01__carousel__nav {
  margin-top: 1.75rem;
}
.gall01__carousel__item {
  overflow: hidden;
  width: calc(20% - 11.2px);
  height: auto;
  aspect-ratio: 229/167;
  border-radius: 22px;
}
@media (max-width: 1199.98px) {
  .gall01__carousel__item {
    width: 229px;
  }
}
.gall01__carousel__item__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.copa04-page__hero {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 3rem 6.375rem;
  padding-bottom: 0;
}
.copa04-page__hero::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 10vw);
  height: calc(5rem + 3%);
  z-index: -1;
  left: -5vw;
  background-color: var(--bg-video-section, transparent);
  bottom: 0;
}
@media (max-width: 1151px) {
  .copa04-page__hero {
    flex-direction: column;
  }
}
.copa04-page__hero__aside {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.copa04-page__hero__aside__logo {
  width: 6.6875rem;
  height: auto;
  aspect-ratio: 107/53;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__hero__aside__cta {
  position: absolute;
  right: -5vw;
  padding-right: 3.1875rem;
  border-radius: 100vw 0 0 100vw;
}
.copa04-page__hero__aside__cta::before {
  left: unset;
  right: -1px;
  height: 100%;
  translate: 0 -50%;
}
.copa04-page__hero__information {
  width: calc(52% - 6.375rem);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 1151px) {
  .copa04-page__hero__information {
    width: 100%;
  }
}
.copa04-page__hero__information__header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 2rem;
}
.copa04-page__hero__information__header__title {
  display: none;
}
.copa04-page__hero__information__header__icon {
  width: 10.3125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__hero__information__paragraph {
  margin-top: 2.5rem;
  position: relative;
  width: 100%;
  max-width: 800px;
}
.copa04-page__hero__information__paragraph::before {
  width: 2.625rem;
  height: 0.25rem;
  border-radius: 0.6875rem;
  display: block;
  content: "";
  background-color: #0eaadb;
  margin-bottom: 1.5rem;
}
.copa04-page__hero__information__cta {
  margin-top: 2.5rem;
}
.copa04-page__hero__image {
  width: 48%;
  height: auto;
  aspect-ratio: 591/503;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1151px) {
  .copa04-page__hero__image {
    width: 100%;
  }
}
.copa04-page__hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 4.5rem);
  z-index: -1;
}
.copa04-page__hero__background__img {
  aspect-ratio: 1366/542;
  width: 100%;
  height: 84%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 4.5rem 4.5rem;
}
@media (max-width: 1151px) {
  .copa04-page__hero__background__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
  }
}
.copa04-page__video-section {
  position: relative;
  z-index: 0;
  background-color: var(--bg-video-section, transparent);
  padding-top: 5.3125rem;
}
.copa04-page__video-section:before {
  position: absolute;
  background-color: var(--bg-higlighted, transparent);
  content: "";
  width: calc(100% + 10vw);
  left: -5vw;
  bottom: 0;
  height: 8.375rem;
  z-index: -1;
}
.copa04-page__video-section__title {
  text-align: center;
  max-width: 48.5625rem;
  margin-inline: auto;
}
.copa04-page__video-section__title::after {
  left: 50%;
  translate: -50% 0;
}
.copa04-page__video-section__subtitle {
  text-align: center;
  max-width: 48.5625rem;
  margin: 0.75rem auto 0;
}
.copa04-page__video-section__paragraph {
  text-align: center;
  max-width: 48.5625rem;
  margin: 0.75rem auto 0;
}
.copa04-page__video-section__video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: "top center";
  background-repeat: no-repeat;
  max-width: 70%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 3.5625rem auto 0;
  outline: 1px solid #244e8f;
  border-radius: 3.875rem;
  outline-offset: 1.375rem;
}
@media (max-width: 991.98px) {
  .copa04-page__video-section__video {
    max-width: 100%;
    outline-offset: 0.5rem;
    border-radius: 1rem;
  }
}
.copa04-page__video-section__video__button {
  outline: none;
  border: none;
  background-color: transparent;
}
.copa04-page__video-section__video__iframe {
  width: 100%;
  height: 100%;
}
.copa04-page__highlighted {
  background-color: var(--bg-higlighted, transparent);
  padding-bottom: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted {
    flex-direction: column;
    align-items: start;
    gap: 5rem;
    padding-bottom: 6.0625rem;
  }
}
.copa04-page__highlighted__information {
  width: calc(60% - 5rem);
  height: auto;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted__information {
    width: 100%;
  }
}
.copa04-page__highlighted__information__title {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.copa04-page__highlighted__information__subtitle {
  text-align: left;
  margin-top: 0.75rem;
}
.copa04-page__highlighted__information__paragraph {
  margin-top: 2.875rem;
  width: 100%;
  max-width: 800px;
}
.copa04-page__highlighted__image {
  width: 40%;
  height: auto;
}
@media (max-width: 991.98px) {
  .copa04-page__highlighted__image {
    width: 100%;
  }
}
.copa04-page__highlighted__image__img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__highlighted__image__cta {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.copa04-page__topics {
  background-color: var(--bg-topics, transparent);
  position: relative;
  width: 90vw;
  margin-inline: auto;
  background-color: #E8765C;
  border-radius: 3rem;
  padding: 3.75rem 4.3125rem 1.75rem;
}
.copa04-page__topics::before {
  background-color: var(--bg-higlighted, transparent);
  content: "";
  width: calc(100% + 10vw);
  height: 50%;
  left: -5vw;
  top: 0;
  position: absolute;
  z-index: -1;
  display: block;
}
@media (max-width: 991.98px) {
  .copa04-page__topics {
    padding-inline: 1.25rem;
  }
}
.copa04-page__topics__header {
  width: 100%;
}
.copa04-page__topics__header__title {
  text-align: center;
}
.copa04-page__topics__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
  max-width: 59.625rem;
  margin-inline: auto;
}
.copa04-page__topics__main {
  margin-top: 3.1875rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.copa04-page__topics__main__item {
  background-color: #fff;
  width: calc(50% - 1.25rem);
  border-radius: 1.6875rem;
  flex: 1 0 auto;
  padding: 1.375rem 1.875rem 1.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .copa04-page__topics__main__item {
    width: 100%;
  }
}
.copa04-page__topics__cta {
  margin: 0.875rem 0 0 auto;
}
@media (max-width: 991.98px) {
  .copa04-page__topics__cta {
    margin: 0 auto;
    margin-top: 1rem;
  }
}
.copa04-page__topics-carousel {
  position: relative;
  background-color: var(--bg-topics-carousel, transparent);
  padding-top: 6.9375rem;
  padding-bottom: 6.5625rem;
}
.copa04-page__topics-carousel__header {
  width: 100%;
  margin-bottom: 3.5rem;
  max-width: 59.625rem;
  margin-inline: auto;
}
.copa04-page__topics-carousel__header__title {
  margin-bottom: 0;
  text-align: center;
}
.copa04-page__topics-carousel__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__topics-carousel__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
}
.copa04-page__topics-carousel__carousel {
  overflow: hidden;
  background-color: var(--bg-topicsCarousel);
}
.copa04-page__topics-carousel__carousel__item {
  width: calc(33.3333333333% - 2.25rem * 2 / 3);
  height: auto;
  min-height: 27.1875rem;
  border-radius: 3rem;
  padding: 3.1875rem 1.875rem 3.4375rem;
  border: solid 1px #244e8f;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__carousel__item {
    width: calc(50% - 2.25rem * 1 / 2);
  }
}
@media (max-width: 767.98px) {
  .copa04-page__topics-carousel__carousel__item {
    width: 100%;
  }
}
.copa04-page__topics-carousel__carousel__item__icon {
  width: 5.625rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__topics-carousel__carousel__item__title {
  margin-top: 2.1875rem;
  text-align: center;
}
.copa04-page__topics-carousel__carousel__item__paragraph {
  text-align: center;
  margin-top: 1.375rem;
}
.copa04-page__topics-carousel__cta {
  position: absolute;
  right: 5vw;
  bottom: 6.5625rem;
}
@media (max-width: 991.98px) {
  .copa04-page__topics-carousel__cta {
    position: relative;
    margin: 2.1875rem auto 0;
    right: unset;
    bottom: unset;
  }
}
.copa04-page__gallery-topics {
  background-color: var(--bg-gallery-topics, transparent);
  padding-top: 0;
  padding-bottom: 6.375rem;
}
.copa04-page__gallery-topics__header {
  width: 100%;
  max-width: 59.625rem;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}
.copa04-page__gallery-topics__header__title {
  margin-bottom: 0;
  text-align: center;
}
.copa04-page__gallery-topics__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__gallery-topics__header__paragraph {
  margin-top: 1.625rem;
  text-align: center;
}
.copa04-page__gallery-topics__carousel {
  overflow: hidden;
}
.copa04-page__gallery-topics__carousel__item {
  width: calc(33.3333333333% - 2.25rem * 2 / 3);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #f1f0ff;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__gallery-topics__carousel__item {
    width: 18.5rem;
  }
}
.copa04-page__gallery-topics__carousel__item__image {
  width: 100%;
  height: 21.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__gallery-topics__carousel__item__video {
  width: 100%;
  height: 21.1875rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 3rem 3rem;
}
.copa04-page__gallery-topics__carousel__item__video__button {
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 50%;
}
.copa04-page__gallery-topics__carousel__item__information {
  padding: 0.75rem 2.5rem;
  width: 100%;
}
.copa04-page__gallery-topics__carousel__item__information__paragraph {
  text-align: center;
  margin-top: 1rem;
}
.copa04-page__additional-content {
  background-color: var(--bg-additional-content, transparent);
  padding-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.copa04-page__additional-content::before {
  display: block;
  z-index: -1;
  background-color: #FFB9A9;
  width: calc(100% + 10vw);
  height: 40%;
  position: absolute;
  left: -5vw;
  bottom: 0;
  content: "";
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content::before {
    height: 44%;
  }
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .copa04-page__additional-content {
    padding-bottom: 9rem;
  }
}
.copa04-page__additional-content__header {
  background-color: #f1f0ff;
  border-radius: 3rem;
  padding: 4.875rem 6.375rem 4.4375rem 4.9375rem;
  width: 50%;
  height: auto;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__header {
    width: 100%;
    padding: 3.625rem 2rem calc(3.625rem + 3rem);
    border-radius: 3rem 3rem 0 0;
    min-height: auto !important;
    padding-bottom: 3rem;
  }
}
.copa04-page__additional-content__header__title {
  text-align: left;
}
.copa04-page__additional-content__header__subtitle {
  text-align: left;
  margin-top: 0.75rem;
}
.copa04-page__additional-content__header__paragraph {
  margin-top: 3.875rem;
}
.copa04-page__additional-content__header__cta {
  margin-top: 3.375rem;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__header__cta {
    margin-top: 2rem;
  }
}
.copa04-page__additional-content__carousel {
  position: absolute;
  top: 1.5rem;
  right: 5vw;
  width: 50%;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-content__carousel {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    margin-top: -3rem;
  }
}
.copa04-page__additional-content__carousel__container {
  border-radius: 2.5rem;
  overflow: hidden;
  width: 100%;
  height: 70%;
  max-height: 446px;
  aspect-ratio: 552/446;
}
.copa04-page__additional-content__carousel__container__nav__swiper-button-prev::after {
  border-color: #244e8f !important;
}
.copa04-page__additional-content__carousel__container__nav__swiper-button-next::after {
  border-color: #244e8f !important;
}
.copa04-page__additional-content__carousel__container__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-content__carousel__container__item--video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.copa04-page__additional-content__carousel__container__item--video__button {
  outline: none;
  border: none;
  background-color: transparent;
}
.copa04-page__additional-content__carousel__container__item--video__button__icon {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-topics {
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 5.625rem;
  background-color: #FFB9A9;
}
.copa04-page__additional-topics__carousel__item {
  height: auto;
  margin-bottom: 0;
  width: 19.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 2rem;
}
.copa04-page__additional-topics__carousel__item::before {
  background-color: #f1f0ff;
  width: 100%;
  height: 15.125rem;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-topics__carousel__item {
    width: 298px;
  }
}
.copa04-page__additional-topics__carousel__item__image {
  border-radius: 2rem;
  width: 100%;
  height: 15.125rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-topics__carousel__item__title, .copa04-page__additional-topics__carousel__item--video__title {
  width: 100%;
  padding: 0.75rem 2.5rem 1rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #f1f0ff;
}
.copa04-page__additional-topics__carousel__item__cta {
  margin: 3.25rem auto 0;
}
.copa04-page__additional-topics__carousel__item--video {
  position: relative;
  width: 19.9375rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-radius: 2rem;
  overflow: hidden;
}
.copa04-page__additional-topics__carousel__item--video::before {
  background-color: #f1f0ff;
  width: 100%;
  height: 15.125rem;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .copa04-page__additional-topics__carousel__item--video {
    width: 298px;
  }
}
.copa04-page__additional-topics__carousel__item--video__video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.125rem;
  border-radius: 2rem;
}
.copa04-page__additional-topics__carousel__item--video__video__button {
  outline: none;
  border: none;
  background-color: transparent;
}
.copa04-page__additional-topics__carousel__item--video__video__button__icon {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.copa04-page__additional-topics__carousel__item--video__cta {
  margin: auto auto 0;
}
.copa04-page__faq {
  padding-top: 5.8125rem;
  padding-bottom: 8.5625rem;
  background-color: var(--bg-faq, transparent);
}
@media (max-width: 991.98px) {
  .copa04-page__faq {
    padding-top: 8.5rem;
    padding-bottom: 5.3125rem;
  }
}
.copa04-page__faq__header {
  width: 100%;
  margin-bottom: 3.375rem;
}
.copa04-page__faq__header__title {
  text-align: center;
  max-width: 33.5rem;
  margin-inline: auto;
}
.copa04-page__faq__header__title::after {
  left: 50%;
  translate: -50% 0;
}
.copa04-page__faq__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .copa04-page__faq__item {
    width: 100%;
  }
}
.copa04-page__section-products {
  background-color: var(--bg-products, transparent);
}
.copa04-page__section-products__header {
  width: 100%;
  margin-bottom: 3.5rem;
}
.copa04-page__section-products__header__title {
  text-align: center;
  max-width: 48.5625rem;
  margin-inline: auto;
}
.copa04-page__section-products__header__title::after {
  left: 50%;
  translate: -50% 0;
}
.copa04-page__section-products__header__subtitle {
  text-align: center;
  margin-top: 0.75rem;
}
.copa04-page__section-products__header__paragraph {
  margin-top: 0.75rem;
  text-align: center;
}
.copa04-page__section-products__carousel {
  width: 60%;
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa04-page__section-products__carousel {
    width: 100%;
  }
}
.copa04-page__section-products__carousel__item {
  border-radius: 1.6875rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: auto;
  padding: 3.6875rem 4.0625rem 1.8125rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .copa04-page__section-products__carousel__item {
    padding: 2.875rem 1.3125rem 2.1875rem;
  }
}
.copa04-page__section-products__carousel__item__title {
  width: 100%;
  font-size: 1.25rem;
  margin: 0;
  padding-bottom: 0.75rem;
}
.copa04-page__section-products__carousel__item__title::after {
  width: 3.4375rem;
  border-radius: 100vw;
  height: 1px;
}
.copa04-page__section-products__carousel__item__paragraph {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2.8125rem;
}
.copa04-page__section-products__carousel__item__paragraph ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.copa04-page__section-products__carousel__item__paragraph ul li {
  width: calc(50% - 0.5rem);
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 767.98px) {
  .copa04-page__section-products__carousel__item__paragraph ul li {
    width: 100%;
  }
}
.copa04-page__section-products__carousel__item__paragraph ul li::before {
  display: inline-block;
  content: "";
  height: 18px;
  width: 18px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/serv08__item__li__before.svg");
}
.copa04-page__section-products__carousel__item__price {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media (max-width: 767.98px) {
  .copa04-page__section-products__carousel__item__price {
    width: 100%;
    align-items: center;
  }
}
.copa04-page__section-products__carousel__item__price__title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .copa04-page__section-products__carousel__item__cta {
    margin-top: 2.1875rem;
    margin-inline: auto;
  }
}

/* BEGIN STYLE */
.comp01-page__content__header {
  margin-bottom: 4.5rem;
}
.comp01-page__content__archives {
  margin-top: 1.5rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.comp01-page__content__archives__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.75rem;
  border: solid 1px #0eaadb;
  border-radius: 100vw;
  transition: all 0.3s ease;
}
.comp01-page__content__archives__item:hover {
  background-color: #244e8f;
  border-color: #244e8f;
  color: #fff;
}
.comp01-page__content__archives__item:hover svg path {
  fill: #fff;
}
.comp01-page__content__archives__item svg {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
