.elementor-kit-7{--e-global-color-primary:#2D1293;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#545454;--e-global-color-accent:#61CE70;--e-global-color-da1a8c9:#581C95;--e-global-color-8e28cd1:#9C24B4;--e-global-color-c86ec15:#F18831;--e-global-color-9d2ef1b:#F6B127;--e-global-color-7ff2725:#000000;--e-global-color-077f29b:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-7247240-font-family:"Poppins";--e-global-typography-7247240-font-size:16px;--e-global-typography-7247240-font-weight:500;--e-global-typography-3d54481-font-family:"Poppins";--e-global-typography-3d54481-font-size:56px;--e-global-typography-3d54481-font-weight:500;--e-global-typography-1bc9795-font-family:"Poppins";--e-global-typography-1bc9795-font-size:16px;--e-global-typography-1bc9795-font-weight:600;--e-global-typography-9b9fa95-font-family:"Poppins";--e-global-typography-9b9fa95-font-size:18px;--e-global-typography-9b9fa95-font-weight:400;--e-global-typography-9b9fa95-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-kit-7 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-kit-7{--e-global-typography-primary-font-size:26px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:12px;--e-global-typography-7247240-font-size:15px;--e-global-typography-3d54481-font-size:34px;--e-global-typography-1bc9795-font-size:15px;--e-global-typography-9b9fa95-font-size:15px;}.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 */.botao-animado {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  padding: 0;
  display: inline-block;
}

.botao-animado .elementor-button * {
  position: relative;
  z-index: 9;
}

.botao-animado .elementor-button {
  transition: 0.5s;
  background: transparent !important;
  padding: 32px;
  position: relative;
  z-index: 3;
  }

/* Cor da borda */
.botao-animado .elementor-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1883120; /* brilho laranja transparente */
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: opacity 0.3s linear;
  opacity: 1;
}

/* Fundo gradiente */
.botao-animado .elementor-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #090416 0%, #9c24b4 100%);
  z-index: 3;
  opacity: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50px;
  transition: 0.5s;
}

/* Brilho em loop */
.botao-animado::before {
  position: absolute;
  content: "";
  top: -200%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f18831;
  z-index: 2;
  width: 40px;
  height: 500%;
  filter: blur(5px);
  border-radius: 50px;
  animation: rodar 5s infinite linear;
  transform-origin: center bottom;
  opacity: 1;
}

/* Animação da luz rodando ao redor */
@keyframes rodar {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.header-glow {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #9333ea 0%, transparent 70%);
  filter: blur(100px);
  animation: pulseGlow 4s ease-in-out infinite;
  z-index: -1;
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}/* End custom CSS */