.about{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;min-height:600px;margin:3.5rem .8rem}.about-title{border:2px solid var(--border);border-radius:8px;padding:.5rem 1rem;color:var(--muted-foreground)}.about-subtitle{text-align:center;font-size:clamp(1.5rem,4vw,3rem);font-family:Georgia,Times New Roman,Times,serif}.about-card{display:flex;flex-direction:column;gap:.8rem;margin-top:2rem;background-color:var(--card);border:1px solid var(--border);border-radius:8px;padding:2rem;max-width:100ch}.about-card__quote{font-style:italic;display:inline-block;background-color:var(--card)}.banner{display:flex;flex-direction:column;gap:.5rem;padding:2rem 1rem;margin-bottom:2.5rem;.banner-title{text-transform:uppercase;color:var(--primary)}.banner-description{max-width:75ch}.banner-subtitle{font-size:clamp(2.5rem,5vw,5rem);max-width:20ch;font-family:Georgia,Times New Roman,Times,serif;span{color:var(--sidebar-ring)}}.banner-actions{margin-top:.8rem;display:flex;gap:1rem;a{text-decoration:none}.btn-cv{background-color:var(--background);color:var(--foreground);border:2px solid var(--border);transition:background-color .3s ease;&:hover{background-color:var(--secondary)}}}}.education{padding:1.5rem 1rem}.education-items{display:flex;flex-direction:column;margin-top:2.5rem;gap:1.5rem;.education-container{border-radius:16px;background-color:var(--card);border:1px solid var(--border);padding:1.5rem;transition:scale .3s ease,background-color .3s ease;&:hover{scale:1.02}&:hover .education-icon{background-color:var(--background)}.education-card{display:grid;grid-template-columns:100px 1fr;justify-content:center;.education-content{display:flex;flex-direction:column;gap:.3rem;h2{font-size:1.1rem;font-weight:600}}}}}.education-icon{--size-icons: 60px;width:var(--size-icons);height:var(--size-icons);border-radius:50%;background-color:var(--card);border:2px solid var(--border);display:flex;align-items:center;justify-content:center}#buttonToggleDarkMode[data-astro-cid-d27nin5m]{background:transparent;border:none;cursor:pointer;padding:0;color:var(--primary)}#light-icon[data-astro-cid-d27nin5m]{display:none}#dark-icon[data-astro-cid-d27nin5m]{display:block}body.dark-mode #dark-icon[data-astro-cid-d27nin5m]{display:none}body.dark-mode #light-icon[data-astro-cid-d27nin5m]{display:block}.navbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border:1px solid var(--border);max-width:1200px;background-color:var(--card);gap:1rem;padding:1rem;position:fixed;top:0;left:50%;transform:translate(-50%);width:calc(100% - 2rem);z-index:999}.navbar-brand{text-decoration:none;.navbar-text__dev{color:var(--primary)}}.navbar-actions{display:flex;gap:.2rem}.navbar-button{text-decoration:none}.navbar-link{display:flex;gap:1.5rem;flex-wrap:wrap;li{list-style:none}li a{color:var(--primary);text-decoration:none;transition:text-decoration .3s ease;&:hover{text-underline-offset:6px;text-decoration:underline}&:focus-visible{outline:2px solid var(--primary);outline-offset:4px}}}.navbar-btn-hamburguer{background-color:transparent;border:none;color:var(--card-foreground);display:none}@media(max-width:768px){.navbar{left:0;transform:none;width:100%;border-radius:0;top:0;flex-wrap:nowrap}.navbar-btn-hamburguer{display:block;cursor:pointer}.navbar-link{position:fixed;top:0;right:-100%;width:75%;max-width:320px;height:100vh;background:var(--card);border-left:1px solid var(--border);padding:5rem 2rem 2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:start;gap:2rem;transition:right .3s ease;pointer-events:none;z-index:9998;box-shadow:-4px 0 24px #00000026}.navbar-link.active{right:0;pointer-events:auto}.navbar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:9997;backdrop-filter:blur(2px)}.navbar-overlay.active{display:block}.navbar-link li a{font-size:1.1rem;font-weight:500}.navbar-btn-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:var(--card-foreground);cursor:pointer;display:none}.navbar-link.active .navbar-btn-close{display:block}}.stack{padding:1.5rem 1rem}.stack-card{padding-inline:.5rem;padding-top:2.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));transition:transform .3s ease,box-shadow .3s ease}.stack-card__item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.7rem;background-color:var(--card);border:1px solid var(--border);padding:1.5rem;border-radius:16px;max-width:350px;transition:transform .3s ease,box-shadow .3s ease;span:last-child{color:var(--primary)}&:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}div{background-color:var(--card);border:1px solid var(--border);padding:.5rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}}.projects{padding-bottom:2.5rem;padding-inline:1rem}.projects-card__container{display:grid;column-gap:1rem;row-gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(min(480px,100%),1fr))}.projects-card{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;background-color:var(--card);border:1px solid var(--border);padding:1.5rem;border-radius:16px;transition-property:opacity,display;transition-duration:.25s;transition-behavior:allow-discrete}.project-stack ul{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;list-style-type:none;margin:0;padding:0;li{background-color:var(--border);color:var(--clr-card);padding:.25rem .5rem;border-radius:4px;width:fit-content}}.project-link{display:flex;gap:1rem;margin-top:1rem;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease;a{text-decoration:none;color:inherit}.project-link__demo{color:var(--primary)}.project-link_code{display:flex;gap:.5rem;align-items:center;justify-content:center}}.projects-card:hover .project-link{opacity:1;transform:translateY(0);pointer-events:auto}.contact-container{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;border-top:2px solid var(--border);border-bottom:2px solid var(--border);min-height:350px;padding:1.5rem 1rem;margin-bottom:1.5rem;background-color:var(--card)}.contact-link{display:inline-block;margin-top:1.2rem;text-decoration:none}.contact-links__flex{display:flex;gap:.5rem;justify-content:center;align-items:center}.footer-container{display:grid;justify-items:center;place-items:center;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:.5rem;border-bottom:2px solid var(--border);min-height:350px;padding:.5rem 2.5rem}.footer-item{display:flex;flex-direction:column;gap:.5rem;min-height:200px;a{text-decoration:none;color:inherit;&:hover{text-decoration:underline}}h2{font-size:clamp(.6rem,4vw,1rem);text-transform:uppercase;letter-spacing:2px}}.footer-navigation ul{list-style:none;margin:0;padding:0}.footer-social_links{display:flex;justify-content:start;align-items:center;gap:.5rem;div{background-color:var(--border);width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}}.footer-top{padding:.5rem 2.5rem;margin-top:.8rem}.u-flex{display:flex;gap:.5rem}@media(max-width:768px){.footer-container{justify-items:start;gap:0}}:root{--background: #f8fafc;--foreground: #1a1f2b;--card: #f1f4f7;--card-foreground: #1a1f2b;--popover: #f8fafc;--popover-foreground: #1a1f2b;--primary: #0f766e;--primary-foreground: #ffffff;--secondary: #e6e9ed;--secondary-foreground: #333a47;--muted: #eceff3;--muted-foreground: #6b7280;--accent: #0f766e;--accent-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #f8fafc;--border: #e2e8f0;--input: #e2e8f0;--ring: #0f766e;--radius: .75rem;--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--sidebar-background: #fafafa;--sidebar-foreground: #3f3f46;--sidebar-primary: #18181b;--sidebar-primary-foreground: #fafafa;--sidebar-accent: #f4f4f5;--sidebar-accent-foreground: #18181b;--sidebar-border: #e5e7eb;--sidebar-ring: #3b82f6}body.dark-mode{--background: #0f1117;--foreground: #e5e7eb;--card: #161a22;--card-foreground: #e5e7eb;--popover: #0f1117;--popover-foreground: #e5e7eb;--primary: #14b8a6;--primary-foreground: #042f2e;--accent: #14b8a6;--accent-foreground: #042f2e;--ring: #14b8a6;--secondary: #232830;--secondary-foreground: #d1d5db;--muted: #232830;--muted-foreground: #9ca3af;--destructive: #7f1d1d;--destructive-foreground: #f8fafc;--border: #3b2f2a;--input: #3b2f2a;--ring: #f97316;--sidebar-background: #18181b;--sidebar-foreground: #f4f4f5;--sidebar-primary: #2563eb;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #27272a;--sidebar-accent-foreground: #f4f4f5;--sidebar-border: #27272a;--sidebar-ring: #3b82f6}body{scroll-behavior:smooth;color-scheme:light dark;background-color:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color .3s ease,color .3s ease}.main-container{padding-top:80px;max-width:1200px;margin:0 auto}@media(max-width:768px){.main-container{padding-top:10px}}:is(.about,.projects,.stack,.education){scroll-margin-top:100px}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);border-radius:16px;padding:.7rem 1rem;width:fit-content;border:none;font-size:1em}.btn-primary:hover{background-color:var(--sidebar-foreground)}.u-text-title{color:var(--sidebar-ring);font-weight:700}.u-title{font-size:clamp(1.5rem,4vw,2.5rem);letter-spacing:2px;font-weight:700}.u-subtitle{color:var(--clr-card);text-transform:uppercase;letter-spacing:4px}*,*:before,*:after{box-sizing:border-box}*:not(dialog){margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}
