.elementor-kit-9{--e-global-color-primary:#B98343;--e-global-color-secondary:#090910;--e-global-color-text:#F6F6F6;--e-global-color-accent:#C9C9C9;--e-global-typography-primary-font-family:"Crimson Text";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:120%;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:150%;--e-global-typography-text-font-family:"Crimson Text";--e-global-typography-text-font-size:50px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:100%;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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;
}

.elementor-divider-separator {
    border-radius: 30px;
}

.destaque-texto {
    color: #B98343;
}

.icon-divisor {
  height: 3px;
  margin: 0 auto; /* centraliza */
  background: #B98343;
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* 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 */