body{margin:0;background:#fafbf8}h1,h2,h3,h4,p{margin:0}ul{margin:0;padding:0;list-style:none}a{text-decoration:none}img{max-width:100%;height:auto;display:block}*,::after{box-sizing:border-box}.subtitulo{font-family:Forum,serif;font-size:7.75rem;font-weight:400;line-height:1.1;text-transform:uppercase;max-width:5ch;padding:60px 0}@media (max-width:1000px){.subtitulo{font-size:5rem}}@media (max-width:800px){.subtitulo{font-size:3rem;padding:20px 0}}.header-container{border-bottom:1px solid #e9ece1}.header{max-width:1200px;padding:32px 20px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header a{font-family:Forum,serif;font-size:1.75rem;line-height:1;color:#121a03;border-radius:40px;padding:8px 16px}.header a:hover{background:#eaefe0}@media (max-width:800px){.header{padding:16px;flex-direction:column;gap:16px}.header a{font-size:1.5rem}}.introducao{max-width:1200px;padding:40px 20px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:url("../img/bright.svg") no-repeat top 50% left 50%}.introducao h1{font-family:Forum,serif;font-size:7.75rem;font-weight:400;text-transform:uppercase;line-height:1.125;max-width:7ch;position:relative}@media (max-width:1000px){.introducao h1{font-size:5rem}.introducao img{max-width:200px}}@media (max-width:800px){.introducao h1{font-size:3rem}}@media (max-width:600px){.introducao{background:0 0}.introducao img{max-width:100px}}.sobre{max-width:1200px;padding:40px 20px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.sobre-titulo{order:2;display:flex;justify-content:right}.sobre h2{font-family:Forum,serif;font-size:7.75rem;font-weight:400;text-align:right;max-width:10ch}.sobre p{font-family:"Fira Sans",sans-serif;font-size:1.5rem;line-height:1.5;max-width:35ch;position:relative}.sobre p::after{display:inline-block;content:url("../img/bright.svg");width:80px;height:80px;position:absolute;top:300px;left:-120px;animation:girar 8s linear infinite}@keyframes girar{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.sobre h2{font-size:6rem}.sobre p{font-size:1rem}}@media (max-width:1000px){.sobre h2{font-size:5rem}}@media (max-width:800px){.sobre h2{font-size:3rem}}@media (max-width:600px){.sobre{display:block;padding:20px}.sobre h2{justify-self:right}.sobre p{margin-top:12px;font-size:.875rem}}.projetos-bg{background:#99a97c}.projetos{max-width:1200px;padding:40px 20px 60px 20px;margin:0 auto}.projetos-item{display:grid;gap:40px}.projeto{display:grid;grid-template-columns:1fr 1fr 1fr}.projeto-info{align-content:center}.projeto-titulo{font-family:Forum,serif;font-size:2.25rem;font-weight:400}.projeto:nth-child(odd) .projeto-titulo{color:#e0eaca;text-align:right}.projeto:nth-child(2n) .projeto-titulo{color:#6e8349;text-align:left}.projeto-texto{font-family:"Fira Sans",sans-serif;font-size:1.5rem;color:#121a03}.projeto:nth-child(odd) .projeto-texto{text-align:right}.projeto:nth-child(2n) .projeto-texto{text-align:left}.projeto:nth-child(odd) .projeto-info{display:grid;grid-template-columns:1fr;border-radius:40px 0 0 40px;background:#6e8349;padding:0 0 0 20px}.projeto:nth-child(odd) .projeto-img{border-radius:0 40px 40px 0;background:#6e8349;position:relative}.projeto:nth-child(2n) .projeto-info{display:grid;grid-template-columns:1fr;grid-column:3;grid-row:1;border-radius:0 40px 40px 0;background:#e0eaca;padding:0 20px 0 0}.projeto:nth-child(2n) .projeto-img{border-radius:40px 0 0 40px;grid-column:2;grid-row:1;background:#e0eaca;align-content:center;position:relative}.projeto-img a{display:flex;justify-content:center;align-content:center;padding:40px 0}.projetos-item img{border:2px solid transparent;max-width:300px;border-radius:30px}.projeto:nth-child(2n) .projeto-img img:hover{border:2px solid #6e8349;box-shadow:0 0 10px rgba(0,0,0,.2)}.projeto:nth-child(odd) .projeto-img img:hover{border:2px solid #e0eaca;box-shadow:0 0 10px rgba(0,0,0,.2)}.projeto .decorador{justify-self:center;align-self:center}.projeto:nth-child(2n) .decorador{grid-column:1}.projeto:nth-child(odd) .decorador{grid-column:3}@media (max-width:1000px){.projeto-img a{padding:20px}}@media (max-width:800px){.projetos-item img{max-width:200px}.projeto-texto{font-size:1rem}}@media (max-width:600px){.projetos{padding:20px 20px 60px 20px}.projeto-img a{padding:12px}.projetos-item img{max-width:180px}.projeto-titulo{font-size:1.2rem}.projeto-info{font-size:.8rem}}.formacao{max-width:1200px;margin:0 auto;padding:40px 20px}.formacao-subtitulo{display:flex;align-items:center;gap:8px;justify-content:space-between}.formacao div+div>span{background:#e9ece1;font-family:Forum,serif;text-transform:uppercase;font-size:1.5rem;padding:8px 16px;border-radius:40px;width:max-content;display:inline-block;margin-bottom:24px}.cursos ul,.idiomas ul{margin-bottom:40px}.cursos li{font-family:"Fira Sans",sans-serif;font-size:1.5rem;padding:8px 16px;display:flex;justify-content:space-between}.cursos li span,.idiomas li span{color:#6e8349}.cursos li:nth-child(odd),.idiomas li{background:#e9ece1;border-radius:40px}.idiomas li{padding:8px 16px;font-family:"Fira Sans",sans-serif;font-size:1.5rem}@media (max-width:800px){.formacao div+div>span{font-size:1rem}.cursos li,.idiomas li{font-size:1rem}}@media (max-width:600px){.formacao div>span{font-size:.875rem}.cursos li,.idiomas li{font-size:.875rem}}.habilidades-bg{background:#99a97c}.habilidades{max-width:1200px;padding:40px 20px 60px 20px;margin:0 auto}.habilidades-subtitulo{display:flex;align-items:center;gap:8px;justify-content:space-between}.habilidades ul{display:flex;flex-wrap:wrap;justify-content:space-evenly;background:#c6d2b0;border-radius:40px}.habilidades li{background:#eaefe0;border-radius:30px;width:120px;height:120px;font-family:Forum,serif;font-size:1.5rem;text-align:center;margin:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.habilidades li img{max-width:60px;margin-bottom:8px}@media (max-width:800px){.habilidades ul{margin:0 10px}.habilidades li{margin:20px 20px;font-size:1rem;width:90px;height:90px}.habilidades li img{max-width:40px}}.footer{max-width:1200px;padding:60px 20px 60px 20px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.footer-contato li{display:flex;align-items:center;font-family:"Fira Sans",sans-serif;font-weight:400;font-size:1.5rem;margin-bottom:12px}.footer-contato li a{color:#121a03;margin-left:12px}.footer-contato li img{width:20px}.voltar-ao-topo{background:#99a97c;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center}@media (max-width:800px){.footer{padding:40px 20px 60px 20px}.footer-contato li{font-size:1rem}}@media (max-width:400px){.footer-contato li{font-size:.875rem}}.fadeInDown{transform:translate3d(0,-20px,0)}.fadeInUp{transform:translate3d(0,20px,0)}.fadeInRight{transform:translate3d(20px,0,0)}.fadeInLeft{transform:translate3d(-20px,0,0)}[data-anime]{opacity:0}.anime{opacity:1;transform:none;transition:transform .8s,opacity .8s}.decorador{transition:transform 1s linear}@media (max-width:800px){.decorador img{max-width:60px}}@media (max-width:600px){.decorador img{width:40px}}