@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap);:root{--color-brand-blue:#305cde;--color-brand-blue-light:#aac0ff;--color-black:#000000;--color-gray-950:#141414;--color-gray-900:#191919;--color-gray-600:#525252;--color-gray-500:#8f8f8f;--color-gray-400:#a3a3a3;--color-gray-300:#cccccc;--color-gray-200:#e0e0e0;--color-gray-100:#f5f5f5;--color-gray-50:#f2f2f2;--color-white:#ffffff;--space-xs:10px;--space-sm:20px;--space-md:40px;--space-lg:60px;--space-xl:100px;--space-2xl:120px;--gradient-brand:linear-gradient(var(--color-brand-blue), var(--color-brand-blue-light))}html{scroll-behavior:smooth}body{font-family:'Fira Sans',Arial,sans-serif;margin:0;color:var(--color-gray-900)}h1,h2,h3,p{margin:0}ul{list-style:none;padding:0;margin:0}img{display:block;height:auto;max-width:100%}.container{max-width:1200px;padding:var(--space-md) var(--space-sm);margin:0 auto}.subtitulo{font-size:8rem;line-height:1;text-transform:uppercase;word-break:break-all;max-width:4ch}:focus-visible{outline:2px solid var(--color-brand-blue);outline-offset:4px;border-radius:2px}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade-in.show{opacity:1;transform:translateY(0)}@media (max-width:800px){.subtitulo{font-size:3rem;text-transform:capitalize;max-width:initial!important}}.header{display:flex;justify-content:space-between;align-items:center;position:relative;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.header-menu{display:flex;flex-wrap:wrap;gap:var(--space-xs);justify-content:center}.header-menu a{font-size:1.125rem;line-height:1.3rem;padding:var(--space-xs) var(--space-sm);text-decoration:none;color:var(--color-gray-900);display:block;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.header-menu a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}@media (max-width:800px){.header{flex-direction:column;gap:var(--space-md);padding:var(--space-sm)}.header-menu a{background-color:var(--color-gray-50);border-radius:5px}}.introducao{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-xl);align-items:center}.introducao h1{font-size:4.5rem;line-height:1.125;margin-bottom:30px;position:relative}.introducao h1::before{content:"";display:block;width:130px;height:100px;background:url("../img/decoração.svg") no-repeat center;position:absolute;top:-15px;left:-40px;z-index:-1}.introducao .h1-separador{color:var(--color-brand-blue);font-weight:400;margin:0 4px}.introducao p{font-size:1.5rem;color:var(--color-gray-600)}@media (max-width:1000px){.introducao h1{font-size:3rem}}@media (max-width:800px){.introducao{grid-template-columns:1fr 1fr;gap:var(--space-md)}.introducao h1{font-size:2rem}.introducao h1::before{width:30px;height:10px;left:0}}@media (max-width:400px){.introducao{grid-template-columns:1fr}}.experiencia{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-xl)}.experiencia .subtitulo{color:var(--color-gray-200)}.experiencia-texto{font-size:1.5rem;line-height:1.33;max-width:40ch;margin-bottom:var(--space-lg);color:var(--color-gray-600)}.experiencia-texto strong{color:var(--color-gray-950)}.projeto{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xs) var(--space-sm);padding:var(--space-sm);background:var(--color-gray-100);margin-bottom:var(--space-sm);border-radius:4px;position:relative;align-items:start}.projeto::before{content:"";display:block;width:4px;height:20px;background:var(--gradient-brand);position:absolute;top:20px;left:-4px}.projeto-ano{position:absolute;top:22px;left:-100px;text-align:right;width:80px;color:var(--color-gray-600);font-size:.875rem}.projeto-nome{font-size:1.125rem;line-height:1.1;font-weight:700}.projeto-texto{font-size:.875rem;line-height:1.4;color:var(--color-gray-600)}.projeto-habilidades{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-content:start}.projeto-habilidades li{font-size:.875rem;line-height:1.4;border-radius:4px;background:var(--color-white);padding:5px var(--space-xs)}@media (max-width:800px){.experiencia{grid-template-columns:1fr;gap:var(--space-md)}.experiencia .subtitulo{color:var(--color-gray-950)}.experiencia-texto{font-size:1.25rem}.projeto-ano{position:initial;order:1;width:initial;text-align:left}}@media (max-width:400px){.projeto{grid-template-columns:1fr}}.formacao{background-color:var(--color-gray-950);color:var(--color-white)}.formacoes{display:grid;position:relative;padding:var(--space-2xl) var(--space-sm);grid-template-columns:1fr 2fr;gap:var(--space-xl)}.formacoes::after{content:"";display:block;width:130px;height:100px;background:url("../img/decoração.svg") no-repeat center;position:absolute;bottom:-50px;left:var(--space-sm)}.formacoes .subtitulo{color:var(--color-black);max-width:5ch}.formacao-texto{font-size:1.5rem;line-height:1.33;max-width:40ch;margin-bottom:var(--space-lg);color:var(--color-gray-400)}.formacao-texto strong{color:var(--color-white)}.faculdade-lista{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-lg)}.faculdade{flex:1;background-color:var(--color-black);padding:var(--space-sm);border-radius:4px;display:flex;flex-direction:column}.faculdade-tipo{font-size:.875rem;text-transform:uppercase;color:var(--color-gray-400);margin-bottom:var(--space-xs)}.faculdade-curso{font-size:1.125rem;line-height:1.4;position:relative;margin-bottom:var(--space-md);flex:1}.faculdade-curso::before{content:"";display:block;width:4px;height:20px;background:var(--gradient-brand);position:absolute;left:-24px}.faculdade-instituicao{font-size:1.125rem;color:var(--color-gray-400)}.cursos{margin-bottom:var(--space-lg)}.certificacoes{margin-bottom:var(--space-lg)}.formacao-extra h3{font-size:.875rem;line-height:1.4;color:var(--color-gray-500);text-transform:uppercase;margin-bottom:30px;position:relative}.formacao-extra h3::before{content:"";display:block;width:24px;height:24px;position:absolute;left:-36px;top:-4px}.cursos h3::before{background:url(../img/icons/icon-livro.svg) no-repeat center center}.certificacoes h3::before{background:url(../img/icons/icon-certificacao.svg) no-repeat center center}.idiomas h3::before{background:url(../img/icons/icon-idioma.svg) no-repeat center center}.formacao-extra li{font-size:1.125rem;line-height:1.1;margin-bottom:var(--space-sm)}.formacao-extra span{color:var(--color-gray-500)}.cursos li{display:flex;justify-content:space-between}@media (max-width:800px){.formacoes{grid-template-columns:1fr;padding:var(--space-lg) var(--space-sm);gap:var(--space-md)}.formacao .subtitulo{color:var(--color-white)}.formacao-texto{font-size:1.25rem}.formacao-extra h3::before{position:initial;margin-bottom:var(--space-xs)}}.footer{background-color:var(--color-black)}.footer-contato{display:grid;padding:var(--space-2xl) var(--space-sm) var(--space-lg) var(--space-sm);grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center}.footer-texto{font-size:1.5rem;line-height:1.33;color:var(--color-gray-300)}.footer-contato li{font-weight:700;font-size:2.25rem;line-height:1.1;color:var(--color-white);margin-bottom:30px}.footer-contato li a{color:var(--color-white);text-decoration:none;transition:color .2s ease}.footer-contato li a:hover{color:var(--color-brand-blue-light)}.footer-redes{margin-top:var(--space-lg);display:flex;gap:var(--space-sm);align-items:center}.footer-redes a{display:inline-flex;transition:opacity .2s ease}.footer-redes a:hover{opacity:.75}.footer-redes img{width:28px;height:28px}.footer-copy{grid-column:1/-1;font-size:1.125rem;color:var(--color-gray-500)}@media (max-width:800px){.footer-contato{grid-template-columns:1fr;gap:var(--space-md)}.footer-contato li{font-size:1.5rem}.footer-redes img{width:24px;height:24px}}