@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--color-grey-80: 46, 54, 61;--color-grey-70: #5C6268;--color-grey-50: #697F92;--color-blue-20: #6895BD;--color-blue-50: #59A5E7;--color-white-30: #cccccc;--color-white-20: #bbbbbb;--color-white: #ffffff;--grad-background: #F5F7FA, radial-gradient(circle, rgba(245, 247, 250, 1) 72%, rgba(195, 207, 226, 1) 100%);--font-family-primary: "Poppins", sans-serif;--font-family-secondary: "Inter", sans-serif;--font-size-xl: 4rem;--font-size-l: 3rem;--font-size-m: 2rem;--font-size-sm: 1.5rem;--font-size-xs: 1.2rem;--font-size-xxs: 1em;--font-weight-bold: 700;--font-weight-regular: 400;--font-titulo-xl-bold: var(--font-weight-bold) var(--font-size-xl) var(--font-family-primary);--font-titulo-xl-regular: var(--font-weight-regular) var(--font-size-xl) var(--font-family-primary);--font-titulo-m-bold: var(--font-weight-bold) var(--font-size-xs) var(--font-family-primary);--font-titulo-m-regular: var(--font-weight-regular) var(--font-size-xs) var(--font-family-primary);--font-titulo-sm-bold: var(--font-weight-bold) var(--font-size-xxs) var(--font-family-primary);--font-titulo-sm-regular: var(--font-weight-regular) var(--font-size-xxs) var(--font-family-primary);--font-mobile-l: var(--font-weight-bold) var(--font-size-l) var(--font-family-primary);--font-mobile-m: var(--font-weight-bold) var(--font-size-m) var(--font-family-primary);--font-mobile-sm: var(--font-weight-bold) var(--font-size-sm) var(--font-family-primary);--font-mobile-xs: var(--font-weight-bold) 1rem var(--font-family-primary)}.container{margin:0 auto;max-width:1200px}:root{font:var(--font-titulo-sm-regular);color:rgb(var(--color-grey-80))}body{margin:0;padding:0}#root{max-width:100%;margin:0;padding:0}.header-navegation{max-width:100%;padding:1rem 1.5rem;background:rgba(var(--color-grey-80),.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:50}.box-navegation{display:flex;align-items:center;justify-content:space-between}.navegation{display:flex;justify-content:center;width:100%}.logo-navegation{height:2.5rem;width:auto}.navegation-list{display:flex;gap:20px;list-style:none}.navegation-list a{text-decoration:none}.navegation-list li a{font:var(--font-titulo-sm-bold);font-family:var(--font-family-secondary);color:var(--color-white-30);font-weight:500;letter-spacing:.2em;text-transform:uppercase;display:inline-block;padding:.5rem 0;transition:color .3s ease,letter-spacing .3s ease}.navegation-list li a:hover{color:#fff;letter-spacing:.25em}@media(max-width:768px){.header-navegation{max-width:100%;position:relative;padding:1rem 1.5rem}.navegation{display:none;flex-direction:column;align-items:flex-end}.navegation.open{display:flex;position:absolute;top:4.5rem;left:0;right:0;width:100%;font-size:var(--font-size-xxs);background-color:rgba(var(--color-grey-80),.9);z-index:1;box-sizing:border-box}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;background:none;border:none;position:absolute;right:2rem;top:1.5rem;z-index:2;width:2.125rem;height:2.125rem}.menu-toggle .hamburguer{width:1.5rem;height:.25rem;background:var(--color-white-30, #fff);margin:.2rem 0;border-radius:.125rem;transition:all .3s;display:block;position:relative}.menu-toggle.open .hamburguer:nth-child(1){transform:translateY(.7rem) rotate(45deg)}.menu-toggle.open .hamburguer:nth-child(2){opacity:0}.menu-toggle.open .hamburguer:nth-child(3){transform:translateY(-.6rem) rotate(-45deg)}.navegation-list{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}}.about-page{padding:5rem 0 6rem;min-height:500px}.about-content{max-width:960px;margin:0 auto}.about-tag{display:inline-block;font-family:Courier New,monospace;font-size:.85rem;color:var(--color-blue-50);letter-spacing:.15em;text-transform:lowercase;margin-bottom:.5rem;opacity:.8}.section-title{font:var(--font-titulo-xl-bold);color:rgb(var(--color-grey-80));margin:0 0 3.5rem;letter-spacing:-.02em;line-height:1.1}.title-dot{color:var(--color-blue-50)}.about-layout{display:flex;gap:4rem;align-items:flex-start}.about-photo-wrapper{flex-shrink:0;display:flex;flex-direction:column;gap:1rem}.about-photo-frame{position:relative;width:280px;height:340px;overflow:hidden}.about-photo-frame img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(15%) contrast(1.05);transition:filter .5s ease}.about-photo-frame:hover img{filter:grayscale(0%) contrast(1)}.photo-accent-line{position:absolute;top:0;left:0;width:3px;height:100%;background:var(--color-blue-50)}.photo-accent-corner{position:absolute;bottom:0;right:0;width:50px;height:50px;border-right:3px solid var(--color-blue-50);border-bottom:3px solid var(--color-blue-50)}.photo-label{display:flex;align-items:center;gap:.75rem}.label-line{display:block;width:32px;height:1px;background:var(--color-blue-20)}.label-text{font-family:Courier New,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-grey-50)}.about-info{flex:1;min-width:0;padding-top:.5rem}.about-text{margin-bottom:3rem}.about-text p{font-family:var(--font-family-secondary);font-size:1rem;line-height:1.85;color:var(--color-grey-70);margin:0 0 1.25rem}.about-text p strong{color:rgb(var(--color-grey-80));font-weight:600}.skills-section{margin-top:0}.skills-title{font-family:Courier New,monospace;font-size:.8rem;font-weight:400;color:var(--color-grey-50);margin-bottom:1.5rem;text-transform:lowercase;letter-spacing:.15em}.skills-bracket{color:var(--color-blue-50);font-weight:700}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.skill-card{display:flex;align-items:center;gap:.75rem;padding:.7rem .9rem;border:1px solid rgba(var(--color-grey-80),.08);border-radius:6px;background:#fff9;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default}.skill-card:hover{border-color:var(--color-blue-50);background:#59a5e70a;transform:translateY(-2px);box-shadow:0 4px 20px #59a5e714}.skill-icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.skill-icon svg{width:100%;height:100%}.skill-name{font-family:var(--font-family-secondary);font-size:.8rem;font-weight:500;color:rgb(var(--color-grey-80));letter-spacing:.02em;white-space:nowrap}@media(max-width:768px){.about-page{padding:3rem 1.5rem}.section-title{font:var(--font-mobile-l);margin-bottom:2.5rem}.about-layout{flex-direction:column;gap:2.5rem;align-items:center}.about-photo-wrapper{align-items:center}.about-photo-frame{width:240px;height:300px}.about-text{text-align:center;margin-bottom:2rem}.about-text p{font-size:.95rem}.skills-title{text-align:center}.skills-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.skill-card{padding:.6rem .75rem}.skill-icon{width:24px;height:24px}.skill-name{font-size:.75rem}.photo-label{justify-content:center}}@media(max-width:480px){.section-title{font:var(--font-mobile-m);margin-bottom:2rem}.about-photo-frame{width:200px;height:260px}.skills-grid{grid-template-columns:1fr 1fr}}.experience-page{padding:3rem 0 4rem;min-height:400px}.experience-content{max-width:900px;margin:0 auto}.experience-list{display:flex;flex-direction:column;gap:2.5rem}.experience-item{padding:0;border-left:2px solid var(--color-blue-20);padding-left:1.5rem;transition:border-color .3s ease}.experience-item:hover{border-left-color:var(--color-blue-50)}.experience-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.experience-item h3{font:var(--font-titulo-m-bold);color:rgb(var(--color-grey-80));margin:0;font-size:1.3rem}.experience-item .company{font-weight:500;color:var(--color-grey-70);margin:0 0 1rem;font-size:1rem}.experience-item .period{font-size:.9rem;color:var(--color-grey-50);margin:0;font-weight:500}.experience-item .description{line-height:1.7;color:var(--color-grey-70);margin:0;font-size:1rem}@media(max-width:768px){.experience-page{padding:2rem 0}.section-title{font:var(--font-mobile-sm);margin-bottom:2rem}.experience-item{padding-left:1rem}.experience-header{flex-direction:column;gap:.25rem}.experience-item h3{font-size:1.1rem}}.certification-page{padding:3rem 0 4rem;min-height:400px}.certification-content{max-width:900px;margin:0 auto}.certification-badges{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.badge-item{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .3s ease;opacity:.9}.badge-item:hover{opacity:1;transform:translateY(-2px)}.badge-logo{width:64px;height:64px;object-fit:contain}.badge-logo-svg{width:56px;height:56px;color:#24292f}.badge-info{display:flex;flex-direction:column;gap:.25rem}.badge-count{font-size:1.5rem;font-weight:700;color:rgb(var(--color-grey-80));line-height:1}.badge-name{font-size:.9rem;color:var(--color-grey-70);font-weight:500}@media(max-width:768px){.certification-page{padding:2rem 0}.section-title{font:var(--font-mobile-sm);margin-bottom:2rem}.certification-badges{gap:2rem}.badge-logo{width:52px;height:52px}.badge-logo-svg{width:48px;height:48px}.badge-count{font-size:1.25rem}.badge-name{font-size:.85rem}}.portfolio-page{padding:3rem 0 4rem;min-height:400px}.portfolio-content{max-width:900px;margin:0 auto}.section-title{font:var(--font-titulo-m-bold);color:rgb(var(--color-grey-80));margin-bottom:2.5rem;letter-spacing:.05em}.portfolio-list{display:flex;flex-direction:column;gap:2.5rem}.portfolio-item{padding:0;border-left:2px solid var(--color-blue-20);padding-left:1.5rem;transition:border-color .3s ease}.portfolio-item:hover{border-left-color:var(--color-blue-50)}.project-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.portfolio-item h3{font:var(--font-titulo-m-bold);color:rgb(var(--color-grey-80));margin:0;font-size:1.3rem}.tech-stack{font-size:.9rem;color:var(--color-grey-50);font-weight:500;margin:0 0 1rem}.project-description{line-height:1.7;color:var(--color-grey-70);margin:0;font-size:1rem}.project-links{display:flex;gap:1rem;align-items:center}.link-icon{color:var(--color-blue-50);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.link-icon:hover{color:var(--color-blue-20)}@media(max-width:768px){.portfolio-page{padding:2rem 0}.section-title{font:var(--font-mobile-sm);margin-bottom:2rem}.portfolio-item{padding-left:1rem}.project-header{flex-direction:column;align-items:flex-start;gap:.75rem}.portfolio-item h3{font-size:1.1rem}}.footer-main{max-width:100%;padding:1rem 1.5rem;background:rgba(var(--color-grey-80),.9)}.description-footer{font:var(--font-padrao);color:var(--color-white)}.grid-background{width:100%;min-height:400px;position:relative;overflow:hidden;background-color:#fff;margin-bottom:5rem;margin-top:2rem}.grid-background:before{content:"";position:absolute;width:1000px;height:700px;bottom:0;left:50%;transform:translate(-50%);background-image:linear-gradient(rgba(224,224,224,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(224,224,224,.3) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(circle at 50% 100%,#000 0%,#000 100%,transparent 80%);mask-image:radial-gradient(circle at 50% 100%,#000 0%,#000 20%,transparent 80%);pointer-events:none;z-index:0}.grid-background>*{position:relative;z-index:1}.box-template{display:flex;margin-top:20px}.header-welcome{font:var(--font-titulo-m-regular);font-family:var(--font-family-secondary);margin:0;padding-top:5.33rem;letter-spacing:.2em;color:var(--color-grey-70)}.header-title{text-transform:uppercase;padding-top:1rem;margin:0;letter-spacing:.1em;font:var(--font-titulo-xl-bold);color:rgb(var(--color-grey-80))}.subtitle-header{text-transform:uppercase;letter-spacing:.3em;color:var(--color-grey-70);margin:0;padding-top:1rem;margin-bottom:2rem}.header-text{display:flex;flex-direction:column;justify-content:center}.header-title{animation-duration:1s;animation-name:header-title-animation}@keyframes header-title-animation{0%{margin-top:100%;width:100%}to{margin-left:0%;width:100%}}.img-main img{padding-left:100px}.rede-social-header i,.rede-social-header img{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:32px;vertical-align:middle}@media(max-width:768px){.header-text{text-align:center}.box-template{flex-direction:column;gap:20px;align-items:center;padding:20px}.header-title{text-transform:uppercase;letter-spacing:.04em;font:var(--font-mobile-l)}.subtitle-header{font:var(--font-mobile-sm);letter-spacing:0em}.img-main img{padding-left:0}}@media(max-width:480px){.header-title{font:var(--font-mobile-m)}.subtitle-header{font:var(--font-mobile-xs);letter-spacing:0em}}.rede-social-header{gap:1rem;display:flex}.rede-social-header a img{width:40px;height:40px}
