@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);
@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: #060317;
  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, .topi01, .slid01__item, .foot02__copyright, .foot02__navigation, .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, .slid01__item__header__title, .topi03__header__title {
  font: 700 4rem "Montserrat", sans-serif, arial;
}
@media (max-width: 991.98px) {
  .comp01-page__banner__title, .slid01__item__header__title, .topi03__header__title {
    font-size: 2.5rem;
    line-height: 90%;
  }
}
.topi03__header__title {
  color: #fff;
}
.slid01__item__header__title {
  color: #000;
}
.comp01-page__banner__title {
  color: #404040;
}
.topi01__header__title, .topi01__topics__item__date__day, .form01__main__information__title {
  font: 700 2.5rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991.98px) {
  .topi01__header__title, .topi01__topics__item__date__day, .form01__main__information__title {
    font-size: 1.875rem;
  }
}
.topi01__topics__item__date__day, .form01__main__information__title {
  color: #fff;
}
.topi01__header__title {
  color: #404040;
}
.confirmation-page__title, .slid01__item__header__subtitle, .comp01-page__content__header__title {
  font: 700 1.875rem "Montserrat", 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 {
    font-size: 1.563rem;
  }
}
.comp01-page__content__header__title {
  color: #404040;
}
.slid01__item__header__subtitle {
  color: #7c7c7c;
}
.confirmation-page__title {
  color: #060317;
}
.topi01__topics__item__date__month {
  font: 700 1.5rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .topi01__topics__item__date__month {
    font-size: 1.125rem;
  }
}
.topi01__topics__item__date__month {
  color: #fff;
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  font: 700 1.125rem "Montserrat", sans-serif, arial;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .side02__navigation__item__link, .side02__navigation__item__btn {
    font-size: 1.063rem;
  }
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  color: #000;
}
.slid01__item__header__description, .slid01__item__header__cta, .comp01-page__content__paragraph, .confirmation-page__paragraph, .slid01__anchor span, .side02__cta {
  font: 400 1rem "Montserrat", sans-serif, arial;
  line-height: 170%;
  letter-spacing: 0.2px;
}
.slid01__item__header__description p, .slid01__item__header__cta p, .comp01-page__content__paragraph p, .confirmation-page__paragraph p, .slid01__anchor span p, .side02__cta p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}
@media (max-width: 991.98px) {
  .slid01__item__header__description, .slid01__item__header__cta, .comp01-page__content__paragraph, .confirmation-page__paragraph, .slid01__anchor span, .side02__cta {
    font-size: 0.938rem;
  }
}
.slid01__anchor span, .side02__cta {
  color: #fff;
}
.comp01-page__content__paragraph, .confirmation-page__paragraph {
  color: #000;
}
.slid01__item__header__cta {
  color: #404040;
}
.slid01__item__header__description {
  color: #7c7c7c;
}
.comp01-page__content__archives__item, .side02__footer__item, .side02__cta__content__item, .topi01__topics__item__title, .topi01__topics__item__date__year, .foot02__copyright__compliances__item, .foot02__navigation__box__title, .form01__main__form__footer__compliance, .form01__main__form .input__item, .form01__main__information__paragraph {
  font: 400 0.875rem "Montserrat", sans-serif, arial;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.comp01-page__content__archives__item p, .side02__footer__item p, .side02__cta__content__item p, .topi01__topics__item__title p, .topi01__topics__item__date__year p, .foot02__copyright__compliances__item p, .foot02__navigation__box__title p, .form01__main__form__footer__compliance p, .form01__main__form .input__item p, .form01__main__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, .side02__footer__item, .side02__cta__content__item, .topi01__topics__item__title, .topi01__topics__item__date__year, .foot02__copyright__compliances__item, .foot02__navigation__box__title, .form01__main__form__footer__compliance, .form01__main__form .input__item, .form01__main__information__paragraph {
    font-size: 0.813rem;
    line-height: 170%;
  }
}
.topi01__topics__item__title, .topi01__topics__item__date__year, .foot02__copyright__compliances__item, .foot02__navigation__box__title, .form01__main__form__footer__compliance, .form01__main__form .input__item, .form01__main__information__paragraph {
  color: #fff;
}
.side02__footer__item, .side02__cta__content__item {
  color: #000;
}
.comp01-page__content__archives__item {
  color: #404040;
}
.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: #060317;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.slid01__item__header__cta {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 3rem;
  background-color: #060317;
  border: none;
  font-weight: 700;
}
.slid01__item__header__cta:focus {
  /* uso do !important para resetar o valor do fancybox */
  outline: none !important;
}
.topi01__topics__carousel__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.31rem;
}
.topi01__topics__carousel__nav:has(.swiper-button-lock) {
  display: none;
}
.topi01__topics__carousel__nav .swiper-button-next,
.topi01__topics__carousel__nav .swiper-button-prev {
  margin: unset;
  top: unset;
  right: unset;
  left: unset;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  z-index: 100;
  background: transparent;
}
.topi01__topics__carousel__nav .swiper-button-next:hover,
.topi01__topics__carousel__nav .swiper-button-prev:hover {
  background: #93064B;
}
.topi01__topics__carousel__nav .swiper-button-next::after,
.topi01__topics__carousel__nav .swiper-button-prev::after {
  color: #7c7c7c;
  font-size: 1.2rem;
  z-index: 100;
}
/*******************************************************************************************************************************************/
.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(255, 255, 255, 0.5);
}

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

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

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

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

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

.form01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 8.38rem;
  padding-bottom: 9.12rem;
}
.form01__main {
  transition: transform 1.8s ease;
  opacity: 0;
  z-index: 100;
  position: relative;
}
.form01__main.animate {
  animation: fadeInLeft;
  animation-duration: 1.8s;
  opacity: 1;
}
.form01__main__information {
  margin-bottom: 0.94rem;
  padding-bottom: 1.86rem;
  width: 100%;
  position: relative;
}
.form01__main__information::after {
  content: "";
  opacity: 0.7;
  background: linear-gradient(90deg, #FFF 0%, rgba(153, 153, 153, 0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form01__main__information__title {
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0.625rem;
  margin-bottom: 5.38rem;
  max-width: 26.75rem;
  text-align: left;
}
.form01__main__information__paragraph {
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  width: 100%;
  max-width: 21.1875rem;
}
.form01__main__form {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.75rem 3.38rem;
}
@media (max-width: 767.98px) {
  .form01__main__form {
    width: 100%;
  }
}
.form01__main__form .input__item {
  width: calc(33.3333333333% - 2.2533333333rem);
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
}
@media (max-width: 991.98px) {
  .form01__main__form .input__item {
    width: 100%;
  }
}
.form01__main__form .input__item .form-placeholder > input,
.form01__main__form .input__item .placeholder--custom,
.form01__main__form .input__item .form-placeholder > select {
  background-color: transparent !important;
  border: none;
  padding: 0 !important;
  color: #fff;
}
.form01__main__form .input__item .form-placeholder > select {
  appearance: none; /* Para a maioria dos navegadores */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;
  --bs-form-select-bg-img: inherit;
  cursor: pointer;
}
.form01__main__form .input__item .form-placeholder > select option {
  background-color: #333;
  color: #fff;
}
.form01__main__form .input__item .form-placeholder.focusing .placeholder--custom {
  color: #fff;
  top: -10px;
}
.form01__main__form .input__item::after {
  content: "";
  opacity: 0.9;
  background: linear-gradient(90deg, #FFF 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.form01__main__form .input__item .select {
  z-index: 100;
  position: relative;
  cursor: pointer;
}
.form01__main__form .input__item .select::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 24px;
  height: 24px;
  top: 6px;
  background-image: url("../images/seta-form01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.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 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
.form01__main__form__footer__compliance__link {
  color: #fff;
  position: relative;
  transition: all 0.5 ease;
}
.form01__main__form__footer__compliance__link:hover {
  opacity: 0.8;
}
.form01__main__form__footer__compliance__link:hover::after {
  opacity: 0.8;
}
.form01__main__form__footer__compliance__link::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  transition: all 0.5 ease;
}
.form01__main__form__footer__compliance .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 2px;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox] {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 0;
  margin-right: 0.69rem;
}
.form01__main__form__footer__compliance__checkbox[type=checkbox]:checked {
  accent-color: rgba(255, 255, 255, 0.3);
}
.form01__main__form__footer__cta {
  width: 8.125rem;
  height: 2.75rem;
  background: #fff;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.23438rem;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
@media (max-width: 575.98px) {
  .form01__main__form__footer__cta {
    margin-top: 2rem;
    margin-left: auto;
  }
}
.form01__main__form__footer__cta:hover {
  background: transparent;
  color: #fff;
}
.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 "Montserrat", 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 "Montserrat", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #404040;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

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

.form__file input {
  display: none;
}

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

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

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

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

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: transparent !important;
  height: 40px;
  position: relative;
  z-index: 2;
}
.form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
  color: #777777;
  top: 0;
  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;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1.62rem;
  z-index: 100;
}
.head02__logo {
  position: relative;
  width: 6.6875rem;
  height: 6.6875rem;
  flex-shrink: 0;
  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__navigation__item--socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.head02__navigation__item--socials__item {
  width: 1.6875rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__navigation__item--socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#acessibilidade-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: sans-serif;
}

#acessibilidade-btn {
  padding: 10px 15px;
  font-size: 14px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#acessibilidade-menu {
  margin-top: 10px;
  background: #111;
  border: 1px solid #444;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#acessibilidade-menu button {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 8px 10px;
  font-size: 14px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
}

#acessibilidade-menu button:hover {
  background: #444;
}

/* Contraste alto */
.contraste-alto {
  background-color: #000 !important;
  color: #ff0 !important;
}

.contraste-alto a {
  color: #0ff !important;
}

.destacar-links a {
  background: yellow !important;
  color: black !important;
  font-weight: bold;
  text-decoration: underline;
}

/* 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;
  /* 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__header {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*
  &__languages {
      @include disFlex;

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

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

          &:hover {
              color: $color-four;
          }
      }
  }
  */
}
.side02__header__button-close__icon path {
  fill: #7c7c7c;
}
.side02__header__button-close__icon:hover path {
  fill: #404040;
}
.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;
}
.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: #060317;
}
.side02__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.side02__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 8.75rem 0 2.75rem;
}
.side02__socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.side02__socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.foot02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.foot02__navigation {
  position: relative;
  padding-top: 9.12rem;
  padding-bottom: 12.63rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.31rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .foot02__navigation {
    padding-bottom: 9.12rem;
  }
}
.foot02__navigation__box {
  transition: transform 1.8s ease;
  opacity: 0;
}
.foot02__navigation__box.animate {
  animation: fadeInUp;
  animation-duration: 1.8s;
  opacity: 1;
}
.foot02__navigation__box__title {
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15rem;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}
.foot02__navigation__box__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.19rem;
}
.foot02__navigation__box__content__logo {
  transition: all 0.5s ease;
}
.foot02__navigation__box__content__logo:hover {
  transform: scale(1.05);
}
.foot02__navigation__box__content__logo__img {
  width: auto;
  height: auto;
  max-width: 6.00538rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.foot02__copyright {
  padding-top: 0;
  padding-bottom: 2.5rem;
  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;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform 1.8s ease;
  opacity: 0;
}
.foot02__copyright__compliances.animate {
  animation: fadeInLeft;
  animation-duration: 1.8s;
  opacity: 1;
}
.foot02__copyright__compliances li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.foot02__copyright__compliances li:hover {
  transform: scale(1.02);
}
.foot02__copyright__compliances li:after {
  content: "";
  width: 0.1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  display: block;
  margin: 0 1.5rem;
}
@media (max-width: 575.98px) {
  .foot02__copyright__compliances li:after {
    margin: 0 1rem;
  }
}
.foot02__copyright__compliances li:last-of-type:after {
  display: none;
}
.foot02__copyright__compliances__item {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.15rem;
}
@media (max-width: 575.98px) {
  .foot02__copyright__compliances__item {
    font-size: 0.45rem;
  }
}
.foot02__copyright__compliances__item__list {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__copyright__hoom {
  width: 9.25rem;
  height: auto;
  aspect-ratio: 148/72;
  transition: transform 1.8s ease;
  opacity: 0;
}
.foot02__copyright__hoom.animate {
  animation: fadeInRight;
  animation-duration: 1.8s;
  opacity: 1;
}
.foot02__copyright__hoom__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* BEGIN STYLE */
.slid01 {
  position: relative;
  overflow: hidden;
}
.slid01__anchor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.62rem;
}
.slid01__anchor svg {
  width: 1.40625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.slid01__anchor span {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
}
.slid01__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 26.205rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .slid01__logo {
    max-width: 15.205rem;
  }
}
.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__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;
  }
}
.slid01__video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
}
.slid01__video video {
  width: 100vw;
  height: 100vh;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .slid01__video video {
    transform: scale(1.2);
  }
}

/* BEGIN STYLE */
.topi01 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding-top: 7rem;
  padding-bottom: 9.06rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .topi01 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.topi01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.24rem;
  transition: transform 1.8s ease;
  opacity: 0;
  z-index: 100;
  position: relative;
}
.topi01__header.animate {
  animation: fadeInUp;
  animation-duration: 1.8s;
  opacity: 1;
}
.topi01__header__title {
  margin-bottom: 0.25rem;
  max-width: 279px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topi01__topics {
  height: auto;
  transition: transform 1.8s ease;
  opacity: 0;
}
.topi01__topics.animate {
  animation: fadeInUp;
  animation-duration: 1.8s;
  opacity: 1;
}
.topi01__topics__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi01__topics__carousel {
    overflow: visible;
  }
}
@media (max-width: 575.98px) {
  .topi01__topics__carousel__nav {
    bottom: inherit;
    position: relative;
    left: inherit;
    margin: 0 auto;
    margin-top: 0.94rem;
  }
}
.topi01__topics__item {
  position: relative;
  width: calc(16.6666666667% - 20px);
  min-height: 15.1875rem;
  padding: 1.63rem 2.44rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .topi01__topics__item {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 767.98px) {
  .topi01__topics__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575.98px) {
  .topi01__topics__item {
    width: calc(100% - 0px);
  }
}
.topi01__topics__item:hover::before {
  opacity: 0.5;
}
.topi01__topics__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* envia para o fundo o bg do topico */
  opacity: 0.7;
  background: linear-gradient(0deg, #93064B 0%, #93064B 100%);
  transition: all 0.5s ease;
}
.topi01__topics__item__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.topi01__topics__item__date__day {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.625rem;
}
.topi01__topics__item__date__month {
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.3125rem;
}
.topi01__topics__item__date__year {
  font-style: normal;
  font-weight: 300;
  line-height: 166%;
}
.topi01__topics__item__title {
  font-style: normal;
  font-weight: 600;
  line-height: 166%;
  text-align: center;
  margin-bottom: 1.6rem;
}
.topi01__topics__item__btn {
  padding: 0.19rem 1rem;
  width: 100%;
  min-height: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  color: #060317;
  background: #fff;
  border: 1px solid #fff;
  font-size: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.topi01__topics__item__btn:hover {
  opacity: 0.5;
}
.topi01__topics__item__btn--sold-olt {
  background: transparent;
  color: #fff;
  cursor: initial;
}

/* BEGIN STYLE */
.topi03 {
  overflow: hidden; /* prevenção do shift da animação*/
  padding: 15.88rem 5vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .topi03 {
    padding: 5.88rem 5vw;
  }
}
.topi03__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.86rem;
  transition: transform 1.8s ease;
  opacity: 0;
}
.topi03__header.animate {
  animation: fadeInUp;
  animation-duration: 1.8s;
  opacity: 1;
}
.topi03__header__title {
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 1rem;
  margin-bottom: 1.03rem;
  font-optical-sizing: auto;
  font-style: normal;
}
.topi03__header__subtitle {
  width: 100%;
  max-width: 38.69931rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .topi03__header__subtitle {
    max-width: 17.69931rem;
  }
}
.topi03__topics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.25rem;
  transition: transform 1.8s ease;
  opacity: 0;
  position: relative;
}
.topi03__topics::after {
  content: "";
  width: 100%;
  max-width: 58.5rem;
  height: 0.0625rem;
  opacity: 0.9;
  background: linear-gradient(90deg, #FFF 0%, rgba(153, 153, 153, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translate(-28%);
  bottom: -3.1rem;
}
.topi03__topics.animate {
  animation: fadeInUp;
  animation-duration: 1.8s;
  opacity: 1;
}
.topi03__topics__item {
  position: relative;
  transition: all 0.5s ease;
}
.topi03__topics__item:hover {
  transform: scale(1.05);
}
.topi03__topics__item__icon {
  width: auto;
  max-width: 3.6875rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
.comp01-page__banner {
  background-color: rgba(30, 30, 30, 0.35);
}
.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;
}
