.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-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:#F0F0F0;font-family:"Poppins", Sans-serif;}.elementor-kit-5 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){margin-block-end: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 */.gradient-text {
    background: var(--primary-gradient);
    background-image: linear-gradient(135deg, rgb(79, 70, 229) 0%, rgb(126, 58, 242) 50%, rgb(176, 102, 242) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

html, body {
  overflow-x: hidden;
}

.performance-dash {
     width: max-content;
}

.card {
    background-color: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(99, 102, 241, 0.2);
    transition: all 0.3s ease;
}

.p-8 {
    padding: 2rem;
}
.rounded-xl {
    border-radius: .75rem;
}

.text-gray-300 {
    color: rgba(209, 213, 219, var(--tw-text-opacity));
    font-size: 17px;
}

.cards-escala {
    min-height: 410px
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.4);
}

.feature-icon {
    background: var(--secondary-gradient);
    border-radius: 12px;
}

.feature-icon {
    background: var(--secondary-gradient);
    background-image: linear-gradient(135deg, rgb(37, 99, 235) 0%, rgb(99, 102, 241) 50%, rgb(139, 92, 246) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border-radius: 12px;
}

.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-16 {
    width: 4rem;
}
.h-16 {
    height: 4rem;
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-cog:before {
    content: "\ea6e";
}

.card-fazemos {
    min-height: 505px !important;
}

.font-medium {
    font-size: 15px;
}

.card-comofunciona {
    min-height: 686px !important; 
}

.fonte-depoimentos {
    font-size: 18px;
}

.space-y-6 {
    font-size: 16px;
}

#formulario .elementor-button-content-wrapper {
background: linear-gradient(to right, #5245E6, #AB61F2);
  color: white;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#formulario .elementor-button-content-wrapper::after {
    content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
background: linear-gradient(to right, #5245E6, #AB61F2);
  filter: blur(15px);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

#formulario .elementor-button-content-wrapper:hover {
    transform: translateY(-4px);
}

#formulario .elementor-button-content-wrapper:hover::after {
    opacity: 0.25;
  transform: translate(-50%, -50%) scale(1);
}

.blur-bg {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 150%;
  height: 150%;
  background: linear-gradient(45deg, #5245E6, #AB61F2);
  opacity: 0.15;
  filter: blur(80px);
  z-index: 0;
  animation: pulseGlow 6s ease-in-out infinite;
  border-radius: 30%;
  pointer-events: none;
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.05) rotate(2deg);
  }
}/* End custom CSS */