/* Start custom CSS */html,body{
overflow-x: hidden !important;
}

.m0{
margin: 0 !important;
}

.t_01 b{
color: #85d225;
font-weight: 800;
}
.luz_text b{
text-shadow: 8bb754 0px 0px 20px;
}

#efeito1:before{
content: '';
width: 80%;
height: 100%;
background: linear-gradient(#AB6DF1BF,transparent);
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: -25px;
opacity: 0.4;
}

.shine1:before{
content: '';
width: 350px;
height: 350px;
background: #85d225;
position: absolute;
left: -80px;
top: -80px;
opacity: 0.4;
filter: blur(80px);
border-radius: 50%;
z-index: 0;
}
.shine2:after{
content: '';
width: 350px;
height: 350px;
background: #85d225;
position: absolute;
right: -80px;
bottom: -80px;
opacity: 0.3;
filter: blur(80px);
border-radius: 50%;
z-index: 0;
}

#funcionamento:before{
content: '';
width: 40%;
height: 300px;
background:linear-gradient(to right, #6cb016,#d6fcc0,#fff0);
position: absolute;
left: 0;
top: 40%
}


@media (max-width:768px){
    
.none{
display:none !important;
}

#funcionamento:before{
display:none !important;
}
}/* End custom CSS */