@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.cdnfonts.com/css/helvetica-neue-55);
@import url(https://fonts.cdnfonts.com/css/pp-gatwick);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
body.no-scroll {
  overflow-y: hidden;
}
body {
  /* RESET DE ELEMENTOS */
}
body hr {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  padding-left: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
}
body menu {
  margin: 0;
  padding: 0;
}
body {
  /* CARROSSEL - SWIPER */
}
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;
}
.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: #7c7c7c;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all ease 0.4s;
}
.quedinha__btn * {
  pointer-events: none;
}
.quedinha.open > .quedinha__btn::after {
  transform: translateY(-50%) rotate(-180deg);
  transition: all ease 0.4s;
}
.quedinha {
  /* edita a poição da seta no submenu  para abrir para o lado*/
}
.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: #cacaca;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.4s ease-out;
}
.quedinha__content--sub-menu {
  top: 0;
  left: 100%;
}
.quedinha.open > .quedinha__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-out;
}

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

/*******************************************************************************************************************************************/
/* CONFIGURAÇÃO DO TEMA */
.comp01-page__content, .team01-page__content, .prod02__page__content__product, .prod02__page__content__category, .blog01-show__related, .blog01-show__article, .blog01-page__articles, .blog01-page__categories, .blog01, .abou01-page__topics, .abou01, .feed05, .topi05, .topi08, .port04-show__related, .port04-show__content__gallery, .port04-show__content__topics, .port04-show__content__additional-topic, .port04, .slid01__item, .foot02__navigation, .side02, .side02--btt, .side02--rtl, .side02--ttb, .confirmation-page__title, .form01, .comp01-page__banner, .team01-page__banner, .prod02__page__header, .blog01-show__banner, .blog01-page__banner, .port04-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.slid01__item__header__title {
  font: 700 3.125rem "Monteserrat", sans-serif, arial;
  line-height: 140%;
  letter-spacing: 0.0125rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .slid01__item__header__title {
    font-size: 2.5rem;
    line-height: 90%;
  }
}
.slid01__item__header__title {
  color: #000;
}
.blog01__header__title, .abou01__header__title, .port04-page__portfolio__header__title {
  font: 700 2.5rem "Monteserrat", sans-serif, arial;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991.98px) {
  .blog01__header__title, .abou01__header__title, .port04-page__portfolio__header__title {
    font-size: 1.875rem;
  }
}
.blog01__header__title, .abou01__header__title, .port04-page__portfolio__header__title {
  color: #404040;
}
.confirmation-page__title, .slid01__item__header__subtitle, .comp01-page__content__header__title, .form01__main__information__title {
  font: 700 1.875rem "Monteserrat", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .confirmation-page__title, .slid01__item__header__subtitle, .comp01-page__content__header__title, .form01__main__information__title {
    font-size: 1.563rem;
  }
}
.form01__main__information__title {
  color: #000;
}
.comp01-page__content__header__title {
  color: #404040;
}
.slid01__item__header__subtitle {
  color: #7c7c7c;
}
.confirmation-page__title {
  color: #cacaca;
}
.blog01__header__subtitle, .abou01__header__subtitle, .port04-page__portfolio__header__subtitle, .blog01-show__article__modal__header__title, .blog01__main__item__description__title, .blog01-page__categories__item, .port04-page__portfolio__categories__item {
  font: 700 1.25rem "Monteserrat", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog01__header__subtitle, .abou01__header__subtitle, .port04-page__portfolio__header__subtitle, .blog01-show__article__modal__header__title, .blog01__main__item__description__title, .blog01-page__categories__item, .port04-page__portfolio__categories__item {
    font-size: 1.125rem;
  }
}
.blog01-show__article__modal__header__title, .blog01__main__item__description__title, .blog01-page__categories__item, .port04-page__portfolio__categories__item {
  color: #000;
}
.blog01__header__subtitle, .abou01__header__subtitle, .port04-page__portfolio__header__subtitle {
  color: #b3b3b3;
}
.blog01-show__related__title, .side02__navigation__item__link, .side02__navigation__item__btn {
  font: 700 1.125rem "Monteserrat", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog01-show__related__title, .side02__navigation__item__link, .side02__navigation__item__btn {
    font-size: 1.063rem;
  }
}
.blog01-show__related__title, .side02__navigation__item__link, .side02__navigation__item__btn {
  color: #000;
}
.blog01__header__paragraph, .abou01__paragraph, .topi05__item__paragraph, .port04-page__portfolio__header__paragraph, .slid01__item__header__description, .blog01__main__item__description__paragraph, .form01__main__information__paragraph, .blog01__cta, .abou01__cta, .topi08__cta, .port04__portfolios__cta, .slid01__item__header__cta, .form01__main__form__footer__cta, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .blog01-show__article__modal__main__socials__item__figure__title, .confirmation-page__paragraph, .side02__cta, .head02__navigation__item__cta {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.blog01__header__paragraph p, .abou01__paragraph p, .topi05__item__paragraph p, .port04-page__portfolio__header__paragraph p, .slid01__item__header__description p, .blog01__main__item__description__paragraph p, .form01__main__information__paragraph p, .blog01__cta p, .abou01__cta p, .topi08__cta p, .port04__portfolios__cta p, .slid01__item__header__cta p, .form01__main__form__footer__cta p, .head02__navigation__item--menu-mobile__item p, .comp01-page__content__paragraph p, .blog01-show__article__modal__main__socials__item__figure__title p, .confirmation-page__paragraph p, .side02__cta p, .head02__navigation__item__cta p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01__header__paragraph, .abou01__paragraph, .topi05__item__paragraph, .port04-page__portfolio__header__paragraph, .slid01__item__header__description, .blog01__main__item__description__paragraph, .form01__main__information__paragraph, .blog01__cta, .abou01__cta, .topi08__cta, .port04__portfolios__cta, .slid01__item__header__cta, .form01__main__form__footer__cta, .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .blog01-show__article__modal__main__socials__item__figure__title, .confirmation-page__paragraph, .side02__cta, .head02__navigation__item__cta {
    font-size: 0.938rem;
  }
}
.side02__cta, .head02__navigation__item__cta {
  color: #fff;
}
.comp01-page__content__paragraph, .blog01-show__article__modal__main__socials__item__figure__title, .confirmation-page__paragraph {
  color: #000;
}
.blog01__main__item__description__paragraph, .form01__main__information__paragraph, .blog01__cta, .abou01__cta, .topi08__cta, .port04__portfolios__cta, .slid01__item__header__cta, .form01__main__form__footer__cta, .head02__navigation__item--menu-mobile__item {
  color: #404040;
}
.blog01__header__paragraph, .abou01__paragraph, .topi05__item__paragraph, .port04-page__portfolio__header__paragraph, .slid01__item__header__description {
  color: #7c7c7c;
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-show__article__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time, .port04__portfolios__item__information__description, .port04-show__related__main__item__information__description, .port04-page__portfolio__main__item__information__description, .comp01-page__content__archives__item, .blog01-show__article__modal__main__copy__button, .side02__footer__item, .side02__cta__content__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .blog01-show__article__modal__main__copy__link {
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.blog01__main__item__description__time p, .blog01-show__related__item__description__time p, .blog01-show__article__time p, .blog01-page__articles__list__item__description__time p, .blog01-page__articles__highlighted__item__information__time p, .port04__portfolios__item__information__description p, .port04-show__related__main__item__information__description p, .port04-page__portfolio__main__item__information__description p, .comp01-page__content__archives__item p, .blog01-show__article__modal__main__copy__button p, .side02__footer__item p, .side02__cta__content__item p, .head02__navigation__item__cta__content__item p, .form01__main__form__footer__compliance__link p, .form01__main__form__footer__compliance p, .blog01-show__article__modal__main__copy__link p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-show__article__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time, .port04__portfolios__item__information__description, .port04-show__related__main__item__information__description, .port04-page__portfolio__main__item__information__description, .comp01-page__content__archives__item, .blog01-show__article__modal__main__copy__button, .side02__footer__item, .side02__cta__content__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance, .blog01-show__article__modal__main__copy__link {
    font-size: 0.813rem;
    line-height: 170%;
  }
}
.blog01-show__article__modal__main__copy__link {
  color: #fff;
}
.blog01-show__article__modal__main__copy__button, .side02__footer__item, .side02__cta__content__item, .head02__navigation__item__cta__content__item, .form01__main__form__footer__compliance__link, .form01__main__form__footer__compliance {
  color: #000;
}
.comp01-page__content__archives__item {
  color: #404040;
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-show__article__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time, .port04__portfolios__item__information__description, .port04-show__related__main__item__information__description, .port04-page__portfolio__main__item__information__description {
  color: #7c7c7c;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 2rem;
  height: 2rem;
}
.comp01-page__banner, .team01-page__banner, .prod02__page__header, .blog01-show__banner, .blog01-page__banner, .port04-page__banner {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.comp01-page__banner::before, .team01-page__banner::before, .prod02__page__header::before, .blog01-show__banner::before, .blog01-page__banner::before, .port04-page__banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 -27.03%, rgba(102, 102, 102, 0) 83.2%);
}
.comp01-page__banner__title, .team01-page__banner__title, .prod02__page__header__title, .blog01-show__banner__title, .blog01-page__banner__title, .port04-page__banner__title {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.team01-page__banner__subtitle, .prod02__page__header__subtitle, .blog01-show__banner__subtitle, .blog01-page__banner__subtitle, .port04-page__banner__subtitle {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.team01-page__banner__subtitle::before, .prod02__page__header__subtitle::before, .blog01-show__banner__subtitle::before, .blog01-page__banner__subtitle::before, .port04-page__banner__subtitle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #FFF;
  left: 46px;
  top: 5px;
}
.abou01-page__banner, .port04-show__banner {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.abou01-page__banner::before, .port04-show__banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 -27.03%, rgba(102, 102, 102, 0) 83.2%);
}
.port04-show__banner__title {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  position: relative;
  z-index: 1;
}
.port04-show__banner__title svg {
  position: absolute;
  z-index: -1;
  top: -13px;
  left: 0;
}
.port04-show__banner__subtitle {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.blog01__cta, .abou01__cta, .topi08__cta, .port04__portfolios__cta, .slid01__item__header__cta, .form01__main__form__footer__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  background-color: #cacaca;
  border: none;
  font-weight: 700;
}
.blog01__cta:focus, .abou01__cta:focus, .topi08__cta:focus, .port04__portfolios__cta:focus, .slid01__item__header__cta:focus, .form01__main__form__footer__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.blog01-page__categories__item, .port04-page__portfolio__categories__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  outline: none;
  border: none;
  background-color: #efefef;
}
.active.blog01-page__categories__item, .active.port04-page__portfolio__categories__item {
  background-color: #cacaca;
}
.blog01__main__carousel .swiper-pagination-bullets, .blog01-show__related__carousel .swiper-pagination-bullets, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets, .abou01-page__topics__principal__carousel .swiper-pagination-bullets, .feed05__main__carousel .swiper-pagination-bullets, .topi08__topics__carousel .swiper-pagination-bullets, .port04-show__content__gallery__carousel .swiper-pagination-bullets, .port04-show__content__topics__carousel .swiper-pagination-bullets, .port04-show__content__additional-topic__carousel .swiper-pagination-bullets, .port04__portfolios__carousel .swiper-pagination-bullets, .port04-show__related__main__carousel .swiper-pagination-bullets, .port04-page__portfolio__main__carousel .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: left;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-show__related__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .abou01-page__topics__principal__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .feed05__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .topi08__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .port04-show__content__gallery__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .port04-show__content__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .port04-show__content__additional-topic__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .port04__portfolios__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .port04-show__related__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet, .port04-page__portfolio__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #AA0000;
}
.blog01__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-show__related__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .blog01-page__articles__highlighted__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .abou01-page__topics__principal__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .feed05__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .topi08__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .port04-show__content__gallery__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .port04-show__content__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .port04-show__content__additional-topic__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .port04__portfolios__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .port04-show__related__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active, .port04-page__portfolio__main__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
/*******************************************************************************************************************************************/
.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(64, 64, 64, 0.5);
}

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

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

.content {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mainHeader {
  height: 90px;
}
@media (max-width: 991.98px) {
  #mainHeader {
    height: 75px;
    padding-top: 5px;
  }
}

.header-sobre .head02__navigation__item__link.active svg path, .header-sobre .active.head02__navigation__item__btn svg path {
  fill: #AA0000;
}
.header-sobre .head02__navigation__item__link svg path, .header-sobre .head02__navigation__item__btn svg path {
  fill: #AA0000;
}

.header-turismo .head02__navigation__item__link.active svg path, .header-turismo .active.head02__navigation__item__btn svg path {
  fill: #004BC2;
}
.header-turismo .head02__navigation__item__link svg path, .header-turismo .head02__navigation__item__btn svg path {
  fill: #004BC2;
}

.header-contato .head02__navigation__item__link.active svg path, .header-contato .active.head02__navigation__item__btn svg path {
  fill: #005D34;
}
.header-contato .head02__navigation__item__link svg path, .header-contato .head02__navigation__item__btn svg path {
  fill: #005D34;
}

.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: #b3b3b3;
  color: #7c7c7c;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.875rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.875rem "Helvetica Neue", 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: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Helvetica Neue", 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: #404040;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.563rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.875rem "Helvetica Neue", 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: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

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

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__title {
    font-size: 1.563rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 0.875rem "Helvetica Neue", 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: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.563rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.875rem "Helvetica Neue", 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: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Helvetica Neue", 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: #404040 !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 2.5rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #b3b3b3;
  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 "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 1.875rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #404040;
  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: #404040;
  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: #404040;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Helvetica Neue", 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 "Helvetica Neue", 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: "Helvetica Neue", sans-serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

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

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

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

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

.animation {
  opacity: 0;
}

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

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

.head02 {
  width: 100%;
  padding-right: 10vw;
  padding-left: 5vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.head02.scrolled {
  position: fixed;
  z-index: 11;
  background-color: #fff;
}
.head02.scrolled .head02__logo {
  width: 9.5rem;
}
.head02__logo {
  position: relative;
  width: 12.5rem; /* = 200px */
  height: auto;
  aspect-ratio: 200/90;
}
@media (max-width: 991.98px) {
  .head02__logo {
    width: 9.5rem;
  }
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__logo__img.white {
  display: none;
}
.head02__logo__firula-amarelo {
  position: absolute;
  top: 10px;
  left: -90px;
  width: 64px;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .head02__logo__firula-amarelo {
    top: 0;
    left: -60px;
    width: 47px;
    height: 45px;
  }
}
.head02__logo__firula-vermelho {
  position: absolute;
  right: -100px;
  bottom: 5px;
  width: 48px;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .head02__logo__firula-vermelho {
    right: -50px;
    width: 28px;
    height: 39px;
  }
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  list-style: none;
  gap: 2.6875rem;
  width: calc(100% - 15rem);
  position: relative;
}
@media (max-width: 991.98px) {
  .head02__navigation {
    right: -3rem;
  }
}
.head02__navigation__firula-verde {
  position: absolute;
  top: 15px;
  right: -90px;
  width: 27px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .head02__navigation__firula-verde {
    display: none;
  }
}
.head02__navigation__item, .head02__navigation__item--socials {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .head02__navigation__item, .head02__navigation__item--socials {
    display: none;
  }
}
.head02__navigation__item__link, .head02__navigation__item__btn {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.head02__navigation__item__link svg, .head02__navigation__item__btn svg {
  position: absolute;
  z-index: -1;
  left: -25px;
  top: -10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.head02__navigation__item__link:hover svg, .head02__navigation__item__btn:hover svg {
  opacity: 1;
}
.head02__navigation__item__link.active svg, .active.head02__navigation__item__btn svg {
  opacity: 1;
}
.head02__navigation__item, .head02__navigation__item--socials {
  /* Estilização do menu-dropdown */
}
.head02__navigation__item__content {
  padding: 0.5rem;
  top: 60%;
  left: 0;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: solid 1px #000;
  border-radius: 0.75rem;
  background-color: #000;
  white-space: nowrap;
}
.head02__navigation__item__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #cacaca;
}
.head02__navigation__item__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.head02__navigation__item, .head02__navigation__item--socials {
  /* Modificador das redes socais */
}
.head02__navigation__item--socials {
  gap: 1.5rem;
}
.head02__navigation__item--socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: ease all 0.4s;
}
.head02__navigation__item--socials__item:hover {
  transform: scale(1.1);
  transition: ease all 0.4s;
}
.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, .head02__navigation__item--socials {
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
.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;
  }
}
.whats-float {
  position: fixed !important;
  right: 1rem;
  bottom: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 999;
  text-decoration: none;
}
.whats-float:hover {
  transform: scale(1.05);
  transition: all 0.7s ease;
}

.whats-float img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 10;
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-bottom: 8px solid #7c7c7c;
  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;
}
.side02::-webkit-scrollbar, .side02--btt::-webkit-scrollbar, .side02--rtl::-webkit-scrollbar, .side02--ttb::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(64, 64, 64, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(64, 64, 64, 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: #404040;
}
.side02.open, .open.side02--btt, .open.side02--rtl, .open.side02--ttb {
  left: 0;
  transform: translate(0, 0);
  transition: transform ease 0.6s;
}
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  /* ANIMAÇÕES DE ABERTURA */
  /* top to bottom - de cima para baixo*/
}
.side02--ttb {
  transform: translate(0, -100%);
}
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  /*right to left - de esquerda para direita*/
}
.side02--rtl {
  transform: translate(100%, 0);
}
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  /* bottom to top - de baixo para cima */
}
.side02--btt {
  transform: translate(0, 100%);
}
.side02__header {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.side02__header__button-close__icon path {
  fill: #7c7c7c;
}
.side02__header__button-close__icon:hover path {
  fill: #404040;
}
.side02__header {
  /*
  &__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__logo {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 200/90;
  margin: 0 auto 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  margin-bottom: 4.5rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.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;
  font-weight: 500;
  text-transform: uppercase;
}
.side02__navigation__item__link:hover, .side02__navigation__item__btn:hover, .side02__navigation__item__link:active, .side02__navigation__item__btn:active, .side02__navigation__item__link:focus, .side02__navigation__item__btn:focus {
  border-bottom: #000;
}
.side02__navigation__item__content {
  left: 50%;
  transform: translate(-50%, 0) !important; /*Uso do !important para resetar os valores padrões do .quedinha__content, pois este possui 4 níveis de especificidade*/
}
.side02__navigation__item__content--sub-menu {
  top: 100% !important;
  left: 0 !important;
  right: unset !important;
  /* Uso do important para resetar os valores de estilos que são inseridos via JS pelo plugin*/
}
.side02__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border: solid 1px #000;
  border-radius: 0.75rem;
  background-color: #000;
  white-space: nowrap;
}
.side02__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #cacaca;
}
.side02__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 8.75rem 0 2.75rem;
}
@media (max-width: 991.98px) {
  .side02__socials {
    margin: 0;
  }
}
.side02__socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.side02__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.foot02 {
  background-color: #AA0000;
}
.foot02__navigation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.foot02__navigation__client-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.3125rem;
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: unset;
  }
}
.foot02__navigation__client-info__logo {
  width: 24.1875rem;
  height: auto;
  aspect-ratio: 387/123;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info__logo {
    width: 19.1875rem;
  }
}
.foot02__navigation__client-info__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}
.foot02__navigation__client-info__socials__item {
  position: relative;
  width: 1.75rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: ease all 0.4s;
}
.foot02__navigation__client-info__socials__item:hover {
  transform: scale(1.1);
  transition: ease all 0.4s;
}
.foot02__navigation__client-info__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: invert(1);
}
.foot02__navigation__pages {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.3125rem;
  margin-top: 3.0625rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages {
    flex-direction: column;
    margin-top: 0;
  }
}
.foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.foot02__navigation__pages__header__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__pages__item, .foot02__navigation__client-contact__item {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  transition: ease all 0.4s;
}
.foot02__navigation__pages__item:hover, .foot02__navigation__client-contact__item:hover {
  color: #FFC600;
  transition: ease all 0.4s;
}
.foot02__navigation__pages__item__link, .foot02__navigation__client-contact__item__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__client-contact {
  list-style: none;
  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: #b3b3b3;
}
.foot02__navigation__button img {
  height: 23px;
}
.foot02__local {
  padding-bottom: 4.5rem;
  padding-left: 200px;
}
.foot02__local__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 6.25rem;
}
@media (max-width: 991.98px) {
  .foot02__local__content {
    flex-direction: column;
    gap: 3rem;
  }
}
.foot02__local__content__box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 0.9375rem;
}
.foot02__local__content__box__description__title {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  width: 100%;
  max-width: 160px;
  margin-bottom: 1.125rem;
}
.foot02__local__content__box__description__title span {
  font-weight: 800;
}
.foot02__local__content__box__description__paragraph {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  width: 100%;
  max-width: 201px;
}
.foot02__local__content__box__description__tell {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-top: 1.125rem;
}
.foot02__copyright {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004BC2;
  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 {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.foot02__copyright__compliances__item__list {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__copyright__hoom {
  width: 11.8125rem;
  height: auto;
  aspect-ratio: 189/34;
}
.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__item {
  padding-bottom: 0;
  z-index: 0;
  min-height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .slid01__item {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.slid01__item__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.slid01__item__background__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slid01__item__background video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.slid01__item__header {
  width: 50%;
}
@media (max-width: 991.98px) {
  .slid01__item__header {
    width: 100%;
  }
}
.slid01__item__header__title {
  margin-bottom: 2rem;
  text-align: left;
}
.slid01__item__header__subtitle {
  margin-bottom: 1.75rem;
}
.slid01__item__header__description {
  max-width: 525px;
}
@media (max-width: 991.98px) {
  .slid01__item__header__description {
    max-width: 100%;
  }
}
.slid01__item__header__cta {
  margin-top: 3rem;
}
.slid01__item__image {
  width: 32%;
  height: auto;
  aspect-ratio: 491/676;
  align-self: end;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .slid01__item__image {
    width: 50%;
    margin-inline: auto;
  }
}

.port04 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: #F3F3F3;
  position: relative;
}
.port04::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 1;
}
.port04 .port04__portfolios__carousel__swiper-wrapper {
  justify-content: center;
}
.port04__header, .port04-show__related__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.0625rem;
  position: relative;
  z-index: 2;
}
.port04__header__subtitle, .port04-show__related__header__subtitle {
  color: #1B1B1B;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.port04__header__title, .port04-show__related__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
.port04__header__title::before, .port04-show__related__header__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #000;
  left: 50%;
  bottom: -23px;
  transform: translate(-50%, -50%);
}
.port04__header__paragraph, .port04-show__related__header__paragraph {
  color: #595959;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.port04__portfolios {
  position: relative;
  z-index: 2;
}
.port04__portfolios__firula-top {
  position: absolute;
  top: -110px;
  left: -120px;
  width: 376.918px;
  height: 230.782px;
  -o-object-fit: contain;
     object-fit: contain;
}
.port04__portfolios__firula-bottom {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 269.673px;
  height: 302.791px;
  -o-object-fit: contain;
     object-fit: contain;
}
.port04__portfolios__carousel, .port04-show__related__main__carousel, .port04-page__portfolio__main__carousel {
  height: auto;
}
.port04__portfolios__item, .port04-show__related__main__item, .port04-page__portfolio__main__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  width: calc(33.33% - 8px);
  height: auto;
  aspect-ratio: 435/356;
  background-color: #B90000;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .port04__portfolios__item, .port04-show__related__main__item, .port04-page__portfolio__main__item {
    width: 100%;
  }
}
.port04__portfolios__item, .port04-show__related__main__item, .port04-page__portfolio__main__item {
  transition: ease all 0.4s;
}
.port04__portfolios__item:hover, .port04-show__related__main__item:hover, .port04-page__portfolio__main__item:hover {
  transform: scale(1.03);
  transition: ease all 0.4s;
}
.port04__portfolios__item__bg, .port04-show__related__main__item__bg, .port04-page__portfolio__main__item__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 0.3125rem;
  border-radius: 20px;
}
.port04__portfolios__item__information, .port04-show__related__main__item__information, .port04-page__portfolio__main__item__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  background-color: #A00;
  border-radius: 20px 0;
  padding: 1rem 2rem;
}
.port04__portfolios__item__information__subtitle, .port04-page__portfolio__main__item__information__subtitle {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0.1875rem;
}
.port04__portfolios__item__information__title, .port04-show__related__main__item__information__title, .port04-page__portfolio__main__item__information__title {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.port04__portfolios__item__icon, .port04-show__related__main__item__icon, .port04-page__portfolio__main__item__icon {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.port04__portfolios__cta {
  margin: 2rem 0 0 auto;
}

.port04-page__portfolio {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 1vw;
  padding-right: 1vw;
}
.port04-page__portfolio__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.port04-page__portfolio__header__title {
  margin-bottom: 0.25rem;
}
.port04-page__portfolio__header__subtitle {
  margin-bottom: 2rem;
}
.port04-page__portfolio__header__paragraph {
  width: 100%;
  max-width: 938px;
  text-align: center;
}
.port04-page__portfolio__categories {
  margin-bottom: 3rem;
}
.port04-page__portfolio__categories__item__icon {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.port04-page__portfolio__main .port04-page__portfolio__main__carousel__swiper-wrapper {
  justify-content: center;
}
.port04-page__portfolio__main__firula-bottom {
  position: absolute;
  right: -40px;
  bottom: 20px;
  width: 269.673px;
  height: 302.791px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .port04-page__portfolio__main__firula-bottom {
    bottom: 110px;
    z-index: -1;
  }
}
.port04-show__banner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: stretch;
  padding-left: 5vw;
  padding-bottom: 4rem;
}
.port04-show__content__main-content {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .port04-show__content__main-content {
    flex-direction: column-reverse !important;
  }
}
.port04-show__content__main-content.full .port04-show__content__main-content__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1376/506;
  position: relative;
}
.port04-show__content__main-content.full .port04-show__content__main-content__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000 -27.03%, rgba(102, 102, 102, 0) 83.2%);
}
.port04-show__content__main-content.full .port04-show__content__main-content__information {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.port04-show__content__main-content.full .port04-show__content__main-content__information__title::before {
  display: none;
}
.port04-show__content__main-content.full .port04-show__content__main-content__information__subtitle {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0.375rem;
}
.port04-show__content__main-content.full .port04-show__content__main-content__information__subtitle svg {
  display: block;
}
.port04-show__content__main-content.full .port04-show__content__main-content__information__title {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.port04-show__content__main-content {
  /* ===== ODD (1,3,5...) ===== */
}
.port04-show__content__main-content:nth-child(odd) {
  background-color: #F3F3F3;
  flex-direction: row-reverse;
}
.port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information {
  text-align: left;
}
.port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information__title, .port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information__subtitle,
.port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information__paragraph, .port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information__cta {
  text-align: left;
}
.port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information__title::before {
  left: 0;
  right: unset;
}
.port04-show__content__main-content:nth-child(odd) .port04-show__content__main-content__information__cta:hover {
  margin-left: 0.5rem;
}
.port04-show__content__main-content {
  /* ===== EVEN (2,4,6...) ===== */
}
.port04-show__content__main-content:nth-child(even) {
  background-color: #FFF;
  flex-direction: row;
}
.port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information {
  text-align: right;
}
.port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__title, .port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__subtitle,
.port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__paragraph, .port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__cta {
  text-align: right;
}
.port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__title::before {
  right: 0;
  left: unset;
}
.port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__cta__firula {
  right: -20px;
  left: inherit;
}
.port04-show__content__main-content:nth-child(even) .port04-show__content__main-content__information__cta:hover {
  margin-right: 0.5rem;
}
.port04-show__content__main-content__image {
  width: 50%;
  height: 100%;
  aspect-ratio: 800/800;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 800px;
}
@media (max-width: 991.98px) {
  .port04-show__content__main-content__image {
    width: 100%;
    aspect-ratio: 256/351;
  }
}
.port04-show__content__main-content__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.port04-show__content__main-content__information {
  width: 50%;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (max-width: 991.98px) {
  .port04-show__content__main-content__information {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.port04-show__content__main-content__information__title {
  color: #1C1C1C;
  text-align: left !important;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5625rem;
  position: relative;
}
.port04-show__content__main-content__information__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #000;
  right: inherit !important;
  left: 0 !important;
  bottom: -21px;
}
.port04-show__content__main-content__information__subtitle {
  color: #1B1B1B;
  text-align: left !important;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: 160%;
  letter-spacing: 2px;
  margin-bottom: 0.3125rem;
  position: relative;
  z-index: 1;
}
.port04-show__content__main-content__information__subtitle svg {
  position: absolute;
  z-index: -1;
  top: -13px;
  left: 30px;
  display: none;
}
.port04-show__content__main-content__information__paragraph {
  color: #474141;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-align: left !important;
}
.port04-show__content__main-content__information__cta {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-top: 4.6875rem;
  position: relative;
  z-index: 1;
  transition: ease all 0.4s;
}
.port04-show__content__main-content__information__cta:hover {
  transform: scale(1.04);
  transition: ease all 0.4s;
}
.port04-show__content__main-content__information__cta__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 40px;
  width: 132px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.port04-show__content__additional-topic {
  background-color: #F3F3F3;
}
.port04-show__content__additional-topic__header {
  margin-bottom: 2.0625rem;
}
.port04-show__content__additional-topic__header__paragraph {
  color: #595959;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.port04-show__content__additional-topic__carousel {
  overflow: hidden;
}
.port04-show__content__additional-topic__item {
  width: calc(33.33% - 7px);
  height: auto;
  aspect-ratio: 363/291;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 8px solid #005D34;
}
.port04-show__content__additional-topic__item:hover {
  background-color: #005D34;
}
@media (max-width: 991.98px) {
  .port04-show__content__additional-topic__item {
    width: 100%;
  }
}
.port04-show__content__additional-topic__item:hover .port04-show__content__additional-topic__item__icon {
  filter: invert(1) brightness(2);
}
.port04-show__content__additional-topic__item__icon {
  width: 2.5625rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.6875rem;
}
.port04-show__content__additional-topic__item:hover .port04-show__content__additional-topic__item__title {
  color: #FFF;
  transition: ease all 0.4s;
}
.port04-show__content__additional-topic__item__title {
  color: #1B1B1B;
  text-align: right;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0.9375rem;
  transition: ease all 0.4s;
}
.port04-show__content__additional-topic__item:hover .port04-show__content__additional-topic__item__paragraph {
  color: #FFF;
  transition: ease all 0.4s;
}
.port04-show__content__additional-topic__item__paragraph {
  color: #595959;
  text-align: center;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 2vw;
  padding-right: 2vw;
  transition: ease all 0.4s;
}
.port04-show__content__topics__header {
  margin-bottom: 7.4375rem;
}
.port04-show__content__topics__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.port04-show__content__topics__header__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -46px;
}
.port04-show__content__topics__carousel {
  overflow: hidden;
}
.port04-show__content__topics__item {
  position: relative;
  width: calc(33.33% - 7px);
  height: auto;
  max-height: 453px;
  aspect-ratio: 354/453;
  background-color: #005D34;
  padding: 0.4375rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.port04-show__content__topics__item::before {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  background: linear-gradient(0deg, #000 -16.81%, rgba(102, 102, 102, 0) 87.99%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.port04-show__content__topics__item:hover .port04-show__content__topics__item__information__title {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.port04-show__content__topics__item:hover .port04-show__content__topics__item__information__description {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .port04-show__content__topics__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .port04-show__content__topics__item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .port04-show__content__topics__item {
    width: 100%;
  }
}
.port04-show__content__topics__item__image {
  position: absolute;
  z-index: 1;
  width: 97%;
  height: 97%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.port04-show__content__topics__item__information {
  z-index: 2;
  padding: 2.5rem 1.5rem;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.port04-show__content__topics__item__information__title {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  opacity: 1;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.port04-show__content__topics__item__information__description {
  overflow: hidden;
  max-height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.port04-show__content__topics__cta {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  float: right;
  position: relative;
  transition: ease all 0.4s;
}
.port04-show__content__topics__cta:hover {
  transform: scale(1.04);
  transition: ease all 0.4s;
}
.port04-show__content__topics__cta__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 40px;
  width: 132px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .port04-show__content__topics__cta__firula {
    left: 30px;
  }
}
.port04-show__content__gallery {
  background-color: #F3F3F3;
}
.port04-show__content__gallery__header {
  margin-bottom: 7rem;
}
.port04-show__content__gallery__header__subtitle {
  color: #1B1B1B;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0.3125rem;
}
.port04-show__content__gallery__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  position: relative;
}
.port04-show__content__gallery__header__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -46px;
}
.port04-show__content__gallery__carousel {
  height: auto;
  overflow: hidden;
}
.port04-show__content__gallery__item {
  background-color: #fff;
  width: calc(33.33% - 11px);
  height: auto;
  min-height: 12.5rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
}
@media (max-width: 991.98px) {
  .port04-show__content__gallery__item {
    width: 100%;
  }
}
.port04-show__content__gallery__item:hover {
  background-color: #004BC2;
  transition: all ease 0.4s;
}
.port04-show__content__gallery__item:hover .port04-show__content__gallery__item__header__title {
  color: #FFF;
  opacity: 1;
  transition: all ease 0.4s;
}
.port04-show__content__gallery__item:hover .port04-show__content__gallery__item__header__title__firula {
  display: block;
  transition: all ease 0.4s;
}
.port04-show__content__gallery__item__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.port04-show__content__gallery__item__header__title {
  color: #1C1C1C;
  text-align: right;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
  opacity: 0.6;
  position: relative;
}
.port04-show__content__gallery__item__header__title__firula {
  position: absolute;
  top: -8px;
  right: -25px;
  width: 90px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  transition: all ease 0.4s;
  display: none;
}
.port04-show__content__gallery__item:hover .port04-show__content__gallery__item__testimony {
  color: #FFF;
  opacity: 1;
  transition: all ease 0.4s;
}
.port04-show__content__gallery__item__testimony {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1.5rem;
  opacity: 0.6;
}
.port04-show__related {
  background-color: #F3F3F3;
}
.port04-show__related__main {
  position: relative;
}
.port04-show__related__main__firula-bottom {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 269.673px;
  height: 302.791px;
  -o-object-fit: contain;
     object-fit: contain;
}
.port04-show__related__main__carousel {
  overflow: hidden;
  padding: 0.7rem;
}
.port04-show__related__main__item {
  width: calc(50% - 6px);
  aspect-ratio: 569/345;
}
@media (max-width: 991.98px) {
  .port04-show__related__main__item {
    width: 100%;
  }
}
/* END SHOW */
/* BEGIN STYLE */
.topi08 {
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 2.4375rem;
  background-color: #F3F3F3;
}
@media (max-width: 991.98px) {
  .topi08 {
    flex-direction: column;
    padding-right: 5vw;
    padding-top: 2rem;
  }
}
.topi08__header {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  margin-bottom: 7rem;
}
@media (max-width: 991.98px) {
  .topi08__header {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.topi08__header__subtitle {
  color: #1B1B1B;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.topi08__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.6875rem;
  position: relative;
}
.topi08__header__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #000;
  color: black;
  left: 0;
  bottom: -20px;
}
.topi08__header__paragraph {
  color: #474141;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.6px */
  letter-spacing: 0.1em;
}
.topi08__header__cta {
  margin-top: 1.75rem;
  transition: 0.5s all ease;
}
.topi08__header__cta:hover {
  transform: scale(1.05);
  margin-left: 0.3rem;
  transition: 0.5s all ease;
}
.topi08__header__cta a {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  z-index: 1;
}
.topi08__header__cta a img {
  position: absolute;
  top: -25px;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}
.topi08__topics {
  width: 80%;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi08__topics {
    width: 100%;
  }
}
.topi08__topics__item {
  position: relative;
  width: 30%;
  height: auto;
  max-height: 365px;
  aspect-ratio: 290/365;
  background-color: #A00;
  padding: 0.3125rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.topi08__topics__item::before {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  mix-blend-mode: multiply;
  z-index: 2;
}
.topi08__topics__item:hover .topi08__topics__item__content__title {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.topi08__topics__item:hover .topi08__topics__item__content__information {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi08__topics__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .topi08__topics__item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .topi08__topics__item {
    width: 100%;
  }
}
.topi08__topics__item__bg {
  position: absolute;
  z-index: 1;
  width: 97%;
  height: 97%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.topi08__topics__item__content {
  z-index: 2;
  padding: 2.5rem 1.5rem;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__topics__item__content__title {
  overflow: hidden;
  max-height: 0px;
  max-height: 0px;
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__topics__item__content__information {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border-radius: 20px;
  padding: 1em;
  border: 5px solid #aa0000;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.topi08__cta {
  margin-left: auto;
}

/* BEGIN STYLE */
.topi05 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 1.25rem;
}
.topi05__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  margin-bottom: 7rem;
  position: relative;
}
.topi05__header__subtitle {
  color: #1B1B1B;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.topi05__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
.topi05__header__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -46px;
}
.topi05__header__firula {
  position: absolute;
  right: -150px;
  bottom: -250px;
  width: 300.569px;
  height: 184.035px;
  -o-object-fit: contain;
     object-fit: contain;
}
.topi05__item {
  position: relative;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #A00;
  padding: 0.3125rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi05__item {
    width: calc(50% - 0.625rem);
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .topi05__item {
    width: 100%;
  }
}
.topi05__item {
  position: relative;
}
.topi05__item:nth-of-type(2) {
  background-color: #004BC2;
}
.topi05__item:nth-of-type(2) .topi05__item__top {
  background-color: #004BC2;
}
.topi05__item:nth-of-type(2) .topi05__item__cta a svg path {
  fill: #004BC2;
}
.topi05__item::before {
  content: "";
  position: absolute;
  width: 98.7%;
  height: 97.3%;
  border-radius: 20px;
  background: linear-gradient(0deg, #000 -16.81%, rgba(102, 102, 102, 0) 87.99%);
  mix-blend-mode: multiply;
}
.topi05__item {
  transition: ease all 0.4s;
}
.topi05__item:hover {
  transform: scale(1.03);
  transition: ease all 0.4s;
}
.topi05__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 557/289;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
  transition: 0.5s all ease;
}
.topi05__item__top {
  background-color: #A00;
  border-radius: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 1.5rem;
}
.topi05__item__top__subtitle {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0.1875rem;
}
.topi05__item__top__title {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.topi05__item__cta {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.topi05__item__cta a {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.topi05__item__cta a svg {
  position: absolute;
  z-index: -1;
  top: -15px;
}
.topi05__item__paragraph {
  width: 100%;
  max-width: 64%;
  padding-bottom: 0.75rem;
  text-align: center;
}

/* BEGIN STYLE */
.feed05 {
  overflow: hidden; /* Previne o shift da animaçào */
  padding-bottom: 6.5rem;
  background-color: #F3F3F3;
}
.feed05__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  margin-bottom: 7rem;
}
.feed05__header__subtitle {
  color: #1B1B1B;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.feed05__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
.feed05__header__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -46px;
}
.feed05__main {
  height: auto;
  position: relative;
}
.feed05__main__carousel {
  overflow: hidden;
  height: auto;
}
.feed05__main__item {
  background-color: #fff;
  width: 25%;
  height: auto;
  min-height: 12.5rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
}
@media (max-width: 991.98px) {
  .feed05__main__item {
    width: 100% !important;
  }
}
.feed05__main__item:hover {
  background-color: #004BC2;
  transition: all ease 0.4s;
}
.feed05__main__item:hover .feed05__main__item__header__title {
  color: #FFF;
  opacity: 1;
  transition: all ease 0.4s;
}
.feed05__main__item:hover .feed05__main__item__header__title__firula {
  display: block;
  transition: all ease 0.4s;
}
.feed05__main__item__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.feed05__main__item__header__avatar {
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: -5.5rem 0 1.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
}
.feed05__main__item__header__title {
  color: #1C1C1C;
  text-align: right;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
  opacity: 0.6;
  position: relative;
}
.feed05__main__item__header__title__firula {
  position: absolute;
  top: -8px;
  right: -25px;
  width: 90px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  transition: all ease 0.4s;
  display: none;
}
.feed05__main__item__header__stars {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  padding-left: 0;
  gap: 0.25rem;
  margin-bottom: 1rem;
  list-style-type: none;
}
.feed05__main__item__header__stars__item {
  height: 1rem;
  width: 1rem;
}
.feed05__main__item__header__stars__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.feed05__main__item:hover .feed05__main__item__testimony {
  color: #FFF;
  opacity: 1;
  transition: all ease 0.4s;
}
.feed05__main__item__testimony {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1.5rem;
  opacity: 0.6;
}
.feed05__main__firula {
  position: absolute;
  right: -60px;
  bottom: -30px;
  width: 42.136px;
  height: 102.999px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.gall01 {
  position: relative;
}
.gall01-content {
  overflow: hidden; /* prevenção do shift da animação */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.gall01__firula {
  position: absolute;
  left: -110px;
  top: -80px;
  z-index: 1;
  width: 300.569px;
  height: 184.035px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gall01__item {
  width: 25%;
  height: auto;
  aspect-ratio: 342/431;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .gall01__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .gall01__item {
    width: 50%;
  }
}
.gall01__item {
  overflow: hidden;
  transition: 0.5s all ease;
}
.gall01__item:hover {
  transform: scale(1.03);
  transition: 0.5s all ease;
}

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

.abou01-page__main, .abou01-page__section {
  padding-right: 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__main, .abou01-page__section {
    flex-direction: column;
    gap: 2rem;
    padding-right: 0;
    padding-bottom: 3rem;
  }
}
.abou01-page__main__information, .abou01-page__section__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  width: 50%;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information, .abou01-page__section__information {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.abou01-page__main__information__header, .abou01-page__section__information__header {
  width: calc(100% - 192px);
  margin: 0 0 4.8125rem auto;
}
@media (max-width: 767.98px) {
  .abou01-page__main__information__header, .abou01-page__section__information__header {
    width: 100%;
  }
}
.abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
  color: #1C1C1C;
  text-align: left;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.3125rem;
}
.abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle {
  color: #595959;
  text-align: left;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0;
  position: relative;
}
.abou01-page__main__information__header__subtitle::before, .abou01-page__section__information__header__subtitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -36px;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
  color: #020202;
  text-align: left;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  width: calc(100% - 192px);
  margin: 0 0 0 auto;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
    width: 100%;
  }
}
.abou01-page__main__image, .abou01-page__section__image {
  width: 50%;
  height: auto;
  aspect-ratio: 740/469;
}
@media (max-width: 991.98px) {
  .abou01-page__main__image, .abou01-page__section__image {
    width: 100%;
  }
}
.abou01-page__main__image__img, .abou01-page__section__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.abou01-page__topics {
  padding-right: 0;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 2.4375rem;
  background-color: #F3F3F3;
}
@media (max-width: 991.98px) {
  .abou01-page__topics {
    flex-direction: column;
    padding-right: 5vw;
  }
}
.abou01-page__topics__header {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 7rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__header {
    width: 100%;
    margin-bottom: 0;
  }
}
.abou01-page__topics__header__subtitle {
  color: #1B1B1B;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.abou01-page__topics__header__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.6875rem;
  position: relative;
}
.abou01-page__topics__header__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -20px;
}
.abou01-page__topics__header__paragraph {
  color: #000000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.6px */
  letter-spacing: 0.1em;
}
.abou01-page__topics__header__cta {
  margin-top: 1.75rem;
}
.abou01-page__topics__header__cta a {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.abou01-page__topics__header__firula {
  position: absolute;
  z-index: 1;
  right: -80px;
  bottom: -20px;
  width: 141.11px;
  height: 86.4px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__header__firula {
    display: none;
  }
}
.abou01-page__topics__principal {
  width: 80%;
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__principal {
    width: 100%;
  }
}
.abou01-page__topics__principal__firula {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 0;
  width: 141.11px;
  height: 86.4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.abou01-page__topics__principal__item {
  position: relative;
  width: 30%;
  height: auto;
  max-height: 365px;
  aspect-ratio: 290/365;
  background-color: #A00;
  padding: 0.3125rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.abou01-page__topics__principal__item::before {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  mix-blend-mode: multiply;
  z-index: 2;
}
.abou01-page__topics__principal__item:hover .abou01-page__topics__principal__item__content__subtitle {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.abou01-page__topics__principal__item:hover .abou01-page__topics__principal__item__content__title {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
.abou01-page__topics__principal__item:hover .abou01-page__topics__principal__item__content__information {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__principal__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .abou01-page__topics__principal__item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .abou01-page__topics__principal__item {
    width: 100%;
  }
}
.abou01-page__topics__principal__item__bg {
  position: absolute;
  z-index: 1;
  width: 97%;
  height: 97%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.abou01-page__topics__principal__item__content {
  z-index: 2;
  padding: 2.5rem 1.5rem;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.abou01-page__topics__principal__item__content__subtitle {
  overflow: hidden;
  max-height: 0px;
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 0.375rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.abou01-page__topics__principal__item__content__title {
  overflow: hidden;
  max-height: 0px;
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 0.375rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.abou01-page__topics__principal__item__content__information {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border-radius: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  border: 5px solid #aa0000;
  letter-spacing: 1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.abou01-page__section {
  padding-left: 5vw;
  position: relative;
}
@media (max-width: 991.98px) {
  .abou01-page__section {
    padding-right: 5vh;
  }
}
.abou01-page__section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
}
.abou01-page__section__information {
  align-items: end;
  padding-top: 10rem;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information {
    padding-top: 0;
    padding-right: initial;
  }
}
.abou01-page__section__information__header {
  margin-bottom: 2.875rem;
}
.abou01-page__section__information__header__title {
  position: relative;
}
.abou01-page__section__information__header__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #000;
  right: inherit;
  bottom: -26px;
}
.abou01-page__section__information__header__subtitle::before {
  display: none;
}
.abou01-page__section__information__paragraph {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.abou01-page__section__information__cta {
  margin-top: 3rem;
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  transition: 0.5s all ease;
}
.abou01-page__section__information__cta:hover {
  transform: scale(1.1);
  transition: 0.5s all ease;
}
.abou01-page__section__information__cta__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 0;
  width: 72px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.abou01-page__section__image {
  aspect-ratio: 613/587;
}
.abou01-page .abou01-page__gallery {
  overflow: hidden; /* prevenção do shift da animação */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.abou01-page .abou01-page__gallery__item {
  width: 25%;
  height: auto;
  aspect-ratio: 342/429;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .abou01-page .abou01-page__gallery__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .abou01-page .abou01-page__gallery__item {
    width: 50%;
  }
}
.abou01-page .abou01-page__gallery__item {
  overflow: hidden;
  transition: 0.5s all ease;
}
.abou01-page .abou01-page__gallery__item:hover {
  transform: scale(1.03);
  transition: 0.5s all ease;
}

/* BEGIN STYLE */
.blog01 {
  overflow: hidden; /* prevenção do shift da animação*/
}
.blog01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.blog01__header__title {
  margin-bottom: 0.25rem;
}
.blog01__header__subtitle {
  margin-bottom: 2rem;
}
.blog01__header__paragraph {
  width: 100%;
  max-width: 938px;
  text-align: center;
}
.blog01__main__carousel, .blog01-show__related__carousel, .blog01-page__articles__highlighted__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog01__main__carousel, .blog01-show__related__carousel, .blog01-page__articles__highlighted__carousel {
    overflow: visible;
  }
}
.blog01__main__item, .blog01-show__related__item {
  position: relative;
  width: calc(25% - 15px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .blog01__main__item, .blog01-show__related__item {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 767.98px) {
  .blog01__main__item, .blog01-show__related__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .blog01__main__item, .blog01-show__related__item {
    width: 100%;
  }
}
.blog01__main__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 320/284;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog01__main__item__description__time, .blog01-show__related__item__description__time, .blog01-show__article__time, .blog01-page__articles__list__item__description__time, .blog01-page__articles__highlighted__item__information__time {
  margin-bottom: 0.5rem;
}
.blog01__main__item__description__title {
  margin-bottom: 1rem;
}
.blog01__cta {
  margin: 1rem 0 0 auto;
}

.blog01-page__categories {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
.blog01-page__articles__highlighted {
  margin-bottom: 2rem;
}
.blog01-page__articles__highlighted__carousel {
  overflow: hidden;
  height: auto;
}
.blog01-page__articles__highlighted__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  background-color: #B90000;
  border-radius: 20px 0 0 20px;
  padding: 0.3125rem;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.blog01-page__articles__highlighted__item__image {
  width: 50%;
  height: auto;
  aspect-ratio: 548/433;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__image {
    width: 100%;
  }
}
.blog01-page__articles__highlighted__item__information {
  width: calc(50% - 4.5rem);
  padding-right: 5vw;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__highlighted__item__information {
    width: 100%;
    padding-left: 5vw;
    padding-bottom: 2rem;
  }
}
.blog01-page__articles__highlighted__item__information__category {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 1.0625rem;
}
.blog01-page__articles__highlighted__item__information__title {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4.25rem;
  position: relative;
}
.blog01-page__articles__highlighted__item__information__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  left: 0;
  bottom: -33px;
  background-color: #FFF;
  opacity: 0.5;
}
.blog01-page__articles__highlighted__item__information__time {
  margin-bottom: 2rem;
}
.blog01-page__articles__highlighted__item__information__paragraph {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blog01-page__articles__highlighted__item__information__cta {
  color: #FFF;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-top: 4.3125rem;
  float: right;
  position: relative;
  z-index: 1;
  transition: ease all 0.4s;
}
.blog01-page__articles__highlighted__item__information__cta:hover {
  transform: scale(1.1);
  transition: ease all 0.4s;
}
.blog01-page__articles__highlighted__item__information__cta__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -15px;
  width: 62px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01-page__articles__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.blog01-page__articles__list__item {
  width: 100%;
  height: auto;
  background-color: #E8E8E8;
  border-radius: 20px 0 0 20px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4.5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.blog01-page__articles__list__item {
  transition: ease all 0.4s;
}
.blog01-page__articles__list__item:hover {
  transform: scale(1.03);
  transition: ease all 0.4s;
}
.blog01-page__articles__list__item__image {
  width: 45%;
  height: auto;
  aspect-ratio: 490/386;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item__image {
    width: 100%;
  }
}
.blog01-page__articles__list__item__description {
  padding-right: 5vw;
}
@media (max-width: 991.98px) {
  .blog01-page__articles__list__item__description {
    padding-left: 5vw;
    padding-bottom: 2rem;
  }
}
.blog01-page__articles__list__item__description__category {
  color: #1C1C1C;
  font-family: Helvetica;
  font-size: 14.99px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 7.495px;
  margin-bottom: 0.3125rem;
}
.blog01-page__articles__list__item__description__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 22.485px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
  position: relative;
}
.blog01-page__articles__list__item__description__title::before {
  content: "";
  position: absolute;
  width: 81px;
  height: 1px;
  left: 0;
  bottom: -20px;
  background-color: #030303;
  opacity: 0.5;
}
.blog01-page__articles__list__item__description__paragraph {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 20.694px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blog01-page__articles__list__item__description__cta {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-top: 4.3125rem;
  float: right;
  position: relative;
  z-index: 1;
}
.blog01-page__articles__list__item__description__cta__firula {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -20px;
  width: 82.309px;
  height: 41.973px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog01-show__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 991.98px) {
  .blog01-show__content {
    flex-direction: column;
  }
}
.blog01-show__article {
  overflow: hidden; /* Prevenção do shift da animação */
  padding-bottom: 8.5rem;
  padding-top: 2.5rem;
  padding-right: 0;
  width: 68%;
  position: relative;
}
.blog01-show__article::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 1px;
  background-color: #000;
  right: 0;
  bottom: 80px;
}
@media (max-width: 991.98px) {
  .blog01-show__article::before {
    width: 90%;
    left: inherit;
    right: inherit;
  }
}
@media (max-width: 991.98px) {
  .blog01-show__article {
    width: 100%;
    padding-right: 5vw;
  }
}
.blog01-show__article__category {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 1.0625rem;
}
.blog01-show__article__title {
  color: #000;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.6875rem;
}
.blog01-show__article__time {
  margin-bottom: 0.75rem;
}
.blog01-show__article__description {
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
.blog01-show__article__image {
  width: 100%;
  height: auto;
  aspect-ratio: 807/621;
  margin-bottom: 2.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.blog01-show__article__body {
  color: #7C7C7C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.blog01-show__article__share {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border: inherit;
  margin-bottom: 1.4375rem;
  position: relative;
  z-index: 1;
  transition: ease all 0.4s;
}
.blog01-show__article__share:hover {
  transform: scale(1.05);
  transition: ease all 0.4s;
}
.blog01-show__article__share__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -20px;
  width: 72px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01-show__article__modal {
  opacity: 0;
  width: 90%;
  max-width: 462px;
  border: none;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #b3b3b3;
  transition: all ease 0.5s;
  transform: translateY(-40%);
}
.blog01-show__article__modal.open {
  opacity: 1;
  transition: all ease 0.5s;
  transform: translateY(0%);
}
.blog01-show__article__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog01-show__article__modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.blog01-show__article__modal__header__title {
  margin-bottom: 0;
}
.blog01-show__article__modal__header__close {
  background-color: transparent;
  border: none;
}
.blog01-show__article__modal__main {
  overflow: hidden;
}
.blog01-show__article__modal__main__socials {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.blog01-show__article__modal__main__socials__item {
  width: 5.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.blog01-show__article__modal__main__socials__item__figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.blog01-show__article__modal__main__socials__item__figure svg {
  width: 3rem !important;
  height: 3rem !important;
}
.blog01-show__article__modal__main__copy {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.blog01-show__article__modal__main__copy__button {
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .blog01-show__article__modal__main__copy__button {
    width: 100%;
  }
}
.blog01-show__related {
  padding-top: 6.5rem;
  padding-left: 0;
  width: 27%;
}
@media (max-width: 991.98px) {
  .blog01-show__related {
    width: 100%;
    padding-left: 5vw;
    padding-top: 0;
  }
}
.blog01-show__related__title {
  margin-bottom: 1.5rem;
}
.blog01-show__related__carousel {
  overflow: visible;
}
.blog01-show__related__item {
  background-color: #F3F3F3;
  width: 100%;
  padding: 0.3125rem;
  border-radius: 20px 20px 0 0;
  margin-bottom: 1.25rem;
  transition: ease all 0.4s;
}
.blog01-show__related__item:hover {
  transform: scale(1.03);
  transition: ease all 0.4s;
}
.blog01-show__related__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 268/211;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.blog01-show__related__item__description {
  padding: 1.25rem;
}
.blog01-show__related__item__description__category {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}
.blog01-show__related__item__description__title {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
  position: relative;
}
.blog01-show__related__item__description__title::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  background-color: #1C1C1C;
  left: 0;
  bottom: -16px;
}
.blog01-show__related__item__description__paragraph {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blog01-show__related__item__description__cta {
  color: #1C1C1C;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  float: right;
  margin-top: 1.125rem;
  position: relative;
  z-index: 1;
}
.blog01-show__related__item__description__cta__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -20px;
  width: 72px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.prod02 {
  background-color: #efefef;
}
.prod02 .container--edit {
  padding: 76px 0 43px 0;
}
@media (max-width: 767.98px) {
  .prod02 .container--edit {
    padding: 73px 0 49px 0 !important;
  }
}
.prod02__navigation__content {
  padding-bottom: 32.48px;
  border-bottom: 1px solid #404040;
  margin-bottom: 29.89px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content {
    width: 86% !important;
    margin: 0 auto;
    padding-bottom: 17px;
    margin-bottom: 30px;
  }
}
.prod02__navigation__content__encompass {
  max-width: 265px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__encompass {
    max-width: 146px;
  }
}
.prod02__navigation__content__encompass__title {
  color: #404040;
  font-size: 2.5rem;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__encompass__title {
    font-size: 1.875rem;
    margin-bottom: 9px;
  }
}
.prod02__navigation__content__encompass__subtitle {
  color: #b3b3b3;
  font-size: 1.25rem;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__encompass__subtitle {
    font-size: 1.125rem;
  }
}
.prod02__navigation__content__nav__desktop {
  display: flex;
  width: 79.5%;
  gap: 0 108px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop {
    width: auto;
  }
}
.prod02__navigation__content__nav__desktop ul {
  gap: 11px 46px;
  justify-content: flex-end;
  margin-left: auto;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop ul {
    display: none !important;
  }
}
.prod02__navigation__content__nav__desktop ul li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
  gap: 0 10px;
  display: flex;
}
.prod02__navigation__content__nav__desktop ul li a img {
  width: 34px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod02__navigation__content__nav__desktop ul li:hover a {
  color: #7c7c7c;
}
.prod02__navigation__content__nav__desktop__cta {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #cacaca;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop__cta {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
    max-width: 146px;
  }
}
.prod02__navigation__content__nav__desktop__cta:hover {
  color: #fff;
  background-color: #000;
}
.prod02__navigation__content__nav__desktop__cta:hover .prod02__navigation__content__nav__desktop__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile {
    display: block !important;
    margin-bottom: 30px !important;
    margin-left: 23px;
    margin-top: 30px;
    gap: inherit !important;
  }
}
.prod02__navigation__nav__mobile li {
  display: flex;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li {
    width: auto;
  }
}
.prod02__navigation__nav__mobile li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li a {
    font-size: 1.063rem;
  }
}
@media (max-width: 767.98px) {
  .prod02__navigation__paragraph {
    width: 86% !important;
    margin: 0 auto;
  }
}
.prod02__navigation__paragraph p {
  color: #7c7c7c;
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .prod02__navigation__paragraph p {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
  }
}
.prod02__content__product {
  margin-top: 54px;
}
@media (max-width: 767.98px) {
  .prod02__content__product {
    width: 85%;
    margin: 0 auto;
    margin-top: 54px;
  }
}
.prod02__content__product__item {
  position: relative;
  min-height: 447px;
  height: 447px;
}
.prod02__content__product__item__description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48.66px 53px;
}
.prod02__content__product__item__description__title {
  font-size: 1.125rem;
  color: #000;
  font-family: "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
}
.prod02__content__product__item__description__paragraph {
  color: #7c7c7c;
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
}
.prod02__content__product__item__description__paragraph p {
  color: #7c7c7c;
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.prod02__content__product__item__cta {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  color: #b3b3b3;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .prod02__content__product__item__cta {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
    max-width: 146px;
  }
}
.prod02__content__product__item__cta:hover {
  color: #fff;
  background-color: #000;
}
.prod02__content__product__item__cta:hover .prod02__content__product__item__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__content__product__item__item a {
  color: #000;
}
.prod02__content__product .carousel-prod02 .owl-dots {
  display: none !important;
}
.prod02__content__product .carousel-prod02 .owl-nav {
  display: flex;
  margin-top: 30px;
  gap: 0 20.5px;
}
@media (max-width: 767.98px) {
  .prod02__content__product .carousel-prod02 .owl-nav {
    width: 61%;
  }
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #404040;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
}
.prod02__content__product .carousel-prod02 .owl-nav .owl-prev span,
.prod02__content__product .carousel-prod02 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

.prod02__page__content__category {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  list-style: none;
}
.prod02__page__content__category:hover .prod02__page__content__category__li__link__firula {
  display: block;
}
@media (max-width: 991.98px) {
  .prod02__page__content__category__li {
    width: 100%;
  }
}
.prod02__page__content__category__li.active .prod02__page__content__category__li__link {
  color: #000;
}
.prod02__page__content__category__li.active .prod02__page__content__category__li__link__firula {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.prod02__page__content__category__li:hover .prod02__page__content__category__li__link {
  color: #000;
}
.prod02__page__content__category__li:hover .prod02__page__content__category__li__link__firula {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.prod02__page__content__category__li__link {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  position: relative;
  transition: ease all 0.4s;
}
.prod02__page__content__category__li__link__firula {
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -20px;
  width: 106px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: ease all 0.4s;
  display: none;
  opacity: 0;
  transform: translateY(5px);
}
.prod02__page__content__product {
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.3125rem;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.prod02__page__content__product__item {
  background-color: #F0F0F0;
  border-radius: 20px;
  width: calc(33.33% - 25px);
  height: auto;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: ease all 0.4s;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product__item {
    width: 100%;
  }
}
.prod02__page__content__product__item:hover {
  background-color: #A00;
  transition: ease all 0.4s;
}
.prod02__page__content__product__item:hover .prod02__page__content__product__item__image {
  filter: brightness(0) invert(1);
  transition: ease all 0.4s;
}
.prod02__page__content__product__item__image {
  width: 2.75rem;
  height: auto;
  aspect-ratio: 1/1;
}
.prod02__page__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: ease all 0.4s;
}
.prod02__page__content__product__item:hover .prod02__page__content__product__item__description__title {
  color: #FFF;
  opacity: 1;
  transition: ease all 0.4s;
}
.prod02__page__content__product__item:hover .prod02__page__content__product__item__description__paragraph {
  color: #FFF;
  opacity: 1;
  transition: ease all 0.4s;
}
.prod02__page__content__product__item__description {
  margin-top: 1.875rem;
}
.prod02__page__content__product__item__description__title {
  color: #000;
  text-align: center;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 0.1875rem;
  opacity: 0.5;
  transition: ease all 0.4s;
}
.prod02__page__content__product__item__description__paragraph {
  color: #000;
  text-align: center;
  font-family: "Monteserrat", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  width: 100%;
  max-width: 142px;
  opacity: 0.5;
  transition: ease all 0.4s;
}

.lightbox-prod02 {
  width: 100%;
  display: none;
  padding: 0;
  padding-top: 170x;
}
.lightbox-prod02__content__carrossel {
  position: relative;
}
.lightbox-prod02 .caroussel_prod02-show {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-item {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-item {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
    height: 321px;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-dot {
  display: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav {
  display: flex;
  padding: 0 31px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #404040;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  border: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev span,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
.lightbox-prod02__description {
  position: relative;
  padding: 37px 71px 84px 54px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__description {
    padding: 30px 35px;
  }
}
.lightbox-prod02__navigation {
  margin-bottom: 108px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__navigation {
    margin-bottom: 50px;
  }
}
.lightbox-prod02__navigation li {
  display: flex;
}
.lightbox-prod02__navigation li a {
  color: #404040;
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
}
.lightbox-prod02__navigation li img {
  margin-right: 14px;
  width: 10.61px;
  height: 10.61px;
}
.lightbox-prod02__title {
  font-size: 2.5rem;
  color: #404040;
  font-family: "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__title {
    font-size: 1.875rem;
    text-align: left;
  }
}
.lightbox-prod02__subtitle {
  font-size: 1.25rem;
  color: #404040;
  font-family: "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__subtitle {
    font-size: 1.125rem;
    text-align: left;
  }
}
.lightbox-prod02__line {
  margin-top: 14px;
  margin-bottom: 37px;
}
.lightbox-prod02__paragraph {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  color: #404040;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__paragraph {
    text-align: left;
    font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  }
}
.lightbox-prod02__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
}
.lightbox-prod02__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
}
.lightbox-prod02__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #404040;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-prod02__cta {
  margin-top: 148px;
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  color: #b3b3b3;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__cta {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
    margin-top: 64px;
  }
}
.lightbox-prod02__cta:hover {
  color: #fff;
  background-color: #000;
}
.lightbox-prod02__cta:hover .lightbox-prod02__cta__icon {
  filter: invert(1) grayscale(1);
}
.lightbox-prod02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lightbox-prod02 .fancybox__backdrop {
  background: #404040 !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 {
    text-align: center;
  }
}

/* BEGIN STYLE */
.team01 {
  background-color: #efefef;
}
.team01 .container--edit {
  padding: 76px 0 43px 0;
}
@media (max-width: 575.98px) {
  .team01 .container--edit {
    padding: 73px 0 49px 0 !important;
    width: 90%;
  }
}
.team01__navigation__content {
  margin-bottom: 29.89px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content {
    width: 86% !important;
    margin: 0 auto;
    padding-bottom: 17px;
    margin-bottom: 30px;
  }
}
.team01__navigation__content__encompass__title {
  color: #404040;
  font-size: 2.5rem;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__encompass__title {
    font-size: 1.875rem;
    margin-bottom: 9px;
  }
}
.team01__navigation__content__encompass__subtitle {
  color: #b3b3b3;
  font-size: 1.25rem;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__encompass__subtitle {
    font-size: 1.125rem;
  }
}
.team01__navigation__content__nav__desktop {
  display: flex;
  width: 79.5%;
  gap: 0 108px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__nav__desktop {
    width: auto;
  }
}
.team01__navigation__content__nav__desktop ul {
  gap: 11px 46px;
  justify-content: flex-end;
  margin-left: auto;
  flex-wrap: wrap;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__nav__desktop ul {
    display: none !important;
  }
}
.team01__navigation__content__nav__desktop ul li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
  gap: 0 10px;
  display: flex;
}
.team01__navigation__content__nav__desktop ul li a img {
  width: 34px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01__navigation__content__nav__desktop ul li:hover a {
  color: #7c7c7c;
}
.team01__navigation__content__nav__desktop__cta {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  color: #404040;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #cacaca;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__content__nav__desktop__cta {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
    max-width: 146px;
  }
}
.team01__navigation__content__nav__desktop__cta:hover {
  color: #fff;
  background-color: #000;
}
.team01__navigation__content__nav__desktop__cta:hover .team01__navigation__content__nav__desktop__cta__icon {
  filter: invert(1) grayscale(1);
}
.team01__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__nav__mobile {
    display: flex !important;
    margin-bottom: 30px !important;
    margin-left: 23px;
    margin-top: 30px;
    gap: inherit !important;
  }
}
.team01__navigation__nav__mobile li {
  display: flex;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__nav__mobile li {
    width: auto;
  }
}
.team01__navigation__nav__mobile li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Monteserrat", sans-serif, arial;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__nav__mobile li a {
    font-size: 1.063rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__paragraph {
    width: 86% !important;
    margin: 0 auto;
  }
}
.team01__navigation__paragraph p {
  color: #7c7c7c;
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__navigation__paragraph p {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
  }
}
.team01__content__product {
  margin-top: 54px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__content__product {
    width: 85%;
    margin: 0 auto;
    margin-top: 54px;
  }
}
.team01__content__product__item {
  position: relative;
}
.team01__content__product__item__image {
  width: 100%;
  height: 267.65px;
  background-color: #000;
}
.team01__content__product__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team01__content__product__item__description {
  background-color: #fff;
  padding: 19px 24px;
}
.team01__content__product__item__description__encompass {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.team01__content__product__item__description__encompass__icone {
  width: 22px;
  height: auto;
}
.team01__content__product__item__description__encompass__icone img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01__content__product__item__description__encompass__txt {
  width: 80%;
  text-align: left;
}
.team01__content__product__item__description__encompass__txt__title {
  font-size: 1.125rem;
  color: #000;
  font-family: "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
}
.team01__content__product__item__description__encompass__txt__subtitle {
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  color: #7c7c7c;
  font-weight: 700;
}
.team01__content__product__item__description__paragraph {
  color: #7c7c7c;
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
}
.team01__content__product__item__description__paragraph p {
  color: #7c7c7c;
  font: 400 0.875rem "Helvetica Neue", sans-serif, arial;
  font-weight: 400;
  margin-bottom: 0;
}
.team01__content__product__item__description__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team01__content__product__item__description__buttons__cta {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  color: #b3b3b3;
  max-width: 127px;
  height: auto;
  padding: 4px 50px;
  background-color: #efefef;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team01__content__product__item__description__buttons__cta {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
    max-width: 146px;
  }
}
.team01__content__product__item__description__buttons__cta img {
  width: 18.03px !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.team01__content__product__item__description__buttons__cta:hover {
  color: #fff;
  background-color: #000;
}
.team01__content__product__item__description__buttons__cta:hover .team01__content__product__item__description__buttons__cta__icon {
  filter: invert(1) grayscale(1);
}
.team01__content__product__cta {
  font: 400 1rem "Helvetica Neue", sans-serif, arial;
  font-weight: 700;
  color: #b3b3b3;
  max-width: 177px;
  height: auto;
  padding: 10px 10px;
  background-color: #cacaca;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -37px;
  z-index: 100;
  position: relative;
}
@media (max-width: 575.98px) {
  .team01__content__product__cta {
    font: 400 0.938rem "Helvetica Neue", sans-serif, arial;
    max-width: 146px;
  }
}
.team01__content__product__cta:hover {
  color: #fff;
  background-color: #000;
}
.team01__content__product__cta:hover .team01__content__product__cta__icon {
  filter: invert(1) grayscale(1);
}
.team01__content__product .carousel-team01 .owl-dots {
  display: none !important;
}
.team01__content__product .carousel-team01 .owl-nav {
  display: flex;
  margin-top: 52px;
  gap: 0 9px;
  justify-content: flex-start;
}
.team01__content__product .carousel-team01 .owl-nav .owl-prev,
.team01__content__product .carousel-team01 .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team01__content__product .carousel-team01 .owl-nav .owl-prev span,
.team01__content__product .carousel-team01 .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}

.team01-page__content {
  padding-top: 2.5rem;
  padding-bottom: 6.5rem;
  position: relative;
}
.team01-page__content__firula-top {
  position: absolute;
  width: 178.943px;
  height: 109.48px;
  top: 2rem;
  right: 1rem;
}
@media (max-width: 991.98px) {
  .team01-page__content__firula-top {
    top: 2rem;
    right: -2rem;
  }
}
.team01-page__content__firula-bottom {
  position: absolute;
  width: 269.673px;
  height: 302.791px;
  bottom: 1rem;
  left: 1rem;
}
@media (max-width: 991.98px) {
  .team01-page__content__firula-bottom {
    left: -4rem;
  }
}
.team01-page__content__product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  gap: 15px;
}
.team01-page__content__product__item {
  width: calc(33.33% - 10px);
  height: auto;
  background-color: #FFC600;
  padding: 6px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.4s all ease;
}
@media (max-width: 991.98px) {
  .team01-page__content__product__item {
    width: 100%;
  }
}
.team01-page__content__product__item::before {
  content: "";
  position: absolute;
  width: 97.3%;
  height: 96.3%;
  border-radius: 20px;
  background: linear-gradient(0deg, #000 -27.03%, rgba(102, 102, 102, 0) 83.2%);
  mix-blend-mode: multiply;
}
.team01-page__content__product__item:hover {
  transform: scale(1.03);
  transition: 0.4s all ease;
}
.team01-page__content__product__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 364/292;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: 0.5s all ease;
}
.team01-page__content__product__item__description {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 4;
}
.team01-page__content__product__item__description__title {
  color: #FFF;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 0;
}

.lightbox-team01 {
  width: 100%;
  display: none;
  padding: 0;
  padding-top: 170x;
}
.lightbox-team01__content__carrossel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .lightbox-team01__content__carrossel {
    flex-direction: column;
  }
}
.lightbox-team01__content__carrossel__image {
  width: 100%;
  height: auto;
  aspect-ratio: 607/524;
}
.lightbox-team01__content__carrossel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lightbox-team01__content__carrossel__description {
  width: 100%;
  padding: 0 90px;
}
@media (max-width: 991.98px) {
  .lightbox-team01__content__carrossel__description {
    padding: 2rem 5vw;
  }
}
.lightbox-team01__content__carrossel__description__subtitle {
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 5px;
  margin-bottom: 1.0625rem;
}
.lightbox-team01__content__carrossel__description__title {
  color: #000;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5625rem;
}
.lightbox-team01__content__carrossel__description__paragraph {
  color: #7C7C7C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.2px;
}
.lightbox-team01__content__carrossel__description__cta {
  color: #1C1C1C;
  font-family: "PP Gatwick", sans-serif, arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 3.4375rem;
  justify-content: end;
  position: relative;
}
.lightbox-team01__content__carrossel__description__cta img {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 20px;
}
.lightbox-team01 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  color: #000;
  font-size: 11px;
}

.fancybox__thumbs {
  display: none;
}

.fancybox__nav {
  display: none;
}

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