.elementor-kit-6{--e-global-color-primary:#040516;--e-global-color-secondary:#00A6ED;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00A6ED;--e-global-color-c545244:#FFFFFFB3;--e-global-color-55f5eb8:#2CC4FF;--e-global-color-e1e4c28:#00A6ED1A;--e-global-color-6e76710:#02010100;--e-global-color-82f52d0:#00A6ED1A;--e-global-color-d5abc30:#00A6ED12;--e-global-color-7ae4d50:#00A6ED1A;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;--e-global-typography-7d48383-font-size:72px;--e-global-typography-7d48383-font-weight:400;--e-global-typography-7d48383-line-height:0.9em;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:transparent;font-size:16px;font-weight:500;color:var( --e-global-color-text );background-image:radial-gradient(at top center, var( --e-global-color-secondary ) 0%, #006EAB 43%);box-shadow:0px 0px 0px 2px rgba(255, 255, 255, 0.15) inset;border-style:none;border-radius:8px 8px 8px 8px;padding:14px 24px 14px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-55f5eb8 );color:var( --e-global-color-text );box-shadow:0px 0px 30px 0px rgba(44.000000000000014, 195.99999999999986, 255, 0.2);border-style:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-55f5eb8 );}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-kit-6 h2{color:var( --e-global-color-text );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{accent-color:var( --e-global-color-accent );}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{accent-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:48px;--container-default-padding-right:16px;--container-default-padding-bottom:48px;--container-default-padding-left:16px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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 */.elementor-heading-title, .elementor-post__title {
  background: linear-gradient(90deg, 
    #00A6ED 0%,
    #00A6ED 10%,
    #FFFFFF 40%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}




.elementor-progress-bar {
    background: linear-gradient(90deg, rgba(0, 166, 237, 1) 0%, rgba(255, 255, 255, 0) 100%)!important;
}

.elementor-progress-wrapper {
    background-color: transparent!important;
}

.elementor-button {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 24px !important;
    background: linear-gradient(180deg, #00A6ED 0%, #007bb0 100%) !important;
    box-shadow: 0 2px 6px rgba(0, 166, 237, 0.25) !important; /* Glow sutil */
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Fecho de luz */
.elementor-button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -75% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 80%
    ) !important;
    transform: skewX(-25deg) !important;
    transition: left 0.5s ease !important;
    pointer-events: none !important;
}

/* Hover: brilho levemente mais forte e fecho de luz */
.elementor-button:hover {
    box-shadow: 0 4px 10px rgba(0, 166, 237, 0.35) !important;
    transform: translateY(-2px) !important;
}

.elementor-button:hover::before {
    left: 125% !important;
}


/* Botão estilo vidro usando btn-secondary */
.btn-secondary .elementor-button {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 10px !important;
    padding: 14px 24px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important,
                inset 0 0 10px rgba(255, 255, 255, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Fecho de luz */
.btn-secondary .elementor-button::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -75% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0) 80%
    ) !important;
    transform: skewX(-25deg) !important;
    transition: left 0.5s ease !important;
    pointer-events: none !important;
}

/* Hover */
.btn-secondary .elementor-button:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2) !important,
                inset 0 0 15px rgba(255, 255, 255, 0.08) !important;
}

.btn-secondary .elementor-button:hover::before {
    left: 125% !important;
}

.btn-secondary .elementor-button {
    box-shadow: none!important;
}

/* Cards Icons */

.elementor-cta--skin-classic {
  position: relative;
}

.elementor-cta--skin-classic::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    #00A6ED,
    #00A6ED,
    transparent
  );
  filter: drop-shadow(0 0 6px #00A6ED);
  border-radius: 3px;
}

/* Overline */

.overline {
  position: relative;
}

.overline::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #00A6ED,
    #00A6ED,
    transparent
  );
  filter: drop-shadow(0 0 6px #00A6ED);
  border-radius: 3px;
}

/* Icons */


.elementor-icon {
    box-shadow: 1px 4px 12px 0px rgba(0, 166.00000000000014, 236.99999999999994, 0.3) inset;
}

.elementor-icon {
  position: relative;
}

.elementor-icon::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #00A6ED,
    #00A6ED,
    transparent
  );
  filter: drop-shadow(0 0 6px #00A6ED);
}

.desafio .elementor-icon {
    background: none!important;
    box-shadow: 1px 4px 12px 0px rgba(248, 113, 113, 0.3) inset;!important;
    
}

.solucao .elementor-icon {
    background: none!important;
    box-shadow: 1px 4px 12px 0px rgba(250, 104, 21, 0.3) inset;!important;
    
}

.desafio .elementor-icon::before {
  background: linear-gradient(
    90deg,
    transparent,
    #F87171,
    #F87171,
    transparent
  )!important;
  filter: drop-shadow(0 0 6px #F87171)!important;
}

.solucao .elementor-icon::before {
  background: linear-gradient(
    90deg,
    transparent,
    #FACC15,
    #FACC15,
    transparent
  )!important;
  filter: drop-shadow(0 0 6px #FACC15)!important;
}/* End custom CSS */