*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}


  .mb-block-section.has-mb-section-colors body {
  color: var(--mb-section-fg);
}

body {
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  color: var(--mb-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.mb-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
}


  .mb-block-section.has-mb-section-colors .mb-btn-primary {
  color: var(--mb-section-fg);
}

.mb-block-section.has-mb-section-colors .rounded-full.mb-btn-primary .text-surface {
  color: var(--mb-surface);
}

.mb-block-section.has-mb-section-colors .rounded-full.bg-primary .mb-btn-primary {
  color: var(--mb-surface);
}

.mb-btn-primary {
  display: inline-flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 8px;
  border-width: 2px;
  border-color: transparent;
  background-color: var(--mb-primary);
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: var(--mb-surface);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  padding: 15px 30px;
}

.mb-btn-primary:hover,
  .mb-btn-primary:focus-visible {
  background-color: var(--mb-primary-hover);
}


  .mb-block-section.has-mb-section-colors .mb-btn-secondary {
  color: var(--mb-section-fg);
}

.mb-block-section.has-mb-section-colors .rounded-full.bg-primary .mb-btn-secondary {
  color: var(--mb-surface);
}

.mb-btn-secondary {
  display: inline-flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 8px;
  border-width: 2px;
  border-color: var(--mb-surface);
  background-color: transparent;
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: var(--mb-surface);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  padding: 15px 30px;
}

.mb-block-section.has-mb-section-colors .mb-container.rounded-t-lift.mb-btn-secondary:hover,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-b-lift.mb-btn-secondary:hover,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-t-3xl.mb-btn-secondary:hover,.mb-block-section.has-mb-section-colors .mb-container.rounded-t-lift
  .mb-btn-secondary:focus-visible,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-b-lift
  .mb-btn-secondary:focus-visible,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-t-3xl
  .mb-btn-secondary:focus-visible {
  background-color: transparent;
}

.mb-block-section.has-mb-section-colors .mb-btn-secondary:hover,.mb-block-section.has-mb-section-colors 
  .mb-btn-secondary:focus-visible {
  color: var(--mb-section-fg);
}

.mb-btn-secondary:hover,
  .mb-btn-secondary:focus-visible {
  background-color: var(--mb-surface);
  color: var(--mb-primary);
}

.mb-block-section.has-mb-section-colors .mb-btn-tertiary {
  color: var(--mb-section-fg);
}

.mb-btn-tertiary {
  display: inline-flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 8px;
  border-width: 2px;
  border-color: var(--mb-primary);
  background-color: transparent;
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: var(--mb-primary);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  padding: 15px 30px;
}

@media (min-width: 1024px) {
  .mb-btn-primary,
    .mb-btn-secondary,
    .mb-btn-tertiary {
    padding-left: 35px;
    padding-right: 35px;
  }
}


  .mb-block-section.has-mb-section-colors .mb-btn-tertiary:hover,
  .mb-block-section.has-mb-section-colors 
  .mb-btn-tertiary:focus-visible {
  color: var(--mb-section-fg);
}

.mb-block-section.has-mb-section-colors .rounded-full.mb-btn-tertiary:hover .text-surface,.mb-block-section.has-mb-section-colors .rounded-full
  .mb-btn-tertiary:focus-visible .text-surface {
  color: var(--mb-surface);
}

.mb-block-section.has-mb-section-colors .rounded-full.bg-primary .mb-btn-tertiary:hover,.mb-block-section.has-mb-section-colors .rounded-full.bg-primary 
  .mb-btn-tertiary:focus-visible {
  color: var(--mb-surface);
}

.mb-btn-tertiary:hover,
  .mb-btn-tertiary:focus-visible {
  background-color: var(--mb-primary);
  color: var(--mb-surface);
}

/* Sem translate-y no desktop: evita “buraco” entre o link e o painel (hover perdido).
     Hover/show: CSS puro (evita bug do @apply com seletores múltiplos no @media). */

.mb-block-section.has-mb-section-colors .mb-container.rounded-t-lift.mb-submenu-panel,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-b-lift.mb-submenu-panel,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-t-3xl.mb-submenu-panel {
  background-color: transparent;
}

.mb-submenu-panel {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 120;
  min-width: 220px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.05);
  background-color: var(--mb-surface);
  padding-bottom: 0.5rem;
  padding-top: 0.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  visibility: hidden;
  opacity: 0;
  transition:
      opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .mb-primary-nav .group:hover .mb-submenu-panel,
    .mb-primary-nav .group:focus-within .mb-submenu-panel,
    .mb-primary-nav .group.is-mb-submenu-open .mb-submenu-panel {
    visibility: visible;
    opacity: 1;
  }
}


  .mb-block-section.has-mb-section-colors .mb-submenu-link {
  color: var(--mb-section-fg);
}

.mb-submenu-link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--mb-ink);
}

.mb-block-section.has-mb-section-colors .mb-submenu-link:hover {
  color: var(--mb-section-fg);
}

.mb-submenu-link:hover {
  color: var(--mb-primary);
}

/* Figma: quadrado com cantos ~6px, fundo vermelho escuro, ícone branco (header e rodapé). */


  .mb-block-section.has-mb-section-colors .mb-social-icon {
  color: var(--mb-section-fg);
}

.mb-block-section.has-mb-section-colors .rounded-full.mb-social-icon .text-surface {
  color: var(--mb-surface);
}

.mb-block-section.has-mb-section-colors .rounded-full.bg-primary .mb-social-icon {
  color: var(--mb-surface);
}

.mb-social-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: var(--mb-primary);
  color: var(--mb-surface);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mb-social-icon:hover,
  .mb-social-icon:focus-visible {
  background-color: var(--mb-primary-hover);
}

.mb-social-icon:focus-visible {
  outline: 2px solid var(--mb-surface);
  outline-offset: 2px;
}

.mb-clients-track {
  display: flex;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mb-clients-arrow {
  flex-shrink: 0;
}

.mb-card-hover-soft {
  transition:
      transform 0.24s ease,
      box-shadow 0.24s ease,
      background-color 0.24s ease,
      filter 0.24s ease;
  will-change: transform;
}

.mb-card-hover-soft:hover,
  .mb-card-hover-soft:focus-within {
  transform: translateY(-2px);
  background-color: color-mix(in srgb, var(--mb-surface) 97%, var(--mb-ink) 3%);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--mb-ink) 8%, transparent);
}

.mb-card-hover-lift {
  transition:
      transform 0.24s ease,
      box-shadow 0.24s ease,
      filter 0.24s ease;
  will-change: transform;
}

.mb-card-hover-lift:hover,
  .mb-card-hover-lift:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.34);
}

.mb-container-wide {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1632px) {
  .mb-container-wide {
    padding-left: 0;
    padding-right: 0;
  }
}

.mb-instagram-section__embed {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.mb-instagram-section__embed iframe,
  .mb-instagram-section__embed .mb-instagram-embed-iframe,
  .mb-instagram-section__embed blockquote.instagram-media,
  .mb-instagram-section__embed [class*='instagram-media'] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mb-instagram-section__embed .mb-instagram-embed-iframe {
  min-height: clamp(720px, 72vw, 920px);
  border-radius: 1rem !important;
  background: #fff;
}

footer ul a {
  color: rgb(255 255 255 / 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer ul a:hover,
  footer ul a:focus-visible {
  color: var(--mb-primary) !important;
}

/*
   * O formato core/text-color do Gutenberg usa <mark class="has-inline-color">.
   * Sem reset, o navegador aplica fundo amarelo padrão em <mark>.
   */

mark.has-inline-color {
  background: none !important;
  background-color: transparent !important;
}

@media (max-width: 1023px) {
  .mb-primary-nav .mb-submenu-panel {
    visibility: visible;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0.5rem;
    max-height: none;
    opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: auto;
    border: none;
    padding-left: 0.75rem;
    padding-top: 0;
  }

  .mb-primary-nav .group .mb-submenu-panel {
    border-left: 2px solid rgba(0, 0, 0, 0.08);
  }
}

/**
   * Cores de seção (blocos Gutenberg: sectionBgColor, sectionTextColor).
   */

.mb-block-section.has-mb-section-colors .mb-container.rounded-t-lift.bg-surface,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-b-lift.bg-surface,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-b-lift.bg-alt,
  .mb-block-section.has-mb-section-colors .mb-container.rounded-t-3xl.bg-surface {
  background-color: transparent !important;
}

.mb-block-section.has-mb-section-colors .text-primary,
  .mb-block-section.has-mb-section-colors .text-ink,
  .mb-block-section.has-mb-section-colors .text-surface {
  color: var(--mb-section-fg) !important;
}

.mb-block-section.has-mb-section-colors [class*='text-ink/'],
  .mb-block-section.has-mb-section-colors [class*='text-surface/'] {
  color: color-mix(in srgb, var(--mb-section-fg) 85%, transparent) !important;
}

.mb-block-section.has-mb-section-colors .text-primary\/60 {
  color: color-mix(in srgb, var(--mb-section-fg) 55%, transparent) !important;
}

.mb-block-section.has-mb-section-colors .rounded-full.bg-primary .text-surface {
  color: var(--mb-surface) !important;
}

.mb-block-section.has-mb-section-colors .\!rounded-full.bg-primary .text-surface {
  color: var(--mb-surface) !important;
}

/*
   * Cor de texto da seção não deve alterar o botão primário (sempre texto surface / branco do tema).
   */

.mb-block-section.has-mb-section-colors .mb-btn-primary,
  .mb-block-section.has-mb-section-colors .mb-btn-primary:hover,
  .mb-block-section.has-mb-section-colors .mb-btn-primary:focus-visible {
  color: var(--mb-surface) !important;
}

/*
   * Secundário: no hover o fundo vira surface (branco). O override de texto da seção
   * (mesma origem que .text-surface / .text-primary no bloco colorido) não pode aplicar
   * aqui, senão o label fica igual ao fundo.
   */

.mb-block-section.has-mb-section-colors .mb-btn-secondary:hover,
  .mb-block-section.has-mb-section-colors .mb-btn-secondary:focus-visible {
  color: var(--mb-primary) !important;
}

.mb-block-section.has-mb-section-colors .mb-btn-tertiary {
  border-color: var(--mb-primary) !important;
  color: var(--mb-primary) !important;
}

.mb-block-section.has-mb-section-colors .mb-btn-tertiary:hover,
  .mb-block-section.has-mb-section-colors .mb-btn-tertiary:focus-visible {
  background-color: var(--mb-primary) !important;
  color: var(--mb-surface) !important;
}

/*
   * Títulos que devem manter a cor primária da marca mesmo com cores de seção (uso pontual).
   */

.mb-text-primary-brand {
  color: var(--mb-primary);
}

.mb-block-section.has-mb-section-colors .mb-text-primary-brand {
  color: var(--mb-primary) !important;
}

/*
   * Links que devem manter a cor primária da marca mesmo em blocos com
   * sectionTextColor/sectionBgColor (onde .text-primary vira cor de seção).
   */

.mb-link-brand {
  color: var(--mb-primary);
  transition: color 0.2s ease;
}

.mb-link-brand:hover {
  color: var(--mb-primary-hover);
}

.mb-block-section.has-mb-section-colors .mb-link-brand {
  color: var(--mb-primary) !important;
}

.mb-block-section.has-mb-section-colors .mb-link-brand:hover {
  color: var(--mb-primary-hover) !important;
}

/* Bloco Produto: zoom na imaginem principal (lupa + hover). */

.mb-product-gallery__main-img {
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.22s ease-out;
  will-change: transform;
}

.mb-product-gallery__main-img.is-mb-product-zoomed {
  transform: scale(1.45);
}

.mb-product-gallery__thumb {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.mb-product-gallery__thumb.is-active {
  box-shadow: 0 0 0 2px var(--mb-primary);
}

/* Faixa de miniaturas: scroll visível + setas (desktop). */

.mb-product-gallery__thumbs-scroll {
  -webkit-overflow-scrolling: touch;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--mb-ink) 28%, transparent) transparent;
}

.mb-product-gallery__thumbs-scroll::-webkit-scrollbar {
  height: 6px;
}

.mb-product-gallery__thumbs-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: color-mix(in srgb, var(--mb-ink) 25%, transparent);
}

.mb-product-gallery__thumbs-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.mb-product-gallery__thumbs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--mb-ink) 12%, transparent);
  background: var(--mb-surface);
  color: var(--mb-ink);
  box-shadow: 0 2px 10px color-mix(in srgb, var(--mb-ink) 12%, transparent);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition:
      opacity 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease;
}

@media (min-width: 640px) {
  .mb-product-gallery__thumbs-nav--prev {
    left: -18px;
  }

  .mb-product-gallery__thumbs-nav--next {
    right: -18px;
  }
}

.mb-product-gallery__thumbs-nav.is-mb-thumb-nav-on {
  opacity: 1;
  pointer-events: auto;
}

.mb-product-gallery__thumbs-nav:hover {
  background: color-mix(in srgb, var(--mb-primary) 10%, var(--mb-surface));
  color: var(--mb-primary);
}

.mb-product-gallery__thumbs-nav:focus-visible {
  outline: 2px solid var(--mb-primary);
  outline-offset: 2px;
}

.mb-product-gallery__thumbs-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: -1px;
  /* chevron óptico */
}

.mb-product-gallery__thumbs-nav--next .mb-product-gallery__thumbs-nav-inner {
  margin-inline-start: 1px;
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[120\] {
  z-index: 120;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[18px\] {
  width: 18px;
  height: 18px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-9 {
  height: 2.25rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-none {
  max-height: none;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[12rem\] {
  min-height: 12rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[19rem\] {
  max-width: 19rem;
}

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

.max-w-\[52rem\] {
  max-width: 52rem;
}

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

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

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

.max-w-content {
  max-width: 1300px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-heroimg {
  max-width: 850px;
}

.max-w-none {
  max-width: none;
}

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

.flex-none {
  flex: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.translate-y-px {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.resize {
  resize: both;
}

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

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

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

.grid-cols-\[auto_minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: auto minmax(0,1fr) auto;
}

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

.justify-center {
  justify-content: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.\!rounded-full {
  border-radius: 9999px !important;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-\[3rem\] {
  border-radius: 3rem;
}

.rounded-btn {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-b-lift {
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-lift {
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-primary {
  border-color: var(--mb-primary);
}

.border-surface {
  border-color: var(--mb-surface);
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-alt {
  background-color: var(--mb-alt);
}

.bg-ink {
  background-color: var(--mb-ink);
}

.bg-primary {
  background-color: var(--mb-primary);
}

.bg-surface {
  background-color: var(--mb-surface);
}

.bg-transparent {
  background-color: transparent;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-alt {
  --tw-gradient-from: var(--mb-alt) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-surface {
  --tw-gradient-to: var(--mb-surface) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.text-left {
  text-align: left;
}

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

.font-display {
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
}

.font-sans {
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
}

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

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[125\%\] {
  line-height: 125%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-inherit {
  color: inherit;
}

.text-ink {
  color: var(--mb-ink);
}

.text-primary {
  color: var(--mb-primary);
}

.text-surface {
  color: var(--mb-surface);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-white\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lift {
  --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*
 * Gutter horizontal: FORA de @layer (com !important) para vencer px-0 nos wrappers.
 * Figma: largura de conteúdo = 1300px (max-w-content) — sem 100px extra por lado.
 * Em ecrãs estreitos: 1rem para não colar; quando (100vw - 1300) / 2 >= 1rem, o bloco
 * fica centrado e retira-se o padding interno para a área útil ser 1300px.
 */

.mb-container {
  box-sizing: border-box;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1332px) {
  .mb-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mb-block-section.has-mb-section-colors .hover\:text-primary:hover {
  color: var(--mb-section-fg) !important;
}

.mb-block-section.has-mb-section-colors .focus-visible\:text-primary:focus-visible {
  color: var(--mb-section-fg) !important;
}

.mb-block-section.has-mb-section-colors .\[\&_a\]\:text-primary a {
  color: var(--mb-section-fg) !important;
}

.hover\:text-primary:hover {
  color: var(--mb-primary);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus-visible\:text-primary:focus-visible {
  color: var(--mb-primary);
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {
  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .sm\:max-w-\[21rem\] {
    max-width: 21rem;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-\[19px\] {
    font-size: 19px;
  }

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

@media (min-width: 768px) {
  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:size-\[29px\] {
    width: 29px;
    height: 29px;
  }

  .md\:max-w-\[24rem\] {
    max-width: 24rem;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-\[2\.25rem\] {
    border-radius: 2.25rem;
  }

  .md\:rounded-\[3\.25rem\] {
    border-radius: 3.25rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[38px\] {
    font-size: 38px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }
}

.\[\&_a\]\:text-inherit a {
  color: inherit;
}

.\[\&_a\]\:text-primary a {
  color: var(--mb-primary);
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_li\]\:font-semibold li {
  font-weight: 600;
}

.\[\&_p\]\:mx-0 p {
  margin-left: 0px;
  margin-right: 0px;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:px-0 p {
  padding-left: 0px;
  padding-right: 0px;
}

.\[\&_p\]\:font-semibold p {
  font-weight: 600;
}
