@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-thin.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-thin-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-thin-italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-air.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-air.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-air-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-air-italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-light.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-light-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-regular.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-regular-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-medium.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-medium-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-bold.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-bold-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-black.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url("../fonts/aeonik-pro/aeonik-pro-black-italic.woff2") format("woff2"), url("../fonts/aeonik-pro/aeonik-pro-black-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.2rem;
  color: #055D20;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.6px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 108.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 993px) {
  .container {
    padding-inline: 20px;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: 200ms;
  z-index: 10;
  background-color: #E7F5E9;
}

.main-header .logo {
  display: block;
  flex-shrink: 0;
}

.main-header .logo img {
  width: 6.75rem;
  height: auto;
  display: block;
  transition: 200ms;
}

.main-header .container {
  max-width: initial !important;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 87.5rem 1fr;
}

.main-header .container .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.main-header .container .inner .main-nav {
  margin-right: auto;
  margin-left: 8.75rem;
}

.main-header .container .inner .main-nav.seguro {
  margin-right: 0;
}

.main-header .container .inner .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  height: 3.25rem;
  padding-inline: 2.5rem;
}

.main-header .container .inner .btn svg {
  margin-top: -0.1875rem;
}

.main-header .container .inner .btn span {
  font-size: 1rem;
  font-weight: 500;
}

.main-header .container .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.main-header .ecommerce-actions {
  margin-left: 5rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.main-header .ecommerce-actions .btn-purchase {
  position: relative;
}

.main-header .ecommerce-actions .btn-purchase .number {
  position: absolute;
  right: 0;
  top: 0.1875rem;
  border-radius: 9999px;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #D02F2F;
  color: #FFFFFF;
  text-align: center;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-right: 1px;
}

.main-header .checkout-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.main-header .checkout-actions .btn-goback {
  color: #846024;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.main-header .checkout-actions .ecommerce-actions {
  margin-left: 0;
}

.main-header .btn-mobile {
  display: none;
}

.main-header.active {
  background-color: #FFFFFF;
  padding-block: 0.875rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.06);
}

.main-header.active .logo img {
  width: 5rem;
}

.main-header.white .main-nav__link {
  color: #FFFFFF;
}

.main-header.white .btn-consultor {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.4);
}

.main-header.white .btn-consultor:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.main-header.white .btn-mobile span {
  background-color: #FFFFFF;
}

.main-header.white.active {
  background-color: #055D20;
}

@media screen and (max-width: 1550px) {
  .main-header .container {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1280px) {
  .main-header .main-nav {
    gap: 1.75rem;
  }

  .main-header__actions {
    gap: 0.75rem;
  }
}

@media screen and (max-width: 1200px) {
  .main-header .container .inner .logo img {
    width: 4.875rem;
  }

  .main-header .container .inner .main-nav {
    display: none;
  }

  .main-header .container .right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .main-header .container .right .main-header__actions {
    display: none;
  }

  .main-header .btn-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 0.375rem;
    transition: background-color 200ms;
  }

  .main-header .btn-mobile:hover {
    background-color: rgba(5, 93, 32, 0.06);
  }

  .main-header .btn-mobile span {
    display: block;
    width: 1.5rem;
    height: 0.125rem;
    background-color: #055D20;
    border-radius: 0.125rem;
    transition: transform 300ms ease, opacity 200ms ease, width 200ms ease;
    transform-origin: center;
  }

  .main-header .btn-mobile.active span:nth-child(1) {
    transform: translateY(0.4375rem) rotate(45deg);
  }

  .main-header .btn-mobile.active span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .main-header .btn-mobile.active span:nth-child(3) {
    transform: translateY(-0.4375rem) rotate(-45deg);
  }
}

@media screen and (max-width: 1024px) {
  .main-header {
    padding-block: 0.75rem;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #E7F5E9;
  z-index: 200;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  flex-shrink: 0;
}

.mobile-menu__header .logo img {
  width: 5.625rem;
  height: auto;
  display: block;
}

.mobile-menu__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: background-color 200ms;
}

.mobile-menu__close:hover {
  background-color: rgba(5, 93, 32, 0.06);
}

.mobile-menu__nav {
  flex: 1;
  padding: 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.mobile-menu__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: color 200ms;
}

.mobile-menu__link:hover {
  color: #319F49;
}

.mobile-menu__link--toggle .mobile-menu__arrow {
  transition: transform 250ms ease;
}

.mobile-menu__link--toggle[aria-expanded=true] .mobile-menu__arrow {
  transform: rotate(180deg);
}

.mobile-menu__item .mobile-menu__link {
  border-bottom: 0;
}

.mobile-menu__sub {
  display: none;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-menu__sub.open {
  display: flex;
}

.mobile-menu__sub-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.40625rem;
  color: #055D20;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.5rem;
  display: block;
}

.mobile-menu__sub-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0rem;
  color: #319F49;
  text-decoration: none;
  padding: 0.375rem 0;
  display: block;
  transition: color 150ms, padding-left 150ms;
}

.mobile-menu__sub-link:hover {
  color: #055D20;
  padding-left: 0.25rem;
}

.mobile-menu__footer {
  flex-shrink: 0;
  padding: 0rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu__footer .btn {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-bottom: 0;
}

.mobile-menu__cta {
  width: 100%;
  justify-content: center;
  height: 3.25rem;
  gap: 0.5rem;
}

.mobile-menu__cta svg {
  flex-shrink: 0;
}

.mobile-menu__lang-trigger {
  background: rgba(5, 93, 32, 0.06);
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  align-self: center;
  transition: background-color 200ms;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  width: 100%;
  border-radius: 0;
  height: 2.75rem;
}

.mobile-menu__lang-trigger:hover {
  background-color: rgba(5, 93, 32, 0.1);
}

.mobile-menu__lang-flag {
  display: flex;
  align-items: center;
}

.mobile-menu__lang-flag img {
  width: 1.375rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-menu__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease, visibility 350ms;
}

.mobile-menu__overlay.open {
  opacity: 1;
  visibility: visible;
}

.lang-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #E7F5E9;
  z-index: 210;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.lang-modal.open {
  transform: translateX(0);
}

.lang-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  flex-shrink: 0;
}

.lang-modal__header .logo img {
  width: 5.625rem;
  height: auto;
  display: block;
}

.lang-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: background-color 200ms;
}

.lang-modal__close:hover {
  background-color: rgba(5, 93, 32, 0.06);
}

.lang-modal__options {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lang-modal__option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  border: 0;
  cursor: pointer;
  min-height: 7.5rem;
  transition: filter 150ms;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #FFFFFF;
}

.lang-modal__option:hover {
  filter: brightness(0.95);
}

.lang-modal__option--pt {
  background-color: #73AF00;
}

.lang-modal__option--en {
  background-color: #3C3B6E;
}

.lang-modal__option--es {
  background-color: #C60A1D;
}

.lang-modal__check {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 200ms;
  flex-shrink: 0;
}

.lang-modal__check.visible {
  opacity: 1;
}

.lang-modal__flag {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.lang-modal__flag img,
.lang-modal__flag svg {
  width: 1.375rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lang-modal__code {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #FFFFFF;
}

.lang-modal__footer {
  flex-shrink: 0;
  padding: 1.25rem 1.5rem;
}

.lang-modal__footer .btn {
  width: 100%;
}

.lang-modal__apply {
  width: 100%;
  justify-content: center;
  height: 3.25rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.main-nav__item {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: -0.75rem;
}

.main-nav__item:hover .main-nav__dropdown,
.main-nav__item.active-dropdown .main-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.main-nav__item:hover .main-nav__arrow,
.main-nav__item.active-dropdown .main-nav__arrow {
  transform: rotate(180deg);
}

.main-nav__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 200ms;
}

.main-nav__link:hover,
.main-nav__link.active {
  color: #319F49;
}

.main-nav__arrow {
  transition: transform 200ms ease;
}

.main-nav__arrow path {
  stroke: currentColor;
}

.main-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 325px;
  transform: translateX(-50%) translateY(0.625rem);
  background-color: #EBF5EE;
  border: 0.0625rem solid #C4E3CB;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  min-width: 15rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.main-nav__dropdown-group {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}

.main-nav__dropdown-group .duas-colunas {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.main-nav__dropdown-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.03125rem;
}

.main-nav__dropdown-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  text-decoration: none;
  transition: color 150ms ease, padding-left 150ms ease;
  display: block;
}

.main-nav__dropdown-link:hover {
  color: #319F49;
  padding-left: 0.25rem;
}

.lang-selector {
  position: relative;
  display: inline-block;
}

.lang-selector__trigger {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  transition: background-color 200ms;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
}

.lang-selector__trigger:hover {
  background-color: rgba(5, 93, 32, 0.05);
}

.lang-selector__flag-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 0.875rem;
}

.lang-selector__flag {
  width: 1.375rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lang-selector__emoji-flag {
  font-size: 1.125rem;
  line-height: 1;
}

.lang-selector__arrow {
  transition: transform 200ms ease;
}

.lang-selector__arrow path {
  stroke: currentColor;
}

.lang-selector.open .lang-selector__arrow {
  transform: rotate(180deg);
}

.lang-selector__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background-color: #EBF5EE;
  border: 0.0625rem solid #C4E3CB;
  border-radius: 8px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0.375rem;
  min-width: 6.875rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3125rem);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms;
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lang-selector.open .lang-selector__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-selector__option {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.625rem;
  width: 100%;
  border-radius: 0.375rem;
  transition: background-color 150ms;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  text-align: left;
}

.lang-selector__option img {
  width: 1.375rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.lang-selector__option .lang-selector__emoji-flag {
  font-size: 1rem;
}

.lang-selector__option:hover {
  background-color: rgba(5, 93, 32, 0.08);
}

.btn-consultor {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 8px;
  border: 0.09375rem solid #268D3E;
  background: transparent;
  text-decoration: none;
  transition: 200ms;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0rem;
  color: #055D20;
}

.btn-consultor svg {
  color: currentColor;
}

.btn-consultor:hover {
  background-color: #E7F5E9;
  transform: translateY(-0.0625rem);
}

.btn-cta-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  border-radius: 8px;
  background: #EB7B00;
  text-decoration: none;
  transition: 200ms;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04375rem;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.04375rem;
}

.btn-cta-header:hover {
  background: #D16D00;
  transform: translateY(-0.0625rem);
}

.main-footer {
  background: #C5E6CA;
  padding-top: 5rem;
  padding-bottom: 0;
  position: relative;
}

.page-13-checkout .main-footer, .page-14-checkout-2 .main-footer ,
.page-15-checkout-3-obrigado .main-footer{
  padding-top: 0;
}

.main-footer__top {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.main-footer__top .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-footer__top .container span {
  color: #268D3E;
  text-align: center;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.main-footer__container {
  display: grid;
  grid-template-columns: minmax(17.5rem, 1fr) 2fr auto;
  gap: 3.75rem;
  padding-bottom: 3.75rem;
}

.main-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
}

.main-footer__logo {
  display: block;
}

.main-footer__logo img {
  width: 12.75rem;
  height: auto;
  display: block;
}

.main-footer__catalog {
  padding-inline: 2rem !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-footer__catalog svg {
  margin-top: -0.1875rem;
}

.main-footer__catalog span {
  color: #846024;
  text-align: center;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem;
}

.main-footer__nav {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

.main-footer__col h3 {
  color: #055D20;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin-bottom: 1.5rem;
}

.main-footer__col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.main-footer__col a {
  color: #268D3E;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  transition: color 200ms;
}

.main-footer__col a svg {
  color: #319F49;
  flex-shrink: 0;
}

.main-footer__col a:hover {
  color: #319F49;
}

.main-footer__social {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-left: auto;
}

.main-footer__social a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #055D20;
  border-radius: 8px;
  cursor: pointer;
  transition: 200ms;
}

.main-footer__social a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(312deg) brightness(109%) contrast(99%);
}

.main-footer__social a:hover {
  transform: translateY(-0.125rem);
}

.main-footer__bottom {
  border-top: 0.0625rem solid rgba(5, 93, 32, 0.1);
  background-color: #055D20;
  padding-block: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-footer__cta-mobile {
  display: none;
}

.main-footer__credit {
  display: inline-block;
}

.main-footer__credit img {
  width: 3.375rem;
  height: auto;
  display: block;
}

.main-footer__credit {
  transition: 200ms;
}

.main-footer__credit:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1280px) {
  .main-footer__container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .main-footer__social {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1200px) {
  .main-footer__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0rem;
    padding-bottom: 2.5rem;
    align-items: flex-start;
  }

  .main-footer__brand {
    order: 1;
    flex-basis: 0;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding-bottom: 2rem;
  }

  .main-footer__catalog {
    display: none !important;
  }

  .main-footer__social {
    order: 1;
    flex-basis: auto;
    flex-shrink: 0;
    align-self: flex-start;
    justify-content: flex-end;
    margin-left: auto;
    padding-bottom: 2rem;
    gap: 0.5rem;
  }

  .main-footer__social a {
    width: 2.75rem;
    height: 2.75rem;
  }

  .main-footer__nav {
    order: 2;
    flex-basis: 100%;
    flex-direction: column;
    gap: 1.75rem;
    padding-bottom: 2rem;
  }

  .main-footer__col {
    flex: initial;
  }

  .main-footer__col h3 {
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
  }

  .main-footer__col ul {
    gap: 0.625rem;
  }

  .main-footer__col a {
    font-size: 0.875rem;
  }

  .main-footer__cta-mobile {
    order: 3;
    flex-basis: 100%;
    display: flex;
  }

  .main-footer__cta-mobile .btn {
    width: 100%;
    justify-content: center;
    height: 3.25rem;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 993px) {
  .main-footer {
    padding-top: 3rem;
  }

  .main-footer__logo img {
    width: 6.6875rem;
  }

}

.input-group label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #7A8095;
  margin-bottom: 0.1875rem;
}

.input-group input,
.input-group textarea {
  border: 0;
  display: block;
  width: 100%;
  background-color: #F8FAFC;
  height: 45px;
  border-radius: 5px;
  padding-inline: 23px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #888;
}

.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder {
  color: #B8BCCA;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #B8BCCA;
}

.input-group textarea {
  height: 170px;
  resize: none;
  padding-block: 10px;
}

.input-group-prefer label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #7A8095;
  margin-bottom: 0.875rem;
}

.input-group-prefer .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.input-group-prefer .wrapper input[type=radio] {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  border: 1px solid #6F7482;
  cursor: pointer;
  transition: border 200ms ease, outline 200ms ease, background-color 200ms ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}

.input-group-prefer .wrapper input[type=radio]:checked {
  background-color: #6F7482;
  border: 3px solid #F8FAFC;
  outline: 1px solid #6F7482;
}

.input-group-prefer .wrapper label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #7A8095;
}

.btn {
  border-radius: 12px;
  padding-inline: 4rem;
  padding-block: 0rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  cursor: pointer;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #FFFFFF;
  position: relative;
  background-color: transparent;
  transition: 200ms;
  overflow: hidden;
  border-radius: 12px;
}

.btn span {
  color: #846024;
}

.btn svg,
.btn span {
  position: relative;
  z-index: 2;
}

.btn:hover {
  transform: scale(1.05);
}

.btn:hover::after {
  opacity: 0.8;
}

.btn.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn.brown {
  border-radius: 12px;
  border: 1px solid #D2B062;
  background-color: #846024;
}

.btn.brown span {
  color: #FFDC70;
}

.btn.yellow {
  border: 1px solid #EEBC16;
  background: #EFD422;
}

.btn.yellow span {
  color: #846024;
}

.btn.yellow::after {
  background: #EFD422;
}

.btn.yellow:hover::after {
  opacity: 0.8;
}

.btn.outline-white {
  background: #846024;
  border: 1.5px solid #D2B062;
  border-radius: 12px;
}

.btn.outline-white::after {
  display: none;
}

.btn.outline-white:hover {
  background: #846024;
  border: 1.5px solid #D2B062;
  border-radius: 12px;
}

.btn.radius-10 {
  border-radius: 10px;
}

.btn.small {
  padding-block: 0.875rem;
}

.btn.medium {
  padding-block: 1.125rem;
}

.btn.gap-8 {
  gap: 8px;
}

.btn.gap-16 {
  gap: 16px;
}

@media screen and (max-width: 993px) {
  .btn {
    font-size: 1rem;
    height: 2.5rem;
    border-radius: 8px;
  }

  .btn span {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
  }
}

.btn-float {
  padding: 0.875rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  position: fixed;
  bottom: 20px;
  right: 80px;
  transition: 200ms;
  z-index: 3;
}

.btn-float span {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #FFFFFF;
}

.btn-float:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1550px) {
  .btn-float {
    right: 40px;
  }
}

@media screen and (max-width: 769px) {
  .btn-float {
    display: none;
  }
}

.btn-download,
.product-card__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #EEBC16;
  background: #EFD422;
  text-decoration: none;
  padding: 1rem;
  transition: 200ms;
}

.btn-download .btn-label-group,
.product-card__btn .btn-label-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-download .btn-label-group span,
.product-card__btn .btn-label-group span {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
}

.btn-download .pdf-icon,
.product-card__btn .pdf-icon {
  margin-top: -2px;
}

.btn-download:hover,
.product-card__btn:hover {
  transform: scale(1.03);
}

.btn-download:hover .download-icon,
.product-card__btn:hover .download-icon {
  transform: translateY(0.125rem);
}

@media screen and (max-width: 1200px) {

  .btn-download,
  .product-card__btn {
    padding: 0.75rem;
  }

  .btn-download .btn-label-group span,
  .product-card__btn .btn-label-group span {
    font-size: 1rem;
  }
}

.contact__container {
  display: flex;
  gap: 10.625rem;
}

.contact__info {
  max-width: 530px;
}

.contact__info-title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  color: #5FBB51;
  margin-bottom: 1rem;
}

.contact__info-description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.025rem;
  color: #055D20;
  margin-bottom: 1.625rem;
}

.contact__info-details {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #8E8DAD;
}

.contact__info-details li+li {
  margin-top: 27px;
}

.contact__info-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #055D20;
}

.contact__info-address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact__info-address span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #055D20;
}

.contact__form {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-block-end: 5rem;
}

.contact__form .full-width {
  grid-column: 1/-1;
}

.contact__form .form-footer {
  grid-column: 1/-1;
}

.contact__form .btn {
  padding-inline: 4rem;
  border: 0;
  margin-inline: auto;
}

@media screen and (max-width: 1450px) {
  .contact__container {
    flex-direction: column;
    gap: 5rem;
  }

  .contact__info {
    max-width: 100%;
  }
}

@media screen and (max-width: 993px) {
  .contact .contact__container {
    gap: 3rem;
  }

  .contact .contact__info h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .contact .contact__info-description {
    font-size: 1rem;
    margin-bottom: 1.625rem;
  }

  .contact .contact__info-details {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .contact .contact__info-details li {
    gap: 1rem;
  }

  .contact .contact__info-details li span {
    font-size: 1rem;
  }

  .contact .contact__form {
    grid-template-columns: 1fr;
  }

}

.contact-cta {
  padding-block: 2.5rem 7.5rem;
}

.contact-cta__card {
  max-width: 85.625rem;
  margin: 0 auto;
  padding: 3.75rem 5rem 3.75rem 26.25rem;
  position: relative;
  min-height: 31.25rem;
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #78C685;
  background: #C5E6CA;
}

.texto62 .contact-cta__card {
  background: #EFD422;
  padding-left: 0;
}

.texto62 .contact-cta__title {
  color: #846024;
}

.texto62 .contact-cta__description {
  color: #846024;
}

.texto62 .souquero {
  color: #2C2C2C;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.texto62.contact-cta .btn {
  background-color: #FFF;
  margin-bottom: 0.7rem;
}

.texto62 .contact-cta__badge {
  width: 22.75rem;
  right: 2.5rem;
  left: unset;
}

.texto62 .contact-cta__content {
  margin-right: auto;
  margin-left: 80px;
}

.texto63 .contact-cta__card {
  background: #C5E6CA;
}

.texto63 .contact-cta__title,
.texto63 .contact-cta__description {
  color: #055D20;
}

.texto63.contact-cta .btn {
  background-color: #9FD6A8;
  width: 460px;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  border: none;
}

.texto63.contact-cta span {
  color: #055D20;
}

.texto63.contact-cta .btn:hover {
  background-color: #055D20;
}

.texto63.contact-cta .btn .oculto {
  opacity: 0;
  position: absolute;
  right: 15px;
  border-bottom: solid 1px #FFF;
  font-size: 0.8rem;
}

.texto63.contact-cta .btn:hover .oculto {
  opacity: 1;
}

.texto63.contact-cta span img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(71%) saturate(1599%) hue-rotate(115deg) brightness(90%) contrast(96%);
  height: 25px;
  width: 25px;
  object-fit: contain;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.texto63.contact-cta .btn:hover span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(426%) hue-rotate(138deg) brightness(114%) contrast(100%);
}

.texto63.contact-cta .btn:hover span {
  color: #FFF;
}

.contact-cta__badge {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 38.75rem;
}

.contact-cta__badge img {
  display: block;
  width: 100%;
}

.contact-cta__content {
  max-width: 38.75rem;
  margin-left: auto;
}

.contact-cta__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #055D20;
  margin-bottom: 1rem;
}

.contact-cta__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #055D20;
  margin-bottom: 1.5rem;
}

.contact-cta .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 1550px) {
  .contact-cta {
    width: calc(100% - 80px);
    margin-inline: auto;
  }

  .contact-cta .contact-cta__badge {
    width: 500px;
  }
}

@media screen and (max-width: 1350px) {
  .contact-cta {
    display: flex;
    flex-direction: column;
  }

  .contact-cta__card {
    padding-bottom: 25rem;
    padding-inline: 2.5rem;
  }

  .contact-cta .contact-cta__badge {
    max-width: 400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: initial;
  }
}

@media screen and (max-width: 1100px) {
  .contact-cta {
    width: calc(100% - 40px);
  }

  .contact-cta .contact-cta__card {
    padding-inline: 2rem;
    padding-top: 2rem;
    padding-bottom: 12.5rem;
    min-height: initial;
  }

  .contact-cta .contact-cta__card h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.625rem;
  }

  .contact-cta .contact-cta__card p {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }

  .contact-cta .contact-cta__card .btn {
    width: 100%;
    padding-inline: 0;
  }

  .contact-cta .contact-cta__badge {
    max-width: 16.875rem;
  }
}

.product-banner {
  padding-block: 2.5rem 7.5rem;
}

.product-banner__card {
  max-width: 85.625rem;
  margin: 0 auto;
  padding-block: 3.75rem;
  padding-inline: 5rem 11.25rem;
  display: grid;
  grid-template-columns: 1fr 22.5rem;
  gap: 3.75rem;
  align-items: center;
  position: relative;
  border-radius: 24px;
}

.product-banner__card--yellow {
  border: 0.0625rem solid #EEBC16;
  background: #EFD422;
}

.product-banner__card--yellow .product-banner__title,
.product-banner__card--yellow .product-banner__description {
  color: #846024;
}

.product-banner__card--green {
  border: 0.0625rem solid #78C685;
  background: #C5E6CA;
}

.product-banner__card--green .product-banner__title,
.product-banner__card--green .product-banner__description {
  color: #055D20;
}

.product-banner__content {
  max-width: 38.75rem;
}

.product-banner__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #846024;
  font-feature-settings: "liga" off;
  margin-bottom: 1rem;
}

.product-banner__description {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #846024;
  font-feature-settings: "liga" off;
  margin-bottom: 2rem;
}

.product-banner__image {
  position: relative;
}

.product-banner__image img {
  display: block;
  width: 100%;
  max-width: 21.25rem;
  margin: 0 auto;
}

.product-banner__shadow {
  display: none;
  width: 80%;
  height: 0.875rem;
  margin: 0.5rem auto 0;
  background: radial-gradient(ellipse, rgba(5, 93, 32, 0.25), transparent 70%);
  border-radius: 50%;
}

.product-banner .btn {
  padding-inline: 4rem;
}

.product-banner .btn.white {
  background-color: #FFFFFF;
}

.product-banner .btn.white span {
  color: #846024;
}

@media screen and (max-width: 1550px) {
  .product-banner {
    width: calc(100% - 5rem);
    margin-inline: auto;
  }
}

@media screen and (max-width: 1200px) {
  .product-banner {
    max-width: 50rem;
    padding-inline: 0;
    margin-bottom: 15rem;
    border-radius: 16px;
  }

  .product-banner .product-banner__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: initial;
    width: 100%;
    padding-inline: 0;
  }

  .product-banner .product-banner__card .btn {
    margin-inline: auto;
  }

  .product-banner__title {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
    line-height: 1.4;
  }

  .product-banner__description {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 993px) {
  .product-banner {
    padding: 0;
    width: calc(100% - 2.5rem);
  }

  .product-banner__card {
    padding: 0;
  }

  .product-banner .product-banner__content {
    padding-inline: 2rem;
    padding-top: 2rem;
    padding-bottom: 14.625rem;
    max-width: initial;
  }

  .product-banner .btn {
    width: 100%;
  }

  .product-banner__image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
  }

  .product-banner__image img {
    width: 100%;
    max-width: 15rem;
  }

  .texto62 .contact-cta__content {
    margin-left: 0;
  }

  .texto62 .contact-cta__badge {
    max-width: 11.875rem;
  }
  .texto63.contact-cta .btn{
    padding-left: 15px;
  }
}

.mission {
  background-color: #E7F5E9;
  padding-block: 4rem;
}

.mission__title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  margin-bottom: 1.25rem;
}

.mission__item {
  padding: 2rem;
  border-radius: 16px;
  border: 0.0625rem solid #59BA6C;
  background: #C5E6CA;
  height: 100%;
}

.mission__item svg {
  margin-bottom: 1rem;
}

.mission__item h3 {
  color: #319F49;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.mission__item p {
  color: #2C2C2C;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.00625rem;
}

@media screen and (max-width: 1200px) {
  .mission {
    padding-block: 3rem;
  }

  .mission__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .mission__item h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .mission__item p {
    font-size: 0.875rem;
    line-height: 19px;
    max-width: 13.75rem;
  }
}

.swiper-mission {
  padding-bottom: 2.5rem;
}

.swiper-mission .swiper-slide {
  height: auto;
}

.swiper-mission .swiper-pagination {
  bottom: 0;
}

.swiper-mission .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #C5E6CA;
  opacity: 1;
  transition: 200ms;
}

.swiper-mission .swiper-pagination-bullet-active {
  background: #1C7C33;
  width: 0.5rem;
}

.comparison {
  padding-block: 5rem 7.5rem;
  background: #FDFCE6;
}

.comparison__header {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto 3rem;
}

.comparison__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #2C2C2C;
  margin-bottom: 1rem;
}

.comparison__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.1rem;
  color: #2C2C2C;
}

.comparison__table {
  max-width: 85.625rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  box-shadow: 0 0.5rem 2rem rgba(5, 93, 32, 0.06);
  overflow: hidden;
  border: 0.0625rem solid #EB7B00;
  border-right: 0;
}

.comparison__col-header {
  height: 5rem;
  padding-block: 1.25rem;
  padding-left: 1.5rem;
  border-right: 0.0625rem solid #EB7B00;
  background: #F7F298;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.comparison__col-header img {
  width: 8.75rem;
}

.comparison__col-header h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.00625rem;
}

.comparison__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.comparison__list:first-of-type {
  border-right: 0.0625rem solid #EB7B00;
}

.comparison__item {
  border-top: 0.0625rem solid #EB7B00;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 4.5rem;
  padding-left: 2.25rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.09375rem;
  color: #055D20;
}

.comparison__item .comparison__icon {
  flex-shrink: 0;
  margin-top: 0.125rem;
}

@media screen and (max-width: 1200px) {
  .comparison {
    padding-block: 0 3.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .comparison__header {
    margin-bottom: 1rem;
    text-align: center;
  }

  .comparison__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .comparison__description {
    font-size: 0.875rem;
  }

  .comparison__table {
    grid-template-columns: 1fr;
    border: 0;
    box-shadow: none;
    overflow: visible;
    gap: 1rem;
  }

  .comparison__col {
    border: 0.0625rem solid #EB7B00;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 0;
    background: transparent;
  }

  .comparison__col--conv {
    border-left: 0.0625rem solid #EB7B00;
    border-top: 0;
  }

  .comparison__col-header {
    padding: 1rem 1.25rem;
    border-right: 0;
    border-bottom: 0.0625rem solid #EB7B00;
    height: auto;
    min-height: 4rem;
    margin-inline: 0;
    background: #F7F298;
  }

  .comparison__col-header img {
    width: 6.875rem;
  }

  .comparison__col-header h3 {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .comparison__list:first-of-type {
    border-right: 0;
  }

  .comparison__item {
    height: auto;
    min-height: 3.5rem;
    padding: 0.75rem 1.25rem;
    gap: 0.75rem;
    font-size: 0.875rem;
    align-items: flex-start;
  }

  .comparison__item .comparison__icon {
    margin-top: 0.0625rem;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}

.pagination__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: 0;
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}

.pagination__btn svg {
  margin-top: -3px;
}

.pagination__btn {
  cursor: pointer;
  transition: all 0.3s;
}

.pagination__btn:disabled {
  cursor: not-allowed;
  color: #BFBFBF;
}

.pagination__pages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pagination__page {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}

.pagination__page.active {
  cursor: default;
  border: 1px solid #EEBC16;
  background: #EFD422;
}

.pagination__dots {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #846024;
  padding-inline: 0.25rem;
}

@media screen and (max-width: 1200px) {
  .pagination__btn span {
    display: none;
  }
}

.blog-card {
  background: #FAF8C1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.blog-card__cover {
  display: block;
  aspect-ratio: 670/360;
  overflow: hidden;
}

.blog-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 400ms ease;
}

.blog-card__cover:hover img {
  transform: scale(1.05);
}

.blog-card__body {
  padding: 2.375rem 2.5rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.blog-card__tag {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: #E7F5E9;
  border-radius: 999px;
  color: #EFD422;
  text-align: center;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: absolute;
  top: -1.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  left: 1.75rem;
  border-radius: 71px;
  border: 1px solid #EFD422;
  background: #846024;
}

.blog-card__title {
  color: #2C2C2C;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.4px;
  margin-bottom: 0.75rem;
  height: 3.5rem;
  overflow: hidden;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #319F49;
}

.blog-card__excerpt {
  color: #2C2C2C;
  font-family: "Aeonik Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.5rem;
  height: 5rem;
}

.blog-card__button {
  margin-top: auto;
  padding-inline: 1.75rem;
}

.blog-card__button span {
  font-size: 1.25rem;
}

@media screen and (max-width: 993px) {
  .blog-card {
    border-radius: 8px;
  }

  .blog-card__cover {
    aspect-ratio: 335/180;
  }

  .blog-card__tag {
    padding-inline: 1.5rem;
    padding-block: 0;
    height: 2rem;
    font-size: 0.75rem;
    top: -1rem;
    left: 1.25rem;
  }

  .blog-card__body {
    padding: 1.25rem;
    padding-top: 2rem;
  }

  .blog-card__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .blog-card__excerpt {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .blog-card__button {
    padding-inline: 0;
    width: 100%;
  }
}

.swiper-blog {
  padding-bottom: 2.5rem;
}

.swiper-blog .swiper-pagination {
  bottom: 0;
}

.swiper-blog .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #D2B062;
  opacity: 1;
  transition: 200ms;
}

.swiper-blog .swiper-pagination-bullet-active {
  background: #846024;
  width: 0.5rem;
}

.how-acts {
  padding-top: 5rem;
  padding-bottom: 13.75rem;
}

.how-acts .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.how-acts .left {
  max-width: 41.875rem;
}

.how-acts__title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 1.5rem;
}

.how-acts p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.how-acts p+p {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .how-acts {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }

  .how-acts .container {
    flex-direction: column;
    gap: 2rem;
  }

  .how-acts__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .how-acts p {
    font-size: 0.875rem;
  }

  .how-acts .how-acts__image img {
    display: block;
    width: 100%;
    max-width: 18.75rem;
  }
}

.marquee {
  background: #78C685;
  padding-block: 2.25rem;
  overflow: hidden;
}

.marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.marquee__list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2.5rem;
  padding-right: 2.5rem;
}

.marquee__list li {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  white-space: nowrap;
  font-family: "Aeonik Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #268D3E;
}

.marquee__star {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 1200px) {
  .marquee__list li {
    font-size: 1.125rem;
  }

  .marquee__star {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@media screen and (max-width: 993px) {
  .marquee {
    padding-block: 1.5rem;
  }

  .marquee__list {
    flex-shrink: 0;
    gap: 1.5rem;
  }

  .marquee__list li {
    font-size: 1.5rem;
    gap: 1rem;
  }

  .marquee__star {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  background: #FDFCE6;
  border: 1px solid #767676;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 0.25rem 0.75rem rgba(132, 96, 36, 0.02);
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-0.5rem);
  border-color: #EFD422;
  box-shadow: 0 1rem 2.5rem rgba(132, 96, 36, 0.1);
}

.product-card:hover .product-card__bg-flower svg {
  transform: rotate(15deg) scale(1.1);
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card__visual {
  position: relative;
  height: 17.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  background-image: url(../images/backgrounds/bg-flowers.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.product-card__image {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.12));
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5rem;
  height: 3rem;
  overflow-y: hidden;
}

.product-card__description {
  margin-bottom: 1rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  height: 150px;
  overflow: hidden;
}

.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.product-card__actions .btn {
  width: 100%;
}

.product-card--purchase .product-card__price {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: auto;
  margin-bottom: 1rem;
}

.product-card--purchase .product-card__price-label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.product-card--purchase .product-card__price-value {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.product-card--purchase .product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-card--purchase .product-card__actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-inline: 20px;
}

.product-card--purchase .product-card__actions .btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #846024;
  text-decoration: underline;
  transition: color 0.3s ease;
  cursor: pointer;
}

.product-card--purchase .product-card__actions .btn-more:hover {
  color: #268D3E;
}

@media screen and (max-width: 1200px) {
  .product-card__body {
    padding-inline: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .product-card__title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .product-card__description {
    font-size: 0.75rem;
    line-height: 1.19;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal .modal-content {
  width: 35rem;
  background-color: #FFF;
  height: 100vh;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal.active .modal-content {
  transform: translateX(0);
}

.modal .btn-close {
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .btn-close::before,
.modal .btn-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #2C2C2C;
  border-radius: 1px;
}

.modal .btn-close::before {
  transform: rotate(45deg);
}

.modal .btn-close::after {
  transform: rotate(-45deg);
}

.modal.modal-notification .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding-block: 2.3125rem;
  padding-inline: 2.5rem;
}

.modal.modal-notification .header h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}

.modal.modal-notification .header button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: transparent;
  border: 0;
}

.modal.modal-notification .list {
  flex-grow: 1;
  padding-left: 2.375rem;
  padding-right: 2.125rem;
  padding-block: 1.5rem;
}

.modal.modal-notification .list .card-product-inline {
  display: flex;
  align-items: flex-start;
}

.modal.modal-notification .list .card-product-inline .left {
  flex: 1;
  display: flex;
  gap: 1rem;
}

.modal.modal-notification .list .card-product-inline .left .wrapper-image {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 8px;
  background: #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.modal-notification .list .card-product-inline .left .wrapper-image img {
  max-width: 64px;
  max-height: 94px;
  display: block;
}

.modal.modal-notification .list .card-product-inline .left .price .row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal.modal-notification .list .card-product-inline .left .price .row h4 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.1px;
}

.modal.modal-notification .list .card-product-inline .left .price .row span {
  height: 1.875rem;
  padding-inline: 0.75rem;
  border-radius: 8px;
  background: #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2C2C;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.1px;
}

.modal.modal-notification .list .card-product-inline .left .price .full {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.1px;
  display: block;
  margin-bottom: 0.75rem;
}

.modal.modal-notification .list .card-product-inline .left .price .qtd-price {
  border-radius: 8px;
  border: 1px solid #939393;
  height: 2.875rem;
  display: flex;
  align-items: center;
  padding-inline: 0.875rem;
}

.modal.modal-notification .list .card-product-inline .left .price .qtd-price button {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.modal.modal-notification .list .card-product-inline .left .price .qtd-price span {
  width: 40%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.modal-notification .list .card-product-inline .btn-remove {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: #F7C0C0;
  border: 0;
  cursor: pointer;
}

.modal.modal-notification .footer {
  border-top: 1px solid #939393;
  padding-inline: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.modal.modal-notification .footer .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.modal.modal-notification .footer .row .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.1px;
}

.modal.modal-notification .footer .row .price {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: -0.00625rem;
}

.modal.modal-notification .footer .actions {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.modal.modal-notification .footer .actions .btn {
  width: 100%;
}

.modal.modal-notification .footer .actions .btn.ghost {
  border-radius: 12px;
  border: 1px solid #846024;
}

@media screen and (max-width: 1250px) {
  .modal.modal-notification {
    align-items: flex-end;
    justify-content: center;
    z-index: 999;
  }

  .modal.modal-notification .modal-content {
    width: 100%;
    max-width: 100%;
    height: 90vh;
    border-radius: 24px 24px 0 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(100%);
  }

  .modal.modal-notification.active .modal-content {
    transform: translateY(0);
  }

  .modal.modal-notification .header {
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }

  .modal.modal-notification .header h2 {
    font-size: 1.125rem;
  }

  .modal.modal-notification .list {
    padding-inline: 1.25rem;
    padding-block: 1rem;
    overflow-y: auto;
  }

  .modal.modal-notification .list .card-product-inline .left {
    gap: 0.75rem;
  }

  .modal.modal-notification .list .card-product-inline .left .wrapper-image {
    width: 5rem;
    height: 5rem;
  }

  .modal.modal-notification .list .card-product-inline .left .wrapper-image img {
    max-width: 48px;
    max-height: 70px;
  }

  .modal.modal-notification .list .card-product-inline .left .price .row h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .modal.modal-notification .list .card-product-inline .left .price .row span {
    font-size: 0.75rem;
    height: 1.5rem;
    padding-inline: 0.5rem;
  }

  .modal.modal-notification .list .card-product-inline .left .price .full {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .modal.modal-notification .list .card-product-inline .left .price .qtd-price {
    height: 2.5rem;
  }

  .modal.modal-notification .list .card-product-inline .btn-remove {
    width: 2rem;
    height: 2rem;
  }

  .modal.modal-notification .list .card-product-inline .btn-remove svg {
    width: 16px;
    height: 16px;
  }

  .modal.modal-notification .footer {
    padding-inline: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
  }

  .modal.modal-notification .footer .row {
    margin-bottom: 1rem;
  }

  .modal.modal-notification .footer .row .title {
    font-size: 1.125rem;
  }

  .modal.modal-notification .footer .row .price {
    font-size: 1.125rem;
  }

  .modal.modal-notification .footer .actions {
    gap: 0.5rem;
  }

  .modal.modal-notification .footer .actions .btn {
    height: 3rem;
  }
}

.modal.modal-new-address .modal-content {
  display: flex;
  flex-direction: column;
}

.modal.modal-new-address .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 2.3125rem;
  border-bottom: 1px solid #DFDFDF;
  padding-inline: 2.5rem;
}

.modal.modal-new-address .header h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.modal.modal-new-address .list {
  flex-grow: 1;
  overflow-y: auto;
  padding-inline: 2.5rem;
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.modal.modal-new-address .list .input-group label {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal.modal-new-address .list .input-group label span {
  color: #949494;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.modal.modal-new-address .list .input-group input {
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 8px;
  border: 1px solid #939393;
  background-color: transparent;
  padding-inline: 1rem;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
}

.modal.modal-new-address .list .input-group input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modal.modal-new-address .list .row {
  display: grid;
  grid-template-columns: 290px 1fr;
  align-items: flex-end;
  gap: 1.5rem;
}

.modal.modal-new-address .list .row .btn-change {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  height: 48px;
  padding-inline-start: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.modal.modal-new-address .list .group-city {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-end;
  gap: 0.5rem;
}

.modal.modal-new-address .list .group-city .input-group-select .title {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select {
  position: relative;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.25rem;
  height: 3rem;
  border-radius: 8px;
  border: 1px solid #939393;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .trigger span {
  color: #939393;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .trigger.has-value span {
  color: #2C2C2C;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .trigger svg {
  transition: transform 0.2s;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 12.5rem;
  overflow-y: auto;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #939393;
  list-style: none;
  z-index: 5;
  padding: 0.25rem 0;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .options li {
  padding: 0.5rem 1.25rem;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  color: #2C2C2C;
  cursor: pointer;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .options li:hover {
  background-color: #F5F5F5;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select .options li.selected {
  background-color: #C5E6CA;
  font-weight: 500;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select.open .options {
  display: block;
}

.modal.modal-new-address .list .group-city .input-group-select .custom-select.open .trigger svg {
  transform: rotate(180deg);
}

.modal.modal-new-address .list .input-group-line {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal.modal-new-address .list .input-group-line input[type=checkbox] {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px;
  border: 1px solid #939393;
  cursor: pointer;
  position: relative;
}

.modal.modal-new-address .list .input-group-line input[type=checkbox]:checked {
  background-color: #846024;
  border-color: #846024;
}

.modal.modal-new-address .list .input-group-line input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 9px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
}

.modal.modal-new-address .list .input-group-line label {
  color: #939393;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.modal.modal-new-address .list .btn {
  flex-shrink: 0;
  width: 100%;
}

.modal.modal-select-address .modal-content {
  display: flex;
  flex-direction: column;
}

.modal.modal-select-address .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 2.3125rem;
  border-bottom: 1px solid #DFDFDF;
  padding-inline: 2.5rem;
}

.modal.modal-select-address .header h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.modal.modal-select-address .list {
  flex-grow: 1;
  overflow-y: auto;
  padding-inline: 2.5rem;
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal.modal-select-address .list #address-list-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal.modal-select-address .list .btn-new-from-select {
  width: 100%;
  height: 6.5rem;
  border: 1px solid #939393;
  border-radius: 8px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

.modal.modal-select-address .list .btn-new-from-select:hover {
  border-color: #2C2C2C;
  background-color: #FAF9F5;
}

.modal.modal-select-address .list .btn-new-from-select span {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.modal.modal-select-address .address-card {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  cursor: pointer;
  transition: border-color 0.2s;
}

.modal.modal-select-address .address-card.selected {
  border-color: #2C2C2C;
  border-width: 2px;
}

.modal.modal-select-address .address-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.modal.modal-select-address .address-card__header .left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal.modal-select-address .address-card__header .left .nickname {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
}

.modal.modal-select-address .address-card__header .left .check-icon {
  display: flex;
  align-items: center;
}

.modal.modal-select-address .address-card__header .btn-edit {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}

.modal.modal-select-address .address-card__body address {
  font-style: normal;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

.modal.modal-select-address .address-card__body .complement {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  margin-top: 0.75rem;
}

.modal.modal-select-address .footer {
  border-top: 1px solid #939393;
  padding-inline: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.modal.modal-select-address .footer .btn {
  width: 100%;
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

.instagram {
  margin-bottom: 12.5rem;
}

.instagram__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.1875rem;
}

.instagram__header .left h2 {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0rem;
  color: #000;

  margin-bottom: 0.75rem;
}

.instagram__header .left .btn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  color: #055D20;
}

.instagram__header .btn {
  padding-inline: 3rem;
}

.instagram .swiper-slide {
  height: auto;
  overflow: hidden;
  border-radius: 1.5rem;
}

.instagram .card-instagram {
  display: block;
  height: 100%;
}

.instagram .card-instagram img {
  display: block;
  width: 100%;
  height: 35rem;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 200ms;
}

.instagram .card-instagram img:hover {
  transform: scale(1.1);
}

.instagram .swiper-pagination {
  display: none;
}

.instagram .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(5, 93, 32, 0.2);
  opacity: 1;
  transition: 200ms;
}

.instagram .swiper-pagination-bullet-active {
  background: #319F49;
  width: 0.5rem;
}

.instagram .swiper-button-prev,
.instagram .swiper-button-next {
  display: none;
}

.instagram .btn.mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .instagram .swiper {
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 993px) {
  .instagram {
    margin-bottom: 5rem;
  }

  .instagram .instagram__header {
    margin-bottom: 1rem;
  }

  .instagram .instagram__header .left h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .instagram .instagram__header .btn {
    display: none;
  }

  .instagram img {
    aspect-ratio: 335/450;
  }

  .instagram .swiper {
    width: calc(100% + 20px);
    padding-bottom: 50px;
  }

  .instagram .swiper .swiper-pagination {
    display: block;
  }

  .instagram .swiper .swiper-button-prev,
  .instagram .swiper .swiper-button-next {
    display: block;
  }

  .instagram .btn.mobile {
    display: flex;
    padding-inline: 10px;
    margin-inline: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 769px) {
  .instagram .swiper {
    width: 100%;
  }
}

.custom-gender-select {
  position: relative;
  width: 100%;
}

.custom-gender-select .trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #939393;
  padding-inline: 1.25rem;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.custom-gender-select .trigger span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.custom-gender-select .trigger svg {
  transition: transform 0.2s;
}

.custom-gender-select.open .trigger svg {
  transform: rotate(180deg);
}

.custom-gender-select.open .options {
  display: block;
}

.custom-gender-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  background-color: #FAF8C1;
  border: 0.0625rem solid #939393;
  border-radius: 0.75rem;
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  box-sizing: border-box;
}

.custom-gender-select .options li {
  padding: 0.75rem 1.25rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-gender-select .options li:hover {
  background-color: #F2EEB5;
}

.custom-gender-select .options li.selected {
  background-color: #846024;
  color: #FFFFFF;
}

.page-01-home {
  background: #FDFCE6;
  overflow-x: hidden;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1200px) {
  .page-01-home {
    padding-top: 4.5rem;
  }
}

.page-01-home .container {
  max-width: calc(85.625rem + 5rem);
}

.page-01-home main {
  max-width: 100%;
  overflow-x: hidden;
}

.page-01-home .hero {
  position: relative;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  padding-top: 10.875rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.page-01-home .hero__container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}

.page-01-home .hero__content {
  flex: 1 1 0;
  max-width: 48.125rem;
  position: relative;
  z-index: 2;
}

.page-01-home .hero2 .hero__content {
  max-width: 90.125rem;
}

.page-01-home .hero2 .hero__description {
  margin-left: auto;
  margin-right: auto;
}

.page-01-home .hero2 .hero__actions {
  justify-content: center;
}

.hero2 .descricao {
  background-color: #F4F4F420;
  color: #FFF;
  border: solid 1px #FFF;
  max-width: 411px;
  border-radius: 20px;
  padding: 10px 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.page-01-home .hero__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.page-01-home .hero__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1125rem;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2.5rem;
  max-width: 42.5rem;
}

.page-01-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-01-home .hero__actions .btn {
  padding-block: 1rem;
  padding-inline: 1.75rem;
  font-size: 0.9375rem;
}

.page-01-home .hero__visual {
  flex-shrink: 0;
  width: 38.75rem;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

.page-01-home .hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.page-01-home .hero2 {
  text-align: center;
  padding-top: 5.875rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 1200px) {
  .page-01-home .hero {
    padding-top: 9.625rem;
    padding-bottom: 7.5rem;
          height: calc(100vh - 158px);
  }

  .page-01-home .hero__title {
    font-size: 3rem;
  }

  .page-01-home .hero__visual {
    width: 27.5rem;
  }
}

@media screen and (max-width: 993px) {
  .page-01-home .hero {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-position: top center;
  }

  .page-01-home .hero__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-01-home .hero__title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .page-01-home .hero__description {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }

  .page-01-home .hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .page-01-home .hero__actions .btn {
    width: 100%;
  }

  .page-01-home .hero__visual {
    width: 100%;
    max-width: initial;
  }
}

.page-01-home .benefits {
  padding-block: 7.5rem;
  background: #FDFCE6;
  position: relative;
}

.page-01-home .benefits__header {
  text-align: center;
  max-width: 53.375rem;
  margin: 0 auto 3.75rem;
}

.page-01-home .benefits__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0rem;
  color: #2C2C2C;
  margin-bottom: 1.25rem;
}

.page-01-home .benefits__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.1125rem;
  color: #2C2C2C;
}

.page-01-home .benefits__visual {
  position: relative;
  max-width: 68.75rem;
  margin: 0 auto;
  aspect-ratio: 1100/820;
}

.page-01-home .benefits__photo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 39.6875rem;
}

.page-01-home .benefits__photo img {
  display: block;
}

.page-01-home .benefits__badge {
  position: absolute;
  padding: 0.75rem 1.25rem;
  white-space: normal;
  max-width: 16.25rem;
  z-index: 3;
  border-radius: 5.4375rem;
  border: 0.0625rem solid #78C685;
  background: #C5E6CA;
  color: #055D20;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.page-01-home .benefits__badge::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #319F49;
}

.page-01-home .benefits__badge--top-left {
  top: 26%;
  left: 0%;
}

.page-01-home .benefits__badge--top-left::before {
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-01-home .benefits__badge--mid-left {
  top: 58%;
  left: -2%;
}

.page-01-home .benefits__badge--mid-left::before {
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-01-home .benefits__badge--top-right {
  top: 30%;
  right: -1.8%;
}

.page-01-home .benefits__badge--top-right::before {
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-01-home .benefits__badge--mid-right {
  top: 58%;
  right: -1%;
}

.page-01-home .benefits__badge--mid-right::before {
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-01-home .benefits__badge--bot-right {
    top: 75%;
    right: 12%;
}

.page-01-home .benefits__badge--bot-right::before {
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}


.page-01-home .benefits__leaf {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.page-01-home .benefits__leaf--1 {
  left: -23%;
  top: 31%;
  width: 5.75rem;
}

.page-01-home .benefits__leaf--2 {
  right: 4%;
  top: 18%;
  width: 10rem;
}

.page-01-home .benefits__leaf--3 {
  left: 12%;
  bottom: 8%;
  width: 6.375rem;
}

.page-01-home .benefits__button {
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-50%);
  padding-inline: 3rem;
  z-index: 4;
  width: 100%;
}

.page-01-home .benefits__button .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 39rem;
}

.page-01-home .benefits__button .btn svg {
  margin-top: -0.1875rem;
}

.page-01-home .benefits__button .btn.yellow {
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .page-01-home .benefits {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .page-01-home .benefits__header {
    margin-bottom: 1.25rem;
  }

  .page-01-home .benefits__header h2 {
    margin-bottom: 0.5rem;
  }

  .page-01-home .benefits__title {
    font-size: 1.5rem;
  }

  .page-01-home .benefits__description {
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .page-01-home .benefits__visual {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .page-01-home .benefits__photo {
    display: none;
  }

  .page-01-home .benefits__badge {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    order: 2;
    text-align: center;
  }

  .page-01-home .benefits__badge::before {
    display: none;
  }

  .page-01-home .benefits__leaf {
    display: none;
  }

  .page-01-home .benefits__button {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: 1rem;
    width: 100%;
    order: 3;
    padding-inline: 0;
  }
}

.page-01-home .about {
  padding-block: 3.75rem 7.5rem;
}

.page-01-home .about__container {
  display: grid;
  grid-template-columns: minmax(20rem, 33.125rem) 1fr;
  gap: 5rem;
  align-items: center;
}

.texto64 .about__container {
  grid-template-columns: minmax(23rem, 40.125rem) 1fr;
  gap: 9rem;
}

.texto64 .descricao {
  background-color: #FAF8C120;
  color: #EDA405;
  border: 1px solid #EDA405;
  padding: 10px 8px;
  max-width: 350px;
  border-radius: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.page-01-home .about__content {
  max-width: 33.125rem;
}

.texto64 .about__content {
  max-width: 35.125rem;
}

.page-01-home .about__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #2C2C2C;
  margin-bottom: 1.5rem;
}

.page-01-home .about__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  color: #2C2C2C;
  margin-bottom: 2.25rem;
}

.page-01-home .about__visual {
  position: relative;
  aspect-ratio: 670/480;
  max-width: 41.875rem;
  margin-left: auto;
}

.page-01-home .about__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.page-01-home .about__badge {
  position: absolute;
}

.page-01-home .about__badge--years {
  left: -4.5625rem;
  top: 2.3125rem;
}

.page-01-home .about__badge--international {
  bottom: 1rem;
  right: -5.5rem;
}

.page-01-home .about .btn {
  padding-inline: 4rem;
}

.page-01-home .about .about__mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-01-home .about {
    padding-top: 0rem;
    padding-bottom: 5rem;
    margin-top: 0;
  }

  .page-01-home .about .about__container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .page-01-home .about .about__content {
    max-width: initial;
  }

  .page-01-home .about .about__content h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-01-home .about .about__content h2 br {
    display: none;
  }

  .page-01-home .about .about__content p {
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .page-01-home .about .about__content .btn {
    display: none;
  }

  .page-01-home .about .about__visual {
    margin-right: auto;
    margin-left: 0;
    max-width: 25rem;
  }

  .page-01-home .about .about__visual .about__badge-icon {
    width: 6.25rem;
    height: 6.25rem;
  }

  .page-01-home .about .about__visual .about__badge-icon img {
    display: block;
    width: 100%;
  }

  .page-01-home .about .about__visual .about__badge--years {
    left: 0rem;
    top: -3rem;
  }

  .page-01-home .about .about__visual .about__badge--international {
    bottom: -2.625rem;
    right: 0.625rem;
  }

  .page-01-home .about .about__mobile {
    display: block;
    width: 100%;
    margin-top: 3rem;
  }

  .page-01-home .about .about__mobile .btn {
    width: 100%;
  }
}

.page-01-home .blog {
  padding-block: 3.75rem 7.5rem;
}

.page-01-home .blog__header {
  text-align: center;
  max-width: 53.375rem;
  margin: 0 auto 3rem;
}

.page-01-home .blog__title {
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 1rem;
}

.page-01-home .blog__description {
  color: #2C2C2C;
  text-align: center;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

@media screen and (max-width: 993px) {
  .page-01-home .blog {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }

  .page-01-home .blog__header {
    margin-bottom: 1rem;
  }

  .page-01-home .blog__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-01-home .blog__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.page-02-quem-somos {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1200px) {
  .page-02-quem-somos {
    padding-top: 4.5rem;
  }
}

.page-02-quem-somos .container {
  max-width: 90.625rem;
}

.page-02-quem-somos .hero img {
  display: block;
  width: 100%;
  height: 35rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-02-quem-somos .hero-text {
  padding-block: 4rem;
}

.page-02-quem-somos .hero-text__card {
  max-width: 50.625rem;
  margin-inline: auto;
}

.page-02-quem-somos .hero-text__card h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
  margin-bottom: 0.75rem;
}

.page-02-quem-somos .hero-text__card p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 1200px) {
  .page-02-quem-somos .hero-text {
    padding-block: 2rem 3rem;
  }

  .page-02-quem-somos .hero-text__card {
    max-width: initial;
  }

  .page-02-quem-somos .hero-text__card h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-02-quem-somos .hero-text__card p {
    font-size: 0.875rem;
  }
}

.page-02-quem-somos .history {
  margin-block: 7.5rem;
}

.page-02-quem-somos .history__group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

.page-02-quem-somos .history__title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 118.75%;
}

.page-02-quem-somos .history .select {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}

.page-02-quem-somos .history .select>span {
  color: #2C2C2C;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.00625rem;
}

.page-02-quem-somos .history .select label {
  padding-inline: 1rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 0.0625rem solid #939393;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.75rem;
}

.page-02-quem-somos .history .select label span {
  color: #2C2C2C;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 118.75%;
  letter-spacing: -0.00625rem;
}

.page-02-quem-somos .history__swiper-wrap {
  position: relative;
}

.page-02-quem-somos .history .swiper-history .swiper-slide {
  height: auto;
}

.page-02-quem-somos .history .btn-left,
.page-02-quem-somos .history .btn-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.0625rem solid #2C2C2C;
  background-color: #FDFCE6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.page-02-quem-somos .history .btn-left.swiper-button-disabled,
.page-02-quem-somos .history .btn-right.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.page-02-quem-somos .history .btn-left {
  left: -1rem;
}

.page-02-quem-somos .history .btn-right {
  right: -1rem;
}

.page-02-quem-somos .history__item {
  height: 100%;
  border-radius: 16px;
  border: 0.0625rem solid #2C2C2C;
  overflow: hidden;
}

.page-02-quem-somos .history__item .cover {
  height: 16.5625rem;
  margin-bottom: 1.5rem;
}

.page-02-quem-somos .history__item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-02-quem-somos .history__item .info {
  padding-inline: 1.5rem;
  padding-bottom: 2.5rem;
}

.page-02-quem-somos .history__item .info h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.page-02-quem-somos .history__item .info p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-02-quem-somos .history__desc {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-02-quem-somos .history {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .page-02-quem-somos .history__desc {
    display: block;
    color: #2C2C2C;
    font-family: "Aeonik Pro";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }

  .page-02-quem-somos .history__group-title {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    align-items: flex-end;
  }

  .page-02-quem-somos .history__group-title h2 {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 29px;
    margin-bottom: 0.5rem;
  }

  .page-02-quem-somos .history__group-title .select {
    margin-left: auto;
    margin-right: 0;
  }

  .page-02-quem-somos .history__group-title .select>span {
    font-size: 0.875rem;
  }

  .page-02-quem-somos .history__group-title .select__trigger span {
    font-size: 0.875rem;
  }

  .page-02-quem-somos .history__item .cover {
    height: 14rem;
    margin-bottom: 1.5rem;
  }

  .page-02-quem-somos .history__item .info {
    padding-inline: 1.5rem;
    padding-bottom: 0rem;
  }

  .page-02-quem-somos .history__item .info h3 {
    font-size: 1rem;
  }

  .page-02-quem-somos .history__item .info p {
    font-size: 0.875rem;
  }
}

.page-02-quem-somos .card-01 .container {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}

.page-02-quem-somos .card-01__info {
  max-width: 41.875rem;
}

.page-02-quem-somos .card-01__info h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.375rem;
  margin-bottom: 0.75rem;
}

.page-02-quem-somos .card-01__info p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.page-02-quem-somos .card-01.reverse .container {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .page-02-quem-somos .card-01 .container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .page-02-quem-somos .card-01 .container img {
    display: block;
    width: 100%;
    max-width: 25rem;
  }

  .page-02-quem-somos .card-01__info h2 {
    line-height: 29px;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-02-quem-somos .card-01__info p {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .page-02-quem-somos .card-01.reverse .container {
    flex-direction: column;
  }
}

.select__trigger {
  padding-inline: 1rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 0.0625rem solid #939393;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  width: 8.75rem;
  background: transparent;
  cursor: pointer;
  transition: border-color 200ms, background-color 200ms;
}

.select__trigger:hover {
  border-color: #2C2C2C;
  background-color: rgba(44, 44, 44, 0.04);
}

.select__trigger[aria-expanded=true] {
  border-color: #319F49;
  border-radius: 8px 8px 0 0;
}

.select__trigger[aria-expanded=true] .select__arrow {
  transform: rotate(180deg);
}

.select__value {
  color: #2C2C2C;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 118.75%;
  letter-spacing: -0.00625rem;
}

.select__arrow {
  flex-shrink: 0;
  transition: transform 250ms ease;
}

.select__control {
  position: relative;
}

.select__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  background: #FFFFFF;
  border: 0.0625rem solid #319F49;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0.5rem 1.25rem rgba(44, 44, 44, 0.1);
  z-index: 200;
  list-style: none;
  padding: 0.25rem 0;
  animation: dropdownOpen 150ms ease;
  overflow: hidden;
}

.select__dropdown[hidden] {
  display: none;
}

.select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1rem;
  cursor: pointer;
  gap: 0.5rem;
  transition: background-color 120ms;
}

.select__option span {
  color: #2C2C2C;
  font-family: "Geist", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.00625rem;
  flex: 1;
}

.select__option .select__check {
  opacity: 0;
  flex-shrink: 0;
  transition: opacity 120ms;
}

.select__option:hover {
  background-color: rgba(44, 44, 44, 0.05);
}

.select__option--selected span {
  color: #055D20;
  font-weight: 700;
}

.select__option--selected .select__check {
  opacity: 1;
}

@keyframes dropdownOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-03-biblioteca-tecnica {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica {
    padding-top: 4.375rem;
  }
}

.page-03-biblioteca-tecnica .container {
  max-width: 90.625rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.page-03-biblioteca-tecnica .breadcrumbs-wrapper {
  background-color: #E7F5E9;
  padding-block: 2rem 1rem;
}

.page-03-biblioteca-tecnica .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-03-biblioteca-tecnica .breadcrumbs__link {
  color: #055D20;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-03-biblioteca-tecnica .breadcrumbs__link:hover {
  color: #055D20;
}

.page-03-biblioteca-tecnica .breadcrumbs__separator {
  display: block;
  width: 0.375rem;
  height: 0.625rem;
}

.page-03-biblioteca-tecnica .breadcrumbs__current {
  color: #055D20;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-03-biblioteca-tecnica .intro-section {
  background-color: #E7F5E9;
  padding-bottom: 3rem;
  margin-bottom: 1.75rem;
}

.page-03-biblioteca-tecnica .intro-section .page-title {
  color: #055D20;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.625rem;
}

.page-03-biblioteca-tecnica .intro-section .page-description {
  color: #055D20;
  font-family: "Geist", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.00625rem;
  max-width: 85.625rem;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .intro-section {
    padding-bottom: 1.875rem;
  }

  .page-03-biblioteca-tecnica .intro-section .page-title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }

  .page-03-biblioteca-tecnica .intro-section .page-description {
    line-height: 19px;
    font-size: 0.75rem;
  }
}

.page-03-biblioteca-tecnica .filters-section {
  padding-bottom: 2rem;
}

.page-03-biblioteca-tecnica .filters-section .filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 1rem;
  padding: 0.25rem;
  border-radius: 1.25rem;
  background: #FAF8C1;
}

.page-03-biblioteca-tecnica .filters-section .filter-tab {
  padding: 0.4375rem 1.25rem;
  border: none;
  border-radius: 1.25rem;
  background-color: transparent;
  color: #EDA405;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.page-03-biblioteca-tecnica .filters-section .filter-tab.active {
  background: #846024;
  color: #FDFCE6;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .filters-section .wrapper-scroll {
    overflow-x: auto;
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
    width: calc(100% + 3rem);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .page-03-biblioteca-tecnica .filters-section .wrapper-scroll::-webkit-scrollbar {
    display: none;
  }
}

.page-03-biblioteca-tecnica .filters-section .filter-pills {
  display: none;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-03-biblioteca-tecnica .filters-section .filter-pills.active {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .filters-section .filter-pills {
    gap: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.page-03-biblioteca-tecnica .filters-section .filter-pill {
  padding: 0.6875rem 2.5rem;
  border: 0;
  border-radius: 1.25rem;
  background: #FAF8C1;
  color: #EDA405;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.page-03-biblioteca-tecnica .filters-section .filter-pill:hover {
  background: #EFD422;
  color: #2C2C2C;
}

.page-03-biblioteca-tecnica .filters-section .filter-pill.active {
  background: #846024;
  color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .filters-section .filter-pill {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
}

.page-03-biblioteca-tecnica .results-section {
  padding-bottom: 7.5rem;
}

.page-03-biblioteca-tecnica .results-section .results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .results-header {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    margin-bottom: 0rem;
  }
}

.page-03-biblioteca-tecnica .results-section .results-count {
  color: #2C2C2C;
  font-family: "Aeonik Pro", "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .results-count {
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
    padding-block: 0.75rem;
  }
}

.page-03-biblioteca-tecnica .results-section .sort-selector {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .sort-selector {
    justify-content: center;
    width: 100%;
    padding-block: 0.875rem;
    border-top: 0.0625rem solid rgba(44, 44, 44, 0.12);
    border-bottom: 0.0625rem solid rgba(44, 44, 44, 0.12);
    gap: 0.25rem;
  }
}

.page-03-biblioteca-tecnica .results-section .sort-label {
  color: #2C2C2C;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .sort-label {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .page-03-biblioteca-tecnica .results-section .sort-label::before {
    content: "↓↑ ";
    font-size: 0.875rem;
  }
}

.page-03-biblioteca-tecnica .results-section .custom-select-wrapper {
  position: relative;
  min-width: 12.5rem;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .custom-select-wrapper {
    min-width: 0;
    width: auto;
  }
}

.page-03-biblioteca-tecnica .results-section .sort-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid rgba(132, 96, 36, 0.2);
  border-radius: 8px;
  background: #FFFFFF;
  color: #2C2C2C;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.3s;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .sort-trigger {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    width: auto;
    font-weight: 700;
    font-size: 0.875rem;
    gap: 0.25rem;
  }
}

.page-03-biblioteca-tecnica .results-section .sort-trigger:hover {
  border-color: #846024;
}

.page-03-biblioteca-tecnica .results-section .sort-trigger[aria-expanded=true] {
  border-color: #846024;
}

.page-03-biblioteca-tecnica .results-section .sort-trigger[aria-expanded=true] .sort-arrow {
  transform: rotate(180deg);
}

.page-03-biblioteca-tecnica .results-section .sort-arrow {
  width: 0.75rem;
  height: 0.4375rem;
  transition: transform 0.3s ease;
}

.page-03-biblioteca-tecnica .results-section .sort-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.25rem;
  padding: 0.5rem 0;
  border: 0.0625rem solid rgba(132, 96, 36, 0.2);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 0.75rem 2rem rgba(132, 96, 36, 0.12);
  list-style: none;
  z-index: 50;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .results-section .sort-options {
    min-width: 11.25rem;
    left: auto;
    right: 0;
    white-space: nowrap;
  }
}

.page-03-biblioteca-tecnica .results-section .sort-options.open {
  display: block;
}

.page-03-biblioteca-tecnica .results-section .sort-option {
  padding: 0.625rem 1rem;
  color: #2C2C2C;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-03-biblioteca-tecnica .results-section .sort-option:hover {
  background: #FDFCE6;
  color: #846024;
}

.page-03-biblioteca-tecnica .results-section .sort-option.active {
  background: #FAF8C1;
  color: #846024;
  font-weight: 600;
}

.page-03-biblioteca-tecnica .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
  .page-03-biblioteca-tecnica .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 993px) {
  .page-03-biblioteca-tecnica .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-04-sustentabilidade {
  padding-top: 6.25rem;
  background-color: #FDFCE6;
}

@media screen and (max-width: 1200px) {
  .page-04-sustentabilidade {
    padding-top: 4.375rem;
  }
}

.page-04-sustentabilidade .container {
  max-width: 90.625rem;
}

.page-04-sustentabilidade .hero-sustentabilidade {
  padding-block: 5rem 6.25rem;
  position: relative;
  overflow: hidden;
}

.page-04-sustentabilidade .hero-sustentabilidade__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  padding-top: 1.875rem;
}

.page-04-sustentabilidade .hero-sustentabilidade__title {
  color: #1C7C33;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem;
}

.page-04-sustentabilidade .hero-sustentabilidade__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-04-sustentabilidade .hero-sustentabilidade__globe {
  width: 100%;
  max-width: 42.1875rem;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.page-04-sustentabilidade .hero-sustentabilidade__leaf {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.page-04-sustentabilidade .hero-sustentabilidade__leaf--1 {
  width: 6.75rem;
  bottom: 9.25rem;
  right: calc(100% + 134px);
}

.page-04-sustentabilidade .hero-sustentabilidade__leaf--2 {
  width: 18.125rem;
  top: 0.125rem;
  left: calc(100% + 80px);
  opacity: 0.3;
}

.page-04-sustentabilidade .hero-sustentabilidade__description {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding-bottom: 1.25rem;
}

.page-04-sustentabilidade .hero-sustentabilidade__description p {
  color: var(--Secondary-800, #1C7C33);
  font-family: "Aeonik Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 1450px) {
  .page-04-sustentabilidade .hero-sustentabilidade__content {
    display: flex;
    flex-direction: column;
  }

  .page-04-sustentabilidade .hero-sustentabilidade__visual {
    max-width: 50rem;
    margin-inline: auto;
    margin-bottom: 2.5rem;
  }

  .page-04-sustentabilidade .hero-sustentabilidade__globe {
    max-width: 37.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-04-sustentabilidade .hero-sustentabilidade {
    padding-top: 1.875rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }

  .page-04-sustentabilidade .hero-sustentabilidade__title {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 0.9375rem;
    line-height: 40px;
  }

  .page-04-sustentabilidade .hero-sustentabilidade__description p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
  }
}

.page-04-sustentabilidade .sust-section {
  padding-block: 6.25rem;
  margin-bottom: 6.25rem;
}

.page-04-sustentabilidade .sust-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

@media (max-width: 992px) {
  .page-04-sustentabilidade .sust-section__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (min-width: 993px) {
  .page-04-sustentabilidade .sust-section__grid--reverse {
    direction: rtl;
  }

  .page-04-sustentabilidade .sust-section__grid--reverse>* {
    direction: ltr;
  }
}

.page-04-sustentabilidade .sust-section__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #E7F5E9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.page-04-sustentabilidade .sust-section__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.page-04-sustentabilidade .sust-section__title {
  color: var(--Neutral-800, #2C2C2C);
  font-family: var(--Font-style-aeonik-pro, "Aeonik Pro");
  font-size: var(--H4-font-size, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--H4-line-height, 38px);
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .sust-section__title {
    font-size: 1.625rem;
  }
}

.page-04-sustentabilidade .sust-section__text {
  color: var(--Neutral-800, #2C2C2C);
  font-family: var(--Font-style-aeonik-pro, "Aeonik Pro");
  font-size: var(--H6-font-size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Border-Width-lg-4, 32px);
}

.page-04-sustentabilidade .sust-section__text+.page-04-sustentabilidade .sust-section__text {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .sust-section__text {
    font-size: 0.9375rem;
  }
}

.page-04-sustentabilidade .sust-section__image {
  border-radius: 1.5rem;
  overflow: hidden;
}

.page-04-sustentabilidade .sust-section__image img {
  display: block;
  width: 100%;
  height: 26.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-04-sustentabilidade .sust-section__image:hover img {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .sust-section__image img {
    height: 18.75rem;
  }
}

.page-04-sustentabilidade .sust-section__image--product {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-04-sustentabilidade .sust-section__image--product img {
  height: auto;
  max-height: 23.75rem;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 0.75rem 2rem rgba(0, 0, 0, 0.08));
}

@media screen and (max-width: 1200px) {
  .page-04-sustentabilidade .sust-section {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }

  .page-04-sustentabilidade .sust-section__grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .page-04-sustentabilidade .sust-section__title {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .page-04-sustentabilidade .sust-section__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .page-04-sustentabilidade .sust-section__image img {
    display: block;
    width: 100%;
  }
}

.page-04-sustentabilidade .banner {
  padding-left: 38.5rem;
  width: 100%;
  max-width: 88.75rem;
  margin-inline: auto;
  padding-block: 8.75rem;
  background-image: url(../images/sustentabilidade-cuidado.png);
  background-size: cover;
  background-position: left center;
  border-radius: 1.5rem;
}

.page-04-sustentabilidade .banner__title {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.375rem;
  margin-bottom: 0.75rem;
}

.page-04-sustentabilidade .banner__text {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  max-width: 31.25rem;
}

@media screen and (max-width: 1550px) {
  .page-04-sustentabilidade .banner {
    width: calc(100% - 80px);
    margin-inline: auto;
  }
}

@media screen and (max-width: 1200px) {
  .page-04-sustentabilidade .banner {
    padding-bottom: 23.75rem;
    padding-top: 2rem;
    padding-inline: 2.5rem;
    max-width: 31.25rem;
    background-image: url(../images/sustentabilidade-cuidado-mobile.png);
    background-size: cover;
    background-position: center bottom;
    min-height: 41.875rem;
    margin-bottom: 0;
  }

  .page-04-sustentabilidade .banner__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-04-sustentabilidade .banner__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 993px) {
  .page-04-sustentabilidade .banner {
    padding-inline: 1.5rem;
    width: calc(100% - 40px);
  }
}

.page-04-sustentabilidade .banner-02 {
  margin-top: 9.0625rem;
}

.page-04-sustentabilidade .banner-02__grid {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4rem;
}

.page-04-sustentabilidade .banner-02__title {
  color: var(--Neutral-800, #2C2C2C);
  font-family: var(--Font-style-aeonik-pro, "Aeonik Pro");
  font-size: var(--H4-font-size, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--H4-line-height, 38px);
  margin-bottom: 0.75rem;
}

.page-04-sustentabilidade .banner-02__text {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.page-04-sustentabilidade .banner-02__text+.page-04-sustentabilidade .banner-02__text {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .banner-02__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-04-sustentabilidade .banner-02 {
    margin-bottom: 4rem;
  }

  .page-04-sustentabilidade .banner-02__grid {
    display: flex;
    flex-direction: column;
  }

  .page-04-sustentabilidade .banner-02__title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }

  .page-04-sustentabilidade .banner-02__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .page-04-sustentabilidade .banner-02 img {
    display: block;
    width: 100%;
  }
}

.page-04-sustentabilidade .sust-cta {
  padding-block: 5rem;
  background-color: #FDFCE6;
}

@media (max-width: 992px) {
  .page-04-sustentabilidade .sust-cta {
    padding-block: 3rem;
  }
}

.page-04-sustentabilidade .sust-cta__card {
  background: #E7F5E9;
  border-radius: 1.5rem;
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .page-04-sustentabilidade .sust-cta__card {
    grid-template-columns: 1fr;
    padding: 2.5rem 2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .sust-cta__card {
    padding: 2rem 1.5rem;
  }
}

.page-04-sustentabilidade .sust-cta__title {
  color: #055D20;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .sust-cta__title {
    font-size: 1.75rem;
  }
}

.page-04-sustentabilidade .sust-cta__text {
  color: #2C2C2C;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .page-04-sustentabilidade .sust-cta__text {
    font-size: 0.9375rem;
  }

  .page-04-sustentabilidade .sust-cta__text br {
    display: none;
  }
}

@media (max-width: 992px) {
  .page-04-sustentabilidade .sust-cta__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.page-04-sustentabilidade .sust-cta__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-04-sustentabilidade .sust-cta__visual img {
  max-width: 100%;
  max-height: 23.75rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 0.75rem 2rem rgba(0, 0, 0, 0.1));
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-04-sustentabilidade .sust-cta__visual:hover img {
  transform: scale(1.05);
}

.page-06-solucoes-interna {
  background-color: #FDFCE6;
}

.page-06-solucoes-interna .main-header .btn-mobile span {
  background-color: #FFF;
}

.page-06-solucoes-interna .container {
  max-width: 89.375rem;
}

.page-06-solucoes-interna .main-header {
  background-color: transparent;
}

.page-06-solucoes-interna .main-header.active {
  background-color: #319F49;
}

.page-06-solucoes-interna .main-header .main-nav__link {
  color: #FFF;
}

.page-06-solucoes-interna .main-header .lang-selector__trigger {
  color: #FFF;
}

.page-06-solucoes-interna .main-header .lang-selector__arrow path {
  stroke: #FFF;
}

.page-06-solucoes-interna .hero .top {
  padding-top: 7.25rem;
  background-image: url(../images/backgrounds/bg-solucoes-interna.png);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 18.75rem;
}

.page-06-solucoes-interna .hero .top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-06-solucoes-interna .hero .top .left {
  max-width: 35rem;
}

.page-06-solucoes-interna .hero .top .hero__image {
  flex: 1;
}

.page-06-solucoes-interna .hero .top .hero__image img {
  display: block;
  margin-left: auto;
  max-height: 500px;
}

.page-06-solucoes-interna .hero .top .hero__breadcrumb {
  margin-bottom: 8.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-06-solucoes-interna .hero .top .hero__breadcrumb a,
.page-06-solucoes-interna .hero .top .hero__breadcrumb span {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.1px;
  text-decoration: none;
}

.page-06-solucoes-interna .hero .top .hero__breadcrumb span {
  font-weight: 400;
}

.page-06-solucoes-interna .hero .top h1 {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.75rem;
  margin-bottom: 0.5rem;
}

.page-06-solucoes-interna .hero .top p {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.1px;
}

.page-06-solucoes-interna .hero .top .buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.page-06-solucoes-interna .hero .top .btn {
  padding-inline: 2.125rem;
}

.page-06-solucoes-interna .hero .bottom {
  position: relative;
  z-index: 1;
  margin-top: -9.375rem;
}

.page-06-solucoes-interna .hero .bottom .embed {
  aspect-ratio: 16/9;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.page-06-solucoes-interna .hero .bottom .embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.page-06-solucoes-interna .hero .bottom .container>.actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  .page-06-solucoes-interna .hero {
    margin-bottom: 0;
  }

  .page-06-solucoes-interna .hero .top {
    padding-bottom: 5.625rem;
    background: #319F49;
    background-image: url(../images/hero-detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .page-06-solucoes-interna .hero .top .hero__breadcrumb {
    display: none;
  }

  .page-06-solucoes-interna .hero .top h1 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .page-06-solucoes-interna .hero .top p {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .page-06-solucoes-interna .hero .top .hero__image {
    width: 180px;
    position: relative;
    z-index: 2;
  }

  .page-06-solucoes-interna .hero .top .hero__image img {
    display: block;
    width: 100%;
  }

  .page-06-solucoes-interna .hero .top .buttons {
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .page-06-solucoes-interna .hero .top .buttons .btn {
    width: 100%;
  }

  .page-06-solucoes-interna .hero .top .wrapper {
    flex-direction: column;
    gap: 3.125rem;
  }

  .page-06-solucoes-interna .hero .top .wrapper .left {
    max-width: initial;
  }

  .page-06-solucoes-interna .hero .bottom {
    margin-top: -60px;
  }

  .page-06-solucoes-interna .hero .bottom .container>.actions {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.page-06-solucoes-interna .mission {
  margin-top: 7.5rem;
}

@media screen and (max-width: 1200px) {
  .page-06-solucoes-interna .mission {
    margin-top: 3rem;
  }
}

.page-06-solucoes-interna .comparison {
  padding-block: 0;
  margin-bottom: 12.5rem;
}

@media screen and (max-width: 1200px) {
  .page-06-solucoes-interna .comparison {
    margin-bottom: 5rem;
  }
}

.page-07-conteudo-listagem {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1200px) {
  .page-07-conteudo-listagem {
    padding-top: 4.375rem;
  }
}

.page-07-conteudo-listagem .container {
  max-width: 89.375rem;
}

.page-07-conteudo-listagem .breadcrumbs-wrapper {
  padding-block: 2rem 1rem;
}

.page-07-conteudo-listagem .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-07-conteudo-listagem .breadcrumbs__link {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-07-conteudo-listagem .breadcrumbs__link:hover {
  color: #2C2C2C;
}

.page-07-conteudo-listagem .breadcrumbs__separator {
  width: 0.375rem;
  height: 0.625rem;
  display: block;
}

.page-07-conteudo-listagem .breadcrumbs__current {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}

.page-07-conteudo-listagem .blog-section {
  padding-bottom: 7.5rem;
}

.page-07-conteudo-listagem .blog-section__header {
  padding-bottom: 1.75rem;
  display: flex;
}

.page-07-conteudo-listagem .blog-section__header h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 57px;
}

.page-07-conteudo-listagem .blog-section__header p {
  padding-top: 0.875rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 41.875rem;
}

.page-07-conteudo-listagem .blog-section__main-article {
  margin-bottom: 4rem;
  cursor: pointer;
}

.page-07-conteudo-listagem .blog-section__main-article article {
  background-color: #FAF8C1;
  padding: 1.5rem;
  border-radius: 16px;
  display: flex;
}

.page-07-conteudo-listagem .blog-section__main-article article .cover {
  max-width: 41.875rem;
  width: 100%;
  position: relative;
}

.page-07-conteudo-listagem .blog-section__main-article article .cover .tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding-inline: 1rem;
  border-radius: 71px;
  border: 1px solid #268D3E;
  background: #C5E6CA;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #268D3E;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 1px;
}

.page-07-conteudo-listagem .blog-section__main-article article .cover img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
  aspect-ratio: 670/360;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.page-07-conteudo-listagem .blog-section__main-article article .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
}

.page-07-conteudo-listagem .blog-section__main-article article .info .category {
  height: 2.5rem;
  border-radius: 71px;
  border: 1px solid #EFD422;
  background: #846024;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2.5rem;
  color: #EFD422;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.page-07-conteudo-listagem .blog-section__main-article article .info h2 {
  max-width: 28.75rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: -0.025rem;
  margin-bottom: 0.5rem;
}

.page-07-conteudo-listagem .blog-section__main-article article .info p {
  max-width: 28.75rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.page-07-conteudo-listagem .blog-section__main-article article .info .btn {
  margin-top: auto;
}

@media screen and (max-width: 993px) {
  .page-07-conteudo-listagem .blog-section__main-article {
    margin-bottom: 1.5rem;
  }

  .page-07-conteudo-listagem .blog-section__main-article article {
    flex-direction: column;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .cover {
    max-width: 100%;
    aspect-ratio: 335/180;
    overflow: hidden;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .cover .tag {
    top: 0.75rem;
    left: 0.75rem;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .cover img {
    border-radius: 0;
    height: 100%;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .info {
    padding: 2rem 1.25rem 1.25rem;
    position: relative;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .info .category {
    position: absolute;
    top: -1rem;
    left: 1.25rem;
    height: 2rem;
    padding-inline: 1.5rem;
    font-size: 0.75rem;
    margin-bottom: 0;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .info h2 {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .info p {
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }

  .page-07-conteudo-listagem .blog-section__main-article article .info .btn {
    width: 100%;
  }
}

.page-07-conteudo-listagem .blog-section__subheader {
  margin-bottom: 1rem;
}

.page-07-conteudo-listagem .blog-section__subheader h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0.8125rem;
}

.page-07-conteudo-listagem .blog-section__subheader .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-07-conteudo-listagem .blog-section__subheader .actions {
  display: flex;
  align-items: center;
}

.page-07-conteudo-listagem .blog-section__subheader .actions .category {
  text-decoration: none;
  padding-inline: 1.5rem;
  color: var(--Neutral-400, #939393);
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  height: 2.25rem;
  transition: 200ms;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
}

.page-07-conteudo-listagem .blog-section__subheader .actions .category.active,
.page-07-conteudo-listagem .blog-section__subheader .actions .category:hover {
  border-radius: 1000px;
  background: #846024;
  color: #EFD422;
}

.page-07-conteudo-listagem .blog-section__subheader .input-search {
  border-radius: 1000px;
  border: 1px solid #939393;
  height: 2.625rem;
  width: 22.625rem;
  padding-inline: 1rem;
  background-color: transparent;
  padding-left: 2.75rem;
  color: #939393;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  background-image: url(../images/icons/icon-search.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-top: 0.25rem;
}

.page-07-conteudo-listagem .blog-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-bottom: 4rem;
}

.page-07-conteudo-listagem .blog-section__subheader .actions {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
}

.page-07-conteudo-listagem .blog-section__subheader .actions::-webkit-scrollbar {
  display: none;
}

.page-07-conteudo-listagem .blog-section__subheader .actions .category {
  flex-shrink: 0;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .page-07-conteudo-listagem .blog-section {
    padding-bottom: 2.5rem;
  }

  .page-07-conteudo-listagem .blog-section__header {
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .page-07-conteudo-listagem .blog-section__header h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .page-07-conteudo-listagem .blog-section__header p {
    font-size: 0.875rem;
    line-height: 24px;
    padding-top: 0.5rem;
  }

  .page-07-conteudo-listagem .blog-section__subheader .row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .page-07-conteudo-listagem .blog-section__subheader .actions {
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
    width: calc(100% + 48px);
  }

  .page-07-conteudo-listagem .blog-section__subheader .actions .category {
    font-size: 0.75rem;
    padding-inline: 1rem;
    height: 2rem;
  }

  .page-07-conteudo-listagem .blog-section__subheader .input-search {
    width: 100%;
  }

  .page-07-conteudo-listagem .blog-section__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.page-08-conteudo-interna {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1200px) {
  .page-08-conteudo-interna {
    padding-top: 4.375rem;
  }
}

.page-08-conteudo-interna .container {
  max-width: 89.375rem;
}

.page-08-conteudo-interna .breadcrumbs-wrapper {
  padding-block: 2rem 1rem;
}

.page-08-conteudo-interna .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.page-08-conteudo-interna .breadcrumbs__link {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.page-08-conteudo-interna .breadcrumbs__link:hover {
  color: #2C2C2C;
}

.page-08-conteudo-interna .breadcrumbs__separator {
  width: 0.375rem;
  height: 0.625rem;
  display: block;
  flex-shrink: 0;
}

.page-08-conteudo-interna .breadcrumbs__current {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.page-08-conteudo-interna .internal-page {
  padding-bottom: 5rem;
}

.page-08-conteudo-interna .internal-page .container {
  display: grid;
  grid-template-columns: 1fr 810px 1fr;
}

.page-08-conteudo-interna .internal-page .container .left {
  position: relative;
}

.page-08-conteudo-interna .internal-page .container .left .social {
  position: sticky;
  top: 7.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.page-08-conteudo-interna .internal-page .container .content .cover {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.page-08-conteudo-interna .internal-page .container .content .image {
  display: block;
  width: 100%;
  border-radius: 12px;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}

.page-08-conteudo-interna .internal-page .container .content .category {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 71px;
  border: 1px solid #EFD422;
  background: #846024;
  padding-inline: 1rem;
  height: 2.25rem;
  border-radius: 1000px;
  width: -moz-max-content;
  width: max-content;
  color: #EFD422;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}

.page-08-conteudo-interna .internal-page .container .content h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.4px;
  margin-bottom: 0.5rem;
}

.page-08-conteudo-interna .internal-page .container .content p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

.page-08-conteudo-interna .internal-page .container .content .box-audio {
  margin-top: 2.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #BFBFBF;
}

.page-08-conteudo-interna .internal-page .container .content .box-audio>h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.audio-player {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #FAF8C1;
  border-radius: 8px;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.audio-player__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: #846024;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}

.audio-player__button:hover {
  background-color: #FFF;
  transform: scale(1.05);
}

.audio-player__button:active {
  transform: scale(0.95);
}

.audio-player__button svg {
  width: 20px;
  height: 20px;
}

.audio-player__progress-container {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  min-width: 0;
}

.audio-player__time {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  min-width: 45px;
  text-align: right;
}

.audio-player__time:first-child {
  text-align: left;
}

.audio-player__progress {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #ddd 0%, #ddd 100%);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.audio-player__progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #846024;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  margin-top: -4px;
}

.audio-player__progress::-webkit-slider-thumb:hover {
  background: #846024;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.audio-player__progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #846024;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  ;
}

.audio-player__progress::-moz-range-thumb:hover {
  background: #846024;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.audio-player__progress::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #846024 0%, #846024 var(--progress-width, 0%), #ddd var(--progress-width, 0%), #ddd 100%);
  height: 6px;
  border-radius: 3px;
}

.audio-player__progress::-moz-range-track {
  background: transparent;
  border: none;
}

.audio-player__volume-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0;
}

.audio-player__volume-btn:hover {
  color: #846024;
}

.audio-player__volume-btn svg {
  width: 20px;
  height: 20px;
}

.audio-player__volume {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.audio-player__volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #846024;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: -3px;
}

.audio-player__volume::-webkit-slider-thumb:hover {
  background: #846024;
}

.audio-player__volume::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #846024;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.audio-player__volume::-moz-range-thumb:hover {
  background: #846024;
}

.audio-player__volume::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #846024 0%, #846024 var(--volume-width, 100%), #ddd var(--volume-width, 100%), #ddd 100%);
  height: 4px;
  border-radius: 2px;
}

.audio-player__volume::-moz-range-track {
  background: transparent;
  border: none;
}

.page-08-conteudo-interna .internal-page .container .content h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.page-08-conteudo-interna .internal-page .container .content h3 {
  margin-top: 2rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

.page-08-conteudo-interna .internal-page .container .content .embed {
  margin-block: 0.75rem;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #2C2C2C;
}

@media screen and (max-width: 1200px) {
  .page-08-conteudo-interna .internal-page .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .page-08-conteudo-interna .internal-page .container .left {
    border-top: 1px solid #BFBFBF;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }

  .page-08-conteudo-interna .internal-page .container .left::before {
    content: "Compartilhar";
    display: block;
    color: #939393;
    text-align: center;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.1px;
    margin-bottom: 1rem;
  }

  .page-08-conteudo-interna .internal-page .container .left .social {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
  }

  .page-08-conteudo-interna .internal-page .container .content h2 {
    font-size: 1.25rem;
  }

  .page-08-conteudo-interna .internal-page .container .content h3 {
    font-size: 1rem;
  }

  .page-08-conteudo-interna .internal-page .container .content p {
    font-size: 0.875rem;
  }
}

.page-08-conteudo-interna .related-articles {
  padding-top: 3rem;
  background: #C5E6CA;
}

.page-08-conteudo-interna .related-articles h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.4px;
  margin-bottom: 1.5rem;
}

.page-08-conteudo-interna .related-articles .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.page-08-conteudo-interna .main-footer {
  margin-top: 0;
}

.page-09-contato {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1200px) {
  .page-09-contato {
    padding-top: 4.375rem;
  }
}

.page-09-contato .container {
  max-width: 89.375rem;
}

.page-09-contato .breadcrumbs-wrapper {
  padding-block: 2rem 1rem;
}

@media screen and (max-width: 1300px) {
  .page-09-contato .breadcrumbs-wrapper {
    padding-block: 1.25rem 1rem;
  }
}

.page-09-contato .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.page-09-contato .breadcrumbs__link {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.page-09-contato .breadcrumbs__link:hover {
  color: #2C2C2C;
}

.page-09-contato .breadcrumbs__separator {
  width: 0.375rem;
  height: 0.625rem;
  display: block;
  flex-shrink: 0;
}

.page-09-contato .breadcrumbs__current {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.page-09-contato .hero {
  margin-bottom: 12.5rem;
}

.page-09-contato .hero .wrapper {
  display: flex;
  gap: 8.75rem;
}

.page-09-contato .hero .left {
  max-width: 550px;
}

.page-09-contato .hero .left h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5625rem;
  margin-bottom: 0.5rem;
}

.page-09-contato .hero .left p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.page-09-contato .hero .form {
  flex: 1;
}

.page-09-contato .hero .form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-09-contato .hero .form .input-group-prefer>label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  display: block;
  margin-bottom: 0.5rem;
}

.page-09-contato .hero .form .input-group-prefer .list {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 18.125rem;
}

.page-09-contato .hero .form .input-group-prefer .list div {
  display: flex;
  align-items: center;
  gap: 0rem;
}

.page-09-contato .hero .form .input-group-prefer .list div label {
  color: #767676;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.9375rem;
  margin-bottom: 0;
}

.page-09-contato .hero .form .input-group-prefer .list div input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid #545454;
  margin-right: 0.5rem;
}

.page-09-contato .hero .form .input-group-prefer .list div input:checked {
  background-color: #2C2C2C;
  border: 3px solid #FDFCE6;
  outline: 1px solid #2C2C2C;
}

.page-09-contato .hero .form .input-group label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  display: block;
  margin-bottom: 0.5rem;
}

.page-09-contato .hero .form .input-group input {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding-inline: 1.25rem;
  border-radius: 12px;
  border: 1px solid #939393;
  background-color: transparent;
}

.page-09-contato .hero .form .input-group textarea {
  display: block;
  width: 100%;
  height: 12.5rem;
  padding-inline: 1.25rem;
  border-radius: 12px;
  border: 1px solid #939393;
  background-color: transparent;
  resize: vertical;
}

.page-09-contato .hero .form .btn {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .page-09-contato .hero {
    margin-bottom: 2.5rem;
  }

  .page-09-contato .hero .left {
    margin-bottom: 0;
  }

  .page-09-contato .hero .left h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .page-09-contato .hero .left p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .page-09-contato .hero .wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 993px) {
  .page-09-contato .hero .form .row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.page-09-contato .instagram {
  margin-bottom: 7.5rem;
}

.page-09-contato .instagram__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-09-contato .instagram__header .left h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5625rem;
}

.page-09-contato .instagram__header .left .btn-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
}

.page-09-contato .instagram__header .left .btn-link span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.page-09-contato .instagram img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .page-09-contato .instagram {
    margin-bottom: 3.75rem;
  }

  .page-09-contato .instagram__header .left h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 3px;
  }

  .page-09-contato .instagram__header .btn {
    display: none;
  }
}

.page-10-landing-page {
  background-color: #FDFCE6;
}

.page-10-landing-page .container {
  max-width: 89.375rem;
}

.page-10-landing-page .main-header {
  position: absolute;
  background-color: transparent;
}

.page-10-landing-page .main-header .inner {
  justify-content: center;
}

.page-10-landing-page .main-header .logo img {
  width: 6.75rem;
  margin-left: auto;
}

.page-10-landing-page .main-header .lang-selector__trigger {
  color: #FFF;
}

.page-10-landing-page .main-header.active {
  box-shadow: none;
  padding-block: 1.25rem;
}

.page-10-landing-page .main-header.active .logo img {
  width: 6.75rem;
}

.page-10-landing-page .hero .top {
  padding-top: 7.25rem;
  background-image: url(../images/backgrounds/bg-solucoes-interna.png);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 18.75rem;
}

.page-10-landing-page .hero .top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-10-landing-page .hero .top .left {
  padding-top: 4.375rem;
  max-width: 35rem;
}

.page-10-landing-page .hero .top .hero__image {
  flex: 1;
}

.page-10-landing-page .hero .top .hero__image img {
  display: block;
  margin-left: auto;
}

.page-10-landing-page .hero .top .hero__breadcrumb {
  margin-bottom: 8.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-10-landing-page .hero .top .hero__breadcrumb a,
.page-10-landing-page .hero .top .hero__breadcrumb span {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.1px;
  text-decoration: none;
}

.page-10-landing-page .hero .top .hero__breadcrumb span {
  font-weight: 400;
}

.page-10-landing-page .hero .top h1 {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.75rem;
  margin-bottom: 0.5rem;
}

.page-10-landing-page .hero .top p {
  color: #FFF;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.1px;
}

.page-10-landing-page .hero .top .buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.page-10-landing-page .hero .top .btn {
  padding-inline: 2.125rem;
}

.page-10-landing-page .hero .bottom {
  margin-top: -9.375rem;
}

.page-10-landing-page .hero .bottom .embed {
  aspect-ratio: 16/9;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.page-10-landing-page .hero .bottom .embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.page-10-landing-page .hero .bottom .container>.actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  .page-10-landing-page .hero .top {
    padding-bottom: 5.625rem;
    background: #319F49;
    background-image: url(../images/hero-detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .page-10-landing-page .hero .top .hero__breadcrumb {
    display: none;
  }

  .page-10-landing-page .hero .top h1 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .page-10-landing-page .hero .top p {
    font-size: 0.875rem;
    line-height: 24px;
  }

  .page-10-landing-page .hero .top .hero__image {
    width: 180px;
    position: relative;
    z-index: 2;
  }

  .page-10-landing-page .hero .top .hero__image img {
    display: block;
    width: 100%;
  }

  .page-10-landing-page .hero .top .buttons {
    margin-top: 1.5rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .page-10-landing-page .hero .top .buttons .btn {
    width: 100%;
  }

  .page-10-landing-page .hero .top .wrapper {
    flex-direction: column;
    gap: 3.125rem;
  }

  .page-10-landing-page .hero .top .wrapper .left {
    max-width: initial;
  }

  .page-10-landing-page .hero .bottom {
    margin-top: -60px;
  }

  .page-10-landing-page .hero .bottom .container>.actions {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.page-10-landing-page .marquee {
  margin-top: 5rem;
}

@media screen and (max-width: 993px) {
  .page-10-landing-page .marquee {
    margin-top: 2.5rem;
  }
}

.page-10-landing-page .how-it-works {
  margin-top: 10rem;
}

.page-10-landing-page .how-it-works__header {
  margin-bottom: 3rem;
}

.page-10-landing-page .how-it-works__header h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro";
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.375rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.page-10-landing-page .how-it-works__header p {
  max-width: 41.875rem;
  color: #2C2C2C;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.1px;
  margin-inline: auto;
}

@media screen and (max-width: 1200px) {
  .page-10-landing-page .how-it-works h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
  }

  .page-10-landing-page .how-it-works p {
    text-align: left;
  }

  .page-10-landing-page .how-it-works .how-it-works__item .number {
    width: 4.875rem;
    height: 4.875rem;
    font-size: 1.125rem;
  }
}

.page-10-landing-page .how-it-works .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  max-width: 80.625rem;
  margin-inline: auto;
  position: relative;
}

.page-10-landing-page .how-it-works .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 340px);
  left: 50%;
  top: 3.5rem;
  transform: translateX(-50%);
  height: 0.0625rem;
  background-color: #EB7B00;
}

.page-10-landing-page .how-it-works .btn {
  margin-inline: auto;
}

.page-10-landing-page .how-it-works__item {
  max-width: 21.25rem;
}

.page-10-landing-page .how-it-works__item .number {
  display: flex;
  width: 7rem;
  height: 7rem;
  border-radius: 1000px;
  border: 1px solid #EB7B00;
  background: #F7F298;
  margin-bottom: 1rem;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  color: #EDA405;
  position: relative;
  z-index: 1;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
  padding-top: 0.625rem;
}

.page-10-landing-page .how-it-works__item .text h3 {
  color: #2C2C2C;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.1px;
  margin: 0.4375rem;
}

.page-10-landing-page .how-it-works__item .text p {
  color: #2C2C2C;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

@media screen and (max-width: 1200px) {
  .page-10-landing-page .how-it-works .wrapper {
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    gap: 5rem;
  }

  .page-10-landing-page .how-it-works .wrapper::after {
    left: 39px;
    transform: translateY(-50%);
    top: 50%;
    width: 0.0625rem;
    height: calc(100% - 100px);
  }

  .page-10-landing-page .how-it-works__item {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .page-10-landing-page .how-it-works__item .number {
    flex-shrink: 0;
  }

  .page-10-landing-page .how-it-works__item h3,
  .page-10-landing-page .how-it-works__item p {
    text-align: left !important;
  }
}

.page-12-solucoes-interna {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

.page-12-solucoes-interna .container {
  max-width: 90.625rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .page-12-solucoes-interna {
    padding-top: 4.375rem;
    padding-bottom: 5.625rem;
  }
}

.page-12-solucoes-interna .breadcrumbs-wrapper {
  background-color: #E7F5E9;
  padding-block: 2rem 1rem;
}

.page-12-solucoes-interna .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-12-solucoes-interna .breadcrumbs__link {
  color: #055D20;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-12-solucoes-interna .breadcrumbs__link:hover {
  color: #055D20;
}

.page-12-solucoes-interna .breadcrumbs__separator {
  width: 0.375rem;
  height: 0.625rem;
  display: block;
}

.page-12-solucoes-interna .breadcrumbs__current {
  color: #055D20;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: -0.00625rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}

.page-12-solucoes-interna .hero {
  padding-top: 2rem;
}

.page-12-solucoes-interna .hero__wrapper {
  display: flex;
}

.page-12-solucoes-interna .hero__wrapper--thumbs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
  margin-right: auto;
}

.page-12-solucoes-interna .hero__wrapper--thumbs .button-prev,
.page-12-solucoes-interna .hero__wrapper--thumbs .button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
}

.page-12-solucoes-interna .hero__wrapper--thumbs .list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-12-solucoes-interna .hero__wrapper--thumbs img {
  width: 4.25rem;
  height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.2;
  cursor: pointer;
  transition: 200ms;
}

.page-12-solucoes-interna .hero__wrapper--thumbs img.current {
  opacity: 1;
}

.page-12-solucoes-interna .hero__wrapper--cover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-12-solucoes-interna .hero__wrapper--cover .box-image {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.page-12-solucoes-interna .hero__wrapper--cover .box-image::after {
  content: "";
  display: block;
  width: 20.8125rem;
  height: 0.9375rem;
  border-radius: 333px;
  background: rgba(0, 0, 0, 0.7);
  filter: blur(6.3499999046px);
}

.page-12-solucoes-interna .hero__wrapper--cover .box-image img {
  aspect-ratio: 338/491;
  max-width: 338px;
  object-fit: contain;
}
.page-12-solucoes-interna .hero__wrapper--cover span {
  color: #2C2C2C;
  text-align: center;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.page-12-solucoes-interna .hero__wrapper--describe {
  max-width: 33.125rem;
  margin-left: 14.375rem;
}

.page-12-solucoes-interna .hero__wrapper--describe h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.00625rem;
  margin-bottom: 1.25rem;
}

.page-12-solucoes-interna .hero__wrapper--describe p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.00625rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .row {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .row>span {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .row span {
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.page-12-solucoes-interna .hero__wrapper--describe .row span .text-code {
  color: #595959;
}

.page-12-solucoes-interna .hero__wrapper--describe .row span .text-separator {
  color: #2C2C2C;
}

.page-12-solucoes-interna .hero__wrapper--describe .row span .text-btn {
  color: #846024;
  text-decoration: underline;
}

.page-12-solucoes-interna .hero__wrapper--describe .btn-video {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.page-12-solucoes-interna .hero__wrapper--describe .btn-video span {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price {
  padding-top: 0.625rem;
  border-top: 1px solid #939393;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .title {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875rem;
  display: block;
  margin-bottom: 0.25rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .title b {
  font-weight: 700;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price ul li {
  border: 1px solid #939393;
  border-radius: 8px;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  color: #767676;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: 200ms;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price ul li.active {
  border-radius: 8px;
  border: 1px solid #EDA405;
  background: #FAF8C1;
  color: #EDA405;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .price {
  margin-bottom: 1.875rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .price .full {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .price .label {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .footer {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 2.875rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .footer .box-qtd {
  width: 9.75rem;
  height: 3.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  display: flex;
  overflow: hidden;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .footer .box-qtd .btn-plus,
.page-12-solucoes-interna .hero__wrapper--describe .box-price .footer .box-qtd .btn-minus {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .footer .box-qtd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .frete .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: block;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .frete__box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .frete__box input {
  display: flex;
  flex: 1;
  height: 3.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  padding-inline: 1.25rem;
  background-color: transparent;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .frete__box input::-moz-placeholder {
  color: #939393;
}

.page-12-solucoes-interna .hero__wrapper--describe .box-price .frete__box input::placeholder {
  color: #939393;
}

@media screen and (max-width: 1250px) {
  .page-12-solucoes-interna .hero {
    display: none;
  }
}

.page-12-solucoes-interna .hero-mobile {
  display: none;
}

.page-12-solucoes-interna .hero-mobile header {
  padding-top: 1.5rem;
}

.page-12-solucoes-interna .hero-mobile header h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 120.833% */
  letter-spacing: -0.1px;
  margin-bottom: 0.5rem;
}

.page-12-solucoes-interna .hero-mobile header p {
  color: #595959;
  font-family: "Aeonik Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 1.5rem;
}

.page-12-solucoes-interna .hero-mobile .swiper {
  padding-bottom: 2.5rem;
}

.page-12-solucoes-interna .hero-mobile .swiper img {
  display: block;
  width: 100%;
  max-width: 11.25rem;
  margin-inline: auto;
}

.page-12-solucoes-interna .hero-mobile .swiper .swiper-pagination {
  bottom: 0;
  margin-top: initial;
}

.page-12-solucoes-interna .hero-mobile .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #D2B062;
}

.page-12-solucoes-interna .hero-mobile .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #846024;
}

.page-12-solucoes-interna .hero-mobile .box-weight {
  margin-bottom: 1.25rem;
}

.page-12-solucoes-interna .hero-mobile .box-weight>span {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0.25rem;
}

.page-12-solucoes-interna .hero-mobile .box-weight>span b {
  font-weight: 700;
}

.page-12-solucoes-interna .hero-mobile .box-weight ul {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  list-style: none;
}

.page-12-solucoes-interna .hero-mobile .box-weight ul li {
  height: 2.875rem;
  border-radius: 8px;
  border: 1px solid #939393;
  padding-inline: 1.5rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-12-solucoes-interna .hero-mobile .box-weight ul li.active {
  border-radius: 8px;
  border: 1px solid #EDA405;
  background: #FAF8C1;
  color: #EDA405;
}

.page-12-solucoes-interna .hero-mobile .box-resume-price .full {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.page-12-solucoes-interna .hero-mobile .box-resume-price .installments {
  display: flex;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.page-12-solucoes-interna .hero-mobile .box-resume-price .installments b {
  font-weight: 500;
  margin-right: 0.25rem;
}

.page-12-solucoes-interna .hero-mobile .box-frete {
  margin-top: 3rem;
}

.page-12-solucoes-interna .hero-mobile .box-frete .title {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #2C2C2C;
  margin-bottom: 0.5rem;
}

.page-12-solucoes-interna .hero-mobile .box-frete input {
  height: 3.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  padding-inline: 1.5rem;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.page-12-solucoes-interna .hero-mobile .box-frete button {
  display: block;
  width: 100%;
  height: 2.5rem;
  border: 1px solid #D2B062;
  border-radius: 8px;
  background-color: #846024;
}

.page-12-solucoes-interna .hero-mobile .box-frete button span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFDC70;
  letter-spacing: 0;
}

@media screen and (max-width: 1250px) {
  .page-12-solucoes-interna .hero-mobile {
    display: block;
  }
}

.page-12-solucoes-interna .add-card-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  background-color: #F7F298;
  border-top: 1px solid #E5E27A;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  gap: 0.75rem;
  align-items: center;
}

.page-12-solucoes-interna .add-card-mobile .box-qtd {
  width: 7.5rem;
  height: 3.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #fff;
}

.page-12-solucoes-interna .add-card-mobile .box-qtd .btn-minus,
.page-12-solucoes-interna .add-card-mobile .box-qtd .btn-plus {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.page-12-solucoes-interna .add-card-mobile .box-qtd .btn-minus:active,
.page-12-solucoes-interna .add-card-mobile .box-qtd .btn-plus:active {
  background-color: #f0f0f0;
}

.page-12-solucoes-interna .add-card-mobile .box-qtd .qty-value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #2C2C2C;
}

.page-12-solucoes-interna .add-card-mobile .btn {
  flex: 1;
  height: 3.5rem;
  justify-content: center;
  padding-inline: 1.25rem;
}

.page-12-solucoes-interna .add-card-mobile .btn span {
  font-size: 0.875rem;
}

@media screen and (max-width: 1250px) {
  .page-12-solucoes-interna .add-card-mobile {
    display: flex;
  }
}

.page-12-solucoes-interna .more-details {
  padding-top: 4rem;
}

.page-12-solucoes-interna .more-details .embed {
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  background-color: #2C2C2C;
  margin-bottom: 1.5rem;
  scroll-margin-top: 6.25rem;
}

.page-12-solucoes-interna .more-details .embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.page-12-solucoes-interna .more-details .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.page-12-solucoes-interna .more-details .info {
  margin-bottom: 7.5rem;
}

.page-12-solucoes-interna .more-details .info h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.page-12-solucoes-interna .more-details .info p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.00625rem;
}

.page-12-solucoes-interna .more-details .info p+p {
  margin-top: 1.25rem;
}

.page-12-solucoes-interna .more-details .specifications {
  border-bottom: 1px solid #939393;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}

.page-12-solucoes-interna .more-details .specifications h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.375rem;
  margin-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.page-12-solucoes-interna .more-details .specifications .row {
  display: grid;
  grid-template-columns: 31.25rem 1fr;
  padding-block: 1rem;
  padding-inline: 8.75rem;
}

.page-12-solucoes-interna .more-details .specifications .row:nth-child(even) {
  background: #FAF8C1;
}

.page-12-solucoes-interna .more-details .specifications .row .col span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.00625rem;
}

@media screen and (max-width: 993px) {
  .page-12-solucoes-interna .more-details {
    padding-top: 2rem;
  }

  .page-12-solucoes-interna .more-details .embed {
    border-radius: 12px;
    margin-bottom: 1rem;
  }

  .page-12-solucoes-interna .more-details .grid {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }

  .page-12-solucoes-interna .more-details .info {
    margin-bottom: 3rem;
  }

  .page-12-solucoes-interna .more-details .info h2 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }

  .page-12-solucoes-interna .more-details .info p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .page-12-solucoes-interna .more-details .specifications {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    width: calc(100% + 48px);
    margin-left: -24px;
  }

  .page-12-solucoes-interna .more-details .specifications h2 {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
    padding-inline: 1.25rem;
  }

  .page-12-solucoes-interna .more-details .specifications .row {
    display: block;
    padding-block: 0.75rem;
    padding-inline: 1rem;
  }

  .page-12-solucoes-interna .more-details .specifications .row .col:first-child span {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
  }

  .page-12-solucoes-interna .more-details .specifications .row .col span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.page-12-solucoes-interna .recomendations {
  margin-bottom: 4rem;
}

.page-12-solucoes-interna .recomendations h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8125rem;
  margin-bottom: 1rem;
}

.page-12-solucoes-interna .recomendations .swiper-recomendations {
  padding-bottom: 2.5rem;
}

.page-12-solucoes-interna .recomendations .swiper-recomendations .swiper-slide {
  height: auto;
}

.page-12-solucoes-interna .recomendations .swiper-recomendations .swiper-pagination {
  bottom: 0;
}

.page-12-solucoes-interna .recomendations .swiper-recomendations .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(5, 93, 32, 0.2);
  opacity: 1;
  transition: 200ms;
}

.page-12-solucoes-interna .recomendations .swiper-recomendations .swiper-pagination-bullet-active {
  background: #846024;
  width: 0.5rem;
  border-radius: 0.25rem;
}

.page-13-checkout {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

.page-13-checkout .main-header .container .inner .btn {
  padding-inline: 0;
}

.page-13-checkout .container {
  max-width: 90.625rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.page-13-checkout .resume .container {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.page-13-checkout .resume .container h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.1px;
  margin-bottom: 1.5rem;
}

.page-13-checkout .resume .container .grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 1.875rem;
}

.page-13-checkout .resume .container .grid>.left .list-table {
  margin-bottom: 4rem;
}

.page-13-checkout .resume .container .grid>.left .list-table .theader {
  display: grid;
  grid-template-columns: 3fr 1.5fr 2fr 3fr;
  margin-bottom: 0.3125rem;
}

.page-13-checkout .resume .container .grid>.left .list-table .theader .td {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.1px;
  display: block;
}

.page-13-checkout .resume .container .grid>.left .list-table .theader .td:not(:last-child) {
  padding-left: 1rem;
}

.page-13-checkout .resume .container .grid>.left .list-table__item+.list-table__item {
  margin-top: 0.5rem;
}

.page-13-checkout .resume .container .grid>.left .list-table__item {
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #939393;
  display: grid;
  grid-template-columns: 3fr 1.5fr 2fr 3fr;
  align-items: center;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .price {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .box-qtd {
  border-radius: 8px;
  border: 1px solid #939393;
  height: 3.5rem;
  display: flex;
  align-items: center;
  padding-inline: 0.75rem;
  margin-right: 0.9375rem;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .box-qtd button {
  width: 30%;
  border: 0;
  background-color: transparent;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .box-qtd span {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .btn-remove {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: #F7C0C0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 0;
  cursor: pointer;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .col:nth-child(1) {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .col:nth-child(1) .wrapper-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FFF;
  width: 4rem;
  height: 4rem;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .col:nth-child(1) .wrapper-image img {
  width: 34px;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .col:nth-child(1) .info h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.1px;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .col:nth-child(1) .info p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.page-13-checkout .resume .container .grid>.left .list-table__item .col:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-13-checkout .resume .container .grid>.left .recomendations h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.1px;
  margin-bottom: 1rem;
}

.page-13-checkout .resume .container .grid>.left .recomendations .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.1px;
  display: block;
  margin-bottom: 0.3125rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep .group {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep .group .input-cep {
  flex: 1;
  height: 3.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep .group .input-cep input {
  height: 100%;
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
}

.page-13-checkout .resume .container .grid>.right .box-cep .group .input-cep button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
}

.page-13-checkout .resume .container .grid>.right .box-cep .group .btn-new {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #EDA405;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery {
  margin-top: 1.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery.hidden {
  display: none;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.00625rem;
  margin-bottom: 0.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list h4 {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #939393;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list h4 b {
  font-weight: 700;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li {
  display: flex;
  align-items: center;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  width: 100%;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label svg {
  margin-top: -0.25rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label svg.active {
  display: none;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label>div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label>div .title {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  display: block;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label>div .date {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label .price {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li label .price.free {
  color: #319F49;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio] {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1rem;
  height: 1rem;
  border: 1px solid #595959;
  border-radius: 999px;
  margin-right: 0.875rem;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio]:checked {
  border: 3px solid #FDFCE6;
  outline: 1px solid #846024;
  background-color: #846024;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio]:checked+label svg {
  display: none;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio]:checked+label svg.active {
  display: block;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio]:checked+label>div .title,
.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio]:checked+label>div .date {
  color: #846024;
}

.page-13-checkout .resume .container .grid>.right .box-cep-delivery .box-list ul li input[type=radio]:checked+label .price {
  color: #846024;
}

.page-13-checkout .resume .container .grid>.right .box-register-new-address {
  margin-top: 1.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-register-new-address.hidden {
  display: none;
}

.page-13-checkout .resume .container .grid>.right .box-register-new-address h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.00625rem;
  margin-bottom: 0.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-register-new-address .btn-attach {
  background-color: transparent;
  width: 100%;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
}

.page-13-checkout .resume .container .grid>.right .box-register-new-address .btn-attach span {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
}

.page-13-checkout .resume .container .grid>.right .box-register-address {
  margin-top: 1.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-register-address.hidden {
  display: none;
}

.page-13-checkout .resume .container .grid>.right .box-register-address h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.00625rem;
  margin-bottom: 0.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-register-address .box {
  border: 1px solid #939393;
  padding: 1rem 1.5rem;
  border-radius: 8px;
}

.page-13-checkout .resume .container .grid>.right .box-register-address .box .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.page-13-checkout .resume .container .grid>.right .box-register-address .box address {
  font-style: normal;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1rem;
  display: block;
}

.page-13-checkout .resume .container .grid>.right .box-register-address .box .foot {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}

.page-13-checkout .resume .container .grid>.right .box-register-address .btn-change {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
  margin-top: 0.5rem;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  background-color: transparent;
  border: 0;
}

.page-13-checkout .resume .container .grid>.right .box-cupom {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: #C5E6CA;
}

.page-13-checkout .resume .container .grid>.right .box-cupom label {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.1px;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper {
  display: flex;
  align-items: center;
  height: 3.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  background: #FFF;
  padding-inline: 1.5rem;
  transition: border-color 0.2s;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper input {
  height: 100%;
  border: 0;
  background: transparent;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  outline: none;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper input::-moz-placeholder {
  color: #939393;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper input::placeholder {
  color: #939393;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper .coupon-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper.valid {
  border-color: #319F49;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .input-wrapper.invalid {
  border-color: #D02F2F;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .cupom-feedback {
  display: block;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.375rem;
  min-height: 1.125rem;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .cupom-feedback.valid {
  color: #319F49;
}

.page-13-checkout .resume .container .grid>.right .box-cupom .cupom-feedback.invalid {
  color: #D02F2F;
}

.page-13-checkout .resume .container .grid>.right .empty-cart-message {
  text-align: center;
  padding: 3rem 1.5rem;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.page-13-checkout .resume .container .grid>.right .empty-cart-message p {
  margin-top: 0.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-resume {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DFDFDF;
}

.page-13-checkout .resume .container .grid>.right .box-resume .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 2rem;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(1) span, 
.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(2) span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: calc(0.875px * 1rem);
  font-weight: 400;
  letter-spacing: -0.1px;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(1) span b,
.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(2) span b {
  font-weight: 500;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(3) span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(3) span {
  margin-left: 0;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.00625rem;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(3) span b {
  font-weight: 500;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(4){ 
  justify-content: flex-end;
}

.page-13-checkout .resume .container .grid>.right .box-resume .table .row:nth-child(4) span {
color: #2C2C2C;
}

.page-13-checkout .resume .container .grid>.right .box-resume .actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-13-checkout .resume .container .grid>.right .box-resume .actions .btn {
  width: 100%;
}

.page-13-checkout .resume .container .grid>.right .box-resume .actions .ghost {
  border-radius: 12px;
  border: 1px solid #846024;
}

.page-13-checkout .resume .container .grid>.right .footer-payment .title {
  color: #454545;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 17.5px;
  margin-bottom: 0.75rem;
}

.page-13-checkout .resume .container .grid>.right .footer-payment .flags {
  margin-bottom: 2rem;
}

.page-13-checkout .resume .container .grid>.right .footer-payment .questions {
  margin-bottom: 2rem;
}

.page-13-checkout .resume .container .grid>.right .footer-payment .questions h4 {
  color: #454545;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.1875rem;
}

.page-13-checkout .resume .container .grid>.right .footer-payment .questions a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.page-13-checkout .resume .container .grid>.right .footer-payment .questions a span {
  color: #454545;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.page-13-checkout .resume .container .grid>.right .footer-payment p {
  color: #454545;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.page-14-checkout-2 {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

.page-14-checkout-2 .main-header .container .inner .btn {
  padding-inline: 0;
}

.page-14-checkout-2 .container {
  max-width: 90.625rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.page-14-checkout-2 .resume .container {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.page-14-checkout-2 .resume .container h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.1px;
  margin-bottom: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 1.875rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method {
  padding-top: 2rem;
  padding-inline: 1.875rem;
  padding-bottom: 3rem;
  border: 1px solid #939393;
  border-radius: 12px;
  margin-bottom: 4rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid #939393;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item {
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  position: relative;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #846024;
  width: 0%;
  transition: 200ms;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item span {
  color: #767676;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item svg.active {
  display: none;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item.active::after {
  width: 100%;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item.active svg {
  display: none;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item.active svg.active {
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__steps--item.active span {
  color: #846024;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item {
  padding-top: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select {
  width: 100%;
  max-width: 20.125rem;
  position: relative;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.1875rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select label,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .trigger {
  display: flex;
  align-items: center;
  height: 3rem;
  border-radius: 8px;
  border: 1px solid #939393;
  padding-inline: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  gap: 0.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select label span,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .trigger span {
  margin-right: auto;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select label .arrow,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .trigger .arrow {
  transition: transform 0.2s;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 12.5rem;
  overflow-y: auto;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #939393;
  list-style: none;
  z-index: 5;
  padding: 0.25rem 0;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .options li {
  padding: 0.75rem 1.5rem;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  color: #2C2C2C;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .options li:hover {
  background-color: #F5F5F5;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select .options li.selected {
  background-color: #FDFCE6;
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select.open .options {
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .card-group-select.open .trigger .arrow {
  transform: rotate(180deg);
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .input-group-card label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.1875rem;
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .input-group-card input {
  width: 100%;
  height: 3rem;
  border-radius: 8px;
  border: 1px solid #939393;
  padding-inline: 1.5rem;
  background-color: transparent;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .row {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .row .btn-add-new {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-bottom: 0.875rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .row .btn-add-new span {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new.hidden,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-card-group-selected.hidden {
  display: none;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .grid-column-2+.grid-column-2 {
  margin-top: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .grid-column-2 {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 41.25rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .grid-column-2 .grid-inner {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid>label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0.0625rem;
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #939393;
  height: 3rem;
  border-radius: 8px;
  padding-inline: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group div label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select+.custom-valid-select {
  padding-left: 0.75rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
  gap: 0.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .trigger span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .trigger.has-value span {
  color: #2C2C2C;
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .trigger .arrow {
  transition: transform 0.2s;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: -0.75rem;
  width: 7.5rem;
  max-height: 11.25rem;
  overflow-y: auto;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #939393;
  list-style: none;
  z-index: 5;
  padding: 0.25rem 0;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .options li {
  padding: 0.5rem 1rem;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  color: #2C2C2C;
  cursor: pointer;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .options li:hover {
  background-color: #F5F5F5;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select .options li.selected {
  background-color: #FDFCE6;
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select.open .options {
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-add-new .input-group-valid .group .custom-valid-select.open .trigger .arrow {
  transform: rotate(180deg);
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .foot .input-group-line {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .foot .input-group-line input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  border: 1px solid #939393;
  transform: 200ms;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .foot .input-group-line input:checked {
  background-color: #846024;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #846024;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .foot .input-group-line label {
  color: #15161A;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding-top: 0.375rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .foot .btn-goback {
  color: #846024;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9.5%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-pix p,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-billet p {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-pix .message-alert,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-billet .message-alert {
  max-width: 30.125rem;
  margin-top: 0.75rem;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
  background: rgba(254, 231, 169, 0.5);
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-pix .message-alert span,
.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-billet .message-alert span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item .box-billet {
  max-width: 40rem;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item {
  display: none;
}

.page-14-checkout-2 .resume .container .grid>.left .payment-method__content--item.active {
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__header {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  padding-inline: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__header .td span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1px;
  padding-left: 1rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__header .td:first-child span {
  padding-left: 0;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item {
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #939393;
  display: grid;
  align-items: center;
  grid-template-columns: 40% 20% 20% 20%;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .info .wrapper-image {
  width: 4rem;
  height: 4rem;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .info .wrapper-image img {
  max-width: 2.125rem;
  max-height: 3.125rem;
  display: block;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .info .desc .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  letter-spacing: -0.00625rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .info .desc .subtitle {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  letter-spacing: -0.00625rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .price {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: calc(-0.00625px * 1rem);
  padding-left: 1rem;
}

.page-14-checkout-2 .resume .container .grid>.left .table-list-product__body .item .qtd {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 1rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-address {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
  margin-bottom: 1.5rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-address h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-address h3 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-address address {
  font-style: normal;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-address span {
  display: block;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.1px;
  margin-bottom: 0.5rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #939393;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .row+.row {
  margin-top: 8px;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .row span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.1px;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .row span b {
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .foot {
  margin-top: 8px;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .foot .row:first-child span {
  font-weight: 500; 
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .foot .row span {
  font-size: 1.25rem;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .foot .parcellments {
  text-align: right;
}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .foot .parcellments span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: calc(-0.00625px * 1rem);
  text-align: right;

}

.page-14-checkout-2 .resume .container .grid>.right .box-resume-request .box .foot .parcellments span b {
  font-weight: 500;
}

.page-14-checkout-2 .resume .container .grid>.right .btn {
  width: 100%;
  margin-top: 1rem;
}

.page-14-checkout-2 .thanks {
  padding-top: 11.875rem;
  padding-bottom: 12.5rem;
}

.page-14-checkout-2 .thanks .container {
  max-width: 73.125rem;
}

.page-14-checkout-2 .thanks .container h1 {
  color: var(--Text-headings, #2C2C2C);
  font-family: "Aeonik Pro", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.1px;
  text-align: center;
  margin-bottom: 2rem;
}

.page-14-checkout-2 .thanks .container .box-success,
.page-14-checkout-2 .thanks .container .box-info {
  padding: 3rem;
  border-radius: 1.875rem;
  background: #C5E6CA;
}

.page-14-checkout-2 .thanks .container .box-success .top,
.page-14-checkout-2 .thanks .container .box-info .top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.page-14-checkout-2 .thanks .container .box-success .top h2,
.page-14-checkout-2 .thanks .container .box-info .top h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.page-14-checkout-2 .thanks .container .box-success p,
.page-14-checkout-2 .thanks .container .box-info p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.page-14-checkout-2 .thanks .container .box-info {
  background-color: #FAF8C1;
}

.page-14-checkout-2 .thanks .container .btn {
  width: 100%;
  margin-top: 1.5rem;
}

.page-15-checkout-3-obrigado {
  background-color: #FDFCE6;
  padding-top: 6.25rem;
}

.page-15-checkout-3-obrigado .main-header .container .inner .btn {
  padding-inline: 0;
}

.page-15-checkout-3-obrigado .container {
  max-width: 73.125rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.page-15-checkout-3-obrigado .checkout-obrigado {
  margin-bottom: 4rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado h1 {
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8125rem;
  text-align: center;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-info {
  margin-bottom: 0.5rem;
  padding: 3rem;
  border-radius: 30px;
  background: #FAF8C1;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-info .group-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-info .group-title h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-info .group-title p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 24px;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-info p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix {
  margin-bottom: 0.5rem;
  padding: 3rem;
  border-radius: 30px;
  background: #FAF8C1;
  display: flex;
  justify-content: space-between;
  padding-right: 8.75rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left {
  max-width: 30.125rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left h2 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-time {
  border-radius: 10px;
  border: 1px solid #EEBC16;
  background: #F7F298;
  padding: 1.5rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-time .top {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-time .top div {
  margin-left: 0.625rem;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-time .top div span {
  color: #EB7B00;
  padding-right: 1px;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-time p {
  line-height: 1.2;
  margin-top: 0;
  max-width: 17.1875rem;
  color: #EB7B00;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-copy-pix {
  margin-top: 1.5rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-copy-pix .title {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  line-height: 0.78125rem;
  margin-bottom: 0.75rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-copy-pix .group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #939393;
  padding-bottom: 0.3125rem;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-copy-pix .group span {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.78125rem;
  flex: 1;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .left .box-copy-pix .group button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.page-15-checkout-3-obrigado .checkout-obrigado .box-pix .wrapper-image {
  max-width: 18.125rem;
}

.page-18-login {
  background-color: #FDFCE6;
}

.page-18-login main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100dvh;
  overflow: hidden;
  box-sizing: border-box;
}

.page-18-login main .cover {
  width: 100%;
  height: 100dvh;
}

.page-18-login main .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-18-login main .form {
  width: 100%;
  max-width: 45.5rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100dvh;
  overflow-y: auto;
  box-sizing: border-box;
}

.page-18-login main .form::before,
.page-18-login main .form::after {
  content: "";
  margin: auto;
}

.page-18-login main .form .logo {
  margin-bottom: 3rem;
  height: 3.5rem;
  flex-shrink: 0;
}

.page-18-login main .form h1 {
  color: #2C2C2C;
  font-feature-settings: "liga" off, "calt" off;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}

.page-18-login main .form>p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}

.page-18-login main .form .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
  width: 100%;
  max-width: 37.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}

.page-18-login main .form .grid-2 .input-group+.input-group {
  margin-top: 0;
}

@media (max-width: 768px) {
  .page-18-login main .form .grid-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.page-18-login main .form .input-group {
  width: 100%;
  max-width: 37.5rem;
  flex-shrink: 0;
}

.page-18-login main .form .input-group+.input-group {
  margin-top: 1.5625rem;
}

.page-18-login main .form .input-group label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5rem;
}

.page-18-login main .form .input-group input {
  display: block;
  width: 100%;
  height: 3.5rem;
  border-radius: 12px;
  border: 1px solid #939393;
  padding-inline: 1.25rem;
  background-color: transparent;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  box-sizing: border-box;
}

.page-18-login main .form .input-group input::-moz-placeholder {
  color: #939393;
}

.page-18-login main .form .input-group input::placeholder {
  color: #939393;
}

.page-18-login main .form .input-group input:focus {
  outline: none;
  border-color: #846024;
}

.page-18-login main .form .input-group .wrapper-password {
  position: relative;
  width: 100%;
}

.page-18-login main .form .input-group .wrapper-password input {
  padding-right: 3.75rem;
}

.page-18-login main .form .input-group .wrapper-password .btn-toggle-password {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.page-18-login main .form .input-group .wrapper-password .btn-toggle-password svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity 0.2s;
}

.page-18-login main .form .input-group .wrapper-password .btn-toggle-password svg path {
  stroke: #2C2C2C;
}

.page-18-login main .form .input-group .wrapper-password .btn-toggle-password svg:hover {
  opacity: 0.7;
}

.page-18-login main .form .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 37.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}

.page-18-login main .form .line .input-group-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-18-login main .form .line .input-group-line input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  border: 1px solid #939393;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  margin: 0;
}

.page-18-login main .form .line .input-group-line input:checked {
  background-color: #846024;
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #846024;
}

.page-18-login main .form .line .input-group-line input:focus {
  outline: none;
}

.page-18-login main .form .line .input-group-line label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.page-18-login main .form .line p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.page-18-login main .form .line p a {
  color: #846024;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}

.page-18-login main .form .line p a:hover {
  color: #2c2c2c;
}

.page-18-login main .form .btn {
  width: 100%;
  max-width: 37.5rem;
  height: 3.5rem;
  margin-bottom: 2rem;
  flex-shrink: 0;
}

.page-18-login main .form>p:last-of-type {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
}

.page-18-login main .form>p:last-of-type a {
  color: #846024;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}

.page-18-login main .form>p:last-of-type a:hover {
  color: #2c2c2c;
}

@media (max-width: 1024px) {
  .page-18-login main {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .page-18-login main .cover {
    display: none;
  }

  .page-18-login main .form {
    max-width: 37.5rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    align-items: flex-start;
  }

  .page-18-login main .form h1,
  .page-18-login main .form p,
  .page-18-login main .form .input-group,
  .page-18-login main .form .line,
  .page-18-login main .form .btn,
  .page-18-login main .form>p:last-of-type,
  .page-18-login main .form .grid-2 {
    max-width: 100%;
  }

  .page-18-login main .form .line {
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) and (max-width: 480px) {
  .page-18-login main .form .line {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-20-dashboard {
  background-color: #FDFCE6;
  padding-top: 5.875rem;
}

.page-20-dashboard .container {
  max-width: 90.625rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.page-20-dashboard .dashboard {
  display: flex;
  gap: 5rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  min-height: calc(100vh - 5.875rem);
}

.page-20-dashboard .dashboard__sidebar {
  width: 16.25rem;
  flex-shrink: 0;
}

.page-20-dashboard .dashboard__sidebar .user-greeting {
  margin-bottom: 2rem;
}

.page-20-dashboard .dashboard__sidebar .user-greeting .label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: -0.00625rem;
  display: block;
}

.page-20-dashboard .dashboard__sidebar .user-greeting .name {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: -0.00625rem;
  display: block;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav {
  display: flex;
  flex-direction: column;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  border-left: 2px solid #949494;
  color: #949494;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: 200ms;
  cursor: pointer;
  background: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  text-align: left;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item svg path {
  stroke: #949494;
  transition: 200ms;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item .arrow {
  margin-left: auto;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item.active {
  color: #055D20;
  border-left-color: #055D20;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item.active svg path {
  stroke: #055D20;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item:hover:not(.active) {
  color: #2C2C2C;
  border-left-color: #2C2C2C;
}

.page-20-dashboard .dashboard__sidebar .sidebar-nav__item:hover:not(.active) svg path {
  stroke: #2C2C2C;
}

.page-20-dashboard .dashboard__content {
  flex: 1;
  min-width: 0;
}

.page-20-dashboard .dashboard__header {
  margin-bottom: 2rem;
}

.page-20-dashboard .dashboard__header h1 {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}

.page-20-dashboard .dashboard__header p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.page-20-dashboard .dashboard .form-grid {
  display: grid;
  grid-template-columns: 33.125rem 1fr;
  gap: 1.5rem 1.875rem;
  margin-bottom: 2rem;
}

.page-20-dashboard .dashboard .form-grid__row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.875rem;
  grid-column: 1/-1;
}

.page-20-dashboard .dashboard .input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-20-dashboard .dashboard .input-group label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.page-20-dashboard .dashboard .input-group input,
.page-20-dashboard .dashboard .input-group select {
  height: 3.5rem;
  border-radius: 12px;
  border: 1px solid #939393;
  padding-inline: 1.25rem;
  background-color: transparent;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-20-dashboard .dashboard .input-group input::-moz-placeholder,
.page-20-dashboard .dashboard .input-group select::-moz-placeholder {
  color: #939393;
}

.page-20-dashboard .dashboard .input-group input::placeholder,
.page-20-dashboard .dashboard .input-group select::placeholder {
  color: #939393;
}

.page-20-dashboard .dashboard .input-group select {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23595959' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25rem;
  padding-right: 2.75rem;
}

.page-20-dashboard .dashboard .btn-submit {
  width: 100%;
  height: 3.5rem;
  border-radius: 12px;
  border: 1px solid #EEBC16;
  background: #EFD422;
  cursor: pointer;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #846024;
  transition: 200ms;
}

.page-20-dashboard .dashboard .btn-submit:hover {
  transform: scale(1.02);
}

.page-20-dashboard .dashboard .orders-table__header {
  display: grid;
  grid-template-columns: 1fr 1fr 12.5rem;
  padding-inline: 1.5rem;
  margin-bottom: 0.75rem;
}

.page-20-dashboard .dashboard .orders-table__header span {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.page-20-dashboard .dashboard .orders-table__header span:last-child {
  text-align: right;
}

.page-20-dashboard .dashboard .order-row {
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  transition: 200ms;
}

.page-20-dashboard .dashboard .order-row__summary {
  display: grid;
  grid-template-columns: 1fr 4fr 12.5rem;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}

.page-20-dashboard .dashboard .order-row__summary .order-id .number {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.page-20-dashboard .dashboard .order-row__summary .order-id .date {
  display: block;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.page-20-dashboard .dashboard .order-row__summary .order-status {
  display: flex;
  justify-content: center;
}

.page-20-dashboard .dashboard .order-row__summary .order-status .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  min-width: 12.5rem;
  padding-inline: 1.25rem;
  border-radius: 999px;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.page-20-dashboard .dashboard .order-row__summary .order-status .badge--delivered {
  border: 1px solid #07BD74;
  background: rgba(7, 189, 116, 0.2);
  color: #07BD74;
}

.page-20-dashboard .dashboard .order-row__summary .order-status .badge--transit {
  border: 1px solid #1571FA;
  background: rgba(21, 113, 250, 0.2);
  color: #1571FA;
}

.page-20-dashboard .dashboard .order-row__summary .order-status .badge--separation {
  border: 1px solid #DB15FA;
  background: rgba(219, 21, 250, 0.2);
  color: #DB15FA;
}

.page-20-dashboard .dashboard .order-row__summary .order-status .badge--waiting {
  border: 1px solid #D0AB16;
  background: rgba(208, 171, 22, 0.2);
  color: #D0AB16;
}

.page-20-dashboard .dashboard .order-row__summary .order-status .badge--cancelled {
  border: 1px solid #F75555;
  background: rgba(247, 85, 85, 0.2);
  color: #F75555;
}

.page-20-dashboard .dashboard .order-row__summary .order-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.page-20-dashboard .dashboard .order-row__summary .order-total .price {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.page-20-dashboard .dashboard .order-row__summary .order-total .toggle-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
}

.page-20-dashboard .dashboard .order-row__details {
  display: none;
  border-top: 1px solid #DFDFDF;
  padding: 1.5rem;
}

.page-20-dashboard .dashboard .order-row__details>.section-label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.page-20-dashboard .dashboard .order-row.open .order-row__details {
  display: block;
}

.page-20-dashboard .dashboard .order-row.open .toggle-icon {
  transform: rotate(180deg);
}

.page-20-dashboard .dashboard .order-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2rem;
  padding-inline: 1rem;
}

.page-20-dashboard .dashboard .order-stepper::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 2.5rem;
  right: 2.5rem;
  height: 2px;
  background: #DFDFDF;
}

.page-20-dashboard .dashboard .order-stepper::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 2.5rem;
  height: 2px;
  background: #07BD74;
  width: var(--progress, 0%);
}

.page-20-dashboard .dashboard .order-stepper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  min-width: 5rem;
}

.page-20-dashboard .dashboard .order-stepper .step .dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #DFDFDF;
  border: 2px solid #DFDFDF;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-20-dashboard .dashboard .order-stepper .step .dot svg {
  display: none;
}

.page-20-dashboard .dashboard .order-stepper .step .label {
  color: #949494;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.page-20-dashboard .dashboard .order-stepper .step .step-date {
  color: #949494;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: center;
}

.page-20-dashboard .dashboard .order-stepper .step.completed .dot {
  background: #07BD74;
  border-color: #07BD74;
}

.page-20-dashboard .dashboard .order-stepper .step.completed .label {
  color: #2C2C2C;
}

.page-20-dashboard .dashboard .order-stepper .step.completed .step-date {
  color: #595959;
}

.page-20-dashboard .dashboard .order-stepper .step.current .dot {
  background: #07BD74;
  border-color: #07BD74;
}

.page-20-dashboard .dashboard .order-stepper .step.current .dot svg {
  display: block;
}

.page-20-dashboard .dashboard .order-stepper .step.current .label {
  color: #2C2C2C;
  font-weight: 700;
}

.page-20-dashboard .dashboard .order-products {
  margin-bottom: 1.5rem;
}

.page-20-dashboard .dashboard .order-products .section-label {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: block;
}

.page-20-dashboard .dashboard .order-products .product-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-20-dashboard .dashboard .order-products .product-item img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  background: #F5F5F5;
}

.page-20-dashboard .dashboard .order-products .product-item .product-info {
  flex: 1;
}

.page-20-dashboard .dashboard .order-products .product-item .product-info .product-name {
  display: block;
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.page-20-dashboard .dashboard .order-products .product-item .product-info .product-weight {
  display: block;
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.page-20-dashboard .dashboard .order-products .product-item .product-price {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.page-20-dashboard .dashboard .order-products .product-item .product-qty {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  min-width: 3.75rem;
  text-align: center;
}

.page-20-dashboard .dashboard .order-products .product-item .product-total {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  min-width: 6.25rem;
  text-align: right;
}

.page-20-dashboard .dashboard .order-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: start;
}

.page-20-dashboard .dashboard .address-card {
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 1.25rem;
}

.page-20-dashboard .dashboard .address-card .address-type {
  color: #2C2C2C;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}

.page-20-dashboard .dashboard .address-card p {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.page-20-dashboard .dashboard .address-card .address-extra {
  color: #949494;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.75rem;
  display: block;
  padding-top: 0.75rem;
  border-top: 1px solid #DFDFDF;
}

.page-20-dashboard .dashboard .summary-card {
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-20-dashboard .dashboard .summary-card .summary-row {
  display: flex;
  justify-content: space-between;
}

.page-20-dashboard .dashboard .summary-card .summary-row span {
  color: #595959;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.page-20-dashboard .dashboard .summary-card .summary-row.total {
  border-top: 1px solid #DFDFDF;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
}

.page-20-dashboard .dashboard .summary-card .summary-row.total span {
  color: #2C2C2C;
  font-size: 1rem;
  font-weight: 700;
}

.page-20-dashboard .dashboard .btn-exchange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  height: 3rem;
  padding-inline: 2rem;
  border-radius: 12px;
  background: #846024;
  border: 1px solid #D2B062;
  color: #FFDC70;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: 200ms;
}

.page-20-dashboard .dashboard .btn-exchange:hover {
  transform: scale(1.03);
}

.page-20-dashboard .dashboard-tabs {
  display: none;
}

.page-20-dashboard .mobile-user-header {
  display: none;
}

@media screen and (max-width: 993px) {
  .page-20-dashboard {
    padding-top: 4.375rem;
  }

  .page-20-dashboard .dashboard {
    flex-direction: column;
    gap: 0;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .page-20-dashboard .dashboard__sidebar {
    display: none;
  }

  .page-20-dashboard .dashboard__content {
    width: 100%;
  }

  .page-20-dashboard .dashboard__header {
    margin-bottom: 1.25rem;
  }

  .page-20-dashboard .dashboard__header h1 {
    font-size: 1.5rem;
  }

  .page-20-dashboard .dashboard__header p {
    font-size: 0.875rem;
  }

  .page-20-dashboard .dashboard .form-grid {
    grid-template-columns: 1fr;
  }

  .page-20-dashboard .dashboard .form-grid__row-half {
    grid-template-columns: 1fr;
  }

  .page-20-dashboard .dashboard .orders-table__header {
    grid-template-columns: 1fr 1.3fr 6.25rem;
    padding-inline: 1rem;
  }

  .page-20-dashboard .dashboard .orders-table__header span {
    font-size: 0.75rem;
  }

  .page-20-dashboard .dashboard .order-row__summary {
    grid-template-columns: 1fr 1.3fr 6.25rem;
    gap: 0.25rem;
    padding: 1rem 0.75rem;
  }

  .page-20-dashboard .dashboard .order-row__summary .order-id .number {
    font-size: 0.8125rem;
  }

  .page-20-dashboard .dashboard .order-row__summary .order-id .date {
    font-size: 0.6875rem;
  }

  .page-20-dashboard .dashboard .order-row__summary .order-status .badge {
    font-size: 0.625rem;
    height: 1.625rem;
    min-width: 0;
    width: 100%;
    padding-inline: 0.5rem;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }

  .page-20-dashboard .dashboard .order-row__summary .order-total {
    gap: 0.25rem;
  }

  .page-20-dashboard .dashboard .order-row__summary .order-total .price {
    font-size: 0.8125rem;
  }

  .page-20-dashboard .dashboard .order-row__summary .order-total .toggle-icon {
    width: 1rem;
    height: 1rem;
  }

  .page-20-dashboard .dashboard .order-row__details {
    padding: 1rem;
  }

  .page-20-dashboard .dashboard .order-stepper {
    padding-inline: 0;
  }

  .page-20-dashboard .dashboard .order-stepper::before,
  .page-20-dashboard .dashboard .order-stepper::after {
    left: 1rem;
    right: 1rem;
  }

  .page-20-dashboard .dashboard .order-stepper .step {
    min-width: 0;
    flex: 1;
  }

  .page-20-dashboard .dashboard .order-stepper .step:not(:nth-last-child(-n+3)) {
    display: none;
  }

  .page-20-dashboard .dashboard .order-stepper .step .dot {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .page-20-dashboard .dashboard .order-stepper .step .dot svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  .page-20-dashboard .dashboard .order-stepper .step .label {
    font-size: 0.75rem;
    word-break: normal;
  }

  .page-20-dashboard .dashboard .order-stepper .step .step-date {
    font-size: 0.625rem;
  }

  .page-20-dashboard .dashboard .order-products .product-item {
    gap: 0.5rem;
  }

  .page-20-dashboard .dashboard .order-products .product-item img {
    width: 3rem;
    height: 3rem;
  }

  .page-20-dashboard .dashboard .order-products .product-item .product-info .product-name {
    font-size: 0.8125rem;
  }

  .page-20-dashboard .dashboard .order-products .product-item .product-info .product-weight {
    font-size: 0.6875rem;
  }

  .page-20-dashboard .dashboard .order-products .product-item .product-price,
  .page-20-dashboard .dashboard .order-products .product-item .product-total {
    font-size: 0.8125rem;
    min-width: 0;
  }

  .page-20-dashboard .dashboard .order-products .product-item .product-qty {
    font-size: 0.6875rem;
    min-width: 0;
  }

  .page-20-dashboard .dashboard .order-footer-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-20-dashboard .dashboard .address-card,
  .page-20-dashboard .dashboard .summary-card {
    padding: 1rem;
  }

  .page-20-dashboard .dashboard .btn-exchange {
    width: 100%;
    justify-content: center;
  }

  .page-20-dashboard .mobile-user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.75rem;
  }

  .page-20-dashboard .mobile-user-header .greeting {
    color: #2C2C2C;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .page-20-dashboard .mobile-user-header .btn-logout {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    background: none;
    border: 0;
    color: #D02F2F;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
  }

  .page-20-dashboard .mobile-user-header .btn-logout svg path {
    stroke: #D02F2F;
  }

  .page-20-dashboard .dashboard-tabs {
    display: flex;
    border-bottom: 2px solid #DFDFDF;
    margin-bottom: 1.25rem;
  }

  .page-20-dashboard .dashboard-tabs__item {
    flex: 1;
    text-align: center;
    padding-block: 0.75rem;
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    color: #949494;
    font-family: "Aeonik Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: 200ms;
  }

  .page-20-dashboard .dashboard-tabs__item.active {
    color: #07BD74;
    border-bottom-color: #07BD74;
  }
}

/* Alert Styles */
.alert {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-family: "Aeonik Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.alert-success {
  background-color: #C5E6CA;
  color: #2C2C2C;
  border: 1px solid #9ED3A4;
}

.alert-danger {
  background-color: #FFE5E5;
  color: #C41E3A;
  border: 1px solid #FF9E9E;
}

.alert ul {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}

.alert ul li {
  margin-bottom: 0.25rem;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  z-index: -9999 !important;
}


/* WhatsApp Form */
.form-wpp {
  position: fixed;
  bottom: -125px;
  right: -40px;
  opacity: 0;
  border-radius: 8px;
  width: max(350px, 30%);
  overflow: hidden;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: lighten;
  background-color: #d9d9d9;
  box-shadow: 0 0 25px -5px #8c8c8c;
  transition: all 250ms ease;
  transform: scale(0);
}

.form-wpp.active {
  transform: scale(1);
  bottom: 70px;
  right: 15px;
  opacity: 1;
}

.form-wpp .fw-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  padding: 15px 24px 13px;
  color: white;
  font-size: 18px;
  box-shadow: 5px 0px 40px 15px white;
}

.form-wpp .fw-header img {
  width: 30px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.form-wpp .fw-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  background: #EEBC1688;
}

.form-wpp :is(input, textarea, button) {
  width: 100%;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  border: 1px solid #0dc152;
  outline: none;
  font-size: 14px;
}

.form-wpp h5 {
  color: #404041;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.form-wpp h5 a {
  text-decoration: underline;
  font-weight: 600;
}

.form-wpp button {
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  color: white;
  cursor: pointer;
  transition: all 200ms ease;
}

.form-wpp button:is(:hover, :focus-visible) {
  background-color: #30C96B;
}

/* Close button for WhatsApp form */
.form-wpp .fw-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.28);
  border: 0;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 11;
}

.form-wpp .fw-close:hover,
.form-wpp .fw-close:focus {
  background: rgba(0, 0, 0, 0.44);
  outline: none;
}

/* Disabled state for WhatsApp submit button */
.form-wpp button.disabled,
.form-wpp button[disabled],
.form-wpp a.disabled,
.form-wpp a[aria-disabled="true"] {
  background: transparent !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: default !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

/* Make anchor look like button */
.form-wpp a#submit-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid #1C1C1C;
  height: 3.625rem;
  padding: 0 1.5rem;
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}


#aviso-cookies{
    position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
}

#aviso-cookies .conteudo{
    max-width: 1140px;
    margin: auto;
}

#aviso-cookies .conteudo .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

#aviso-cookies .conteudo .flex p, #aviso-cookies .conteudo .flex p a {
    color: #FFF;
    font-size: 13px;
    margin-right: 0px;
    text-align: left;
    font-weight: bold;
    z-index: 8000;
}

#aviso-cookies .conteudo .flex button{
    height: 45px;
}

#aviso-cookies .conteudo .flex button span{
    font-size: 14px;
}

@media(max-width: 991px){
    #aviso-cookies .conteudo .flex{
        display: block;
    }
    #aviso-cookies .conteudo .flex button{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.grecaptcha-badge{
    display: none;
}