.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0C0C10;--e-global-color-text:#757681;--e-global-color-accent:#DD1851;--e-global-color-e75a636:#121216;--e-global-color-9a1fb68:#232328;--e-global-color-a18735e:#940A92;--e-global-color-1ea899c:#EB431E;--e-global-color-f0efbf9:#FE8F09;--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;background-color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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: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 *//* TEXTO COM GRADIENTE ANIMADO*/
.destaque-titulo {
    font-weight: 900;
    background: linear-gradient(90deg, #940A92 0%, #DD1851 20%, #EB431E 80%, #FE8F09 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/*BOTÕES DO SITE*/

.elementor-button {
    background: linear-gradient(270deg, #940A92, #DD1851, #EB431E, #FE8F09, #EB431E, #DD1851, #DD1851, #940A92);
    background-size: 1600% 1600%;
    animation: degrade 5s ease infinite, luzes 2s linear infinite;
}

@keyframes degrade {
    0% { background-position: 0% 51%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 51%; }
}

@keyframes luzes {
    0% {
        box-shadow: 0 0 10px -10px #DD1851;
    }
    90% {
        box-shadow: 0 0 0 20px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

/*EFEITO DE PULSAR*/

.pulsar{
animation: pulsar 5s ease-in-out infinite;
}
@keyframes pulsar{
0%{
transform: scale(1);
}
50%{
transform: scale(1.05);
}
100%{
transform: scale(1);
}
}


/* EFEITO VIDRO */

.glass{
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}/* End custom CSS */