.elementor-kit-9{--e-global-color-primary:#3E3E3E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b69fe82:#FFFFFF;--e-global-color-0204e60:#000000;--e-global-color-a25169b:#FDD156;--e-global-color-23ee109:#F3B221;--e-global-color-cbd3b29:#FCC52C;--e-global-color-bf33a0a:#5F5C5C;--e-global-color-1e47b8d:#B6BDB7;--e-global-color-e3e1d46:#28464F;--e-global-color-677fe4e:#2ABAB5;--e-global-typography-primary-font-family:"Saira";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:120%;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:120%;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;font-family:"Saira", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Saira", Sans-serif;}.elementor-kit-9 h1{font-family:"Saira", Sans-serif;font-size:38px;}.elementor-kit-9 h2{font-family:"Saira", Sans-serif;font-size:32px;}.elementor-kit-9 h3{font-family:"Saira", Sans-serif;}.elementor-kit-9 h4{font-family:"Saira", Sans-serif;}.elementor-kit-9 h5{font-family:"Saira", Sans-serif;}.elementor-kit-9 h6{font-family:"Saira", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */body, html {
    overflow-x: hidden !important;
}

p {
    margin-bottom: 0px !important;
}

.destaque-texto {
    color: #FF9B2F;
}

/* botão vbotao-verde-luzerde iluminado */

.botao-verde-luz,#botao-verde-luz {
  position: relative;
  box-shadow: 0 0 30px -6px #01e88ba6;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

/* Linha de brilho superior com gradiente */
.botao-verde-luz::before,#botao-verde-luz::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border: 1px solid;
  border-image: linear-gradient(to right, transparent 20%, #00FF98, transparent 80%) 1;
  border-radius: 50%;
  mix-blend-mode: plus-lighter;
  z-index: 4;
  pointer-events: none;
}

/* Glow difuso verde no topo */
.botao-verde-luz::after, #botao-verde-luz::after{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 15px;
  background: linear-gradient(to right, transparent, #00ff98, transparent);
  border-radius: 50%;
  filter: blur(20px);
  mix-blend-mode: plus-lighter;
  z-index: 4;
  pointer-events: none;
}/* End custom CSS */