html{scroll-behavior:smooth;height:100%;width:100%}body{margin:0;padding:80px 0 0;height:100%;width:100%;background-color:#0a0a0a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}section{scroll-margin-top:90px;padding:80px 20px;box-sizing:border-box}.bg-animated{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#050505;overflow:hidden}.circle{position:absolute;width:400px;height:400px;background:radial-gradient(circle,#4caf501f,#0000 70%);border-radius:50%;filter:blur(60px);animation:move 20s infinite alternate ease-in-out}.circle:nth-child(1){top:-10%;left:-10%;animation-duration:25s}.circle:nth-child(2){bottom:-10%;right:-10%;animation-duration:30s;animation-delay:-5s}.circle:nth-child(3){top:40%;left:50%;width:300px;height:300px;animation-duration:22s}@keyframes move{0%{transform:translate(0) scale(1)}33%{transform:translate(100px,200px) scale(1.2)}66%{transform:translate(-50px,300px) scale(.9)}to{transform:translate(0) scale(1)}}@media(max-width:768px){body{padding-top:65px}section{padding:40px 15px!important;scroll-margin-top:70px}.titulo-secao{font-size:24px!important;text-align:center;margin-bottom:30px}p{font-size:15px;line-height:1.6}}@media(max-width:380px){.circle{width:250px;height:250px}}
