/** Shopify CDN: Minification failed

Line 1329:0 Expected "}" to go with "{"

**/
.grecaptcha-badge {
  display: none;
}

.section__flush-top .m-section-my {
  margin-top: 0;
}

.section__flush-bottom .m-section-my {
  margin-bottom: 0;
}

.sf__text-stroke {
  -webkit-text-stroke: 0.5px #dfdfdf;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 110px;
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  font-weight: bold;
}

.sf__text-stroke.text-stroke-1 {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  -webkit-text-stroke: 1px dimgray;
  letter-spacing: 0;
}

.sf__text-scroll {
  font-size: 48px;
  line-height: 56px;
}

.m-scroll {
  display: flex;
  width: 100%;
  height: 165px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.m-scroll__title {
  white-space: nowrap;
  transition: all 1s ease;
}

.m-scroll__title>div {
  display: flex;
  animation: scrollText var(--speed, 22s) infinite linear;
  position: absolute;
}

.sf__scrolling-text .sf__scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline;
}

.sf__scrolling-text .sf__scrolling-text-inner:hover>* {
  animation-play-state: paused;
}

.sf__scrolling-text .sf__scrolling-text-inner>* {
  margin: 0;
  animation-duration: var(--speed, 15s);
}

.sf__scrolling-text .sf__scrolling-text-inner a {
  color: inherit;
  text-decoration: none;
}

.sf__scrolling-text .sf__scrolling-text-inner a em {
  font-style: normal;
}

.sf__scrolling-text .sf__scrolling-text-inner span.custom {
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
}

.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="medium"] {
  padding: 0 1em;
  transform: scale(0.5);
}

.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="large"] {
  padding: 0 2em;
}

.sf__scrolling-text[data-s-dir="ltr"] .sf__scrolling-text-inner>* {
  transform: translateX(-20%) translateZ(0);
  animation: sf-scrolling-text-animation linear infinite 15s;
}

.sf__scrolling-text[data-s-dir="rtl"] {
  direction: rtl;
}

.sf__scrolling-text[data-s-dir="rtl"] .sf__scrolling-text-inner>* {
  transform: translateX(20%) translateZ(0);
  animation: sf-scrolling-text-animation-reverse linear infinite 15s;
}

.sf__scrolling-text[data-s-speed="lowest"] .sf__scrolling-text-inner>* {
  animation-duration: 15s;
}

.sf__scrolling-text[data-s-speed="medium"] .sf__scrolling-text-inner>* {
  animation-duration: 7s;
}

.sf__scrolling-text[data-s-speed="fast"] .sf__scrolling-text-inner>* {
  animation-duration: 4s;
}

.sf__scrolling-text[data-style="text-outline"] em {
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thin"] em {
  -webkit-text-stroke-width: 0.015em;
}

.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thick"] em {
  -webkit-text-stroke-width: 0.03em;
}

.sf__scrolling-text[data-style="text-outline"] a:hover em {
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0;
}

.sf__scrolling-text.font_size_11vh * {
  font-size: 11vh;
  line-height: 1.2em;
}

.sf__tab-item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

.sf__tab-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.sf__tab-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.sf__tab-item-label::after,
.sf__tab-item-label::before {
  position: absolute;
  content: "";
  text-align: center;
  transition: all var(--m-duration-default, 0.25s);
  transform: translateY(-50%);
  top: 50%;
  background: #000;
}

.sf__tab-item-label::after {
  width: 11px;
  height: 1px;
  right: 0;
}

.sf__tab-item-label::before {
  width: 1px;
  height: 11px;
  right: 4.5px;
}

.sf__tab-item-content {
  max-height: 0;
  padding: 0;
  color: #000;
  transition: all var(--m-duration-default, 0.25s);
}

.sf__tab-item input:checked+.sf__tab-item-label {
  border-bottom-color: #000;
}

.sf__tab-item input:checked+.sf__tab-item-label::before {
  display: none;
}

.sf__tab-item input:checked~.sf__tab-item-content {
  max-height: 100vh;
  padding: 20px 0 0;
}

.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center;
}

.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ssw-social-login-widget .ssw-socialconnect>div>a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important;
}

.ssw-social-login-widget .ssw-socialconnect>div>a i[class*="ssw-icon"] {
  transform: none !important;
}

.ssw-stars>i {
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  .hide-on-desk {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .hidden-br-mobile br {
    display: none;
  }
}

.shopify-policy__container {
  max-width: 740px !important;
  margin: 0 auto 4rem !important;
}

.shopify-policy__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 32px 16px;
}

@media screen and (min-width: 1024px) {
  .shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.m-menu-badge {
  position: relative;
  height: 100%;
}

.m-menu-badge::before {
  content: var(--badge);
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 12px;
  text-transform: capitalize;
  width: 42px;
  height: 20px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-menu-badge--hot::before {
  background-color: #ffe7e7;
  color: #da3f3f;
}

.m-menu-badge--new::before {
  background-color: #d5fbef;
  color: #3a9076;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1 1 0%;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-4 {
  gap: 16px;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.pl-8 {
  padding-left: 32px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-10 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-2\.5 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mr-5 {
  margin-right: 20px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.list-disc {
  list-style-type: disc;
}

.w-full {
  width: 100%;
}

.text-color-subtext {
  color: rgb(var(--color-foreground-secondary));
}

.w-\[20px\] {
  width: 20px;
}

.h-\[20px\] {
  height: 20px;
}

.-mx-4 {
  margin: 0 -16px;
}

.px-4 {
  padding: 0 16px;
}

.mb-14 {
  margin-bottom: 56px;
}

.mt-4 {
  margin-top: 16px;
}

.px-12 {
  padding: 0 48px;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.w-36 {
  width: 9rem;
}

.ml-2 {
  margin-left: 8px;
}

.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:pr-4 {
    padding-right: 16px;
  }

  .md\:pl-12 {
    padding-left: 48px;
  }

  .md\:pr-10 {
    padding-right: 40px;
  }

  .md\:gap-7 {
    gap: 28px;
  }

  .md\:mb-6 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .xl\:items-center {
    align-items: center;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .img-ctn {
    margin-bottom: 24px;
  }
}


.embaixadores .m-richtext__subtitle,
.embaixadores .m-section__subheading {
  color: #C18C3C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
}

.embaixadores .m-richtext__title,
.embaixadores .m-section__heading {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}



.embaixadores .m-button--primary {
  border-radius: 999px;
  background: #134C32;
  border: none;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  color: #FEF7EC;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}

.m-ambassadors-benefits .m-custom-content__block .m-custom-content__block-inner {
  border-radius: 16px;
  background: #FEF7EC;
  display: flex;
  padding: 68px 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}

.m-ambassadors-benefits .m-custom-content__block .m-custom-content__block-inner::before {
  display: flex;
  padding: 6px 12px;
  align-items: flex-start;
  border-radius: 999px;
  background: #134C32;
  color: #FEF7EC;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  z-index: 2;
}

.m-ambassadors-benefits .m-custom-content__block:nth-child(1) .m-custom-content__block-inner::before {
  content: "VANTAGEM 1";
}

.m-ambassadors-benefits .m-custom-content__block:nth-child(2) .m-custom-content__block-inner::before {
  content: "VANTAGEM 2";
}

.m-ambassadors-benefits .m-custom-content__block:nth-child(3) .m-custom-content__block-inner::before {
  content: "VANTAGEM 3";
}

.m-ambassadors-benefits .text-card-with-image__media {
  display: flex;
  width: 72px;
  height: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.m-ambassadors-benefits .m-richtext__title {

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.m-ambassadors-benefits .m-richtext__description {

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  opacity: 0.78;
}

.m-ambassadors-benefits .m-button--primary,
.m-ambassadors-benefits-more .m-button--primary {
  height: 43px;
}

.m-ambassadors-benefits-more .text-card-with-image__media {
  display: flex;
  width: 72px;
  height: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m-ambassadors-benefits-more .m-richtext__title {

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.m-ambassadors-benefits-more .m-richtext__description {

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  opacity: 0.78;
}

.m-ambassadors-benefits-more .m-custom-content__block .m-custom-content__block-inner {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #EBE5DB;
  background: #FFF;

}


.m-ambassadors-important .m-image-block {
  width: 80px;
  height: 80px;
  margin-left: auto;
}

.m-ambassadors-important .m-richtext__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.m-ambassadors-important .m-richtext__description {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}

.m-ambassadors-important .m-richtext__subtitle {
  margin-bottom: 12px !important;
}

.m-ambassadors-faq .m-faqs-section__block-accordion {
  padding: 22px 24px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 14px;
  border: 1px solid #E0DBD1;
  background: #FFF;
  margin-bottom: 12px;
}

.m-ambassadors-faq .m-collapsible--button {
  border: none;
  padding: 0px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.m-ambassadors-faq .m-collapsible--content__inner {
  padding: 12px 0 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.m-ambassadors-faq .container {
  max-width: 916px;
}

.m-ambassadors-footer .b1 .m-richtext {
  display: flex;
  flex-direction: column;
}

.m-ambassadors-footer .b1 .m-richtext__subtitle {
  order: 3;
}

.m-ambassadors-footer .b1 .m-richtext__description {
  opacity: 0.75;
  color: #FEF7EC;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 32px;
}

.m-ambassadors-footer .b1 .m-richtext__subtitle {
  color: #FEF7EC;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  margin: 0px;
}

.m-ambassadors-footer .b1 .m-richtext__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.m-ambassadors-footer .b2 .m-richtext {
  display: flex;
  flex-direction: column;
  max-width: 307px;
  margin-left: auto;
  text-align: left;

}

.m-ambassadors-footer .b2 .m-richtext__description p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.8;

}

.m-ambassadors-footer .b2 .m-richtext em {
  opacity: 0.6;
  font-style: normal;
}

.m-ambassadors-footer .b2 .m-richtext strong {
  opacity: 1;
}


.m-ambassadors-footer .b2 .m-richtext__subtitle {
  order: 3;
}

.m-ambassadors-footer .b2 .m-richtext__subtitle {
  color: #C18C3C;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 32px;
  text-align: right;
}

.embaixadores #MainContent {
  padding-bottom: 0px;

}

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

  .embaixadores .m-richtext__title,
  .embaixadores .m-section__heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
  }

  .embaixadores .m-richtext__subtitle,
  .embaixadores .m-section__subheading {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
  }

  .m-ambassadors-first .m-custom-content__wrapper {
    flex-direction: column-reverse;
  }

  .ic1 .m-influencer__name {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.5px;
  }

  .m-ambassadors-kit .m-custom-content__container,
  .m-ambassadors-kit .m-color-default {
    background: #FEF7EC;
  }

  .m-ambassadors-kit .m-button--primary {
    width: 100%;
  }

  .m-ambassadors-benefits-more .m-custom-content__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-ambassadors-benefits-more .m-custom-content__block-text_card_with_image,
  .m-ambassadors-benefits-more .text-card-with-image {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .m-ambassadors-benefits-more .text-card-with-image__media {
    max-width: 100%;
  }

  .embaixadores .m-richtext__description,
  .embaixadores .m-section__description {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 20.8px */
  }

  .m-ambassadors-benefits-more .m-richtext__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }

  .m-ambassadors-benefits-more .m-richtext__description {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    opacity: 0.78;
  }

  .m-ambassadors-benefits-more .m-custom-content__block .m-custom-content__block-inner {
    padding: 20px 16px;
  }

  .m-ambassadors-benefits-more .text-card-with-image__media {
    width: 38px;
    height: 38px;
  }

  .m-ambassadors-benefits .m-richtext__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .m-ambassadors-benefits .text-card-with-image__media {
    width: 56px;
    height: 56px;
  }

  .m-ambassadors-benefits .m-custom-content__block .m-custom-content__block-inner {
    padding: 28px 22px;
    gap: 12px;
  }

  .m-ambassadors-benefits .m-custom-content__block .m-custom-content__block-inner::before {
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    padding: 5px 10px;
  }

  .m-ambassadors-important .m-image-block {
    margin: auto;
    width: 64px;
    height: 64px;
  }

  .m-ambassadors-important .m-richtext__title,
  .m-ambassadors-important .m-richtext__description,
  .m-ambassadors-important .m-richtext__subtitle {
    text-align: center;
  }

  .m-ambassadors-footer .m-custom-content__wrapper {
    display: flex;
    flex-direction: column;

  }

  .m-ambassadors-footer .b2 .m-richtext {
    margin-left: 0;
  }

  .m-ambassadors-footer .b2 .m-richtext__description p {
    font-size: 13px;
  }

  .m-ambassadors-footer .b2 .m-richtext__subtitle {
    text-align: left;
    margin-top: 24px;
  }

  .m-ambassadors-footer .b1 .m-richtext__description {
    margin-bottom: 24px;
  }
}

.banho .m-richtext__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 5px;
  color: #000000
}

.m-bath-first .m-richtext__title {
  font-size: 16px;
}

.banho .m-richtext__description h2 {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 5px !important;
  color: #000000 !important;
  margin-top: 74px !important;
}

.banho .m-richtext__description {
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.m-bath-image .m-custom-content__wrapper {
  justify-content: center;
}

.m-bath-image .m-custom-content__container {
  padding-top: 0px;
}

.m-bath-steps .m-richtext__title {
  font-weight: bold;
}

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

  .m-bath-first .m-richtext__title,
  .m-bath-first .m-richtext__description {
    text-align: center;

  }
}


@media screen and (min-width: 768px) {
  .banho-mobile {
    display: none;
  }
}

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

  .banho-desktop,
  .banho-msg {
    display: none;
  }
}
/* ============================================================
   CUSTOM – Selo verificado + título das seções de app (Instafeed)
   ============================================================ */
.m-verified-badge {
  display: inline-flex;
  width: 0.7715em; /* 13.9px em 18px / 12.3px em 16px (Figma) */
  height: 0.7715em;
  margin-right: 5px;
  vertical-align: -0.06em;
}
.m-verified-badge svg {
  width: 100%;
  height: 100%;
}
.m-app-section .m-section__heading {
  font-size: calc(var(--font-base-size, 16) * 1.125px); /* 18px */
  font-weight: 500;
  color: #000000;
}
.m-app-section .m-section__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m-app-section .m-section__heading {
    font-size: calc(var(--font-base-size, 16) * 1px); /* 16px */
  }
  .m-app-section .m-section__header {
    margin-bottom: 20px;
  }


.about-us .m-scroll-trigger,
.about-us .m\:blocks-radius {
  border-radius: 0px;
}

.about-us .m-icon-box__icon {
  display: none;
}

.about-us-first .m-richtext__title::before {
  content: "";
  display: inline-block;
  flex: 0 0 32px;
  width: 32px;
  height: 1px;
  background: currentColor;
}

.about-us-first .m-richtext__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.m-about-cards .m-icon-box__content {
  display: flex;
  height: 187px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--Verde-Filip, #134C32);
  background: #FFF;
}

.m-about-cards .m-mixed-layout__inner>.m\:column[data-slide="0"] .m-icon-box__content {
  background: #134C32;
}

.m-about-cards .m-mixed-layout__inner>.m\:column[data-slide="0"] .m-icon-box__heading,
.m-about-cards .m-mixed-layout__inner>.m\:column[data-slide="0"] .m-icon-box__description {
  color: #FFF;
}

.m-about-cards .m-icon-box__content .m-icon-box__heading {
  color: var(--Verde-Filip, #134C32);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.m-about-cards .m-icon-box__content .m-icon-box__description {
  color: var(--Gray-Filip, #565656);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.m-about-cards .swiper-pagination {
  gap: 4px;
  padding: 0;
}

.m-about-cards .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0;
}

.m-about-cards .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
}

.m-about-cards .swiper-pagination .swiper-pagination-bullet::before,
.m-about-cards .swiper-pagination .swiper-pagination-bullet::after {
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: #A4A39F;
  opacity: 1;
}

.m-about-cards .swiper-pagination .swiper-pagination-bullet-active::before,
.m-about-cards .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 20px;
  height: 5px;
  background: #2C2321;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .about-us .m-custom-content__block-image {
    padding: 0px;
  }

  .about-us-first {
    padding-bottom: 20px
  }

  .about-us-first .m-section-my,
  .about-us-last .m-section-my {
    padding: 0px;
  }

  .about-us-last .m-custom-content__wrapper {
    flex-direction: column-reverse;
  }

  .about-us-first .m-richtext__description,
  .about-us-last .m-richtext__description {
    padding: 0 16px;
    text-align: center;
  }

  .m-about-cards .m-section__description {
    margin-top: 0px;
  }

  .m-about-cards .m-icon-box__content {
    height: 100%;
    justify-content: center;
  }

  .m-about-cards .m-mixed-layout__inner {
    align-items: stretch;
  }

  .m-about-cards .m-mixed-layout__inner>.m\:column {
    display: flex;
    height: auto;
  }

  .m-about-cards .m-icon-box,
  .m-about-cards .m-icon-box__inner {
    display: flex;
    height: 100%;
  }

  .m-about-cards .m-icon-box {
    width: 100%;
  }

  .about-us .m-scrolling-promotion-section .container-full {
    padding: 25px 0px;
  }

  .m-about-cards .m-section__description {
    text-align: center;
  }



  .m-about-cards .m-section__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;

  }

}

@media screen and (min-width: 768px) {
  .m-about-cards .m-section__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 100px;
  }

  .m-about-cards .m-section__header {
    margin-bottom: 0;
    min-width: 0;
    margin-left: auto;
    max-width: 400px;
  }

  .m-about-cards m-icon-box,
  .m-about-cards .m-icon-box-section__wrapper,
  .m-about-cards .m-mixed-layout__wrapper {
    min-width: 0;
  }

  .m-about-cards .m-mixed-layout__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    transform: none !important;
    max-width: 357px;
    margin-right: auto;
  }

  .m-about-cards .m-mixed-layout__inner>.m\:column {
    width: 100% !important;
    min-width: 0;
  }

  .m-about-cards .swiper-slide-duplicate {
    display: none;
  }




}

.about-us .m-richtext__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* ═══ CUSTOM — QA 2026-07-13 ═══ */
/* [22] Página Banho — "POR QUE DOIS BANHOS?": o texto não estica a coluna inteira
   (medida de leitura confortável). O gap entre colunas subiu via setting da seção. */
.m-bath-first .m-custom-content__block-text .m-custom-content__block-inner {
  max-width: 600px;
}
