.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#A77F63;--e-global-color-text:#9EAE8C;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:31px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:transparent;padding-inline-end:0px;padding-inline-start:0px;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 100%, var( --e-global-color-accent ) 100%);}.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-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 *//* Botão com ondulações + neon usando classe */
.botao-ondulante-neon {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: inherit; /* mantém a cor já definida do botão */
  text-shadow: 0 0 5px currentColor, 0 0 10px currentColor;
  box-shadow: 0 0 10px currentColor, 0 0 20px currentColor;
  transition: all 0.3s ease;
}
.botao-ondulante-neon:hover {
  box-shadow: 0 0 20px currentColor, 0 0 40px currentColor, 0 0 60px currentColor;
  transform: scale(1.05);
}
.botao-ondulante-neon::before,
.botao-ondulante-neon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 50%;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  animation: ripple-neon 3s infinite;
  z-index: -1;
}
.botao-ondulante-neon::after { animation-delay: 1.5s; }

@keyframes ripple-neon {
  0% { transform: translate(-50%, -50%) scale(0.2); opacity: 0.6; box-shadow: 0 0 15px currentColor, 0 0 30px currentColor; }
  100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; box-shadow: 0 0 0 currentColor; }
}/* End custom CSS */