.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-424759c:#222020;--e-global-color-b10666e:#8E5915;--e-global-color-d3e2790:#D2AF85;--e-global-color-40e3c13:#F9F9F6;--e-global-color-750d787:#F3B315;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--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;background-color:#F9F9F6;color:#222020;}.elementor-kit-11 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);}.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 *//* Gradiente animado para palavras específicas */
.gradiente-texto {
    background: linear-gradient(135deg, #F3B315, #FFE81B, #F3B315);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText 6s ease infinite;
    display: inline;
    font-weight: bold;
}

/* Animação do gradiente */
@keyframes gradientText {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Gradiente animado para palavras específicas */
.gradiente-marrom {
    background: linear-gradient(135deg, #8E5915, #F3B315, #8E5915);
    background-size: 500% 500%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText 10s ease infinite;
    display: inline;
    font-weight: bold;
}

/* Animação do gradiente */
@keyframes gradientText {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* Gradiente animado para ícones de lista */
.elementor-icon-list-icon i,
.elementor-icon-list-icon svg {
    background: linear-gradient(135deg, #F3B315, #FFE81B, #F3B315);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText 6s ease infinite;
    font-size: 2rem; /* Ajuste o tamanho conforme necessário */
    display: inline-block;
}

/* Animação do gradiente */
@keyframes gradientText {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */