@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/* ------- --------- */
/*__________________________________*/
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
  /* RESET DE ELEMENTOS */
  /* CARROSSEL - SWIPER */
}
body.no-scroll {
  overflow-y: hidden;
}
body hr {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  padding-left: 0;
  margin-bottom: 0;
}
body p {
  margin-bottom: 0;
}
body menu {
  margin: 0;
  padding: 0;
}
body .swiper-slide {
  display: flex;
}
body .swiper-autoheight .swiper-slide {
  height: 100%;
}
body .swiper-horizontal > .swiper-pagination-bullets,
body .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
}

/************************************************************ ACCORDION PADRÃO ************************************************************/
details {
  overflow: hidden;
  transition: all ease-out 0.2s;
}
details[open] .details-content {
  opacity: 1;
  transition: opacity linear 0.2s 50ms;
}
details summary {
  position: relative;
  list-style: none;
}
details .details-content {
  opacity: 0;
  transition: opacity linear 0.2s 50ms;
}

/*******************************************************************************************************************************************/
/************************************************************ QUEDINHA (DROPDOWN PADRÃO) ***************************************************/
/* Utilizado o nome quedinha para que não haja sobreposição de classes com o plugin do bootstrap. Esse plugin está sendo criado para suprir a necessidade que o dropdown do bootstrap não oferecia (segundo nível com clique) */
.quedinha {
  position: relative;
  /* edita a poição da seta no submenu  para abrir para o lado*/
}
.quedinha__btn {
  position: relative;
  z-index: 3;
  background-color: transparent;
  border: none;
  padding: 0;
  padding-right: 1rem;
}
.quedinha__btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 6/4;
  background-color: #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__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: #221f20;
}
.burguer__icon.dots {
  width: 1.25rem;
  height: 1.25rem;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
}
.burguer__icon.dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/*******************************************************************************************************************************************/
/* CONFIGURAÇÃO DO TEMA */
.comp01-page__content, .topi03, .cota02__wrapper, .topi01, .topi102-show, .cont08, .cont01, .confirmation-page__title, .form01, .comp01-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.comp01-page__banner__title, .cota02__form__header__title, .topi01__header__title, .topi102-show__information__title, .topi102__header__title, .cont08__information__header__title, .slid01__item__header__title, .form01__main__information__title {
  font: 100 8.125rem "Raleway", sans-serif, arial;
  line-height: normal;
  letter-spacing: 32.5px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .comp01-page__banner__title, .cota02__form__header__title, .topi01__header__title, .topi102-show__information__title, .topi102__header__title, .cont08__information__header__title, .slid01__item__header__title, .form01__main__information__title {
    font-size: 3rem;
    letter-spacing: 12px;
  }
}
.cota02__form__header__title, .topi01__header__title, .topi102-show__information__title, .topi102__header__title, .cont08__information__header__title, .slid01__item__header__title, .form01__main__information__title {
  color: #fff;
}
.comp01-page__banner__title {
  color: #404040;
}
.confirmation-page__title, .comp01-page__content__header__title {
  font: 700 1.5rem "Raleway", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .confirmation-page__title, .comp01-page__content__header__title {
    font-size: 1.563rem;
  }
}
.comp01-page__content__header__title {
  color: #404040;
}
.confirmation-page__title {
  color: #cacaca;
}
.head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .confirmation-page__paragraph, .head02__navigation__item--languages__item {
  font: 400 0.875rem "Raleway", sans-serif, arial;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.head02__navigation__item--menu-mobile__item p, .comp01-page__content__paragraph p, .confirmation-page__paragraph p, .head02__navigation__item--languages__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .head02__navigation__item--menu-mobile__item, .comp01-page__content__paragraph, .confirmation-page__paragraph, .head02__navigation__item--languages__item {
    font-size: 0.938rem;
  }
}
.head02__navigation__item--languages__item {
  color: #fff;
}
.comp01-page__content__paragraph, .confirmation-page__paragraph {
  color: #221f20;
}
.head02__navigation__item--menu-mobile__item {
  color: #404040;
}
.comp01-page__content__archives__item, .topi102-show__information__cta, .cota02__form__footer__cta, .cota02__form__header__paragraph, .topi102-show__information__paragraph {
  font: 400 1rem "Raleway", sans-serif, arial;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.comp01-page__content__archives__item p, .topi102-show__information__cta p, .cota02__form__footer__cta p, .cota02__form__header__paragraph p, .topi102-show__information__paragraph p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .comp01-page__content__archives__item, .topi102-show__information__cta, .cota02__form__footer__cta, .cota02__form__header__paragraph, .topi102-show__information__paragraph {
    font-size: 0.813rem;
    line-height: 170%;
  }
}
.cota02__form__header__paragraph, .topi102-show__information__paragraph {
  color: #fff;
}
.topi102-show__information__cta, .cota02__form__footer__cta {
  color: #221f20;
}
.comp01-page__content__archives__item {
  color: #404040;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 2.325rem;
  height: 1rem;
  align-items: flex-end;
  height: 1rem;
  align-items: flex-end;
}
.head02__navigation__item--menu-mobile__item__icon span {
  height: 1px;
  background-color: #fff;
}
.comp01-page__banner {
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cacaca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.form01__main__form__footer__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font: 400 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
  background-color: transparent;
}
.topi03__topics__carousel__nav, .topi01__topics__carousel__nav {
  --swiper-navigation-size: 0.75rem; /* Variável que define o tamanho do botão e do after */
  --swiper-navigation-color: $color-one; /* Variável que define a cor do after (setas) */
  position: relative;
  width: 5rem; /* Tamanho do botão interno * 2 + GAP */
  height: 2rem; /* Garante que o tamanho do botão esteja dentro do box. Caso o size seja alterado, deve-se alterar o tamanho do height */
  margin: 3rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.topi03__topics__carousel__nav:has(.swiper-button-lock), .topi01__topics__carousel__nav:has(.swiper-button-lock) {
  display: none;
}
.topi03__topics__carousel__nav .swiper-button-next, .topi01__topics__carousel__nav .swiper-button-next,
.topi03__topics__carousel__nav .swiper-button-prev,
.topi01__topics__carousel__nav .swiper-button-prev {
  position: relative;
  width: auto;
  aspect-ratio: 1/1;
  margin: unset;
  top: unset;
  right: unset;
  left: unset;
}
.topi03__topics__carousel__nav .swiper-button-next::after, .topi01__topics__carousel__nav .swiper-button-next::after,
.topi03__topics__carousel__nav .swiper-button-prev::after,
.topi01__topics__carousel__nav .swiper-button-prev::after {
  color: #efefef;
  font-size: 1.5625rem; /* tamanho da seta */
}
.slid01 {
  --swiper-navigation-color: $color-white; /* Variável que define a cor do after (setas) */
  position: relative;
}
.slid01 .swiper-button-next::after,
.slid01 .swiper-button-prev::after {
  color: #efefef;
  font-size: 1.5625rem; /* tamanho da seta */
}
/*******************************************************************************************************************************************/
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

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

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -141px;
  background-color: transparent;
}

.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: #221f20;
}
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;
}

.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: 3rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 3.75rem;
  color: #221f20;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 1.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 0.875rem "Raleway", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 1rem "Raleway", 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 0.875rem "Raleway", 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: #221f20;
  color: #fff;
  transition: 0.5s all ease;
}
.form101__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form101__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

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

.form01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 5.875rem;
  padding-bottom: 5.875rem;
  background-color: transparent;
  overflow: hidden;
  background: #000;
}
.form01__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991.98px) {
  .form01__main {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.form01__main__information {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
}
.form01__main__information__title {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .form01__main__information__title {
    font-size: 2rem;
  }
}
.form01__main__information__title::after {
  content: "";
  width: 100dvw;
  height: 1px;
  opacity: 0.9;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  bottom: -19px;
  left: 194px;
}
@media (max-width: 991.98px) {
  .form01__main__information__title {
    position: relative;
    padding-bottom: 32px;
  }
  .form01__main__information__title::before {
    content: "";
    width: 100dvw;
    height: 1px;
    opacity: 0.7;
    background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
    position: absolute;
    left: 0px;
    bottom: 0;
  }
}
.form01__main__information__rede {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.form01__main__information__rede__link__img {
  width: 2rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.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(33% - 4px);
  position: relative;
}
.form01__main__form .input__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.9;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
}
@media (max-width: 991.98px) {
  .form01__main__form .input__item {
    width: 100%;
  }
}
.form01__main__form .input__item .form-control {
  border: none;
  font: 400 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
}
.form01__main__form .input__item .form-placeholder .placeholder--custom {
  font: 400 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
}
.form01__main__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-left: 1rem;
  margin-top: 2rem;
}
.form01__main__form__footer__compliance {
  font: 400 0.75rem "Raleway", sans-serif, arial;
  color: #fff;
}
.form01__main__form__footer__compliance__link {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #fff;
  background-color: transparent;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #fff;
}
.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.5rem;
  color: #221f20;
  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 0.875rem "Raleway", sans-serif, arial;
  font-weight: 400;
  color: #404040;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 1rem "Raleway", 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 0.875rem "Raleway", 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: #221f20;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.5rem;
  color: #221f20;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.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 0.875rem "Raleway", sans-serif, arial;
  font-weight: 400;
  color: #7c7c7c;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 1rem "Raleway", 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 0.875rem "Raleway", 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: #221f20;
  color: #fff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #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: 3.75rem;
  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: 3rem;
  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 0.875rem "Raleway", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 0.875rem "Raleway", sans-serif, arial;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 1rem "Raleway", 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: #221f20;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 3.75rem;
  color: #221f20;
  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 0.875rem "Raleway", 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 1rem "Raleway", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #221f20;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

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

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

.jq-toast-single h2 {
  font-family: "Raleway", 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;
  font-size: 0.75rem;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: rgba(255, 255, 255, 0) !important;
  height: 40px;
  color: white;
}
.form-placeholder > select option {
  color: black;
}
.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 !important;
  opacity: 0.8;
  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: 5vw;
  padding-left: 5vw;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  /* Modificador das redes socais */
}
.head02__logo {
  position: relative;
  width: 8.8125rem; /* = 200px */
  height: auto;
  aspect-ratio: 1/1;
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.1875rem;
}
@media (max-width: 991.98px) {
  .head02__socials {
    display: none;
  }
}
.head02__socials__item {
  width: 1.6875rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  list-style: none;
}
.head02__navigation__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
.head02__navigation__item--languages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 2.125rem;
}
@media (max-width: 991.98px) {
  .head02__navigation__item--languages {
    display: none;
  }
}
.head02__navigation__item--languages__item {
  width: 2.5625rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
}
.head02__navigation__item--music {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 3.375rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .head02__navigation__item--music {
    display: none;
  }
}
.head02__navigation__item--music__spotlight {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 158px;
  height: 503px;
  translate: -50% 0;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.head02__navigation__item--music.open .head02__navigation__item--music__spotlight {
  opacity: 1;
}
.head02__navigation__item--music__btn {
  padding-right: 0;
  width: 3.3125rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.head02__navigation__item--music__btn::after {
  display: none;
}
.head02__navigation__item--music__btn__icon {
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation__item--music.open .head02__navigation__item--music__btn__icon, .head02__navigation__item--music__content__item__icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(0%) hue-rotate(284deg) brightness(96%) contrast(107%);
}
.head02__navigation__item--music__content {
  width: 3.375rem;
  min-width: unset;
  top: 80%;
  background-color: transparent;
  align-items: center;
  gap: 1.875rem;
  z-index: 5;
  box-shadow: none;
  transform: translateY(-10%);
}
.head02__navigation__item--menu-mobile {
  display: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.head02__navigation__item--menu-mobile__item {
  height: 2rem;
  transition: all ease 0.2s;
}
.head02__navigation__item--menu-mobile__item.open span:nth-of-type(1) {
  transform: rotate(-45deg);
  width: 1.375rem;
}
.head02__navigation__item--menu-mobile__item.open span:nth-of-type(2) {
  opacity: 0;
}
.head02__navigation__item--menu-mobile__item.open span:nth-of-type(3) {
  transform: rotate(45deg);
  width: 1.375rem;
}
.head02__navigation__item--menu-mobile__item__icon span {
  transform-origin: right center;
  transition: all ease 0.2s;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.8;
  position: fixed;
  inset: 0;
  z-index: 9;
  overflow: auto;
  padding-left: 5dvw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  list-style: none;
  transform: translate(-100%, 0); /* O default de animaçào da abertura é da esquerda para a direita */
  transition: transform ease 0.6s;
  /* ANIMAÇÕES DE ABERTURA */
  /* top to bottom - de cima para baixo*/
  /*right to left - de esquerda para direita*/
  /* bottom to top - de baixo para cima */
}
.side02::-webkit-scrollbar, .side02--btt::-webkit-scrollbar, .side02--rtl::-webkit-scrollbar, .side02--ttb::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(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--ttb {
  transform: translate(0, -100%);
}
.side02--rtl {
  transform: translate(100%, 0);
}
.side02--btt {
  transform: translate(0, 100%);
}
.side02__navigation {
  width: 50%;
  height: 100%;
  padding-top: 4rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0;
}
@media (max-width: 1199.98px) {
  .side02__navigation {
    width: 100%;
  }
}
.side02__navigation__item {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
}
.side02__navigation__item + .side02__navigation__item {
  border-top: solid 1px #fff;
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  width: 100%;
  font: 100 2rem "Raleway", sans-serif, arial;
  line-height: 100%;
  letter-spacing: 1.25rem;
  color: #fff;
  text-align: left;
}
@media (max-width: 767.98px) {
  .side02__navigation__item__link, .side02__navigation__item__btn {
    font-size: 2rem;
  }
}
.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__navigation__plataforma {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1rem;
  margin-top: 2rem;
}
.side02__navigation__plataforma a img {
  width: 100%;
  max-width: 70px;
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.3125rem;
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .side02__socials {
    display: none;
  }
}
.side02__socials__item {
  width: 1.8125rem;
  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;
}

/* BEGIN STYLE */
.foot04 {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 0;
  z-index: 0;
  background-position: top center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  /* ÁREA DE CONTEÚDO PRINCIPAL */
  /* COLUNA GERAL */
  /* LOGO */
  /* REDES SOCIAIS */
  /* MENU CONTATO */
  /* MARCAS */
  /* INFORMAÇÕES - CIEL PRODUTORA E CONTATO */
  /* COPYRIGHT */
}
@media (max-width: 767.98px) {
  .foot04 {
    background-position: top left -562px;
  }
}
.foot04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  background-color: #000;
  top: 0;
  left: 0;
}
.foot04__content {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5rem 4rem;
}
@media (max-width: 991.98px) {
  .foot04__content {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (max-width: 767.98px) {
  .foot04__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.foot04__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.foot04__col--logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foot04__col--menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.foot04__col--brands {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0;
}
@media (max-width: 991.98px) {
  .foot04__col--brands {
    margin-left: 0;
  }
}
.foot04__col--info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .foot04__col--info {
    flex-direction: column;
    align-items: center;
  }
}
.foot04__logo {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.foot04__logo::before {
  width: 100%;
  height: 1px;
  opacity: 0.6;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.foot04__logo__img {
  width: 11rem;
  height: auto;
  aspect-ratio: 200/100;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .foot04__logo__img {
    width: 10rem;
  }
}
@media (max-width: 767.98px) {
  .foot04__logo__img {
    width: 11.25rem;
  }
}
.foot04__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot04__socials__item {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.3s;
  position: relative;
}
.foot04__socials__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.foot04__socials__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.foot04__socials__item__icon {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}
.foot04__menu {
  width: 100%;
}
.foot04__menu__section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.foot04__menu__title {
  color: #fff;
  font-family: "Raleway", sans-serif, arial;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 3.75px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  text-transform: uppercase;
}
.foot04__menu__star {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.foot04__menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
}
.foot04__menu__list li {
  color: #fff;
  font-family: "Raleway", sans-serif, arial;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 1rem;
}
.foot04__menu__list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.foot04__menu__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #fff;
  opacity: 0.6;
}
.foot04__menu__list li:hover {
  opacity: 0.8;
}
.foot04__brands {
  width: 100%;
}
.foot04__brands__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .foot04__brands__list {
    gap: 1.5rem;
  }
}
.foot04__brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 44px;
}
@media (max-width: 991.98px) {
  .foot04__brands__item {
    gap: 0px;
  }
}
.foot04__brands__item:nth-child(1) {
  position: relative;
}
@media (max-width: 991.98px) {
  .foot04__brands__item:nth-child(1) {
    right: 0;
  }
}
.foot04__brands__item img {
  width: auto;
  max-width: 100%;
  height: 4.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .foot04__brands__item img {
    height: 3.75rem;
    margin-left: 12px;
  }
}
.foot04__brands__item:nth-child(1) img {
  height: 4.025rem;
}
@media (max-width: 991.98px) {
  .foot04__brands__item:nth-child(1) img {
    height: 2.8125rem;
  }
}
.foot04__brands__item:nth-child(2) img {
  height: 3.75rem;
}
@media (max-width: 991.98px) {
  .foot04__brands__item:nth-child(2) img {
    height: 3.125rem;
  }
}
.foot04__brands__item:nth-child(3) img {
  height: 4.0625rem;
}
@media (max-width: 991.98px) {
  .foot04__brands__item:nth-child(3) img {
    height: 3.4375rem;
  }
}
.foot04__ciel-logo {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foot04__ciel-logo img {
  width: 5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .foot04__ciel-logo img {
    width: 5rem;
  }
}
.foot04__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .foot04__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.foot04__info__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.9375rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot04__info__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.foot04__info__icon {
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .foot04__info__icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.foot04__info__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
}
@media (max-width: 991.98px) {
  .foot04__info__content {
    align-items: center;
  }
}
.foot04__info__title {
  color: #fff;
  font-family: "Raleway", sans-serif, arial;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  margin: 0;
  text-transform: uppercase;
}
.foot04__info__text {
  color: #fff;
  font-family: "Raleway", sans-serif, arial;
  font-size: 0.8375rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0;
  max-width: 21.025rem;
}
.foot04__copyright {
  position: relative;
  padding-top: 2rem;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .foot04__copyright {
    flex-direction: column;
    gap: 2rem;
    padding-top: 1.5rem;
  }
}
.foot04__copyright::before {
  content: "";
  position: absolute;
  width: calc(100% - 10vw);
  height: 1px;
  background-color: #fff;
  left: 5vw;
  top: 0;
  opacity: 0.2;
}
.foot04__copyright__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .foot04__copyright__list {
    justify-content: center;
    gap: 1.25rem;
  }
}
.foot04__copyright__list__item {
  position: relative;
  color: #fff;
  font-family: "Raleway", sans-serif, arial;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.foot04__copyright__list__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.foot04__copyright__list__item + .foot04__copyright__list__item::before {
  width: 1px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: 0;
  content: "";
  opacity: 0.3;
}
@media (max-width: 991.98px) {
  .foot04__copyright__list__item + .foot04__copyright__list__item::before {
    display: none;
  }
}
.foot04__copyright__hoom {
  width: 9.375rem;
  height: auto;
  aspect-ratio: 150/30;
  position: relative;
  flex-shrink: 0;
}
.foot04__copyright__hoom a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.foot04__copyright__hoom__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

/* BEGIN STYLE */
.slid01 {
  position: relative;
  overflow: hidden;
}
.slid01__item {
  padding-bottom: 0;
  z-index: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slid01__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background: linear-gradient(179deg, #000 8.92%, rgba(0, 0, 0, 0) 112.33%);
}
.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__header {
  height: 100%;
  width: 100%;
  max-width: 830px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991.98px) {
  .slid01__item__header {
    width: 100%;
    padding-left: 7.5dvw;
  }
}
.slid01__item__header__title {
  margin-bottom: 0.5rem;
}
.slid01__item__header__subtitle {
  font: 600 0.9375rem "Raleway", sans-serif, arial;
  color: #fff;
  line-height: normal;
  letter-spacing: 3.75px;
  text-align: left;
  padding-left: 145px;
  padding-bottom: 22px;
  position: relative;
}
.slid01__item__header__subtitle::before {
  content: "";
  width: 100dvw;
  height: 1px;
  opacity: 0.7;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 194px;
}
@media (max-width: 991.98px) {
  .slid01__item__header__subtitle {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .slid01__item__header__subtitle::before {
    left: 0;
  }
}

/* BEGIN STYLE */
.cont01 {
  background-color: #000;
  height: 100dvh;
  min-height: 942px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
  padding-left: 3.9375rem;
  padding-bottom: 12.75rem;
}
@media (min-width: 768px) {
  .cont01 {
    padding-left: 12.25rem;
    padding-bottom: 9.8125rem;
  }
}
.cont01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.8;
  background: linear-gradient(360deg, #000 8.92%, rgba(0, 0, 0, 0) 112.33%);
  mix-blend-mode: multiply;
}
.cont01__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.cont01__bg__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .cont01__bg__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
  }
}
.cont01__header {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 390px;
}
.cont01__header__title {
  font: 600 1.5rem "Raleway", sans-serif, arial;
  letter-spacing: 6px;
  color: white;
  text-align: left;
  width: 100%;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
}
.cont01__header__title::before {
  content: "";
  width: 509px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 17px;
  opacity: 0.8;
  background: linear-gradient(179deg, #000 8.92%, #999999 112.33%);
  mix-blend-mode: multiply;
}
.cont01__header__text {
  font: 400 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
  line-height: 166%;
  position: relative;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 7px;
}
.cont01__header__text::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background: rgba(204, 204, 204, 0.49);
}
.cont01__header__text::-webkit-scrollbar-thumb {
  background: #504848;
}
.cont01__header__text::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.cont01__header__text::before, .cont01__header__text::after {
  content: "";
  width: 2px;
  height: 268px;
  border-radius: 34.5px;
  opacity: 0.2;
  background: #d9d9d9;
  position: absolute;
  left: -23px;
  top: 34px;
}
.cont01__header__text::after {
  height: 44px;
  opacity: 0.5;
  top: 146px;
}

.cont08 {
  overflow: hidden; /* Previne o sfhit da animação */
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 145dvh;
  isolation: isolate;
  z-index: 0;
  padding-bottom: 5rem;
}
.cont08::before {
  content: "";
  inset: 0;
  position: absolute;
  opacity: 0.4;
  background: linear-gradient(360deg, #000 8.92%, rgba(0, 0, 0, 0) 112.33%);
  mix-blend-mode: multiply;
}
.cont08__bg {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.cont08__bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.cont08__information {
  width: 100%;
  max-width: 831px;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.cont08__information__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  margin-bottom: 4.375rem;
}
@media (max-width: 991.98px) {
  .cont08__information__header {
    margin-bottom: 2.1875rem;
  }
}
.cont08__information__header__title {
  text-align: center;
  margin-bottom: 0;
}
.cont08__information__topics {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  padding-bottom: 2.125rem;
  position: relative;
}
.cont08__information__topics::before {
  content: "";
  width: 100dvw;
  height: 1px;
  opacity: 0.9;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 194px;
}
@media (max-width: 991.98px) {
  .cont08__information__topics::before {
    left: 0;
  }
}
.cont08__information__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 34px;
  aspect-ratio: 1/1;
  transition: all 0.5s ease;
}
.cont08__information__topics__item:hover {
  transform: scale(1.05);
}
.cont08__information__topics__item__icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.cont08__iframe {
  margin-top: 2rem;
  border-radius: 12px;
  max-width: 57rem;
  height: 37rem;
  z-index: 10;
  position: relative;
}

/* BEGIN STYLE */
.topi102 {
  overflow: hidden; /* prevenção do shift de animação */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  flex-wrap: wrap;
  height: 100dvh;
  background-color: #221f20;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.topi102::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #282828 75%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.topi102__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  padding-left: 5vw;
}
.topi102__header__title {
  font-size: 6rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .topi102__header__title {
    position: relative;
    padding-bottom: 32px;
    font-size: 4rem;
  }
  .topi102__header__title::before {
    content: "";
    width: 100dvw;
    height: 1px;
    opacity: 0.7;
    background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
    position: absolute;
    left: 0px;
    bottom: 0;
  }
}
.topi102__topics {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding-left: 5vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.25rem;
  position: relative;
  padding-bottom: 41px;
}
.topi102__topics::before {
  width: 100dvw;
  height: 1px;
  opacity: 0.7;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 60px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .topi102__topics {
    flex-direction: column;
    align-items: start;
  }
  .topi102__topics::before {
    display: none;
  }
}
.topi102__topics__item {
  cursor: pointer;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.topi102__topics__item__title {
  position: relative;
  font: 600 0.9375rem "Raleway", sans-serif, arial;
  color: #fff;
  letter-spacing: 3.75px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0 1.125rem;
  gap: 0.75rem;
  isolation: isolate;
  z-index: 0;
}
.topi102__topics__item__title__hover {
  width: 11.875rem;
  height: 8.625rem;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
  opacity: 0;
  transition: opacity ease 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.topi102__topics__item__title:hover .topi102__topics__item__title__hover {
  opacity: 1;
}
.topi102__topics__item__title__star {
  width: 1.25rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.topi102-show {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #221f20;
  display: none;
}
@media (max-width: 991.98px) {
  .topi102-show {
    flex-direction: column-reverse;
    justify-content: center;
    max-height: unset;
  }
}
.topi102-show > .carousel__button.is-close {
  top: 1rem;
  right: 1rem;
}
.topi102-show__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 40%;
}
@media (max-width: 991.98px) {
  .topi102-show__information {
    width: 100%;
  }
}
.topi102-show__information__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.topi102-show__information__title {
  font-size: 3.5rem;
  letter-spacing: 20px;
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .topi102-show__information__title {
    font-size: 2.1875rem;
  }
}
.topi102-show__information__paragraph {
  margin-bottom: 1.75rem;
}
.topi102-show__information__cta, .cota02__form__footer__cta {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px;
  border: none;
  letter-spacing: 3.75px;
  font-weight: 600;
  margin-bottom: 2.8125rem;
}
.topi102-show__information__cta__dois {
  margin-bottom: 2.8125rem;
}
.topi102-show__information__socials {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.topi102-show__information__socials__item {
  width: 1.6875rem;
  height: auto;
  aspect-ratio: 1/1;
}
.topi102-show__information__socials__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi102-show__content {
  position: relative;
  width: 50%;
  height: auto;
  aspect-ratio: 690/391;
}
@media (max-width: 991.98px) {
  .topi102-show__content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.topi102-show__content__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  position: relative;
}
.topi102-show__content__play {
  z-index: 1;
  position: absolute;
  width: 58px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.fancybox__slide {
  padding: 0;
}

/* BEGIN STYLE */
.topi01 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-bottom: 171px;
  position: relative;
  isolation: isolate;
  background-color: #000;
  z-index: 0;
  height: 100dvh;
  min-height: 944px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
@media (min-width: 992px) {
  .topi01 {
    padding-left: 151px;
    padding-right: 151px;
  }
}
.topi01__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.topi01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.topi01__header__title {
  margin-bottom: 4.1875rem;
  padding-bottom: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.topi01__header__title::before {
  content: "";
  width: 100dvw;
  height: 1px;
  opacity: 0.6;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 250px;
}
@media (max-width: 991.98px) {
  .topi01__header__title::before {
    left: 0;
  }
}
.topi01__topics {
  height: auto;
  width: 100%;
}
.topi01__topics__carousel {
  height: auto;
  overflow: visible;
}
.topi01__topics__item {
  position: relative;
  width: 20rem;
  max-width: 100%;
  height: auto;
  padding: 17px 33px 46px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all ease 0.3s;
}
.topi01__topics__item:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
}
.topi01__topics__item__title {
  font: 400 1rem "Raleway", sans-serif, arial;
  color: #fff;
  line-height: 166%;
}
.topi01__topics__item span {
  font: 100 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
  line-height: 214%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 22px;
  bottom: 10px;
}

/* BEGIN STYLE */
.cota02 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}
.cota02__wrapper {
  min-height: 100dvh;
  padding-top: 10.3125rem;
  padding-bottom: 6.625rem;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.cota02__wrapper__bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cota02__wrapper::before, .cota02__wrapper::after {
  content: "";
  opacity: 0.5;
  background: linear-gradient(192deg, #000 8.92%, rgba(0, 0, 0, 0) 112.33%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}
.cota02__wrapper::after {
  opacity: 0.9;
  background: linear-gradient(90deg, #000 8.92%, rgb(0, 0, 0) 112.33%);
  mix-blend-mode: multiply;
}
.cota02__form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 34rem;
  max-width: 100%;
  gap: 0 1.5rem;
  position: relative;
  z-index: 5;
}
.cota02__form__header {
  width: 100%;
  margin-bottom: 4.25rem;
}
.cota02__form__header__title {
  font-size: 5rem;
  letter-spacing: 20px;
  text-align: left;
  padding-bottom: 1.75rem;
  margin-bottom: 1.125rem;
  position: relative;
}
.cota02__form__header__title::before {
  content: "";
  width: 909px;
  height: 1px;
  opacity: 0.7;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__form__header__title {
    font-size: 3rem;
    letter-spacing: 12px;
  }
}
.cota02__form .input__item {
  width: calc(50% - 0.75rem);
  color: #fff;
  position: relative;
}
@media (max-width: 991.98px) {
  .cota02__form .input__item {
    width: 100%;
  }
}
.cota02__form .input__item label {
  color: #fff;
}
.cota02__form .input__item .form-placeholder select {
  background-color: transparent !important;
  border: none !important;
  color: #fff;
}
.cota02__form .input__item .form-placeholder select option {
  color: black;
}
.cota02__form .input__item--file {
  position: relative;
  height: 52px;
}
.cota02__form .input__item--file .form-label {
  display: none;
}
.cota02__form .input__item--file .form__file__item {
  padding-bottom: 0;
  padding-top: 0.595rem;
}
.cota02__form .input__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.9;
  background: linear-gradient(90deg, #fff 0%, rgba(153, 153, 153, 0) 100%);
}
.cota02__form .input__item .form-control {
  border: none;
  font: 400 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
  background-color: transparent;
}
.cota02__form .input__item .form-placeholder .placeholder--custom {
  font: 400 0.875rem "Raleway", sans-serif, arial;
  color: #fff;
  padding-left: 0;
}
.cota02__form .input__item--textarea {
  width: 100%;
}
.cota02__form .input__item--textarea .form-control {
  padding-top: 1.5rem;
}
.cota02__form__footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.cota02__form__footer__compliance {
  font: 400 0.75rem "Raleway", sans-serif, arial;
  color: #fff;
}
.cota02__form__footer__compliance__link {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
.cota02__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid #fff;
  background-color: transparent !important;
}
.cota02__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: #fff;
}
.cota02__form__footer__cta {
  border: none;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-inline: 16px;
  text-align: center;
}

/* BEGIN STYLE */
.topi03 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 10rem;
  padding-bottom: 10rem;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .topi03 {
    margin-top: -5px;
  }
}
.topi03__header {
  width: 100%;
  margin-bottom: 5.5rem;
}
.topi03__header__title {
  color: #FFF;
  text-align: center;
  font-family: "Raleway", sans-serif, arial;
  font-size: 64px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 16px;
}
@media (max-width: 991.98px) {
  .topi03__header__title {
    font-size: 2.5rem;
  }
}
.topi03__topics {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.topi03__topics__carousel {
  height: auto;
  overflow: hidden;
}
.topi03__topics__carousel__nav {
  position: absolute;
  width: 95%;
  left: 2.2%;
  top: 54%;
  transform: translate(0, -50%);
}
@media (max-width: 991.98px) {
  .topi03__topics__carousel__nav {
    position: absolute;
    width: 15%;
    top: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.topi03__topics__item {
  position: relative;
  width: calc(20% - 11px);
  justify-content: center;
  padding-top: 0.5rem;
  position: relative;
}
.topi03__topics__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #282828 75%);
  mix-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  .topi03__topics__item {
    width: 100%;
  }
}
.topi03__topics__item__icon {
  width: 100%;
  height: auto;
  aspect-ratio: 220/240;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}
.topi03__topics__item__title {
  color: #FFF;
  font-family: "Raleway", sans-serif, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  position: absolute;
  bottom: 3rem;
  padding: 0 2rem;
}
.topi03__topics__item__cta {
  background-color: #1E1E1E;
  color: #FFF;
  text-align: center;
  font-family: "Raleway", sans-serif, arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  width: 100%;
  padding: 1rem;
  position: absolute;
  bottom: 0;
}

/* 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;
}
