.elementor-kit-6{--e-global-color-primary:#0057C3;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c7566d2:#FF002F;--e-global-color-6ac1f0a:#FFC700;--e-global-color-3e36832:#04CD00;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--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:500;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-size:13px;font-weight:500;}.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);}.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 */html, body {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f6faff;
  position: relative;
}

/* CAMPO DE LUZ */
body::before {
  content: "";
  position: fixed;
  inset: -40%;
  z-index: -2;

  background:
    radial-gradient(70vw 70vh at 20% 25%, rgba(100, 185, 255, 0.40), transparent 70%),
    radial-gradient(80vw 75vh at 75% 30%, rgba(255, 95, 95, 0.22), transparent 75%),
    radial-gradient(75vw 70vh at 50% 85%, rgba(130, 200, 255, 0.35), transparent 75%),
    radial-gradient(65vw 65vh at 85% 70%, rgba(255, 110, 110, 0.20), transparent 75%),
    radial-gradient(90vw 80vh at 40% 50%, rgba(120, 210, 255, 0.25), transparent 80%);

  filter: blur(120px);
  animation: ambientMove 22s ease-in-out infinite alternate;
}

/* VIDRO */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.50);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  z-index: -1;
}

/* MOVIMENTO MAIS AMPLO */
@keyframes ambientMove {
  0% {
    transform: translate3d(0%, 0%, 0) scale(1);
  }
  50% {
    transform: translate3d(-6%, 5%, 0) scale(1.08);
  }
  100% {
    transform: translate3d(5%, -6%, 0) scale(1.12);
  }
}/* End custom CSS */