.elementor-kit-5{--e-global-color-primary:#25B78A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#18495A;--e-global-color-accent:#FF6A3D;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-size:16px;--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:1280px;}.e-con{--container-max-width:1280px;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-5{--e-global-typography-primary-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    position: relative !important;
}


/* ========================================
   TEXTURA DE FUNDO - Efeito de grão
   ======================================== html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 6px 6px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
}
*/




/* ========================================
   ANIMAÇÕES DE SCROLL - Scroll reveal com blur
   ======================================== */

/* Desativa smooth scroll nativo para evitar conflitos */
html {
    scroll-behavior: auto !important;
}

/* Animação de entrada pela parte inferior */
.scroll-bottom {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(0px, 30px);
}

/* Animação de entrada pela parte superior */
.scroll-top {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(0px, -30px);
}

/* Animação de entrada pela esquerda */
.scroll-left {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(-30px, 0px);
}

/* Animação de entrada pela direita */
.scroll-right {
    opacity: 0;
    filter: blur(10px);
    transition: 0.8s !important;
    transform: translate(30px, 0px);
}

/* Estado ativo - elemento visível e focado */
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo {
    opacity: 1;
    filter: blur(0px);
    transition: 0.8s !important;
    transform: translatey(0px);
}

/* ========================================
   BOTÕES - Estilo laranja
   ======================================== */
.btn-cta .elementor-button {
    padding: 16px 14px 16px 20px;
    justify-content: center;

    border: 1px solid #FF8B68;
    background: linear-gradient(90deg, #FF8A5C 0%, #FF6A3D 50%, #E65128 100%);

    /* Sombra suave */
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.btn-cta .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.btn-cta .elementor-button-content-wrapper {
    align-items: center;
}

.btn-cta .elementor-button svg {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.btn-cta .elementor-button:hover svg {
    transform: rotate(45deg);
}


.elementor-widget p,
.elementor-widget h1,
.elementor-widget h2,
.elementor-widget h3,
.elementor-widget h4,
.elementor-widget h5,
.elementor-widget h6 {
    margin-top: 0;
    margin-bottom: 0;
}





/* Estado inicial */
.efeito-lista .elementor-icon-list-item {
  opacity: 0;
  transform: translateX(-20px);
  animation: none;
}

/* Quando ativo: uma única regra de animation para todos */
.efeito-lista.ativo .elementor-icon-list-item {
  animation: entradaItem 0.5s ease forwards;
}

/* Só o delay muda por item — muito mais enxuto */
.efeito-lista.ativo .elementor-icon-list-item:nth-child(1) { animation-delay: 0.1s; }
.efeito-lista.ativo .elementor-icon-list-item:nth-child(2) { animation-delay: 0.3s; }
.efeito-lista.ativo .elementor-icon-list-item:nth-child(3) { animation-delay: 0.5s; }
.efeito-lista.ativo .elementor-icon-list-item:nth-child(4) { animation-delay: 0.7s; }
.efeito-lista.ativo .elementor-icon-list-item:nth-child(5) { animation-delay: 0.9s; }
.efeito-lista.ativo .elementor-icon-list-item:nth-child(6) { animation-delay: 1.1s; }

@keyframes entradaItem {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}/* End custom CSS */