.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8b073fe:#F4F4F5;--e-global-color-81b21e9:#9CA3AF;--e-global-color-8c350c5:#9BA068;--e-global-color-63843cd:#D4D4D8;--e-global-color-5209d05:#040506;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;color:var( --e-global-color-63843cd );font-family:"Inter", Sans-serif;font-size:16px;line-height:28px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-8c350c5 );}.elementor-kit-6 a:hover{color:var( --e-global-color-63843cd );}.elementor-kit-6 h1{color:var( --e-global-color-8b073fe );font-family:"Inter", Sans-serif;font-size:30px;line-height:36px;letter-spacing:-0.75px;}.elementor-kit-6 h2{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:24px;line-height:32px;}.elementor-kit-6 h3{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:20px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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 */.fit{
    width: fit-content;
}

.elementor-widget-text-editor p:last-child { margin-bottom: 0px; }

/* Define a animação do glow */
@keyframes glowing-button {
  0% {
    box-shadow: 0 0 10px #9BA068; /* Verde-oliva */
  }
  33% {
    box-shadow: 0 0 15px #C8A353; /* Dourado */
  }
  66% {
    box-shadow: 0 0 10px #AC5B2C; /* Laranja-queimado */
  }
  100% {
    box-shadow: 0 0 10px #9BA068; /* Volta ao início */
  }
}

/* Estilo base do botão */
.btn-glow {
  background:  /* Cor de fundo (ajuste conforme necessário) */
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  animation: glowing-button 4s infinite linear; /* Aplica a animação */
  transition: transform 0.2s ease;
}

/* Efeito ao passar o mouse (opcional) */
.btn-glow:hover {
  transform: scale(1.05);
}

/* Texto gradiente */

.texto-gradiente {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.70) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  
  line-height: 1.2;         /* Garante espaço vertical */
  padding-bottom: 8px;      /* Dá espaço para o gradiente não cortar */
  display: inline-block;    /* Evita quebra de renderização */
}/* End custom CSS */