:root{--bg-start: #7bd35a;--bg-end: #0ea29c;--verde-escuro: #06323F;--white: #FFFFFF;--verde-claro: #DAD400}*{box-sizing:border-box;margin:0;padding:0}body{display:flex;flex-direction:column;justify-content:center;min-height:100vh;background:linear-gradient(200deg,var(--bg-start) 0%,var(--bg-end) 100%);font-family:Montserrat,Segoe UI,system-ui,-apple-system,sans-serif}#page{position:flex;width:100%;max-width:1200px;margin:0 auto;justify-content:center;align-items:center;text-align:center;color:var(--verde-escuro)}#hero{position:relative;width:90%;display:grid;place-items:center;justify-self:center;align-self:center;text-align:center}#hero #cabecalho{width:100%}#hero #logo{position:absolute;width:50%;top:30px;left:18%}#sorte{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px;margin-top:50px}#sorte h3{font-size:2.3rem;font-weight:600;line-height:1.3;text-align:center}#sorte h3 span{color:var(--white);background:var(--verde-escuro);padding:5px 10px;border-radius:5px;font-weight:700}#sorte h1{display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:1.1;font-size:3rem;font-weight:900;gap:30px}#sorte h1 span{font-size:4rem}#sorte h1 p{padding:0;margin:0;text-shadow:2px 2px 2px var(--bg-start)}#motos{margin-top:20px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--verde-escuro);height:550px}#motos #motos-content{font-size:2rem;font-weight:600;align-self:flex-start;padding-top:30px;display:flex;flex-direction:column;align-items:center;height:100%}#motos #motos-content p{font-weight:400}#motos #motos-content h3{font-size:3rem;font-weight:bolder;line-height:1.1;text-shadow:2px 2px 2px var(--bg-start)}#motos #motos-content #text{color:var(--white);align-self:self-start;justify-self:self-start;flex-grow:1;display:flex;flex-direction:column;justify-content:center;text-shadow:2px 2px 5px rgba(0,0,0,.5);margin-top:-50px}#motos #motos-content #text p{font-size:1.7rem}#motos #motos-content #text h4{font-size:2rem;font-weight:900;line-height:1.1}#motos img{height:100%;object-fit:contain;padding-right:50px;filter:drop-shadow(2px 2px 5px var(--verde-claro))}#motos img.exibir-mobile{display:none}#motos img.exibir-desktop{display:block}#app{margin-top:50px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;font-size:2rem}#app h3{width:60%;line-height:1.1;background-color:var(--verde-claro);border-radius:16px;padding:20px;font-weight:400;box-shadow:2px 2px 5px var(--verde-escuro)}#app h3 span{font-weight:900}#footer{margin-top:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--white);margin-bottom:50px}#footer p{font-size:1.5rem;font-weight:600}#footer ul{display:flex;gap:20px;list-style:none}#footer p:last-child{font-size:1rem;font-weight:400;width:75%;margin-top:20px}#logomarca{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--verde-escuro);padding:20px}#logomarca img{width:200px}#regulamento{display:flex;align-items:center;justify-content:center;margin-top:50px}a{width:60%;background-color:var(--verde-claro);color:var(--verde-escuro);border:none;padding:10px 20px;border-radius:5px;cursor:pointer;text-decoration:none;box-shadow:2px 2px 5px var(--verde-escuro);font-size:1rem;font-weight:600}@media(max-width:992px){#app h3{width:80%}}@media(max-width:768px){#hero{width:100%}#sorte,#sorte h1{flex-direction:column;gap:0px}#motos{height:100%;flex-direction:column;align-items:center;justify-content:center}#motos #motos-content{flex-direction:column;align-items:center;justify-content:center;align-self:center}#motos #motos-content #text{margin-top:0;text-align:center;align-self:center}#motos img{width:200px}#motos img.exibir-mobile{display:block}#motos img.exibir-desktop{display:none}#app h3{font-size:1.2rem}#footer ul{flex-direction:column;gap:0}#footer p:last-child{width:95%}}
