/* Start custom CSS *//* ------ BOTOES ------- */

body.elementor-page-260 .elementor-button {
    animation: 5s ease-in-out 3s infinite brilho8, pisca8 2s infinite;
    background-image: linear-gradient(130deg, rgba(1,168,25,0) 0%, rgba(1,168,25,0) 48%, #17F53550 48%, #17F53550 50%, rgba(1,168,25,0) 50%, rgba(1,168,25,0) 100%); /* troque as cores aqui, repetindo conforme indicado */
    background-size: 400% 200%;
    transition: all .5s;
    z-index: 999;
    text-wrap: balance;
    box-shadow: 0px 0px 21px -6px #17F535; /*mude a cor aqui*/
        border-style: solid !important ;
    border-width: 0px 0px 6px 0px !important ;
    border-color: #055201 !important ;
    border-radius: 7px 7px 7px 7px !important
}

@keyframes brilho8 {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes pisca8 {
    70% {
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

body.elementor-page-260 .elementor-button:hover{
    transform: scale(1.05);
    background-color: #04C01F !important;
}

body.elementor-page-260 .elementor-button:active{
    transform: scale(0.95);

}


/* --- TEXTO DEGRADE --- */

.fade1{
background: #9E00CA;
background: -webkit-linear-gradient(to right, #712100 0%, #A56118 100%);
background: -moz-linear-gradient(to right, #712100 0%, #A56118 100%);
background: linear-gradient(to right, #712100 0%, #A56118 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* -- SCROLL HORIZONTAL -- */

body, html { overflow-x:hidden; }


/* -- COR BARRA SCROLL -- */


body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #BD28FF, #FF039A);
    border-radius: 10px;
    border: 2px solid #000;
}

* {
    scrollbar-width: 10px;
    scrollbar-color: #FFFFFF;
}


/* -- COR TEXTO SELECT -- */


::selection {
    -webkit-text-fill-color: #000;
    color: #000;
    background: #00C2FF;
}/* End custom CSS */