@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 .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: #B70E18;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all ease 0.4s;
}
.quedinha.open > .quedinha__btn::after {
  opacity: 1;
}
.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;
  padding: 0;
  top: 102%;
  left: -75px;
  border-radius: 0rem 0rem 0.9375rem 0.9375rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 13.4375rem;
  overflow: hidden;
}
.quedinha__content a {
  background: #303030;
  color: #fff;
  padding: 1.12rem 0;
  text-align: center;
  position: relative;
  font-size: 0.9rem;
}
.quedinha__content a:hover {
  background: #B70E18;
}
.quedinha__content a::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.49);
  width: 100%;
  height: 0.1rem;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 57px;
}
.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: #232323;
}
.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%;
}

/*******************************************************************************************************************************************/
.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);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #B70E18;
}

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

.content {
  position: relative;
}

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

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

.text-secondary {
  color: #B70E18 !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: 85% !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 85% !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(48, 48, 48, 0.5);
}

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

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(48, 48, 48, 0.9);
  border-color: rgba(48, 48, 48, 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(48, 48, 48, 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: #303030 !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: #B70E18;
  color: #232323;
}
body .owl-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 0.4rem;
}
body .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: 0 !important;
}
body .owl-dots .owl-dot span {
  background: #E6E6E6;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
}
body .owl-dots .owl-dot:hover, body .owl-dots .owl-dot.active {
  border: 1px solid #B70E18;
}
body .owl-dots .owl-dot:hover span, body .owl-dots .owl-dot.active span {
  background: #B70E18;
}

.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: #4E7F9C;
  color: #B70E18;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.5rem;
  color: #232323;
  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 "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #B70E18;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form101__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form101__boxRight input::placeholder {
  background-color: #fff !important;
}
.form101__boxRight__cta {
  width: 10.125rem;
  height: 3.125rem;
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #B70E18;
  border-radius: 1.875rem;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 500;
  color: #B70E18;
}
.form101__boxRight__cta:hover {
  background-color: #B70E18;
  color: #fff;
}
.form101__boxRight__cta:hover svg path {
  fill: #fff;
}

.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: #303030;
  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 "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #B70E18;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #232323 !important;
  border-color: #232323;
}
.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: #303030;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #232323;
  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 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form01__boxLeft {
  padding: 0 38px;
}
@media (max-width: 767.98px) {
  .form01__boxLeft {
    margin-bottom: 25px;
  }
}
.form01__boxLeft__content__title {
  font-size: 1.875rem;
  color: #232323;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__title {
    font-size: 1.563rem;
  }
}
.form01__boxLeft__content__paragraph {
  max-width: 592px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph {
    width: 100%;
  }
}
.form01__boxLeft__content__paragraph p {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph p {
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.form01__boxLeft__form {
  justify-content: space-between;
}
.form01__boxLeft__form .input__item {
  width: 48.5%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form01__boxLeft__form .input__item {
    width: 100%;
  }
}
.form01__boxLeft__form .input__item label {
  color: #000 !important;
}
.form01__boxLeft__form .input__item .form-placeholder {
  background-color: #fff !important;
  border: none !important;
}
.form01__boxLeft__form .input__item input {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
  height: 2.9375rem;
  padding: 0;
}
.form01__boxLeft__form .input__item input::-moz-placeholder {
  color: #000 !important;
}
.form01__boxLeft__form .input__item input::placeholder {
  color: #000 !important;
}
.form01__boxLeft__form__checkbox-label {
  padding: 0;
}
.form01__boxLeft__form button {
  background-color: #fff;
  color: #303030;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__form button {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form01__boxLeft__form button:hover {
  background-color: #232323;
  color: #fff;
  transition: 0.5s all ease;
}
.form01__boxLeft__form button 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) {
  .form01__boxLeft__form button img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form01__boxLeft__form button:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
.form01__boxRight__image {
  height: 434px;
  max-width: 315px;
  width: 100%;
}
.form01__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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: #232323;
  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 "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #303030;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #232323;
  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: #232323;
  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 "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #B70E18;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #303030;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #232323;
  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: #303030 !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: #303030;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 1.875rem;
  }
}
.form03__boxLeft__subtitle {
  color: #4E7F9C;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.125rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #232323;
  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: #232323;
  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: #303030;
  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: #303030;
  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: #303030;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 400 0.875rem "Hanken Grotesk", sans-serif;
  }
}
.form03__boxRight__cta:hover {
  background-color: #232323;
  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: "Hanken Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

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

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

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !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__header {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.confirmation__header > .container {
  padding: 7.88rem 0;
}
.confirmation__header__header-top {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
}
.confirmation__header__header-top .container {
  height: 100%;
  padding-bottom: 0.94rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.confirmation__header__header-top__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
}
.confirmation__header__title {
  font-weight: 600 !important;
  line-height: 119%;
  margin: 0 auto;
  margin-bottom: 0.69rem;
  position: relative;
}
.confirmation__header__subtitle {
  font-weight: 400 !important;
  line-height: 156%;
  margin-bottom: 4.75rem;
  position: relative;
}
.confirmation__header svg {
  width: 12.375rem;
  height: 12.375rem;
}

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

.animation {
  opacity: 0;
}

.animated {
  opacity: 1;
  animation-duration: 1.5s !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;
}

/* CONFIGURAÇÃO DO TEMA */
.cont06, .copa02-page__assortedBox__header__encompass, .bran04, .topi08, .bran01-page__main, .bran01, .abou01-page__topics, .abou01-page__main, .abou01-page__section, .abou01-page__banner__content, .abou01, .topi09, .foot02__copyright, .foot02__navigation, .side02, .side02--btt, .side02--rtl, .side02--ttb, .bran01-page__banner {
  padding-top: 4.5rem;
  padding-right: 5vw;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
}
.bran01-page__banner__title {
  font: 700 3.125rem "Hanken Grotesk", sans-serif;
  line-height: 140%;
  letter-spacing: 0.0125rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bran01-page__banner__title {
    font-size: 2.5rem;
    line-height: 90%;
  }
}
.bran01-page__banner__title {
  color: #303030;
}
.comp01-page__content__title, .gall01__title, .bran04__header__title, .prod05__header__titleDest__title, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .abou01__header__title, .topi09__show__row__descritpion__title, .blog01__header__title, .copa02-page__emphasis__header__title, .topi08__header__title, .bran01__header__title, .bran01-page__main__header__title, #SLID01 .content-slide .content-description .subtitle {
  font: 700 2.1875rem "Hanken Grotesk", sans-serif;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 1.31rem;
}
.comp01-page__content__title:before, .gall01__title:before, .bran04__header__title:before, .prod05__header__titleDest__title:before, .abou01-page__main__information__header__subtitle:before, .abou01-page__section__information__header__subtitle:before, .abou01__header__title:before, .topi09__show__row__descritpion__title:before, .blog01__header__title:before, .copa02-page__emphasis__header__title:before, .topi08__header__title:before, .bran01__header__title:before, .bran01-page__main__header__title:before, #SLID01 .content-slide .content-description .subtitle:before {
  content: "";
  background-color: #B70E18;
  height: 34px;
  width: 0.5rem;
  display: flex;
  border-radius: 0.34375rem;
}
@media (max-width: 991.98px) {
  .comp01-page__content__title, .gall01__title, .bran04__header__title, .prod05__header__titleDest__title, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .abou01__header__title, .topi09__show__row__descritpion__title, .blog01__header__title, .copa02-page__emphasis__header__title, .topi08__header__title, .bran01__header__title, .bran01-page__main__header__title, #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.875rem;
  }
}
.topi08__header__title, .bran01__header__title, .bran01-page__main__header__title, #SLID01 .content-slide .content-description .subtitle {
  color: #fff;
}
.blog01__header__title, .copa02-page__emphasis__header__title {
  color: #232323;
}
.comp01-page__content__title, .gall01__title, .bran04__header__title, .prod05__header__titleDest__title, .abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle, .abou01__header__title, .topi09__show__row__descritpion__title {
  color: #303030;
}
.bran01-page__banner__subtitle, .confirmation__header__title, .cota02__boxForm__item__content__description__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .cota02__form__header__title, .blog01-page__boxs__item__title, .blog01__boxs__item__title {
  font: 700 1.875rem "Hanken Grotesk", sans-serif;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .bran01-page__banner__subtitle, .confirmation__header__title, .cota02__boxForm__item__content__description__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title, .cota02__form__header__title, .blog01-page__boxs__item__title, .blog01__boxs__item__title {
    font-size: 1.563rem;
  }
}
.blog01-page__boxs__item__title, .blog01__boxs__item__title {
  color: #fff;
}
.cota02__form__header__title {
  color: #232323;
}
.cota02__boxForm__item__content__description__title, .blog01-show__item__title, .blog01-page__boxs__featured__item__title {
  color: #303030;
}
.confirmation__header__title {
  color: #B70E18;
}
.bran01-page__banner__subtitle {
  color: #4E7F9C;
}
.bran04__header__subtitle, .topi08__header__subtitle, .bran01__header__subtitle, .bran01-page__main__header__subtitle, .abou01__header__subtitle, .comp01-page__content__subtitle, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .comp01-page__header__title, .cota02__header__title, .blog01-show__related__title, .blog01-show__header__title, .blog01-page__header__title, .copa02-page__assortedBox__header__title, .prod05-show__banner__title, .prod05-banner__title, .abou01-page__topics__item__header__title, .abou01-page__banner__title, .abou01__paragraph, .confirmation__header__header-top__title, #SLID01 .content-slide .content-description .title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  font: 700 1.25rem "Hanken Grotesk", sans-serif;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .bran04__header__subtitle, .topi08__header__subtitle, .bran01__header__subtitle, .bran01-page__main__header__subtitle, .abou01__header__subtitle, .comp01-page__content__subtitle, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title, .comp01-page__header__title, .cota02__header__title, .blog01-show__related__title, .blog01-show__header__title, .blog01-page__header__title, .copa02-page__assortedBox__header__title, .prod05-show__banner__title, .prod05-banner__title, .abou01-page__topics__item__header__title, .abou01-page__banner__title, .abou01__paragraph, .confirmation__header__header-top__title, #SLID01 .content-slide .content-description .title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    font-size: 1.125rem;
  }
}
#SLID01 .content-slide .content-description .title, .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  color: #fff;
}
.comp01-page__header__title, .cota02__header__title, .blog01-show__related__title, .blog01-show__header__title, .blog01-page__header__title, .copa02-page__assortedBox__header__title, .prod05-show__banner__title, .prod05-banner__title, .abou01-page__topics__item__header__title, .abou01-page__banner__title, .abou01__paragraph, .confirmation__header__header-top__title {
  color: #303030;
}
.comp01-page__content__subtitle, .abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
  color: #B70E18;
}
.bran04__header__subtitle, .topi08__header__subtitle, .bran01__header__subtitle, .bran01-page__main__header__subtitle, .abou01__header__subtitle {
  color: #4E7F9C;
}
.blog01-show__boxs__item__title, .topi08__topics__item__content__title {
  font: 700 1.125rem "Hanken Grotesk", sans-serif;
  line-height: normal;
  text-align: left;
}
@media (max-width: 991.98px) {
  .blog01-show__boxs__item__title, .topi08__topics__item__content__title {
    font-size: 1.063rem;
  }
}
.blog01-show__boxs__item__title, .topi08__topics__item__content__title {
  color: #fff;
}
.cont06__header__paragraph, .bran04__header__paragraph, .topi08__header__paragraph, .bran01__header__paragraph, .bran01-page__main__header__paragraph, .comp01-page__content__paragraph, .cota02__boxForm__item__content__description__paragraph p, .cota02__boxForm__item__content__description__paragraph, .topi09__topics__item__information__title, .head02__navigation__item--menu-mobile__item, .confirmation__header__subtitle, .foot02__navigation__pages__item, .head02__navigation__item__btn {
  font: 400 1rem "Hanken Grotesk", sans-serif;
}
.cont06__header__paragraph p, .bran04__header__paragraph p, .topi08__header__paragraph p, .bran01__header__paragraph p, .bran01-page__main__header__paragraph p, .comp01-page__content__paragraph p, .cota02__boxForm__item__content__description__paragraph p, .topi09__topics__item__information__title p, .head02__navigation__item--menu-mobile__item p, .confirmation__header__subtitle p, .foot02__navigation__pages__item p, .head02__navigation__item__btn p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: inherit;
}
@media (max-width: 991.98px) {
  .cont06__header__paragraph, .bran04__header__paragraph, .topi08__header__paragraph, .bran01__header__paragraph, .bran01-page__main__header__paragraph, .comp01-page__content__paragraph, .cota02__boxForm__item__content__description__paragraph p, .cota02__boxForm__item__content__description__paragraph, .topi09__topics__item__information__title, .head02__navigation__item--menu-mobile__item, .confirmation__header__subtitle, .foot02__navigation__pages__item, .head02__navigation__item__btn {
    font-size: 0.938rem;
  }
}
.foot02__navigation__pages__item, .head02__navigation__item__btn {
  color: #fff;
}
.comp01-page__content__paragraph, .cota02__boxForm__item__content__description__paragraph p, .cota02__boxForm__item__content__description__paragraph, .topi09__topics__item__information__title, .head02__navigation__item--menu-mobile__item, .confirmation__header__subtitle {
  color: #303030;
}
.cont06__header__paragraph, .bran04__header__paragraph, .topi08__header__paragraph, .bran01__header__paragraph, .bran01-page__main__header__paragraph {
  color: #B70E18;
}
.blog01-show__item__published, .blog01-page__boxs__featured__item__date-publish, .topi09__topics__item__information__paragraph, .head02__navigation__item__cta__content__item, .cota02__form__input-submit, .cont06__cta, .blog01-show__item__share, .blog01-page__boxs__featured__item__cta, .blog01__header__cta, .bran01__cta, .abou01-page__section__information__cta, .abou01__cta, .cota02__form__compliance, .blog01-show__item__description, .blog01-page__boxs__featured__item__paragraph, .abou01-page__topics__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog01__header__paragraph, .topi09__show__row__descritpion__text p, .side02__footer__item, .side02__cta__content__item, .blog01-show__boxs__item__btn, .blog01-page__boxs__item__btn, .blog01__boxs__item__btn, .topi08__topics__item__content__information, .botao-flutuante span b, .botao-flutuante span, .head02__navigation__item--menu-mobile span, .head02__navigation__item__cta, .head02__navigation__item__link, .blog01-page__header__category__item {
  font: 400 0.875rem "Hanken Grotesk", sans-serif;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.blog01-show__item__published p, .blog01-page__boxs__featured__item__date-publish p, .topi09__topics__item__information__paragraph p, .head02__navigation__item__cta__content__item p, .cota02__form__input-submit p, .cont06__cta p, .blog01-show__item__share p, .blog01-page__boxs__featured__item__cta p, .blog01__header__cta p, .bran01__cta p, .abou01-page__section__information__cta p, .abou01__cta p, .cota02__form__compliance p, .blog01-show__item__description p, .blog01-page__boxs__featured__item__paragraph p, .abou01-page__topics__item__paragraph p, .abou01-page__main__information__paragraph p, .abou01-page__section__information__paragraph p, .blog01__header__paragraph p, .topi09__show__row__descritpion__text p p, .side02__footer__item p, .side02__cta__content__item p, .blog01-show__boxs__item__btn p, .blog01-page__boxs__item__btn p, .blog01__boxs__item__btn p, .topi08__topics__item__content__information p, .botao-flutuante span p, .head02__navigation__item--menu-mobile span p, .head02__navigation__item__cta p, .head02__navigation__item__link p, .blog01-page__header__category__item p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: inherit;
}
@media (max-width: 991.98px) {
  .blog01-show__item__published, .blog01-page__boxs__featured__item__date-publish, .topi09__topics__item__information__paragraph, .head02__navigation__item__cta__content__item, .cota02__form__input-submit, .cont06__cta, .blog01-show__item__share, .blog01-page__boxs__featured__item__cta, .blog01__header__cta, .bran01__cta, .abou01-page__section__information__cta, .abou01__cta, .cota02__form__compliance, .blog01-show__item__description, .blog01-page__boxs__featured__item__paragraph, .abou01-page__topics__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph, .blog01__header__paragraph, .topi09__show__row__descritpion__text p, .side02__footer__item, .side02__cta__content__item, .blog01-show__boxs__item__btn, .blog01-page__boxs__item__btn, .blog01__boxs__item__btn, .topi08__topics__item__content__information, .botao-flutuante span b, .botao-flutuante span, .head02__navigation__item--menu-mobile span, .head02__navigation__item__cta, .head02__navigation__item__link, .blog01-page__header__category__item {
    font-size: 0.813rem;
    line-height: 170%;
  }
}
.blog01-show__boxs__item__btn, .blog01-page__boxs__item__btn, .blog01__boxs__item__btn, .topi08__topics__item__content__information, .botao-flutuante span b, .botao-flutuante span, .head02__navigation__item--menu-mobile span, .head02__navigation__item__cta, .head02__navigation__item__link, .blog01-page__header__category__item {
  color: #fff;
}
.blog01__header__paragraph, .topi09__show__row__descritpion__text p, .side02__footer__item, .side02__cta__content__item {
  color: #232323;
}
.cota02__form__compliance, .blog01-show__item__description, .blog01-page__boxs__featured__item__paragraph, .abou01-page__topics__item__paragraph, .abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
  color: #303030;
}
.blog01-show__item__published, .blog01-page__boxs__featured__item__date-publish, .topi09__topics__item__information__paragraph, .head02__navigation__item__cta__content__item, .cota02__form__input-submit, .cont06__cta, .blog01-show__item__share, .blog01-page__boxs__featured__item__cta, .blog01__header__cta, .bran01__cta, .abou01-page__section__information__cta, .abou01__cta {
  color: #B70E18;
}
.head02__navigation__item--menu-mobile__item {
  /* edita apenas o btn de menu mobile */
}
.head02__navigation__item--menu-mobile__item__icon {
  width: 2rem;
  height: 2rem;
}
.bran01-page__banner {
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cota02__form__input-submit, .cont06__cta, .blog01-show__item__share, .blog01-page__boxs__featured__item__cta, .blog01__header__cta, .bran01__cta, .abou01-page__section__information__cta, .abou01__cta {
  width: 10.125rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  align-items: center;
  border: 1px solid #B70E18;
  border-radius: 1.875rem;
}
.cota02__form__input-submit:hover, .cont06__cta:hover, .blog01-show__item__share:hover, .blog01-page__boxs__featured__item__cta:hover, .blog01__header__cta:hover, .bran01__cta:hover, .abou01-page__section__information__cta:hover, .abou01__cta:hover {
  background-color: #B70E18;
  color: #fff;
}
.cota02__form__input-submit:hover svg path, .cont06__cta:hover svg path, .blog01-show__item__share:hover svg path, .blog01-page__boxs__featured__item__cta:hover svg path, .blog01__header__cta:hover svg path, .bran01__cta:hover svg path, .abou01-page__section__information__cta:hover svg path, .abou01__cta:hover svg path {
  fill: #fff;
}
.blog01-page__header__category__item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.62rem 3rem;
  border: 1px solid #D9D9D9;
  border-radius: 1.875rem;
  background-color: #fff;
  color: #303030;
}
.active.blog01-page__header__category__item, .blog01-page__header__category__item:hover {
  background-color: #B70E18;
  color: #fff;
}
.abou01-page__topics__carousel .swiper-pagination-bullets {
  margin-top: 2rem;
  text-align: left;
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  display: flex;
}
.abou01-page__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: 0 !important;
  border: 1px solid transparent;
}
.abou01-page__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  background: #D9D9D9;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
}
.abou01-page__topics__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #B70E18;
  border: 1px solid #ccc;
}
.banner-inter {
  height: 5.9375rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/banner-pd.png");
}
@media (max-width: 991.98px) {
  .banner-inter {
    height: 3.9375rem;
  }
}

.head02 {
  width: 85.4%;
  padding-right: 0.35rem;
  padding-left: 2.87rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 4.375rem;
  position: fixed;
  top: 2.56rem;
  z-index: 1000;
  background: rgba(48, 48, 48, 0.94);
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 2.5rem;
  border: 1px solid #B70E18;
}
@media (max-width: 991.98px) {
  .head02 {
    padding-right: 0.31rem;
    padding-left: 0.31rem;
    height: 3.25rem;
    border-radius: 2.5rem;
    width: 90%;
  }
}
.head02.flutuante {
  top: 5px;
  height: 3.375rem;
}
.head02.flutuante .head02__logo {
  width: 7.25rem;
}
.head02.flutuante .head02__navigation__item__cta {
  padding: 0.34rem 2.13rem;
}
.head02__logo {
  position: relative;
  width: 11.25rem;
  height: auto;
  aspect-ratio: 200/90;
}
@media (max-width: 575.98px) {
  .head02__logo {
    width: 6.375rem;
  }
}
.head02__logo__img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02--edit .head02__navigation__item__cta {
  background-color: transparent;
  border: 1px solid #fff;
}
.head02__navigation {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: stretch;
  list-style: none;
  gap: 2rem;
  width: calc(100% - 15rem);
}
.head02__navigation__item, .head02__navigation__item--socials {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Estilização do menu-dropdown */
  /* Modificador das redes socais */
  /* Modificador dos idiomas */
  /* Modificador do menu mobile */
}
@media (max-width: 991.98px) {
  .head02__navigation__item, .head02__navigation__item--socials {
    display: none;
  }
}
.head02__navigation__item:nth-of-type(5) .head02__navigation__item__link, .head02__navigation__item--socials:nth-of-type(5) .head02__navigation__item__link {
  margin-right: 30px;
}
.head02__navigation__item__link {
  font-size: 1.1rem;
  text-decoration: none;
}
.head02__navigation__item__btn {
  position: relative;
  padding: 0;
}
.head02__navigation__item__btn::after {
  position: absolute;
  left: 0;
  bottom: -26px;
  display: block;
  width: 100%;
  background-color: #fff;
  content: "";
  transition: all ease 0.4s;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  height: 0.3125rem;
  transform: inherit !important;
  aspect-ratio: inherit;
  top: inherit;
  clip: inherit;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  opacity: 0;
}
.head02__navigation__item__btn.open::after {
  opacity: 1;
}
.head02__navigation__item__content {
  padding: 0;
  top: 102%;
  left: -75px;
  border-radius: 0rem 0rem 0.9375rem 0.9375rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 13.4375rem;
}
.head02__navigation__item__content__item {
  width: 100%;
}
.head02__navigation__item__content__item__link {
  background-color: #000;
}
.head02__navigation__item__cta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1.875rem;
  padding: 0.94rem 2.13rem;
  gap: 0 0.25rem;
  white-space: nowrap;
  background-color: #B70E18;
  font-weight: 400 !important;
  transition: all 0.5s ease;
  font-size: 1.1rem;
}
.head02__navigation__item__cta:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.head02__navigation__item__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #E6E6E6;
}
.head02__navigation__item__cta__content {
  top: 71%;
  padding: 0.75rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.head02__navigation__item--socials {
  gap: 0.5rem;
}
.head02__navigation__item--socials__item {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
.head02__navigation__item--socials__item__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head02__navigation__item--menu-mobile {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .head02__navigation__item--menu-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.head02__navigation__item--menu-mobile span {
  font-size: 1.1rem;
  margin-right: 1rem;
}
.head02__navigation__item.quedinha:hover .head02__navigation__item__content.quedinha__content, .quedinha.head02__navigation__item--socials:hover .head02__navigation__item__content.quedinha__content {
  visibility: visible;
}

.botao-flutuante {
  position: fixed;
  bottom: 65px;
  right: 16px;
  z-index: 1500;
}
@media (max-width: 991.98px) {
  .botao-flutuante {
    bottom: 4rem;
  }
}

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

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

.botao-flutuante span b {
  font-size: 14px;
  color: rgba(10, 15, 45, 0.8);
  font-weight: 700;
}

.botao-flutuante a span {
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 45px;
}

/* BEGIN STYLE */
.side02, .side02--btt, .side02--rtl, .side02--ttb {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #303030;
  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(48, 48, 48, 0.5);
}
.side02::-webkit-scrollbar-thumb, .side02--btt::-webkit-scrollbar-thumb, .side02--rtl::-webkit-scrollbar-thumb, .side02--ttb::-webkit-scrollbar-thumb {
  background: rgba(48, 48, 48, 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: #303030;
}
.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: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  /*
  &__languages {
      @include disFlex;

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

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

          &:hover {
              color: $color-four;
          }
      }
  }
  */
}
.side02__header__button-close:hover svg rect {
  fill: #B70E18;
}
.side02__logo {
  width: 9.5625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side02__navigation {
  width: 100%;
  max-width: 280px;
  margin-top: 3.02rem;
  margin-bottom: 3.25rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.25rem 0;
}
.side02__navigation__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  width: 85px;
}
.side02__navigation__item__link, .side02__navigation__item__btn {
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  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: #232323;
}
.side02__navigation__item__btn {
  display: flex;
  padding-right: 0;
  align-items: center;
}
.side02__navigation__item__btn::after {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
  position: relative;
  top: inherit;
  right: inherit;
}
.side02__navigation__item__content {
  left: 50%;
  transform: translate(-50%, 0) !important;
  border-radius: 1rem;
  z-index: 100;
  max-height: 410px;
  overflow-y: auto;
  background-color: #303030;
  /*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;
  width: 14.375rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #B70E18;
  background-color: #B70E18;
  font-family: "Hanken Grotesk", sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  white-space: nowrap;
}
.side02__cta svg {
  margin-right: 0.69rem;
}
.side02__cta::after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  display: block;
  width: 0.5rem;
  background-color: #E6E6E6;
}
.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 0.47rem;
  margin-top: 2.62rem;
}
.side02__socials__item {
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.57531rem;
  height: 2.57694rem;
}
.side02__socials__item__icon {
  width: 1.2rem;
  height: 1.2rem;
  -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;
}
.side02__navigation__item.cta {
  width: 100%;
  display: contents;
}

.foot02 {
  background-color: #303030;
}
.foot02__navigation {
  position: relative;
  padding-top: 5.19rem;
  padding-bottom: 5.79rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .foot02__navigation {
    flex-direction: row;
    gap: 3.63rem 0;
    padding-bottom: 8.79rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.foot02__navigation__client-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.43rem 0;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-info {
    width: 100%;
    margin-right: unset;
  }
}
.foot02__navigation__client-info__logo {
  width: 13.86856rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__client-info__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 0.47rem;
  list-style: none;
}
.foot02__navigation__client-info__socials__item {
  position: relative;
  width: 2.57531rem;
  height: 2.57694rem;
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in;
}
.foot02__navigation__client-info__socials__item:hover {
  opacity: 0.5;
  transition: 0.4s ease-in;
}
.foot02__navigation__client-info__socials__item__icon {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__navigation__pages {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.21rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__pages {
    text-align: center;
    margin: 0 auto !important;
  }
}
.foot02__navigation__pages:nth-of-type(2) {
  margin-right: 0;
}
.foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575.98px) {
  .foot02__navigation__pages__header, .foot02__navigation__client-contact__header {
    text-align: center;
  }
}
.foot02__navigation__pages__header__link {
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.foot02__navigation__pages__item {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.4s ease-in;
}
.foot02__navigation__pages__item:hover {
  color: #fff;
  transition: 0.4s ease-in;
}
.foot02__navigation__pages__item__link {
  font-size: 0.9375rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #fff;
  font-weight: 400;
}
.foot02__navigation__client-contact {
  list-style: none;
  gap: 0 0;
  display: flex;
  flex-direction: column;
  max-width: 16.79088rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-contact {
    max-width: 13rem;
  }
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-contact__item {
    text-align: center;
  }
}
.foot02__navigation__client-contact__item a {
  font-size: 0.9375rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.foot02__navigation__client-contact__item:hover a {
  color: #fff;
  transition: 0.4s ease-in;
}
.foot02__navigation__client-contact__btn {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 1.5rem;
  padding-top: 0.85rem;
  font-size: 0.9375rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .foot02__navigation__client-contact__btn {
    text-align: center;
  }
}
.foot02__navigation__client-contact__btn:hover {
  color: #fff;
  transition: 0.4s ease-in;
}
.foot02__navigation__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 5.5rem;
  width: 3rem;
  border-radius: 2.5rem 2.5rem 0 0;
  background: #fff;
  border: none;
  outline: none;
  padding-top: 1.87rem;
}
@media (max-width: 991.98px) {
  .foot02__navigation__button {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.foot02__navigation__button img {
  height: 23px;
}
.foot02__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.63rem;
  padding-bottom: 1.48rem;
  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;
}
.foot02__copyright__compliances li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in;
}
.foot02__copyright__compliances li a::after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 1rem;
  height: 1.4rem;
  display: flex;
}
.foot02__copyright__compliances li:hover a {
  color: #fff;
  transition: 0.4s ease-in;
}
.foot02__copyright__compliances li:last-of-type a:after {
  display: none;
}
.foot02__copyright__hoom {
  width: 9.25rem;
  height: auto;
  aspect-ratio: 148/72;
}
.foot02__copyright__hoom__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot02__logo__hoom {
  width: 13rem;
}

.foot02__navigation__pages:nth-of-type(2) li:nth-of-type(7) {
  display: none;
}
.foot02__navigation__pages:nth-of-type(2) li:nth-of-type(8) {
  display: none;
}
.foot02__navigation__pages:nth-of-type(2) li:nth-of-type(9) {
  display: none;
}
.foot02__navigation__pages:nth-of-type(2) li:nth-of-type(10) {
  display: none;
}

.adicional {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 2rem;
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
}
#SLID01 .img-background-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#SLID01 .content-slide {
  height: 100vh;
  position: relative;
}
#SLID01 .content-slide .img-floating-png {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
}
#SLID01 .content-slide .img-floating-png img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .img-floating-png {
    position: relative;
    height: 300px;
    max-width: 476px;
    margin-top: 30px;
  }
}
#SLID01 .content-slide.start {
  flex-direction: row;
  text-align: left;
}
#SLID01 .content-slide.start .img-floating-png {
  right: 0;
}
#SLID01 .content-slide.center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#SLID01 .content-slide.center .img-floating-png {
  display: none;
}
#SLID01 .content-slide.center .content-description .description {
  margin: 0 auto;
}
#SLID01 .content-slide.end {
  flex-direction: row-reverse;
  text-align: right;
}
#SLID01 .content-slide.end .img-floating-png {
  left: 0;
}
#SLID01 .content-slide .content-description {
  z-index: 20;
  background-image: url(../images/firula-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 41rem;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 6.62rem;
  padding-right: 14rem;
}
@media (max-width: 991.98px) {
  #SLID01 .content-slide .content-description {
    max-width: 100%;
    background: transparent;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1.62rem;
    padding-right: 1.62rem;
  }
}
#SLID01 .content-slide .content-description .title {
  font-weight: 400 !important;
  line-height: 148%;
  display: block;
  margin-bottom: 0.5rem;
}
#SLID01 .content-slide .content-description .subtitle {
  font-weight: 600 !important;
  line-height: 119% !important;
  font-size: 2.5rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.5rem;
  }
}
#SLID01 .content-slide .content-description .subtitle::before {
  display: none;
}
#SLID01 .content-slide .content-description .description {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 500;
  color: #B70E18;
  margin: 28px 0 51px 0;
  width: 70%;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .description {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
#SLID01 .content-slide .content-description .btn-cta-slide {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #fff;
  min-width: 10.125rem;
  height: 3.125rem;
  display: flex;
  margin-top: 1.81rem;
  justify-content: space-around;
  align-items: center;
  border-radius: 1.875rem;
}
#SLID01 .content-slide .content-description .btn-cta-slide svg {
  width: 0.75rem;
  height: auto;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover {
  background-color: #fff;
  color: #303030;
}
#SLID01 .content-slide .content-description .btn-cta-slide:hover svg path {
  fill: #303030;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: end !important;
  }
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  left: 7.71%;
  z-index: 100;
  bottom: calc(50% - 221px);
  display: flex;
  align-items: center;
  gap: 0.63rem;
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 0.4375rem;
  height: 0.4375rem;
  display: block;
  border-radius: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover {
  background-color: #B70E18;
}
#SLID01 #dotsSlideCustom .owl-dot.active {
  width: 2.1875rem;
  height: 0.4375rem;
  border-radius: 0.625rem;
  background-color: #B70E18;
}

/* BEGIN STYLE */
.topi09 {
  padding-top: 2.19rem;
  padding-bottom: 2.435rem;
}
@media (max-width: 991.98px) {
  .topi09 {
    padding-top: 2.62rem;
    padding-bottom: 4rem;
  }
}
.topi09__topics {
  height: auto;
}
.topi09__topics__carousel {
  height: auto;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel {
    overflow: visible;
  }
}
.topi09__topics__carousel__swiper-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel__swiper-wrapper {
    gap: 10px;
    justify-content: flex-start;
  }
}
.topi09__topics__carousel .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 1.5rem;
  display: none;
}
@media (max-width: 991.98px) {
  .topi09__topics__carousel .swiper-pagination {
    display: flex;
  }
}
.topi09__topics__carousel .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: 0 !important;
}
.topi09__topics__carousel .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  background: #5f5757;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
}
.topi09__topics__carousel .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #B70E18;
}
.topi09__topics__carousel .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #B70E18;
}
.topi09__topics__item {
  width: calc(27% - 35px);
  height: auto;
  padding: 0.75rem 1.89rem;
  border-radius: 44.5px;
  border: 1px solid #B70E18;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.63rem;
  background-color: #fff;
  margin: 0 auto !important;
}
@media (max-width: 991.98px) {
  .topi09__topics__item {
    width: 75%;
    height: 3.625rem;
  }
}
.topi09__topics__item:hover {
  background-color: #B70E18;
  transition: 0.4s ease-in;
}
.topi09__topics__item:hover .topi09__topics__item__icon {
  filter: brightness(10) saturate(0.1) contrast(10);
  transition: 0.4s ease-in;
}
.topi09__topics__item__icon {
  width: 2.8535rem;
  height: 2.81844rem;
  transition: 0.4s ease-in;
}
@media (max-width: 991.98px) {
  .topi09__topics__item__icon {
    width: 2.05056rem;
    height: 2.02531rem;
  }
}
.topi09__topics__item__icon__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.topi09__topics__item:hover .topi09__topics__item__information__title {
  color: #fff;
  transition: 0.4s ease-in;
}
.topi09__topics__item__information {
  width: calc(100% - 4.5rem);
}
.topi09__topics__item__information__title {
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  transition: 0.4s ease-in;
}
@media (max-width: 991.98px) {
  .topi09__topics__item__information__title {
    font-size: 1rem;
  }
}
.topi09__topics__item__information__paragraph {
  text-align: center;
}

.topi09__show {
  border-radius: 50px;
  max-width: 980px;
}
.topi09__show__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .topi09__show__row {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.topi09__show__row__descritpion {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 575.98px) {
  .topi09__show__row__descritpion {
    width: 100%;
    padding: 25px;
  }
}
.topi09__show__row__descritpion__title {
  text-align: start;
  font-size: 1.888rem;
}
.topi09__show__row__descritpion__text p {
  margin-top: 40px;
  line-height: 28px;
}
.topi09__show__row__gallery {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .topi09__show__row__gallery {
    width: 100%;
    margin-top: 50px;
  }
}
.topi09__show__row__gallery__main {
  width: 400px;
}
.topi09__show__row__gallery__main__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topi09__show .carousel__button {
  top: 10px !important;
  right: 15px !important;
  background: #B70E18;
}
@media (max-width: 575.98px) {
  .topi09__show .carousel__button {
    top: 10px !important;
    right: 70px !important;
  }
}

/* BEGIN STYLE */
.abou01 {
  overflow: hidden; /* prevenção do shift da animação*/
  position: relative;
}
@media (max-width: 991.98px) {
  .abou01 {
    padding-top: 0;
    padding-bottom: 19rem;
  }
}
@media (max-width: 575.98px) {
  .abou01 {
    padding-bottom: 14rem;
  }
}
.abou01:after {
  content: "";
  background-image: url(../images/abou01-firula.png);
  position: absolute;
  right: 3rem;
  top: 0;
  display: block;
  width: 500px;
  height: 555px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .abou01:after {
    top: 12rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 575.98px) {
  .abou01:after {
    width: 360px;
    height: 300px;
    top: 19rem;
  }
}
.abou01__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.abou01__header__title {
  margin-bottom: 0.25rem;
  text-align: center;
}
.abou01__header__subtitle {
  margin-bottom: 2rem;
  text-align: center;
}
.abou01__paragraph {
  margin: 0;
  width: 100%;
  max-width: 39.125rem;
  text-align: left;
  font-weight: 400 !important;
  line-height: 148%;
  margin-top: 3rem;
}
@media (max-width: 1199.98px) {
  .abou01__paragraph {
    max-width: 34.125rem;
  }
}
@media (max-width: 991.98px) {
  .abou01__paragraph {
    max-width: inherit;
  }
}
.abou01__paragraph b, .abou01__paragraph strong {
  color: #B70E18;
  font-weight: 400 !important;
}
.abou01__paragraph p {
  margin-bottom: 0;
}
.abou01__cta {
  margin-inline: auto;
}

.abou01-page__banner {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.abou01-page__banner__content {
  height: 100%;
  padding-bottom: 0.94rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-left: 0;
  padding-right: 0;
  max-width: 82% !important;
  margin: 0 auto;
}
.abou01-page__banner__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0;
}
.abou01-page__main, .abou01-page__section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 9vw;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__main, .abou01-page__section {
    flex-direction: column;
    gap: 5rem;
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}
.abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information {
  width: 65%;
}
@media (max-width: 991.98px) {
  .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__main:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__main__information, .abou01-page__section:has(.abou01-page__main__image, .abou01-page__section__image) .abou01-page__section__information {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__main:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__main__image, .abou01-page__section:has(.abou01-page__main__information, .abou01-page__section__information) .abou01-page__section__image {
    width: 100%;
  }
}
.abou01-page__main__information, .abou01-page__section__information {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-bottom: 6.155rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .abou01-page__main__information, .abou01-page__section__information {
    width: 100%;
    padding-bottom: 0px;
  }
}
.abou01-page__main__information__header, .abou01-page__section__information__header {
  margin-bottom: 2rem;
  width: 100%;
}
.abou01-page__main__information__header__title, .abou01-page__section__information__header__title {
  font-size: 1.5625rem;
  font-weight: 300 !important;
  line-height: 128%;
  text-align: center;
  margin-bottom: 0.75rem;
  text-align: left;
}
.abou01-page__main__information__header__title:before, .abou01-page__section__information__header__title:before {
  display: none;
}
.abou01-page__main__information__header__subtitle, .abou01-page__section__information__header__subtitle {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 119%;
  max-width: 34.6875rem;
  text-align: center;
  text-align: left;
  margin: 0;
}
.abou01-page__main__information__header__subtitle:before, .abou01-page__section__information__header__subtitle:before {
  display: none;
}
.abou01-page__main__information__paragraph, .abou01-page__section__information__paragraph {
  font-size: 1.0625rem;
  max-width: 41.125rem;
  text-align: center;
  font-weight: 300 !important;
  line-height: 156%;
  text-align: left;
  margin: 0;
}
.abou01-page__main__image, .abou01-page__section__image {
  width: 50%;
  height: auto;
}
.abou01-page__main__image img, .abou01-page__section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.abou01-page__main__image__img, .abou01-page__section__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.abou01-page__topics {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/bg-about01-page-topic.png");
  margin-top: 6.155rem;
  padding-top: 5.31rem;
  padding-bottom: 5.31rem;
  height: auto;
  position: relative;
  /* FRONTEND CASO SEJA NECESSÁRIO O CARROSSEL VAZANDO, REMOVER O OVERFLOW HIDDEN */
}
.abou01-page__topics:after {
  content: "";
  background-image: url(../images/firula-about01-page-topic.png);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 28%;
  display: block;
  width: 607px;
  height: 607px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.abou01-page__topics__carousel {
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.abou01-page__topics__carousel__swiper-pagination {
  display: none !important;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__carousel__swiper-pagination {
    display: flex !important;
  }
}
.abou01-page__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  padding: 3.63rem 2.13rem 4.38rem 2.13rem;
  width: 100%;
  border-radius: 0.9375rem;
  height: auto;
  background-color: #fff;
  max-width: 24.5rem;
  min-height: 23.9375rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .abou01-page__topics__item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767.98px) {
  .abou01-page__topics__item {
    width: 100%;
  }
}
.abou01-page__topics__item__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.94rem;
}
.abou01-page__topics__item__header__icon {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1.31rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.abou01-page__topics__item__header__title {
  font-size: 1.5625rem;
  font-weight: 600 !important;
  line-height: 119%;
  margin-bottom: 0;
}
.abou01-page__topics__item__paragraph {
  font-size: 1.0625rem;
  font-weight: 400 !important;
  line-height: 156%;
  text-align: center;
}
.abou01-page__section {
  gap: 0 4.94rem;
  padding-left: 0;
  padding-top: 7.27rem;
  padding-bottom: 8.27rem;
}
@media (max-width: 991.98px) {
  .abou01-page__section {
    gap: 0 4.94rem;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    padding-top: 3.27rem;
    padding-bottom: 3.27rem;
  }
}
.abou01-page__section__information {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 45px;
  }
}
.abou01-page__section__information__header__title {
  text-align: left;
  font-size: 1.5625rem;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information__header__title {
    max-width: 100%;
  }
}
.abou01-page__section__information__header__subtitle {
  margin: initial;
  text-align: left;
  max-width: 34.6875rem;
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information__header__subtitle {
    max-width: 100%;
  }
}
.abou01-page__section__information__paragraph {
  text-align: left;
  margin: initial;
  max-width: 40rem;
  font-size: 1.0625rem;
}
@media (max-width: 991.98px) {
  .abou01-page__section__information__paragraph {
    max-width: 100%;
  }
}
.abou01-page__section__information__cta {
  margin-top: 3rem;
}
.abou01-page__section__image {
  width: 100% !important;
  height: auto;
  aspect-ratio: inherit;
  max-width: 599px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .abou01-page__section__image {
    width: 100% !important;
    margin-right: auto;
    height: 100%;
  }
}
.abou01-page__section__image__img {
  height: auto;
}

/* BEGIN STYLE */
.bran01 {
  background-image: url("../images/bg-bran01.png");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 6.19rem;
}
@media (max-width: 991.98px) {
  .bran01 {
    margin-bottom: 2rem;
  }
}
.bran01__header, .bran01-page__main__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.06rem;
  z-index: 100;
  position: relative;
}
.bran01__header__title, .bran01-page__main__header__title {
  margin-bottom: 0;
  font-weight: 600 !important;
  line-height: 119%;
  font-size: 2.1875rem;
}
@media (max-width: 991.98px) {
  .bran01__header__title, .bran01-page__main__header__title {
    font-size: 1.6875rem;
  }
}
.bran01__header__title::before, .bran01-page__main__header__title::before {
  display: none;
}
.bran01__header__subtitle, .bran01-page__main__header__subtitle {
  margin-bottom: 2rem;
}
.bran01__header__line, .bran01-page__main__header__line {
  width: 100%;
  margin-bottom: 2rem;
  border-top: solid 1px #4E7F9C;
}
.bran01__header__paragraph, .bran01-page__main__header__paragraph {
  width: 100%;
  max-width: 70%;
  text-align: center;
}
.bran01__content {
  height: auto;
  z-index: 100;
  position: relative;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .bran01__content {
    width: 100%;
  }
}
.bran01__content__swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 60px;
}
@media (max-width: 991.98px) {
  .bran01__content__swiper-wrapper {
    gap: 15px 30px;
  }
}
.bran01__content__item, .bran01-page__main__content__item {
  position: relative;
  width: 7.25rem !important;
  height: 7.25rem !important;
  border-radius: 7.25rem;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in;
}
.bran01__content__item:hover, .bran01-page__main__content__item:hover {
  border: 5px solid #D9D9D9;
  transition: 0.4s ease-in;
}
@media (max-width: 767.98px) {
  .bran01__content__item, .bran01-page__main__content__item {
    width: 6.375rem !important;
    height: 6.375rem !important;
  }
}
.bran01__content__item__icon, .bran01-page__main__content__item__img {
  width: 5.4375rem;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .bran01__content__item__icon, .bran01-page__main__content__item__img {
    width: 4.84119rem;
    height: 4.84119rem;
  }
}
.bran01__content .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 2.5rem;
}
@media (max-width: 991.98px) {
  .bran01__content .swiper-pagination {
    display: flex;
  }
}
.bran01__content .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: 0 !important;
}
.bran01__content .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  background: #D9D9D9;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
}
.bran01__content .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.bran01__content .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #fff;
}
.bran01__cta {
  margin-inline: auto;
  display: none;
}

.bran01-page__main {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
.bran01-page__main__header__paragraph {
  max-width: unset;
}
.bran01-page__main__content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}
.bran01-page__main__content__item {
  /* (Quantiade de gap * tamanho do gap)/quantidade de elementos */
  width: calc(25% - 1.125rem);
}
@media (max-width: 991.98px) {
  .bran01-page__main__content__item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 767.98px) {
  .bran01-page__main__content__item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 575.98px) {
  .bran01-page__main__content__item {
    width: 100%;
  }
}
.bran01-page__main__content__item:hover {
  border: 5px solid #D9D9D9;
}
/* BEGIN STYLE */
.prod05 {
  width: 100%;
  padding-bottom: 6.19rem;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .prod05 {
    padding-top: 1.19rem;
  }
}
.prod05 .container--prod05 {
  max-width: 100% !important;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.prod05__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .prod05__header {
    align-items: start;
  }
}
.prod05__header__titleDest {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.prod05__header__titleDest__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prod05__header__titleDest__title {
    font-size: 1.563rem;
  }
}
.prod05__header__titleDest__cta {
  width: 100%;
  max-width: 10.21056rem;
  height: 3.15138rem;
  border-radius: 1.875rem;
  background-color: #303030;
  border: 1px solid #303030;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 0 1.76rem;
  font-size: 0.9375rem;
  transition: 0.4s ease-in;
}
@media (max-width: 991.98px) {
  .prod05__header__titleDest__cta {
    width: 8.375rem;
    height: 2.375rem;
    padding: 0 0.76rem;
  }
}
.prod05__header__titleDest__cta:hover {
  background-color: transparent;
  color: #303030;
  transition: 0.4s ease-in;
}
.prod05__header__titleDest__cta__icon {
  width: 0.75631rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod05__header__titleDest__cta__icon path {
  fill: #fff;
  transition: 0.4s ease-in;
}
.prod05__header__titleDest__cta:hover .prod05__header__titleDest__cta__icon path {
  fill: #303030;
  transition: 0.4s ease-in;
}
.prod05 .prod05-categories {
  padding-left: 5%;
}
.prod05 .prod05__main {
  max-width: 100% !important;
  margin: 0;
  margin-left: 80px;
}
@media (max-width: 991.98px) {
  .prod05 .prod05__main {
    margin-left: 20px;
  }
}
.prod05 .prod05-box {
  width: 21.625rem !important;
}
@media (max-width: 991.98px) {
  .prod05 .prod05-box {
    width: 18.625rem !important;
    margin-right: 10px;
  }
}
.prod05__carousel {
  width: 100%;
  margin-top: 4.71rem;
}
@media (max-width: 991.98px) {
  .prod05__carousel {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 3.12rem;
  }
}
.prod05__carousel__item {
  width: 100% !important;
}
.prod05__carousel .owl-dots {
  justify-content: start !important;
  margin-top: 3.81rem;
}
@media (max-width: 767.98px) {
  .prod05__carousel .owl-dots {
    justify-content: center;
  }
}
.prod05__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: center;
  white-space: nowrap;
  background-color: #E6E6E6;
  padding: 10px 40px;
  margin-top: 0;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  color: #303030;
  transition: 0.4s ease-in;
}
.prod05__cta:hover {
  background-color: #303030;
  color: #E6E6E6;
  transition: 0.4s ease-in;
}
.prod05__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.prod05__cta:hover .prod05__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}

.prod05-categories {
  margin-top: 4.39rem;
  width: 100%;
}
.prod05-categories__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .prod05-categories__list {
    display: none;
  }
}
.prod05-categories__list .owl-dots {
  justify-content: start !important;
  margin-top: 2rem;
}
.prod05-categories__list__item {
  width: auto;
}
.prod05-categories__list__item.active a, .prod05-categories__list__item:hover a {
  background-color: #B70E18;
  color: #fff;
  transition: 0.4s ease-in;
}
.prod05-categories__list__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.95rem 2.58rem;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 1.875rem;
  font-size: 0.9375rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
  border: 1px solid #D9D9D9;
  width: 100%;
  transition: 0.4s ease-in;
}
.prod05-categories__list__item a img {
  height: 36px;
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.prod05-categories__dropdown-mobile {
  display: none;
}
.prod05-categories__dropdown-mobile__item a,
.prod05-categories__dropdown-mobile__item button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 15px 26px;
  background-color: #303030;
  white-space: nowrap;
  font-size: 1.063rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  color: #232323;
}
.prod05-categories__dropdown-mobile__item a img,
.prod05-categories__dropdown-mobile__item button img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.prod05-categories__dropdown-mobile .accordion-flush {
  width: 100%;
}
.prod05-categories__dropdown-mobile .accordion-item {
  margin: 0 auto;
  color: #303030 !important;
  font: 400 1rem "Hanken Grotesk", sans-serif !important;
}
.prod05-categories__dropdown-mobile .accordion-item li {
  list-style: none;
  color: #303030 !important;
  font: 400 1rem "Hanken Grotesk", sans-serif !important;
}
.prod05-categories__dropdown-mobile .accordion-button::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #232323;
  width: auto;
  height: auto;
}
.prod05-categories__dropdown-mobile .accordion-button:not(.collapsed)::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #232323;
  transform: rotate(184deg);
  width: auto;
  height: auto;
}

.prod05-brand__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .prod05-brand__list {
    margin-top: 1.38rem;
  }
}
.prod05-brand__list .owl-dots {
  display: none !important;
}
.prod05-brand__list__item {
  width: auto;
}
.prod05-brand__list__item.active a, .prod05-brand__list__item:hover a {
  border: 5px solid #B70E18;
}
.prod05-brand__list__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 1.875rem;
  font-size: 0.9375rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
  border: 5px solid #adb6b7;
  width: 100%;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}
.prod05-brand__list__item a img {
  width: 3.18rem;
  height: 3.18rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.prod05-brand__dropdown-mobile {
  display: none;
}
.prod05-brand__dropdown-mobile__item a,
.prod05-brand__dropdown-mobile__item button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 15px 26px;
  background-color: #303030;
  white-space: nowrap;
  font-size: 1.063rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  color: #232323;
}
.prod05-brand__dropdown-mobile__item a img,
.prod05-brand__dropdown-mobile__item button img {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.prod05-brand__dropdown-mobile .accordion-flush {
  width: 100%;
}
.prod05-brand__dropdown-mobile .accordion-item {
  margin: 0 auto;
  color: #303030 !important;
  font: 400 1rem "Hanken Grotesk", sans-serif !important;
}
.prod05-brand__dropdown-mobile .accordion-item li {
  list-style: none;
  color: #303030 !important;
  font: 400 1rem "Hanken Grotesk", sans-serif !important;
}
.prod05-brand__dropdown-mobile .accordion-button::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #232323;
  width: auto;
  height: auto;
}
.prod05-brand__dropdown-mobile .accordion-button:not(.collapsed)::after {
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #232323;
  transform: rotate(184deg);
  width: auto;
  height: auto;
}

.prod05-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: calc(25% - 9px);
  border-radius: 1.4375rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #A5A3A3;
  height: 465px;
  background-color: #e6e6e6;
}
@media (max-width: 991.98px) {
  .prod05-box {
    width: calc(33% - 6px);
  }
}
@media (max-width: 767.98px) {
  .prod05-box {
    width: calc(50% - 6px);
  }
}
@media (max-width: 575.98px) {
  .prod05-box {
    width: 100%;
  }
}
.prod05-box__image {
  width: 100%;
  height: 17.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prod05-box__top {
  border-bottom: 1px solid #b1aeae;
  padding-bottom: 0.86rem;
  margin-bottom: 1.06rem;
}
.prod05-box__top__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.2625rem;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
  text-align: inherit;
  line-height: 119%;
}
@media (max-width: 767.98px) {
  .prod05-box__top__title {
    font-size: 1.063rem;
  }
}
.prod05-box__top__subtitle {
  font: 400 0.875rem "Hanken Grotesk", sans-serif;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0;
  text-align: inherit;
}
@media (max-width: 767.98px) {
  .prod05-box__top__subtitle {
    font-size: 400 0.813rem "Hanken Grotesk", sans-serif;
  }
}
.prod05-box__content {
  padding: 0.62rem 1.3rem 1.75rem 1.3rem;
  background-color: #e6e6e6;
}
.prod05-box__line {
  width: 100%;
  border-top: 1px solid #B70E18;
  margin-top: 0.86rem;
  margin-bottom: 1.06rem;
  display: none;
}
.prod05-box__desc {
  font: 400 0.875rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  text-align: center;
}
@media (max-width: 767.98px) {
  .prod05-box__desc {
    font: 400 0.813rem "Hanken Grotesk", sans-serif;
  }
}
.prod05-box__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: center;
  white-space: nowrap;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  width: 7.6875rem;
  height: 2.375rem;
  border-radius: 1.875rem;
  border: 1px solid #B70E18;
  background-color: #B70E18;
  transition: 0.4s ease-in;
}
.prod05-box__cta:hover {
  background-color: transparent;
  color: #B70E18;
  transition: 0.4s ease-in;
}

.prod05-page .prod05-categories {
  margin-top: 2.69rem;
  padding-bottom: 2.79rem;
  border-bottom: 1px solid rgba(35, 35, 35, 0.22);
  width: 92%;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .prod05-page .prod05-categories {
    width: 95%;
  }
}
.prod05-page__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 84% !important;
  margin: 0 auto;
  margin-top: 1.84rem;
}
@media (max-width: 991.98px) {
  .prod05-page__top {
    flex-direction: column;
    max-width: 90% !important;
    align-items: flex-start;
  }
}
.prod05-page__top__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #303030;
  line-height: 119%;
  margin-bottom: 0;
}
.prod05-page__main {
  padding: 3.66rem 0 3rem 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .prod05-page__main {
    padding: 3.66rem 0 8.82rem 0;
  }
}
.prod05-page__main > .container {
  max-width: 84% !important;
  padding: 0;
}
.prod05-page__main .serv05-categories {
  margin-bottom: 56px;
}
.prod05-page__main .serv05-categories__list {
  margin-bottom: 0;
}
.prod05-page__main__list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 44px 12px;
  padding-bottom: 40px;
}
.prod05-page__pagination {
  padding-left: 0;
  width: 100%;
  gap: 9px;
  list-style-type: none;
  margin-top: 22px;
}
.prod05-page__pagination__item {
  height: 38px;
  width: 38px;
}
.prod05-page__pagination__item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font: 400 0.875rem "Hanken Grotesk", sans-serif;
  color: #303030;
  background-color: #303030;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .prod05-page__pagination__item a {
    font: 400 0.813rem "Hanken Grotesk", sans-serif;
  }
}
.prod05-page__pagination__item a:hover {
  background-color: #303030;
  color: #303030;
}

.prod05-banner {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
}
.prod05-banner__container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  max-width: 82% !important;
}
.prod05-banner__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0.94rem;
}
.prod05-banner__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .prod05-banner__subtitle {
    font-size: 1.563rem;
  }
}
.prod05-banner__line {
  width: 100%;
  border-top: 1px solid #232323;
  margin: 31px auto 80px auto;
  opacity: 1;
}
.prod05-banner .prod05-categories__list {
  justify-content: start;
  margin-bottom: 0;
}
.prod05-banner .prod05-categories__item a {
  background-color: #303030;
  color: #B70E18;
}
.prod05-banner .prod05-categories__item a:hover {
  background-color: #E6E6E6;
  color: #232323;
}
.prod05-banner .prod05-categories__item.active a {
  background-color: #E6E6E6;
  color: #232323;
}

.prod05-top {
  background-color: #E6E6E6;
  padding: 87px 0 58px 0;
}
@media (max-width: 767.98px) {
  .prod05-top {
    padding: 68px 0 20px 0;
  }
}
.prod05-top__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #232323;
}
@media (max-width: 767.98px) {
  .prod05-top__title {
    font-size: 1.875rem;
  }
}
.prod05-top__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .prod05-top__subtitle {
    font-size: 1.125rem;
  }
}
.prod05-top__line {
  width: 100%;
  border-top: 1px solid #232323;
  margin: 10px auto 35px auto;
  opacity: 1;
}
.prod05-top__desc {
  width: 100%;
  max-width: 890px;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  text-align: center;
}
@media (max-width: 767.98px) {
  .prod05-top__desc {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.prod05-top__desc p {
  font: inherit;
  color: inherit;
  text-align: inherit;
  margin-bottom: 0;
}

.prod05-show__banner {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
}
@media (max-width: 991.98px) {
  .prod05-show__banner {
    height: 7.0625rem;
  }
}
.prod05-show__banner__container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  max-width: 82% !important;
}
@media (max-width: 991.98px) {
  .prod05-show__banner__container {
    position: relative;
    flex-direction: column;
    justify-content: center;
    max-width: 90% !important;
    align-items: flex-start;
  }
}
.prod05-show__banner__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0.94rem;
}
@media (max-width: 991.98px) {
  .prod05-show__banner__title {
    margin-bottom: 8px;
    margin-top: 15px;
  }
}
.prod05-show__banner__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #232323;
}
.prod05-show__banner__line {
  width: 100%;
  border-top: 1px solid #232323;
  margin-top: 31px;
}
.prod05-show__banner__container {
  position: relative;
}
.prod05-show__banner__right {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 2.61rem;
  width: calc(50% + 10px);
  margin-bottom: -31px;
}
@media (max-width: 991.98px) {
  .prod05-show__banner__right {
    width: 100%;
    justify-content: center;
    gap: 0 1rem;
    margin-bottom: -86px;
    position: absolute;
    bottom: 0;
  }
}
.prod05-show__banner__right__category__item {
  border-radius: 1.875rem;
  border: 1px solid #D9D9D9;
  padding: 0.81rem 3.5rem;
  background-color: #fff;
  color: #303030;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prod05-show__banner__right__category__item:hover {
  background-color: #B70E18;
  color: #fff;
}
.prod05-show__banner__right__subcategory__item {
  width: 4.1875rem;
  height: 4.1875rem;
  border: 5px solid #B70E18;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prod05-show__banner__right__subcategory__item img {
  width: 2.66325rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod05-show__contentTitle {
  background-color: #E6E6E6;
}
.prod05-show__contentTitle__sideRight {
  padding-left: 65px;
}
.prod05-show__contentTitle__container {
  position: relative;
  display: table;
}
.prod05-show__contentTitle__wrap {
  margin-top: 125px;
}
.prod05-show__contentTitle__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #232323;
}
.prod05-show__contentTitle__subtitle {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #232323;
}
.prod05-show__contentTitle__line {
  width: 100%;
  border-top: 1px solid #232323;
  margin-top: 17px;
  margin-bottom: 27px;
}
.prod05-show__wrapForm {
  position: absolute;
  right: 0;
  top: -60px;
  display: block;
  width: 100%;
  max-width: 290px;
  border-radius: 10px;
  background-color: #E6E6E6;
  padding: 0 20px;
  transition: all 0.4s ease;
}
.prod05-show__wrapForm--showForm {
  top: -100%;
  transition: all 0.4s ease;
}
.prod05-show__btnForm {
  background-color: transparent;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  border: 0;
  width: 100%;
  margin-bottom: 5px;
  height: 60px;
}
.prod05-show__form {
  display: none;
}
.prod05-show__form .input__item--textarea .form-placeholder .placeholder--custom {
  top: 8px !important;
  transform: translate(0, 0) !important;
}
.prod05-show__form .input__item--textarea .form-placeholder.focusing .placeholder--custom {
  top: 0px !important;
  transform: translate(0) !important;
}
.prod05-show__form .input__item--textarea textarea {
  height: 110px !important;
}
.prod05-show__form .input__item--textarea .form-placeholder.focusing textarea {
  padding-top: 15px;
}
.prod05-show__form__submit {
  width: 100%;
  background-color: #B70E18;
  color: #fff;
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  padding: 5px 0;
  border: 0;
  border-radius: 10px;
  margin-bottom: 27px;
}
.prod05-show__info {
  margin-top: 2.5rem;
  margin-bottom: 6.69rem;
}
@media (max-width: 991.98px) {
  .prod05-show__info {
    margin-top: 5.5rem;
  }
}
.prod05-show__info__container {
  max-width: 90% !important;
}
.prod05-show__info .row--prod05-show__info {
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .prod05-show__info .row--prod05-show__info {
    justify-content: center;
    margin: 0 auto;
  }
}
.prod05-show__info__gallery {
  padding-left: 0;
  padding-right: 5.23rem;
}
@media (max-width: 991.98px) {
  .prod05-show__info__gallery {
    width: 100%;
    padding-right: 0;
  }
}
.prod05-show__info__gallery__wrap {
  width: 31.70931rem;
  max-width: 100%;
}
.prod05-show__info__gallery__imgMain {
  width: 31.70931rem;
  height: 26.21056rem;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin-bottom: 1.79rem;
  border-bottom: 6px solid #B70E18;
}
@media (max-width: 991.98px) {
  .prod05-show__info__gallery__imgMain {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .prod05-show__info__gallery__imgMain {
    margin-bottom: 1.25rem;
  }
}
.prod05-show__info__gallery__carousel .owl-dots {
  display: none !important;
}
.prod05-show__info__gallery__thumbnail {
  cursor: pointer;
  width: 100% !important;
  height: 102px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  background-color: #E6E6E6;
}
@media (max-width: 575.98px) {
  .prod05-show__info__gallery__thumbnail {
    height: 4.9375rem !important;
  }
}
.prod05-show__info__gallery__options {
  margin-top: 30px;
  display: flex;
  align-items: start;
  gap: 0 8px;
}
.prod05-show__info__gallery__options__item {
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.prod05-show__info__gallery__options__item span {
  width: 38px;
  height: 38px;
  display: block;
  background-color: #D9D9D9;
}
.prod05-show__info__gallery__options__item--active {
  border-color: #232323;
}
.prod05-show__info__description {
  padding-top: 25px;
  width: calc(50% + 10px);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .prod05-show__info__description {
    width: 100%;
  }
}
.prod05-show__info__description__title {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #303030;
  font-family: "Hanken Grotesk", sans-serif;
  padding-bottom: 0.94rem;
  border-bottom: 1px solid #B70E18;
  margin-bottom: 2.19rem;
}
@media (max-width: 991.98px) {
  .prod05-show__info__description__title {
    font-size: 1.6875rem;
  }
}
.prod05-show__info__description p {
  font-size: 1.0625rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #303030;
  line-height: 156%;
  max-width: 31.25rem;
}
.prod05-show__info__description ul {
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}
.prod05-show__info__description__buttons {
  margin-top: 5.6rem;
  margin-left: auto;
  gap: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .prod05-show__info__description__buttons {
    flex-direction: column;
    margin: 0 auto;
    gap: 1rem 0;
    margin-top: 1.5rem;
  }
}
.prod05-show__info__description__btn {
  padding: 1rem 1.56rem;
  border-radius: 1.875rem;
  border: 1px solid #B70E18;
  background-color: #B70E18;
  color: #D9D9D9;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Hanken Grotesk", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .prod05-show__info__description__btn {
    margin: 0 auto;
  }
}
.prod05-show__info__description__btn:hover {
  background-color: #fff;
  color: #B70E18;
}
.prod05-show__info__description__btn:hover svg path {
  fill: #B70E18;
}
.prod05-show__info__description__btn svg {
  margin-left: 1rem;
}
.prod05-show__info__description__cta {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #B70E18;
  font-family: "Hanken Grotesk", sans-serif;
  background-color: transparent;
  border: 1px solid #B70E18;
  padding: 1rem 2rem;
  display: table;
  margin-left: auto;
  border-radius: 1.875rem;
}
@media (max-width: 991.98px) {
  .prod05-show__info__description__cta {
    margin: 0 auto;
  }
}
.prod05-show__info__description__cta:hover {
  background-color: #B70E18;
  color: #fff;
}
.prod05-show__info__description__cta:hover svg path {
  fill: #fff;
}
.prod05-show__info__description__cta svg {
  margin-left: 1rem;
}
.prod05-show__galleries {
  margin-bottom: 88px;
}
.prod05-show__galleries__carousel.owl-carousel {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.prod05-show__galleries__carousel.owl-carousel > * {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.prod05-show__details {
  background-color: #D9D9D9;
}
.prod05-show__details__header {
  padding: 70px 0;
  text-align: center;
}
.prod05-show__details__header__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #232323;
}
.prod05-show__details__header__subtitle {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #232323;
}
.prod05-show__details__header__line {
  width: 100%;
  border-top: 1px solid #232323;
  margin-top: 17px;
}
.prod05-show__details__content__accordion {
  display: flex;
  flex-direction: column;
  gap: 0.31rem 0;
}
.prod05-show__details__content__nav-tabs {
  gap: 0 14px;
  border: none !important;
  margin-bottom: 0 !important;
}
.prod05-show__details__content__nav-link {
  border: none !important;
  font-family: "Hanken Grotesk", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #B70E18 !important;
  background-color: #E6E6E6 !important;
  border-radius: 0 !important;
  padding: 10px 30px !important;
}
.prod05-show__details__content__nav-link.active {
  color: #232323 !important;
  background-color: #4E7F9C !important;
}
.prod05-show__details__content__tab-content {
  margin-top: 3.56rem;
}
.prod05-show__details__content__accordion-item {
  background-color: transparent !important;
  border: none !important;
}
.prod05-show__details__content__accordion-button {
  border: none !important;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  color: #303030 !important;
  box-shadow: none !important;
  width: 100%;
  height: 3rem;
  background: #E6E6E6 !important;
  border-radius: 2.09375rem !important;
  padding: 0 3.13rem !important;
}
.prod05-show__details__content__accordion-button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 15px solid #232323 !important;
  border-bottom: none !important;
  background-image: none !important;
  transform: inherit !important;
}
.prod05-show__details__content__accordion-button:not(.collapsed)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 15px solid #232323 !important;
  border-bottom: none !important;
  background-image: none !important;
  transform: inherit !important;
}
.prod05-show__details__content__accordion-collapse .accordion-body {
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .prod05-show__details__content__accordion-collapse .accordion-body {
    padding: 1rem;
  }
}
.prod05-show__details__content__accordion-collapse .accordion-body .image {
  width: 100%;
  height: auto;
}
.prod05-show__details__content__accordion-collapse .accordion-body .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod05-related {
  padding-top: 4.62rem;
  border-top: 1px solid rgba(35, 35, 35, 0.22);
}
.prod05-related .prod05__carousel .owl-dots {
  margin-top: 2.5rem;
  padding-left: 0.94rem;
}

/* BEGIN STYLE */
.topi08 {
  margin-bottom: 0.69rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 575.98px) {
  .topi08 {
    margin-bottom: 7.03rem;
  }
}
.topi08::after {
  content: "";
  background-color: #303030;
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
}
.topi08__header {
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  z-index: 100;
}
.topi08__header__title {
  margin-bottom: 0;
}
.topi08__header__subtitle {
  margin-bottom: 2rem;
}
.topi08__header__paragraph {
  width: 100%;
}
.topi08__topics {
  position: relative;
  margin-bottom: -9px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.topi08__topics__carousel {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .topi08__topics__carousel {
    overflow: visible;
  }
}
.topi08__topics__carousel .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 2.5rem;
  display: none;
}
@media (max-width: 991.98px) {
  .topi08__topics__carousel .swiper-pagination {
    display: flex;
  }
}
.topi08__topics__carousel .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: 0 !important;
}
.topi08__topics__carousel .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  background: #5f5757;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
}
.topi08__topics__carousel .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #B70E18;
}
.topi08__topics__carousel .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #B70E18;
}
.topi08__topics__carousel__swiper-pagination {
  position: absolute !important;
  top: inherit !important;
  bottom: -67px !important;
  left: unset !important;
  z-index: 100;
  opacity: 1 !important;
}
.topi08__topics__item {
  position: relative;
  margin-bottom: 1px;
  width: 50%;
  height: 24.875rem !important;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.topi08__topics__item:hover .topi08__topics__item__content__information {
  max-height: 500px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .topi08__topics__item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .topi08__topics__item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .topi08__topics__item {
    width: 18.625rem;
  }
}
.topi08__topics__item__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 96.5%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topi08__topics__item:hover::after {
  opacity: 1;
  background-color: #B70E18;
}
.topi08__topics__item::after {
  content: "";
  width: 100%;
  height: 14px;
  background-color: #fff;
  display: flex;
  z-index: 100;
  position: relative;
}
.topi08__topics__item__content {
  z-index: 2;
  padding: 3.59rem 2.23rem;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  border-bottom: 14px solid transparent;
  width: 100%;
  height: 96.5%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.topi08__topics__item__content::after {
  content: "";
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #303030 100%);
  height: 17.39894rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.topi08__topics__item__content__title {
  position: relative;
  font-size: 1.5625rem;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  z-index: 100;
  margin-bottom: 0;
}
.topi08__topics__item__content__information {
  overflow: hidden;
  max-height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

/* BEGIN STYLE */
/* BEGIN STYLE */
.bran04 {
  overflow: hidden;
  /*previne o shift da animação*/
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .bran04 {
    padding-top: 2rem;
  }
}
.bran04__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 2.44rem;
  padding-top: 3rem;
}
@media (max-width: 575.98px) {
  .bran04__header {
    margin-bottom: 2rem;
  }
}
.bran04__header__title {
  margin-bottom: 0.25rem;
}
.bran04__header__subtitle {
  margin-bottom: 2rem;
}
.bran04__header__line {
  width: 100%;
  margin-bottom: 2rem;
  border-top: solid 1px #4E7F9C;
}
.bran04__header__paragraph {
  width: 100%;
  max-width: 70%;
  text-align: center;
}
.bran04 .carousel-bran04 {
  overflow: hidden;
  position: relative;
}
.bran04__content {
  flex-direction: row !important;
  justify-content: space-between;
}
.bran04__content__item {
  width: 10.1%;
  height: auto !important;
  position: relative;
  height: auto;
  margin-top: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease-in;
}
@media (max-width: 575.98px) {
  .bran04__content__item {
    width: 145px;
  }
}
.bran04__content__item:hover {
  transform: scale(1.1);
}
.bran04__content__item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bran04 .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 1.5rem;
  display: none;
}
@media (max-width: 1199.98px) {
  .bran04 .swiper-pagination {
    display: flex;
  }
}
.bran04 .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 1px solid transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
  margin: 0 !important;
}
.bran04 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  background: #5f5757;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
}
.bran04 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #B70E18;
}
.bran04 .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #B70E18;
}

/* BEGIN STYLE */
.gall01 {
  overflow: hidden; /* prevenção do shift da animação */
  background-color: #E6E6E6;
  padding: 3.63rem 0 5.69rem 5vw;
}
.gall01__title {
  font-weight: 600 !important;
  line-height: 119%;
  margin-bottom: 3.69rem;
}
.gall01__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.gall01 .owl-nav {
  justify-content: flex-start;
}
.gall01 .owl-nav .owl-next, .gall01 .owl-nav .owl-prev {
  background-color: #b70e18 !important;
}
.gall01 .owl-nav .owl-next:hover, .gall01 .owl-nav .owl-prev:hover {
  background-color: rgba(183, 14, 25, 0.4156862745) !important;
}
.gall01__item {
  width: 22.3125rem;
  height: 19.0625rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease-in;
}
.gall01__item:hover {
  transition: 0.4s ease-in;
  transform: scale(1.01);
}
@media (max-width: 767.98px) {
  .gall01__item {
    width: calc(100vw - 50px);
  }
}
.gall01__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* BEGIN STYLE */
@media (max-width: 991.98px) {
  .copa02-page .row--boxStandard {
    margin: 0 auto;
  }
}
.copa02-page__assortedBox__header {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.copa02-page__assortedBox__header__encompass {
  height: 100%;
  padding-bottom: 0.94rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding-left: 0;
  padding-right: 0;
  max-width: 82% !important;
  margin: 0 auto;
}
.copa02-page__assortedBox__header__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0;
}
.copa02-page__assortedBox__header__subtitle {
  font-size: 1.875rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #232323;
  font-weight: 700;
  display: block;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__assortedBox__header__line {
  background-color: #232323;
  margin: 0 auto;
  margin-top: 10px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
}
.copa02-page__assortedBox__content {
  background-color: rgba(230, 230, 230, 0.2);
}
.copa02-page__assortedBox__boxStandard:nth-of-type(even) .row--boxStandard {
  flex-direction: row;
}
.copa02-page__assortedBox__boxStandard:nth-of-type(even) .row--boxStandard .copa02-page__assortedBox__boxStandard__description {
  padding-right: 0 !important;
  padding-left: 4.31rem !important;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard:nth-of-type(even) .row--boxStandard .copa02-page__assortedBox__boxStandard__description {
    order: inherit;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.copa02-page__assortedBox__boxStandard:last-of-type .container--boxStandard:before {
  display: none;
}
.copa02-page__assortedBox__boxStandard .container--boxStandard {
  padding: 4.63rem 0 3.88rem 0 !important;
  z-index: 100;
  position: relative;
  max-width: 82% !important;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard .container--boxStandard {
    max-width: 90% !important;
    margin: 0 auto !important;
    padding: 3.75rem 0 2rem 0 !important;
  }
}
.copa02-page__assortedBox__boxStandard .container--boxStandard:before {
  content: "";
  background-color: rgba(35, 35, 35, 0.3);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.copa02-page__assortedBox__boxStandard .row--boxStandard {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard .row--boxStandard {
    flex-direction: column !important;
  }
}
.copa02-page__assortedBox__boxStandard__image {
  width: 100%;
  max-width: 34.3125rem;
  height: 31.125rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__image {
    height: 245px;
    max-width: 100%;
    width: 100%;
  }
}
.copa02-page__assortedBox__boxStandard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.copa02-page__assortedBox__boxStandard__description {
  padding-left: 0 !important;
  padding-right: 4.31rem !important;
  padding-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description {
    padding-top: 33px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.copa02-page__assortedBox__boxStandard__description__title {
  font-size: 2.1875rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #232323;
  font-weight: 600;
  line-height: 119%;
  margin-bottom: 2.38rem;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 1.31rem;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description__title {
    font-weight: 700;
    font-size: 1.875rem;
  }
}
.copa02-page__assortedBox__boxStandard__description__title:before {
  content: "";
  background-color: #B70E18;
  height: 34px;
  width: 0.5rem;
  display: flex;
  border-radius: 0.34375rem;
}
.copa02-page__assortedBox__boxStandard__description__paragraph {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #303030;
  font-weight: 400;
  display: block;
  font-size: 1.0625rem;
  line-height: 156%;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description__paragraph {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.copa02-page__assortedBox__boxStandard__description__paragraph ul {
  padding: 0 1.9rem;
  list-style: none;
  background-color: #E6E6E6;
}
.copa02-page__assortedBox__boxStandard__description__paragraph ul li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.copa02-page__assortedBox__boxStandard__description__paragraph ul li::marker {
  display: none;
}
.copa02-page__assortedBox__boxStandard__description__paragraph ul li::before {
  content: "";
  background-color: #B70E18;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: -17px;
  top: 19px;
  border-radius: 50px;
}
.copa02-page__assortedBox__boxStandard__description__paragraph p {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #303030;
  font-weight: 400;
  display: block;
  font-size: 1.0625rem;
  line-height: 156%;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description__paragraph p {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta {
  margin-top: 3rem;
  margin-right: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .copa02-page__assortedBox__boxStandard__description__cta {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
    margin-top: 43px;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #B70E18;
  border: 1px solid #B70E18;
  width: 20rem;
  height: 3rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  display: flex;
  border-radius: 1.875rem;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description__cta__link {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .copa02-page__assortedBox__boxStandard__description__cta__icon {
    height: 22.58px;
    width: 22.58px;
  }
}
.copa02-page__assortedBox__boxStandard__description__cta:hover .copa02-page__assortedBox__boxStandard__description__cta__link {
  color: #fff;
  background-color: #232323;
}
.copa02-page__assortedBox__boxStandard__description__cta:hover .copa02-page__assortedBox__boxStandard__description__cta__link .copa02-page__assortedBox__boxStandard__description__cta__img {
  filter: invert(1) grayscale(1);
}
.copa02-page__emphasis {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991.98px) {
  .copa02-page__emphasis {
    position: relative;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .copa02-page__emphasis {
    padding-top: 2rem;
  }
}
.copa02-page__emphasis__header {
  text-align: center;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}
.copa02-page__emphasis__header .container-emphasis--copa02-page {
  padding: 6.5rem 0 !important;
  max-width: 82% !important;
}
@media (max-width: 991.98px) {
  .copa02-page__emphasis__header .container-emphasis--copa02-page {
    padding: 0 0 53px 0 !important;
    max-width: 90% !important;
    margin: 0 auto;
  }
}
.copa02-page__emphasis__header__encompass {
  z-index: 100;
  position: relative;
}
.copa02-page__emphasis__header__title {
  font-weight: 600 !important;
  line-height: 119%;
  margin-bottom: 1.44rem;
  display: block;
  text-align: left;
}
.copa02-page__emphasis__header__title::before {
  display: none;
}
.copa02-page__emphasis__header__subtitle {
  font-size: 1.25rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #4E7F9C;
  font-weight: 700;
  display: block;
}
@media (max-width: 991.98px) {
  .copa02-page__emphasis__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__emphasis__header__line {
  background-color: #303030;
  margin: 0 auto;
  margin-top: 17.03px;
  margin-bottom: 30px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
  max-width: 698px;
}
.copa02-page__emphasis__header__paragraph {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  color: #303030;
  text-align: left;
  max-width: 40rem;
}
@media (max-width: 1199.98px) {
  .copa02-page__emphasis__header__paragraph {
    max-width: 29rem;
  }
}
@media (max-width: 991.98px) {
  .copa02-page__emphasis__header__paragraph {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.copa02-page__emphasis__header__paragraph p {
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  color: #303030;
  text-align: left;
}
@media (max-width: 991.98px) {
  .copa02-page__emphasis__header__paragraph p {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.copa02-page__emphasis__video iframe {
  width: 600px;
  height: 300px;
}
@media (max-width: 991.98px) {
  .copa02-page__emphasis__video iframe {
    width: 360px;
    height: 205px;
  }
}
.copa02-page__boxTopic .container--copa02-page-boxTopic {
  padding: 90px 0 126px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic .container--copa02-page-boxTopic {
    width: 90%;
    margin: 0 auto;
    padding: 71px 0 71.4px 0;
  }
}
.copa02-page__boxTopic .carousel-topics-copa02-page {
  display: flex;
  justify-content: center;
  margin-top: 57.65px;
  flex-direction: column;
}
.copa02-page__boxTopic .carousel-topics-copa02-page .owl-dots {
  display: flex;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
  margin-top: 55.86px;
}
.copa02-page__boxTopic .carousel-topics-copa02-page .owl-dot {
  height: 23px;
  width: 24px;
  background: #B70E18;
}
.copa02-page__boxTopic .carousel-topics-copa02-page .owl-dot.active {
  background: #232323;
}
.copa02-page__boxTopic__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
.copa02-page__boxTopic__header {
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header {
    margin-bottom: 47px;
  }
}
.copa02-page__boxTopic__header .container-emphasis--copa02-page {
  padding: 129px 0 59px 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header .container-emphasis--copa02-page {
    width: 90%;
    margin: 0 auto;
    padding: 129px 0 59px 0;
  }
}
.copa02-page__boxTopic__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header {
    padding: 54px 0;
  }
}
.copa02-page__boxTopic__header__encompass {
  z-index: 100;
  position: relative;
}
.copa02-page__boxTopic__header__title {
  font-size: 2.5rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #303030;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header__title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__header__subtitle {
  font-size: 1.25rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #4E7F9C;
  font-weight: 700;
  display: block;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__header__line {
  background-color: #232323;
  margin: 0 auto;
  margin-top: 17.03px;
  margin-bottom: 30px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
}
.copa02-page__boxTopic__header__paragraph {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 400;
  display: block;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header__paragraph {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
    font-weight: 400;
  }
}
.copa02-page__boxTopic__header__paragraph p {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-family: "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__header__paragraph p {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
    font-weight: 400;
  }
}
.copa02-page__boxTopic__item__image {
  height: 281.39px;
  width: 100%;
}
.copa02-page__boxTopic__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copa02-page__boxTopic__item__description {
  padding: 25.68px 20.1px;
  background-color: #E6E6E6;
}
.copa02-page__boxTopic__item__description__title {
  font-size: 1.25rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #232323;
  font-weight: 700;
  margin-bottom: 13.4px;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__item__description__title {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__item__description__subtitle {
  font-size: 1.125rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 700;
  margin-bottom: 25.68px;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__item__description__subtitle {
    font-size: 1.563rem;
    font-weight: 700;
  }
}
.copa02-page__boxTopic__item__description__paragraph {
  font: 400 0.875rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 400;
  display: block;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__item__description__paragraph {
    font: 400 0.813rem "Hanken Grotesk", sans-serif;
    font-weight: 400;
  }
}
.copa02-page__boxTopic__item__description__paragraph p {
  font: 400 0.875rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxTopic__item__description__paragraph p {
    font-size: 400 0.813rem "Hanken Grotesk", sans-serif;
    font-weight: 400;
  }
}
.copa02-page__boxContent__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
}
.copa02-page__boxContent .container--copa02-page-boxContent {
  padding: 90px 0 126px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent .container--copa02-page-boxContent {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0 80px 0;
  }
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent .row--copa02-page-boxContent {
    margin: 0 auto;
  }
}
.copa02-page__boxContent__item__image {
  height: 473px;
  max-width: 655px;
  min-width: 300px;
  width: 100%;
  padding: 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__image {
    max-width: 100%;
    min-width: 100%;
    height: 245px;
  }
}
.copa02-page__boxContent__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copa02-page__boxContent__item__description {
  padding-left: 64px !important;
  padding-right: 0 !important;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 35px;
  }
}
.copa02-page__boxContent__item__description__title {
  font-size: 1.125rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #232323;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__title {
    font-size: 1.063rem;
    font-weight: 700;
  }
}
.copa02-page__boxContent__item__description__subtitle {
  font-size: 2.5rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #303030;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__subtitle {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.copa02-page__boxContent__item__description__line {
  background-color: #232323;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 44px;
  display: table;
  opacity: 1;
  border: none;
  height: 1px;
  width: 100%;
}
.copa02-page__boxContent__item__description__paragraph {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 400;
  display: block;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__paragraph {
    font-size: 400 0.938rem "Hanken Grotesk", sans-serif;
    font-weight: 400;
  }
}
.copa02-page__boxContent__item__description__paragraph p {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__paragraph p {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
    font-weight: 400;
  }
}
.copa02-page__boxContent__item__description__cta {
  margin-left: auto;
  margin-top: 28px;
  float: right;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__cta {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
    margin-top: 43px;
  }
}
.copa02-page__boxContent__item__description__cta__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #303030;
  background: #E6E6E6;
  border: 1px solid #E6E6E6;
  width: 100%;
  max-width: 190px;
  min-width: 177px;
  height: 45px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  display: flex;
  gap: 0 16.87px;
  font: 400 1rem "Hanken Grotesk", sans-serif;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__cta__link {
    max-width: 159px;
    min-width: 159px;
    height: 40px;
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.copa02-page__boxContent__item__description__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .copa02-page__boxContent__item__description__cta__icon {
    height: 22.58px;
    width: 22.58px;
  }
}
.copa02-page__boxContent__item__description__cta:hover .copa02-page__boxContent__item__description__cta__link {
  color: #fff;
  background-color: #232323;
}
.copa02-page__boxContent__item__description__cta:hover .copa02-page__boxContent__item__description__cta__link .copa02-page__boxContent__item__description__cta__img {
  filter: invert(1) grayscale(1);
}

#secao-contato-empresa {
  width: 100%;
  height: 455px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #secao-contato-empresa {
    height: 890px;
  }
}

#secao-contato-empresa:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 455px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
@media (max-width: 991.98px) {
  #secao-contato-empresa:before {
    height: 890px;
  }
}

#secao-contato-empresa .engloba-contato-empresa {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  #secao-contato-empresa .engloba-contato-empresa {
    padding: 40px 0;
  }
}

#secao-contato-empresa .titulo {
  position: relative;
  text-align: center;
}

#secao-contato-empresa .titulo h4,
#secao-contato-empresa .titulo h2 {
  margin-bottom: 5px;
  color: #525660;
  font-size: 34px;
  line-height: 47px;
  margin-top: -8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  color: white;
}

#secao-contato-empresa .titulo p {
  color: #525660;
  font-size: 20px;
  margin-left: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: white;
}

#secao-contato-empresa .backgound-image-wpp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  background: #25B287;
}

#secao-contato-empresa .backgound-image-wpp img {
  width: 40px;
}

#secao-contato-empresa .backgound-image-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  background: #009FE3;
}

#secao-contato-empresa .backgound-image-atd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  background: #d2212b;
}

#secao-contato-empresa .engloba-box-contato-empresa {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  margin-top: 79px;
}
@media (max-width: 991.98px) {
  #secao-contato-empresa .engloba-box-contato-empresa {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }
}

#secao-contato-empresa .titulo-wpp {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: white;
}

#secao-contato-empresa .descricao-wpp {
  margin-top: 4px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  color: white;
}

#secao-contato-empresa .titulo-tel {
  margin-top: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
}

#secao-contato-empresa .descricao-tel {
  margin-top: 5px;
  margin-left: 12px;
  font-size: 19px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  color: white;
}

#secao-contato-empresa .titulo-atd {
  margin-top: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
}

#secao-contato-empresa .descricao-atd {
  margin-top: 5px;
  font-size: 19px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  color: white;
}

#secao-contato-empresa .box-contato-empresa {
  position: relative;
  width: 33%;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  #secao-contato-empresa .box-contato-empresa {
    width: 100%;
  }
}

/* BEGIN STYLE */
.blog01 {
  padding-top: 80px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .blog01 {
    padding: 0 0 40px 20px;
  }
}
.blog01__header {
  text-align: center;
  margin-bottom: 85px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 7.13rem;
  padding: 0 6vw;
}
@media (max-width: 991.98px) {
  .blog01__header {
    gap: 0;
    padding: 0;
    margin-bottom: 3.6rem;
  }
}
.blog01__header__left {
  width: 100%;
  max-width: 75%;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 2.89rem;
}
@media (max-width: 991.98px) {
  .blog01__header__left {
    gap: 0;
    flex-direction: column;
    max-width: 100%;
  }
}
.blog01__header__title {
  font-weight: 600 !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 0.94rem;
  min-width: 225px;
}
@media (max-width: 991.98px) {
  .blog01__header__title {
    margin-bottom: 1.56rem;
  }
}
.blog01__header__subtitle {
  font-size: 1.25rem;
  font-weight: 700 !important;
  color: #4E7F9C;
}
@media (max-width: 991.98px) {
  .blog01__header__subtitle {
    font-size: 1.125rem;
  }
}
.blog01__header__paragraph {
  font-weight: 400 !important;
  width: 100%;
  line-height: 156%;
  max-width: 35.5rem;
  font-size: 1.0625rem;
}
@media (max-width: 991.98px) {
  .blog01__header__paragraph {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
    max-width: 100%;
    margin-bottom: 2.69rem;
  }
}
.blog01__header__cta {
  width: 10.21056rem;
  height: 3.15138rem;
  background-color: #303030;
  border-color: #303030;
  color: #fff;
  font-weight: 500;
  transition: 0.4s ease-in;
}
.blog01__header__cta:hover {
  background-color: transparent;
  color: #303030;
  transition: 0.4s ease-in;
}
.blog01__header__cta:hover svg path {
  fill: #303030;
  transition: 0.4s ease-in;
}
.blog01 > .container {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .blog01 > .container {
    max-width: 90% !important;
    flex-direction: column;
  }
}
.blog01 > .row {
  padding: 0;
}
.blog01__boxs {
  margin: 0 auto;
  margin-bottom: -15rem;
  padding-left: 5rem;
  height: 28.4375rem;
}
@media (max-width: 991.98px) {
  .blog01__boxs {
    padding: 0;
    width: 100%;
  }
}
.blog01__boxs .owl-stage-outer {
  padding: 0;
  height: 28.4375rem;
}
@media (max-width: 991.98px) {
  .blog01__boxs__carousel .owl-item .blog01__boxs__item {
    width: 95% !important;
    transition: all 0.9s ease;
  }
}
.blog01__boxs__carousel .owl-item:nth-of-type(1) .blog01__boxs__item {
  width: 31rem;
  transition: all 0.9s ease;
}
@media (max-width: 991.98px) {
  .blog01__boxs__carousel .owl-item .blog01__boxs__item__description {
    transition: all 0.5s ease;
    opacity: 1;
    padding: 2.13rem 1.24rem;
  }
}
.blog01__boxs__carousel .owl-item:nth-of-type(1) .blog01__boxs__item__description {
  transition: all 0.5s ease;
  opacity: 1;
}
.blog01__boxs__carousel .owl-nav {
  display: none !important;
}
.blog01__boxs__carousel .owl-dots {
  margin-top: 1.94rem;
  justify-content: start !important;
  display: flex !important;
  padding: 0;
  gap: 0 0.5rem;
}
.blog01__boxs__carousel .owl-dots .owl-dot.active {
  border-color: #E6E6E6;
}
.blog01__boxs__carousel .owl-dots .owl-dot span, .blog01__boxs__carousel .owl-dots .owl-dot.active span {
  background: #E6E6E6;
}
.blog01__boxs__item {
  width: 20rem;
  transition: all 0.9s ease;
}
@media (max-width: 991.98px) {
  .blog01__boxs__item {
    width: 100%;
  }
}
.blog01__boxs__item:hover {
  width: 31rem;
  transition: all 0.9s ease;
}
@media (max-width: 991.98px) {
  .blog01__boxs__item:hover {
    width: 100%;
  }
}
.blog01__boxs__item__content {
  border-radius: 1.5625rem;
  overflow: hidden;
  height: 28.4375rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .blog01__boxs__item__content {
    height: 26.714rem;
  }
}
.blog01__boxs__item__image {
  height: 100%;
  display: block;
  width: 100%;
  margin: auto;
}
.blog01__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01__boxs__item__description {
  padding: 2.13rem 2.44rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  opacity: 0;
}
.blog01__boxs__item:hover .blog01__boxs__item__description {
  transition: all 0.5s ease;
  opacity: 1;
}
.blog01__boxs__item__title {
  font-weight: 600;
  margin-bottom: 1.55rem;
}
.blog01__boxs__item__btn {
  width: 7.6875rem;
  height: 2.0625rem;
  background: #B70E18;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1.875rem;
}

.blog01-page__header {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog01-page__header {
    height: 8.0625rem;
  }
}
.blog01-page__header__container--blog01-page {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  max-width: 82% !important;
}
@media (max-width: 991.98px) {
  .blog01-page__header__container--blog01-page {
    max-width: 100% !important;
  }
}
.blog01-page__header__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  padding-bottom: 0.94rem !important;
}
@media (max-width: 991.98px) {
  .blog01-page__header__title {
    margin-left: 6%;
    padding-bottom: 1.94rem !important;
  }
}
.blog01-page__header__category {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.61rem;
  margin-bottom: -1.3rem;
}
@media (max-width: 991.98px) {
  .blog01-page__header__category {
    width: 80%;
    margin-bottom: 0;
    padding-bottom: 1.5rem !important;
  }
}
.blog01-page__header__category .owl-dots, .blog01-page__header__category .owl-nav {
  display: none !important;
}
.blog01-page__header__category__item {
  transition: 0.4s ease-in;
}
@media (max-width: 991.98px) {
  .blog01-page__header__category__item {
    padding: 0;
    height: 53px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .blog01-page > .container {
    max-width: 90% !important;
  }
}
.blog01-page__boxs {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs {
    padding-bottom: 50px;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured {
    padding-top: 40px;
  }
}
.blog01-page__boxs__featured:after {
  content: "";
  margin: 4.31rem 0 5.39rem 0;
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
  width: 100%;
  height: 1px;
  display: block;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured:after {
    margin: 4.31rem 0 3.39rem 0;
  }
}
.blog01-page__boxs__featured__item__content {
  margin: 0 auto;
}
.blog01-page__boxs__featured__item__image {
  max-width: 35.5625rem;
  height: 24.8125rem;
  width: 100%;
  border-radius: 1.5625rem;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__image {
    height: 13.8125rem;
    width: 100%;
    max-width: 100%;
  }
}
.blog01-page__boxs__featured__item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.blog01-page__boxs__featured__item__description {
  padding-left: 68px;
  padding-top: 1.16rem;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__featured__item__description {
    padding-left: 0;
    width: 100% !important;
  }
}
.blog01-page__boxs__featured__item__title {
  font-weight: 600 !important;
  line-height: 119%;
  text-align: left;
  margin-bottom: 2.44rem;
  max-width: 42.0625rem;
}
.blog01-page__boxs__featured__item__date-publish {
  font-weight: 400 !important;
  margin-bottom: 0.63rem;
}
.blog01-page__boxs__featured__item__paragraph {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 156%;
}
.blog01-page__boxs__featured__item__cta {
  width: 10.125rem;
  height: 3.125rem;
  margin-top: 2.25rem;
  margin-right: auto !important;
  margin-left: initial !important;
  padding: 0 1.5rem;
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #ccc;
  margin: 0 6px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active {
  background-color: #3f3f3f;
  transform: scale(1.01);
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  background-color: #3f3f3f;
  transform: scale(1.01);
}
.blog01-page__boxs__item {
  padding: 0.94rem;
}
.blog01-page__boxs__item__content {
  border-radius: 1.5625rem;
  overflow: hidden;
  height: 28.4375rem;
  position: relative;
  width: 100%;
}
.blog01-page__boxs__item:hover img {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.3s ease;
}
.blog01-page__boxs__item__image {
  height: 100%;
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.blog01-page__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  z-index: 100;
  transition: all 0.3s ease;
}
.blog01-page__boxs__item__description {
  padding: 1.17rem 2.44rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  opacity: 1;
}
.blog01-page__boxs__item__title {
  font-weight: 600;
  font-size: 1.5625rem;
  margin-bottom: 0;
}
.blog01-page__boxs__item:hover .blog01-page__boxs__item__btn {
  display: flex;
  transition: all 0.5s ease;
}
.blog01-page__boxs__item__btn {
  width: 10.125rem;
  height: 3.125rem;
  background: #B70E18;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-radius: 1.875rem;
  border: 1px solid #E6E6E6;
  transform: scale(1.01);
  margin-top: 1.17rem;
  background-color: transparent;
  display: none;
  transition: all 0.5s ease;
}
.blog01-page__boxs__item:first-of-type .blog01-page__boxs__item__btn {
  display: flex;
  transition: all 0.5s ease;
}
.blog01-page__boxs__item:first-of-type img {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__item .blog01-page__boxs__item__description {
    padding: 2rem 1.14rem 2rem;
  }
  .blog01-page__boxs__item .blog01-page__boxs__item__btn {
    display: flex;
    transition: all 0.5s ease;
  }
}

.blog01-show__header {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog01-show__header__container {
  height: 100%;
  padding-bottom: 0.94rem !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  max-width: 82% !important;
}
.blog01-show__header__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0;
}
.blog01-show > .container {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .blog01-show > .container {
    padding: 50px 0 !important;
    max-width: 90% !important;
  }
}
.blog01-show__item__title {
  font-weight: 600 !important;
  font-size: 2.5rem;
  line-height: 119%;
  text-align: left;
  margin-bottom: 2.44rem;
  margin-top: 1rem;
  max-width: 42.0625rem;
}
.blog01-show__item__published {
  font-weight: 400 !important;
  margin-bottom: 0.63rem;
}
.blog01-show__item__image {
  width: 100%;
  max-width: 51.125rem;
  height: 28rem;
  margin-bottom: 3.44rem;
  border-radius: 1.5625rem;
  overflow: hidden;
}
.blog01-show__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog01-show__item__description {
  font-weight: 400;
  line-height: 156%;
  font-size: 1.0625rem;
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
.blog01-show__item__share {
  border-color: #303030;
  color: #303030;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .blog01-show__item__share {
    margin-top: 1.5rem;
  }
}
.blog01-show__item__share:hover {
  background-color: #303030;
  transition: 0.4s ease-in;
}
@media (max-width: 991.98px) {
  .blog01-show__related {
    margin-top: 80px;
  }
}
.blog01-show__related__title {
  font-weight: 600;
  line-height: 119%;
  margin-bottom: 1.17rem;
}
.blog01-show__boxs__item {
  margin-bottom: 1.25rem;
}
.blog01-show__boxs__item__content {
  border-radius: 1.5625rem;
  overflow: hidden;
  height: 21.125rem;
  position: relative;
  width: 100%;
}
.blog01-show__boxs__item:hover img {
  transform: scale(1.05);
  z-index: 100;
  transition: all 0.3s ease;
}
.blog01-show__boxs__item__image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.blog01-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  z-index: 100;
  transition: all 0.3s ease;
}
.blog01-show__boxs__item__description {
  padding: 1.5rem 1.44rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  opacity: 1;
}
.blog01-show__boxs__item__title {
  font-weight: 600;
  margin-bottom: 0;
}
.blog01-show__boxs__item:hover .blog01-show__boxs__item__btn {
  display: flex;
  transition: all 0.3s ease;
}
.blog01-show__boxs__item__btn {
  width: 9.125rem;
  height: 3.125rem;
  background: #B70E18;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-radius: 1.875rem;
  border: 1px solid #E6E6E6;
  transform: scale(1.01);
  transition: all 0.5s ease;
  margin-top: 1.17rem;
  background-color: transparent;
  display: none;
}

/* BEGIN STYLE */
.cont06 {
  padding-top: 22.56rem;
  padding-bottom: 9.94rem;
  background-color: #B70E18;
}
@media (max-width: 991.98px) {
  .cont06 {
    padding-top: 18.94rem;
    padding-bottom: 3.94rem;
  }
}
.cont06__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cont06__header__paragraph {
  width: 100%;
  max-width: 45%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cont06__header__paragraph {
    max-width: unset;
  }
}
.cont06__video {
  width: 100%;
  max-width: 74.75rem;
  height: 30.3125rem;
  margin: 0 auto;
  border-radius: 2.3125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .cont06__video {
    height: 14.75rem;
  }
}
.cont06__video__button {
  width: 3.625rem;
  height: 3.625rem;
  background-color: transparent;
  border: none;
  transition: 0.4s ease-in;
}
.cont06__video__button:hover {
  transform: scale(1.1);
  transition: 0.4s ease-in;
}
.cont06__video__button__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cont06__video__iframe {
  width: 100%;
  height: 100%;
  border-radius: 2.3125rem;
  overflow: hidden;
}
.cont06__cta {
  border: 1px solid #fff;
  padding: 1.19rem 5.88rem;
  border-radius: 2.4375rem;
  background: #fff;
  color: #232323;
  margin: -1.75rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  transition: 0.4s ease-in;
  z-index: 100;
  position: relative;
  font-size: 1.5625rem;
}
@media (max-width: 575.98px) {
  .cont06__cta {
    padding: 1.19rem 1.88rem;
    font-size: 1.1625rem;
  }
}

/* BEGIN STYLE */
.cota02__header {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .cota02__header {
    height: 5.8rem;
  }
}
.cota02__header > .container {
  height: 100%;
  max-width: 82% !important;
  padding-bottom: 0.94rem !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.cota02__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cota02__header__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cota02__header__title {
    font-size: 1.063rem;
  }
}
.cota02__header__subtitle {
  font-size: 1.875rem;
  font-family: "Hanken Grotesk", sans-serif;
  color: #B70E18;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cota02__header__subtitle {
    font-size: 1.563rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #B70E18;
  width: 100%;
}
.cota02__boxForm {
  background-color: #fff;
}
.cota02__boxForm .container--boxForm {
  padding: 4.12rem 0 !important;
}
@media (max-width: 991.98px) {
  .cota02__boxForm .container--boxForm .row {
    margin: 0 auto;
    gap: 2rem 0;
  }
}
.cota02__boxForm__item:last-of-type .cota02__boxForm__item__content::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item {
    margin: 0 auto;
    padding: 0;
    width: 94%;
  }
}
.cota02__boxForm__item__content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 0.93rem;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.93rem 0;
    text-align: center;
    justify-content: center;
  }
}
.cota02__boxForm__item__content__image {
  height: auto;
  margin-bottom: 0;
  width: 2.10788rem;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__image {
    width: 50px;
    height: 50px;
  }
}
.cota02__boxForm__item__content__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cota02__boxForm__item__content__description {
  text-align: left;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description {
    text-align: center;
  }
}
.cota02__boxForm__item__content__description__title {
  font-weight: 600 !important;
  line-height: 119%;
  margin-bottom: 0.31rem;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.063rem;
    text-align: center;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  font-weight: 300 !important;
  max-width: 230px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph {
    text-align: center;
  }
}
.cota02__boxForm__item__content__description__paragraph p {
  font-weight: 300 !important;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__paragraph p {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.cota02__form {
  padding: 78px 0 154.45px 0;
  background-color: #E6E6E6;
}
@media (max-width: 991.98px) {
  .cota02__form {
    padding: 40px 0 60px 0;
  }
}
.cota02__form .container--cota02-form {
  display: flex;
  justify-content: space-between;
  gap: 5.13rem;
  max-width: 82% !important;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cota02__form .container--cota02-form {
    flex-direction: column;
  }
}
.cota02__form__left {
  width: 100%;
  max-width: 100%;
}
.cota02__form:has(.cota02__form__right) .cota02__form__left {
  max-width: 45.1875rem;
}
.cota02__form__right {
  width: 36%;
}
@media (max-width: 991.98px) {
  .cota02__form__right {
    width: 100%;
  }
}
.cota02__form__right .firula-cota02 {
  width: 100%;
  min-width: 441px;
  height: 443px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .cota02__form__right .firula-cota02 {
    width: 100%;
    min-width: 100%;
  }
}
.cota02__form__header {
  margin-bottom: 50px;
}
.cota02__form__header__title {
  font-weight: 700 !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 0.94rem;
}
.cota02__form__header__title::before {
  content: "";
  background-color: #B70E18;
  height: 34px;
  width: 0.5rem;
  display: flex;
  border-radius: 0.34375rem;
}
@media (max-width: 575.98px) {
  .cota02__form__header__title {
    font-size: 1.563rem;
  }
}
.cota02__form__header__line {
  background: #303030;
  display: flex;
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
}
.cota02__form__header__paragraph p {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 991.98px) {
  .cota02__form__header__paragraph p {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.cota02__form .cota02--edit-orcamento .input__item .form-control {
  border-bottom: 1px solid #D9D9D9 !important;
}
.cota02__form .input__item {
  width: 100%;
}
.cota02__form .input__item .form-control {
  border: 0 !important;
  border-bottom: 1px solid rgba(35, 35, 35, 0.2) !important;
  border-radius: 0;
  padding: 0 !important;
}
.cota02__form .input__item--text .form-placeholder .placeholder--custom, .cota02__form .input__item--cellphone .form-placeholder .placeholder--custom, .cota02__form .input__item--phone .form-placeholder .placeholder--custom, .cota02__form .input__item--email .form-placeholder .placeholder--custom {
  left: 0;
  width: 100%;
  padding-left: 0;
  font-size: 0.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #303030;
}
.cota02__form .input__item--text .form-placeholder.focusing .placeholder--custom, .cota02__form .input__item--cellphone .form-placeholder.focusing .placeholder--custom, .cota02__form .input__item--phone .form-placeholder.focusing .placeholder--custom, .cota02__form .input__item--email .form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
}
.cota02__form .input__item--select .form-select {
  font-size: 0.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #303030;
  height: 52px;
  padding-top: 0 !important;
  border-radius: 0 !important;
  border-top: inherit !important;
  border-left: inherit !important;
  border-right: inherit !important;
  padding-left: 0 !important;
}
.cota02__form .input__item--select .form-placeholder .placeholder--custom {
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 0 !important;
  font-size: 0.875rem;
  font-family: "Ubuntu", sans-serif, arial;
  font-weight: 400;
  color: #303030;
  color: rgba(35, 35, 35, 0.8) !important;
}
.cota02__form .input__item--textarea .form-placeholder.focusing .placeholder--custom {
  top: -7%;
}
.cota02__form .input__item--textarea .form-placeholder .placeholder--custom {
  top: 7%;
  left: 0;
  width: 100%;
  padding-left: 0;
}
.cota02__form .input__item--textarea .form-control {
  height: 6.0625rem !important;
  background: transparent;
}
@media (max-width: 575.98px) {
  .cota02__form__footer {
    flex-direction: column;
  }
}
.cota02__form__compliance {
  font-weight: 400 !important;
}
.cota02__form__compliance input:checked[type=checkbox] {
  background: #B70E18;
}
.cota02__form__compliance input {
  background-color: transparent;
  border: 1px solid rgba(48, 48, 48, 0.3) !important;
  border-radius: 0 !important;
}
.cota02__form__compliance a {
  color: #B70E18;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .cota02__form__compliance a {
    font-size: 0.6rem;
  }
}
.cota02__form__input-submit {
  transition: 0.4s ease-in;
}
@media (max-width: 991.98px) {
  .cota02__form__input-submit {
    margin-top: 1.5rem;
  }
}

/* BEGIN STYLE */
.comp01-page__header {
  background-color: #E6E6E6;
  height: 6.0625rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comp01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.comp01-page__header__container {
  height: 100%;
  padding-bottom: 0.94rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
@media (max-width: 575.98px) {
  .comp01-page__header__container {
    justify-content: center;
  }
}
.comp01-page__header__title {
  font-weight: 300 !important;
  line-height: 128%;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .comp01-page__header__title {
    padding: 15px 0 0 15px;
  }
}
.comp01-page__content {
  padding: 5.94rem 0 10.19rem 0;
}
@media (max-width: 575.98px) {
  .comp01-page__content {
    padding: 3rem 0 10.19rem 0;
  }
}
.comp01-page__content:nth-of-type(even) {
  background-color: #E6E6E6;
}
.comp01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 3.88rem;
}
.comp01-page__content__title {
  font-weight: 600 !important;
  line-height: 119% !important;
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.comp01-page__content__subtitle {
  font-weight: 400 !important;
  line-height: 148% !important;
  margin-bottom: 0.62rem;
  display: block;
  text-align: center;
}
.comp01-page__content__paragraph {
  padding: 0 30px;
  font-weight: 400 !important;
  line-height: 156%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.comp01-page__archives {
  margin-top: 50px;
  justify-content: center;
}
.comp01-page__archives__item {
  font: 400 1rem "Hanken Grotesk", sans-serif;
  font-weight: 500;
  color: #303030;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 0.99rem 2.87rem;
  background-color: transparent;
  border-radius: 1.875rem;
  border: 1px solid #B70E18;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 400 0.938rem "Hanken Grotesk", sans-serif;
  }
}
.comp01-page__archives__item__icon {
  margin-right: 0.68rem;
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #B70E18;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
