.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c38712f:#040506;--e-global-color-a5f9295:#FFFFFF;--e-global-color-03624fc:#D4D4D8;--e-global-color-881de32:#9BA068;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);
}/* End custom CSS */