/* Unti Digital — enhancement layer only. No layout geometry changes. */

/* Keep the decorative bottle crossing the green/white section boundary above the next block. */
#b_3056531_1_1750866108685c18bc29843 {
  z-index: 2;
  overflow: visible !important;
}
#b_3056531_1_1750866108685c18bc29845 {
  z-index: 1;
}
#e_3056531_1_175139429142384144 {
  z-index: 3000 !important;
}

/* Footer: make copyright + Unti signature robust across browsers. */
#b_3056531_1_1750866108685c18bc29850 {
  min-height: 52px;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 .gpr156,
#e_3056531_1_1750866108685c18bc2d22f610772248 .gpr157,
#e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-dev-credit,
#e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-dev-credit a {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-copyright,
#e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-dev-credit {
  display: block;
  width: 100%;
  text-align: center;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-dev-credit {
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.25;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-dev-credit a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Motion only activates after JS adds .tiiv-motion-ready. */
.tiiv-motion-ready .tiiv-reveal-target {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 620ms cubic-bezier(.2,.7,.2,1),
    transform 620ms cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--tiiv-delay, 0ms);
}
.tiiv-motion-ready .tiiv-reveal-target.tiiv-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Buttons: preserve dimensions/position, animate only the inner visual surface. */
.gpc-e.e_botao > .c {
  transition:
    transform 180ms cubic-bezier(.2,.7,.2,1),
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease !important;
  transform-origin: center;
}
.gpc-e.e_botao > .c:hover {
  transform: translate3d(0, -2px, 0) scale(1.012);
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
  text-decoration: none;
}
.gpc-e.e_botao > .c:active {
  transform: translate3d(0, 0, 0) scale(.992);
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.gpc-e.e_botao > .c:focus-visible {
  outline: 2px solid rgba(255,255,255,.95);
  outline-offset: 3px;
}

/* Image/card polish without changing boxes. */
.elemento_imagem > .c,
.elemento_slider > .c {
  transition: filter 320ms ease, transform 320ms cubic-bezier(.2,.7,.2,1);
}
.elemento_imagem:not(#e_3056531_1_175139429142384144):hover > .c {
  filter: saturate(1.035) contrast(1.015);
}

/* WhatsApp microinteraction; existing pulse remains intact. */
.float {
  transition: transform 180ms cubic-bezier(.2,.7,.2,1), box-shadow 180ms ease, background-color 180ms ease !important;
  will-change: transform;
}
.float:hover {
  transform: translateY(-3px) scale(1.055);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}
.float:active {
  transform: translateY(0) scale(.97);
}

@media (max-width: 800px) {
  #b_3056531_1_1750866108685c18bc29850 {
    min-height: 48px;
  }
  #e_3056531_1_1750866108685c18bc2d22f610772248 .tiiv-dev-credit {
    font-size: 9px;
  }
  .tiiv-motion-ready .tiiv-reveal-target {
    transform: translate3d(0, 12px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tiiv-motion-ready .tiiv-reveal-target,
  .tiiv-motion-ready .tiiv-reveal-target.tiiv-in-view,
  .gpc-e.e_botao > .c,
  .elemento_imagem > .c,
  .elemento_slider > .c,
  .float {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Footer alignment hotfix — keep footer content truly centered in the approved layout. */
#b_3056531_1_1750866108685c18bc29850 .centralizar {
  text-align: center !important;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 .gpr156,
#e_3056531_1_1750866108685c18bc2d22f610772248 .gpr156 p {
  width: 100% !important;
  text-align: center !important;
}
#e_3056531_1_1750866108685c18bc2d22f610772248 .gpr156 p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
