body.elementor-page-2984:not(.elementor-motion-effects-element-type-background), body.elementor-page-2984 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS */.elementor-button-icon{
    font-size: 60px;
}

@media(max-width:600px){
   .elementor-button-icon{
    font-size: 50px;
} 

.elementor-button-content-wrapper {
    gap: 20px!important;
}
}

.elementor-button-text{
    margin-top: -6px;
}

.elementor-button{
background: linear-gradient(270deg, #FFCF82, #D4A14F, #FFCF82, #D4A14F, #FFCF82, #D4A14F, #FFCF82, #D4A14F, #FFCF82, #D4A14F);
background-size: 800% 800%;
    animation: AnimationName 12s ease infinite; /*defina o tempo da animação*/
    z-index: 1;
    transition: 0.5s;
}

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

.elementor-button-icon,
.elementor-button-text,
.elementor-button{
        align-self: center;
        transition: 0.5s ease all;
}



.elementor-button:hover::before {
  animation: brilho 0.8s linear;
}

.elementor-button::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

/*Código padrão páginas*/
html, body{overflow-x: hidden !important;}

p:last-child{margin-bottom:0px;}

body::-webkit-scrollbar {width: 12px;}

body::-webkit-scrollbar-track {background: #000000;}

body::-webkit-scrollbar-thumb {background-image: linear-gradient(0deg, white, white);
  border-radius: 20px; border: 3px solid #000000}/* End custom CSS */