.elementor-kit-9{--e-global-color-primary:#F3F3F3;--e-global-color-secondary:#C24B17;--e-global-color-text:#E87644;--e-global-color-accent:#351202;--e-global-color-0204e60:#1E140D;--e-global-typography-primary-font-family:"Montserrat Alternates";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:120%;--e-global-typography-secondary-font-family:"Montserrat Alternates";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:120%;--e-global-typography-text-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;}.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);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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-kit-9{--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:16px;}.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: #C24B17;
}

.elementor-price-table__features-list{
    display: none !important;
}

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

.botao-verde-luz,#botao-verde-luz {
  position: relative;
  box-shadow: 0 0 30px -6px #C24B17a6;
  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%, #C24B17, 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, #C24B17, transparent);
  border-radius: 50%;
  filter: blur(20px);
  mix-blend-mode: plus-lighter;
  z-index: 4;
  pointer-events: none;
}/* End custom CSS */