.elementor-kit-5{--e-global-color-primary:#0171BD;--e-global-color-secondary:#93DD62;--e-global-color-text:#01092D;--e-global-color-accent:#F5F3DC;--e-global-color-70e3aa7:#F8F7F3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;color:var( --e-global-color-text );border-radius:25px 25px 25px 25px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 img{border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* BLOCO 2 — CSS global (sem ".elementor-kit-5") */
.botao-garantia .elementor-button{
  position: relative;
  overflow: visible;
  transform: translateZ(0);
  will-change: transform, filter;
  animation: botaoGarantiaPulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 28px rgba(147, 221, 98, .35);
}

.botao-garantia .elementor-button::after{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius: inherit;
  background: radial-gradient(circle,
    rgba(147,221,98,.45) 0%,
    rgba(147,221,98,.22) 35%,
    rgba(147,221,98,0) 70%
  );
  filter: blur(10px);
  opacity: 0;
  transform: scale(.92);
  z-index: -1;
  pointer-events: none;
  animation: botaoGarantiaGlow 1.8s ease-in-out infinite;
}

.botao-garantia .elementor-button:hover{
  filter: brightness(1.03);
}

@keyframes botaoGarantiaPulse{
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}

@keyframes botaoGarantiaGlow{
  0%, 100% { opacity: 0;   transform: scale(.92); }
  50%      { opacity: .95; transform: scale(1.06); }
}

@media (prefers-reduced-motion: reduce){
  .botao-garantia .elementor-button,
  .botao-garantia .elementor-button::after{
    animation: none !important;
  }
}/* End custom CSS */