.elementor-kit-10{--e-global-color-primary:#00FF88;--e-global-color-secondary:#0A1628;--e-global-color-text:#7A7A7A;--e-global-color-accent:#9CA3AF;--e-global-color-0acefb3:#0F2744;--e-global-color-65c5252:#1A3A5C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:2.9em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.6em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-10 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){--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);}@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 *//* FreeDooh Global Styles */

/* Background padrão do site */
body {
  background-color: #0a1628 !important;
}

/* Efeito glow nos botões primários */
.elementor-button-primary:hover {
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.4);
}

/* Cards com backdrop blur */
.freedooh-card {
  background: rgba(15, 39, 68, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 255, 136, 0.2);
  transition: all 0.3s ease;
}

.freedooh-card:hover {
  border-color: rgba(0, 255, 136, 0.5);
  transform: translateY(-5px);
}

/* Texto com gradiente verde */
.text-gradient-green {
  background: linear-gradient(135deg, #00ff88, #00dd77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Ícone circular estilo FreeDooh */
.icon-circle-freedooh {
  width: 80px;
  height: 80px;
  background: rgba(0, 255, 136, 0.1);
  border: 2px solid #00ff88;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animação fade-in ao scroll */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Pattern de fundo tech */
.tech-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%2300ff88' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}/* End custom CSS */