@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Montserrat:wght@400;600;700&display=swap);:root{--color-black:#000;--color-military-green:#3a5040;--color-emerald-light:#6ee7b7;--color-emerald-dark:#065f46;--color-gray-dark:#1f2937;--color-gray-medium:#4b5563;--color-gray-light:#d1d5db;--color-background:linear-gradient(to top,var(--color-black),var(--color-military-green));--color-text:#fff;--color-text-faded:var(--color-gray-light);--color-card-bg:#ffffff0d;--border-radius-lg:10px;--border-radius-md:5px;--shadow-light:0 4px 6px #0000001a;--shadow-medium:0 10px 15px #0003;--shadow-emerald:0 4px 15px #065f4666}body.light-mode{--color-background:#f9fafb;--color-text:#1f2937;--color-text-faded:#4b5563;--color-card-bg:#fff;--color-gray-dark:#f9fafb;--shadow-light:0 4px 6px #0000000d;--shadow-medium:0 10px 15px #0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(0deg,#000,#3a5040);background:var(--color-background);color:#fff;color:var(--color-text);font-family:Montserrat,sans-serif;margin:0;min-height:100vh;overflow-x:hidden;scroll-behavior:smooth;transition:background .3s,color .3s}::selection{background-color:#6ee7b7;background-color:var(--color-emerald-light);color:#1f2937}h1,h2,h3,h4,h5,h6{color:#fff;color:var(--color-text);font-family:Montserrat,sans-serif;margin-bottom:.5em;margin-top:0}p{line-height:1.6}a{text-decoration:none}a,button{color:inherit}button{background:none;border:none;cursor:pointer;padding:0}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0009;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-medium);color:#fff;display:flex;justify-content:center;margin:.5rem 1rem;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:.5rem;transition:background-color .3s,box-shadow .3s;z-index:1000}.navbar-container{align-items:center;display:flex;gap:1rem;justify-content:space-between;max-width:1200px;width:100%}.logo{cursor:pointer;flex-shrink:0;line-height:1}.navbar-logo-img{display:block;height:36px;transition:filter .3s ease;width:auto}.navbar-logo-img:hover{filter:brightness(1.2) drop-shadow(0 0 5px var(--color-emerald-light))}.navbar-actions-right{align-items:center;display:flex;gap:.75rem;position:relative}.cv-button{align-items:center;background-color:var(--color-emerald-dark);border:none;border-radius:6px;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s}.cv-button:hover{background-color:var(--color-emerald-light);color:#1f2937}.theme-switch{align-items:center;background-color:var(--color-gray-dark);border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.3rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.theme-switch:hover{background-color:var(--color-gray-medium)}.lang-selector{position:relative}.lang-button{align-items:center;background-color:var(--color-gray-dark);border:none;border-radius:var(--border-radius-md);cursor:pointer;display:flex;font-size:1.5rem;line-height:1;padding:.5rem}.lang-button .flag-emoji{font-size:inherit}.lang-dropdown{background-color:var(--color-gray-dark);box-shadow:var(--shadow-medium);flex-direction:column;gap:.25rem;min-width:160px;opacity:1;padding:.5rem;position:absolute;right:0;top:calc(100% + .5rem);transform:translateY(0);transition:opacity .2s ease-in-out,transform .2s ease-in-out;z-index:1010}.lang-dropdown,.lang-dropdown button{border-radius:var(--border-radius-md)}.lang-dropdown button{align-items:center;background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.5rem 1rem;text-align:left;transition:background-color .3s ease}.lang-dropdown button .flag-emoji{font-size:1.2rem}.lang-dropdown button:hover{background-color:var(--color-emerald-dark)}@media (max-width:768px){.cv-button-text{display:none}.cv-button{font-size:1rem;height:40px;padding:.6rem;width:40px}.navbar-actions-right{gap:.5rem}.navbar{margin:.5rem;padding:.75rem 1rem}}body.light-mode .navbar{background-color:#ffffffb3;box-shadow:var(--shadow-light);color:var(--color-text)}body.light-mode .cv-button{background-color:var(--color-emerald-dark);color:#fff}body.light-mode .cv-button:hover{background-color:var(--color-emerald-light);color:#1f2937}body.light-mode .theme-switch{background-color:#e5e7eb;color:var(--color-text)}body.light-mode .theme-switch:hover{background-color:#d1d5db}body.light-mode .lang-button{background-color:#e5e7eb}body.light-mode .lang-dropdown{background-color:#f3f4f6;box-shadow:var(--shadow-light)}body.light-mode .lang-dropdown button{color:var(--color-text)}body.light-mode .lang-dropdown button:hover{background-color:var(--color-emerald-dark);color:#fff}.home-section{align-items:center;color:var(--color-text);display:flex;justify-content:center;min-height:calc(100vh - 8rem);overflow:hidden;padding:2rem;position:relative;text-align:center}.home-content{animation:fadeIn 1.5s ease-out forwards;max-width:900px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-greeting{color:var(--color-text-faded);font-size:1.5rem;margin-bottom:.5rem}.home-name{color:var(--color-text);font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.green-bracket,.highlight{color:var(--color-emerald-light)}.highlight{background:#6ee7b71a;border-radius:5px;display:inline-block;font-weight:700;padding:.2em .4em}.home-description{color:var(--color-text-faded);font-size:1.3rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.home-cta-button{background-color:var(--color-emerald-dark);border-radius:var(--border-radius-md);color:#fff;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1rem 2.5rem;transition:background-color .3s ease,transform .3s ease}.home-cta-button:hover{background-color:var(--color-emerald-light);color:#1f2937;transform:translateY(-3px)}@media (max-width:992px){.home-name{font-size:3.8rem}.home-description{font-size:1.15rem}}@media (max-width:768px){.home-section{min-height:auto;padding:8rem 1rem 4rem}.home-name{font-size:3rem}.home-greeting{font-size:1.3rem}.home-description{font-size:1rem;padding:0 1rem}}@media (max-width:480px){.home-name{font-size:2.2rem}.home-greeting{font-size:1.1rem}.home-description{font-size:.95rem}}body.light-mode .home-name{color:var(--color-text)}body.light-mode .home-description,body.light-mode .home-greeting{color:var(--color-text-faded)}body.light-mode .highlight{background:#6ee7b733}body.light-mode .home-cta-button:hover{color:#1f2937}.sobre-section{background-color:var(--color-card-bg);box-shadow:var(--shadow-light);padding:6rem 1rem;transition:background-color .3s,box-shadow .3s}.sobre-container{margin:0 auto;max-width:800px;text-align:center}.sobre-title{color:var(--color-text);font-size:2.8rem;font-weight:700;margin-bottom:3rem}.sobre-content-box{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:initial;border-radius:0;box-shadow:none;padding:0;text-align:left}.sobre-text{color:var(--color-text-faded);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.sobre-text:last-child{margin-bottom:0}@media (max-width:768px){.sobre-section{padding:4rem 1rem}.sobre-title{font-size:2.2rem;margin-bottom:2rem}.sobre-text{font-size:1rem;margin-bottom:1rem}}@media (max-width:480px){.sobre-title{font-size:1.8rem}}body.light-mode .sobre-section{background-color:var(--color-card-bg)}.skills-section{padding:6rem 1rem}.skills-container{margin:0 auto;max-width:1000px}.skills-title{color:var(--color-text);font-size:2.8rem;font-weight:700;margin-bottom:3rem;text-align:center}.skills-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.skills-category{display:flex;flex-direction:column}.skills-category-title{color:var(--color-emerald-light);font-size:2.2rem;font-weight:600;margin-bottom:2.5rem;text-align:center}.soft-skills-cards{grid-gap:1.5rem;display:grid;flex-grow:1;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.soft-skill-card{background-color:var(--color-card-bg);border-radius:var(--border-radius-md);box-shadow:var(--shadow-light);display:flex;flex-direction:column;justify-content:flex-start;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s,background-color .3s}.soft-skill-card:hover{box-shadow:var(--shadow-emerald);transform:translateY(-5px)}.soft-skill-icon{color:var(--color-emerald-light);display:flex;justify-content:center;margin-bottom:1rem}.soft-skill-title{color:var(--color-text);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.soft-skill-description{color:var(--color-text-faded);font-size:.95rem}.hard-skills-box{align-items:center;background-color:var(--color-card-bg);border-radius:var(--border-radius-md);box-shadow:var(--shadow-light);display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:2.5rem;transition:background-color .3s,box-shadow .3s}.hard-skills-intro{color:var(--color-text-faded);font-size:1.1rem;margin-bottom:2rem;text-align:center}.hard-skills-icons{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;justify-content:center;width:100%}.hard-skill-icon-wrapper{align-items:center;color:var(--color-text-faded);display:flex;flex-basis:90px;flex-direction:column;gap:.5rem;max-width:100px;padding:.5rem;text-align:center;transition:transform .3s ease,color .3s}.hard-skill-icon{align-items:center;display:flex;font-size:3.5rem;height:3.5rem;justify-content:center;width:3.5rem}.hard-skill-img{height:100%;object-fit:contain;width:100%}.hard-skill-name{color:var(--color-text);font-size:.9rem;font-weight:500;white-space:nowrap}.hard-skill-icon-wrapper:hover{color:var(--color-emerald-light);transform:translateY(-5px) scale(1.1)}.hard-skill-icon-wrapper:hover .hard-skill-img{filter:brightness(1.2) drop-shadow(0 0 5px rgba(110,231,183,.5))}.hard-skill-icon-wrapper:hover .hard-skill-name{color:var(--color-emerald-light)}@media (max-width:992px){.skills-title{font-size:2.5rem}.skills-category-title{font-size:1.8rem}.hard-skill-icon{font-size:3rem;height:3rem;width:3rem}.hard-skill-icon-wrapper{flex-basis:80px}}@media (max-width:768px){.skills-section{padding:4rem 1rem}.skills-grid{gap:2rem;grid-template-columns:1fr}.skills-title{font-size:2.2rem;margin-bottom:2rem}.skills-category-title{font-size:1.6rem;margin-bottom:1.5rem}.soft-skills-cards{grid-template-columns:1fr}.hard-skills-box{padding:1.5rem}.hard-skills-intro{font-size:1rem}.hard-skill-icon{font-size:3rem;height:3rem;width:3rem}.hard-skill-name{font-size:.9rem}}body.light-mode .hard-skills-box,body.light-mode .soft-skill-card{background-color:var(--color-card-bg);box-shadow:var(--shadow-light)}body.light-mode .hard-skill-icon-wrapper{color:var(--color-text-faded)}body.light-mode .hard-skill-name{color:var(--color-text)}body.light-mode .hard-skill-icon-wrapper:hover,body.light-mode .hard-skill-icon-wrapper:hover .hard-skill-name{color:var(--color-emerald-dark)}body.light-mode .hard-skill-icon-wrapper:hover .hard-skill-img{filter:brightness(1.1) drop-shadow(0 0 5px rgba(6,95,70,.4))}.projetos-section{background-color:var(--color-card-bg);box-shadow:var(--shadow-light);box-sizing:border-box;padding:6rem 1.5rem;transition:background-color .3s,box-shadow .3s;width:100%}.projetos-title{color:var(--color-text);font-size:2.8rem;font-weight:700;margin-bottom:3rem;text-align:center}.projetos-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px;width:100%}.projeto-card{background-color:var(--color-gray-dark);border-radius:var(--border-radius-md);box-shadow:var(--shadow-light);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s,background-color .3s}.projeto-card:hover{box-shadow:var(--shadow-emerald);transform:translateY(-5px)}.projeto-image-container{align-items:center;background-color:#333;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.projeto-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.projeto-card:hover .projeto-image{transform:scale(1.05)}.projeto-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.projeto-card-title{color:var(--color-text);font-size:1.6rem;font-weight:600;margin-bottom:.75rem}.projeto-card-description{color:var(--color-text-faded);flex-grow:1;font-size:.95rem;margin-bottom:1.5rem}.projeto-card-actions{display:flex;gap:1rem;margin-top:auto}.projeto-button{align-items:center;border-radius:var(--border-radius-md);display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:background-color .3s ease}.live-button{background-color:var(--color-emerald-dark);color:#fff}.live-button:hover{background-color:var(--color-military-green)}.code-button{background-color:var(--color-gray-medium);color:#fff}.code-button:hover{background-color:#555}.error-message,.loading-message{color:var(--color-text-faded);font-size:1.2rem;margin-top:2rem;text-align:center}.error-message{color:#ef4444}.github-cta{border-top:1px solid var(--color-gray-medium);margin-left:auto;margin-right:auto;margin-top:4rem;max-width:600px;padding-top:2rem;text-align:center}.github-cta p{color:var(--color-text-faded);font-size:1.1rem;margin-bottom:1.5rem}.github-cta-button{align-items:center;background-color:var(--color-gray-medium);border-radius:var(--border-radius-md);color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:.8rem 1.8rem;transition:background-color .3s ease,transform .2s ease}.github-cta-button:hover{background-color:#555;transform:translateY(-2px)}@media (max-width:992px){.projetos-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projetos-section{padding:4rem 1rem}.projetos-title{font-size:2.2rem;margin-bottom:2rem}.projetos-grid{grid-template-columns:1fr}.projeto-card-title{font-size:1.4rem}.projeto-card-description{font-size:.9rem}.projeto-card-actions{flex-direction:column}.github-cta{margin-top:3rem;padding-top:1.5rem}.github-cta p{font-size:1rem}.github-cta-button{font-size:.95rem;padding:.7rem 1.5rem}}body.light-mode .projetos-section{background-color:var(--color-card-bg)}body.light-mode .projeto-card{background-color:#fff;box-shadow:var(--shadow-light)}body.light-mode .projeto-image-container{background-color:#eee}body.light-mode .code-button{background-color:#e5e7eb;color:#374151}body.light-mode .code-button:hover{background-color:#d1d5db}body.light-mode .github-cta{border-top:1px solid #0000001a}body.light-mode .github-cta p{color:var(--color-text-faded)}body.light-mode .github-cta-button{background-color:#e5e7eb;color:#374151}body.light-mode .github-cta-button:hover{background-color:#d1d5db}.contato-section{background-color:initial;min-height:50vh;padding:6rem 1rem;transition:background-color .3s}.contato-container{margin:0 auto;max-width:800px;text-align:center}.contato-title{color:var(--color-text);font-size:2.8rem;font-weight:700;margin-bottom:2rem}.contato-intro{color:var(--color-text-faded);font-size:1.2rem;margin-bottom:3.5rem}.social-icons{display:flex;gap:2.5rem;justify-content:center}.social-icon-link{color:var(--color-text-faded);transition:color .3s ease,transform .3s ease}.social-icon-link:hover{transform:scale(1.1)}.linkedin-icon:hover{color:#0a66c2}.github-icon:hover{color:var(--color-text)}.whatsapp-icon:hover{color:#25d366}@media (max-width:768px){.contato-section{padding:4rem 1rem}.contato-title{font-size:2.2rem;margin-bottom:1.5rem}.contato-intro{font-size:1rem;margin-bottom:2.5rem}.social-icons{gap:2rem}.social-icon-link svg{height:40px;width:40px}}@media (max-width:480px){.contato-title{font-size:1.8rem}.contato-intro{font-size:.9rem}.social-icons{gap:1.5rem}.social-icon-link svg{height:36px;width:36px}}body.light-mode .social-icon-link{color:var(--color-text-faded)}body.light-mode .github-icon:hover{color:var(--color-text)}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1;margin:0 auto;max-width:1200px;width:100%}.app-footer{background-color:#00000080;color:var(--color-gray-light);font-size:.9rem;margin-top:auto;padding:1.5rem;text-align:center}section{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:6rem 1.5rem;width:100%}section h2{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:3rem;text-align:center}@media (max-width:768px){section{min-height:0;min-height:auto;padding:4rem 1rem}section h2{font-size:2.2rem;margin-bottom:2rem}}@media (max-width:480px){section h2{font-size:1.8rem}}
/*# sourceMappingURL=main.8188ee1d.css.map*/