.elementor-416 .elementor-element.elementor-element-496d3a9{--display:flex;}body.elementor-page-416:not(.elementor-motion-effects-element-type-background), body.elementor-page-416 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080101;}/* Start custom CSS */.deg{
    background: var(--Linear, linear-gradient(90deg, color(display-p3 0.6902 0.5686 0.3176) 0%, color(display-p3 0.9765 0.9529 0.6392) 67.5%, color(display-p3 0.6902 0.5686 0.3176) 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


.botao .elementor-button{
    border-radius: 900px;
    background: var(--Linear, linear-gradient(90deg, #B69045 0%, #FAF398 67.5%, #B69045 100%));
    transition: 0.5s ease all;
}

.botao:hover .elementor-button{
    box-shadow: 0px 0px 50px 0px #FAF39880;
}

.botao .elementor-button-text{
    align-self: center
}

.botao .elementor-button-icon{
    font-size: 15px;
    align-self: center;
    rotate: -45deg;
    transition: 0.7s 0.2s ease all
}

.botao:hover .elementor-button-icon{
    rotate: 0deg;
}

.botao .elementor-button::before{
    content: "";
    position: absolute;
    border-radius: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: solid 1px #ffffff50;
    opacity: 100%;
    transition: 0.5s ease all;
}

.botao:hover .elementor-button::before{
        width: 100%;
    height: 100%;
    opacity: 0;
}


.box{
    border-radius: 15px;
border: 1px solid #3E3E3E;
border: 1px solid color(display-p3 0.2445 0.2445 0.2445);
background: rgba(15, 15, 15, 0.50);
background: color(display-p3 0.0591 0.0591 0.0591 / 0.50);
backdrop-filter: blur(10px);
}

/*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 */