@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap);.app__navbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--white-color);border-bottom:1px solid var(--glass-border);justify-content:space-between;padding:1.25rem 2rem;position:fixed;width:100%;z-index:1000}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{filter:var(--logo-filter);height:auto;transition:filter .3s ease;width:150px}@media screen and (min-width:2000px){.app__navbar-logo img{width:200px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{align-items:center;cursor:pointer;display:flex;flex-direction:column;margin:0 1.5rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:4px;margin-bottom:4px;transition:all .3s ease;width:4px}.app__navbar-links li a{color:var(--gray-color);font-size:.85rem;font-weight:500;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.app__navbar-links li a:hover{color:var(--black-color)}.app__navbar-links li:hover div{background:var(--accent-color);box-shadow:0 0 10px var(--accent-color)}.app__navbar-links li:hover a{color:var(--black-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-theme{align-items:center;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;color:var(--black-color);cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.app__navbar-theme svg{font-size:1.25rem}.app__navbar-theme:hover{border-color:var(--secondary-color);box-shadow:0 0 15px #7c3aed4d;color:var(--secondary-color);transform:scale(1.1)}@media screen and (max-width:900px){.app__navbar-theme{margin:0 1rem}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;box-shadow:0 4px 15px #7c3aed66;display:flex;height:40px;justify-content:center;position:relative;width:40px}.app__navbar-menu svg{color:#fff;height:60%;width:60%}.app__navbar-menu div{align-items:flex-end;background:#030014;background-image:radial-gradient(circle at top right,#7c3aed33,#0000);bottom:0;box-shadow:-10px 0 30px #00000080;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;padding:2rem;position:fixed;right:0;top:0;width:70%;z-index:5}.app__navbar-menu div svg{color:var(--accent-color);height:30px;margin:.5rem 0 2rem;width:30px}.app__navbar-menu div ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1.25rem 0}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1.25rem;font-weight:600;letter-spacing:2px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.app__navbar-menu div ul li a:hover{color:var(--accent-color);padding-right:10px}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.ai-background{background:var(--canvas-bg);height:100vh;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:0}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;margin-top:3rem}.app__profile-item,.app__profiles{align-items:center;display:flex;justify-content:center}.app__profile-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;margin:1.5rem;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);width:250px}.app__profile-item img{border-radius:16px;height:180px;margin-bottom:1.5rem;object-fit:cover;width:100%}.app__profile-item:hover{background:#ffffff0d;border-color:var(--secondary-color);box-shadow:0 20px 40px #0006;transform:translateY(-10px) scale(1.02)}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:450px}.app__profile-item img{height:350px}}@media screen and (max-width:450px){.app__profile-item{margin:1rem 0;width:100%}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:2rem 0;max-width:800px;width:100%}.app__footer-cards .app__footer-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem;min-width:280px;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.app__footer-cards .app__footer-card img{height:40px;margin:0 1rem;width:40px}.app__footer-cards .app__footer-card a{color:var(--gray-color);font-weight:600;text-decoration:none;transition:color .3s ease}.app__footer-cards .app__footer-card:hover{background:#ffffff0d;border-color:var(--secondary-color);box-shadow:0 10px 25px #0000004d;transform:translateY(-5px)}.app__footer-cards .app__footer-card:hover a{color:var(--black-color)}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{margin:.75rem 0;width:100%}}.app__footer-whatsapp-container{align-items:center;display:flex;justify-content:center;margin:3rem 0;width:100%}.app__footer-whatsapp-btn{align-items:center;background:linear-gradient(90deg,#25d366,#128c7e);border-radius:50px;box-shadow:0 10px 20px #25d3664d;color:#fff;display:flex;font-size:1.1rem;font-weight:700;gap:1rem;justify-content:center;padding:1rem 2.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.app__footer-whatsapp-btn svg{font-size:1.5rem}.app__footer-whatsapp-btn:hover{box-shadow:0 15px 30px #25d36680;filter:brightness(1.1);transform:translateY(-5px) scale(1.05)}.app__footer-whatsapp-btn:active{transform:translateY(0)}#home{background:#0000;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:row;height:100%;padding:8rem 2rem 0;width:100%;z-index:1}@media screen and (min-width:2000px){.app__header{padding-top:10rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column;padding:8rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__header-info{align-items:center;margin:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 20px 50px #0003;flex-direction:row;padding:1.5rem 2.5rem;transition:all .3s ease;width:auto}.app__header-badge .badge-cmp:hover,.app__header-badge .tag-cmp:hover{border-color:var(--secondary-color);transform:scale(1.02)}.app__header-badge .tag-cmp{flex-direction:column;margin-top:2rem;padding:1rem 2rem}.app__header-badge .tag-cmp p{color:var(--gray-color);font-size:.9rem;font-weight:600;letter-spacing:2px;text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{font-size:3rem}.app__header-badge .app__header-resume{background:linear-gradient(90deg,var(--secondary-color),var(--accent-color));border-radius:12px;box-shadow:0 10px 20px #7c3aed4d;cursor:pointer;margin-top:2rem;padding:.8rem 2rem;transition:all .3s ease}.app__header-badge .app__header-resume a{color:#fff;font-size:.9rem;font-weight:700;letter-spacing:1.5px;text-decoration:none;text-transform:uppercase}.app__header-badge .app__header-resume:hover{box-shadow:0 15px 30px #7c3aed80;transform:translateY(-3px)}@media screen and (max-width:1200px){.app__header-badge{align-items:center;justify-content:center}.app__header-badge .tag-cmp p{text-align:center}}.app__header-circles{flex:.75 1;flex-direction:row;flex-wrap:wrap;gap:1.5rem;height:100%;margin-left:2rem}.app__header-circles,.app__header-circles div{align-items:center;display:flex;justify-content:center}.app__header-circles div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;box-shadow:0 10px 30px #0003;transition:all .5s cubic-bezier(.4,0,.2,1)}.app__header-circles div img{height:60%;object-fit:contain;width:60%}.app__header-circles div:hover{border-color:var(--accent-color);box-shadow:0 0 20px var(--accent-color);transform:scale(1.1) rotate(10deg)}.app__header-circles div:nth-child(3n+1){height:100px;width:100px}.app__header-circles div:nth-child(3n+2){height:140px;width:140px}.app__header-circles div:nth-child(3n+3){height:80px;width:80px}@media screen and (max-width:1200px){.app__header-circles{gap:1rem;margin:2rem 0;width:100%}.app__header-circles div{margin:0!important}}.app__header-img{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.app__header-img img{border-radius:30px;filter:drop-shadow(0 20px 50px rgba(124,58,237,.4));max-width:500px;width:100%;z-index:1}.app__header-img .overlay_circle{animation:rotate 20s linear infinite;height:120%;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:0}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:4rem;width:90%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1.5 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1.5rem;text-align:center;transition:all .3s ease}.app__skills-item div{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;display:flex;height:90px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:90px}.app__skills-item div img{height:50%;object-fit:contain;width:50%}.app__skills-item div:hover{background:#ffffff0d;border-color:var(--accent-color);box-shadow:0 10px 25px #06b6d433;transform:translateY(-8px)}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{color:var(--gray-color);font-size:.85rem;font-weight:600;margin-top:.75rem}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:4rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1.5rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.app__skills-exp-works .app__skills-exp-work:hover{background:#ffffff0d;border-color:var(--secondary-color);transform:translateX(10px)}.app__skills-exp-works .app__skills-exp-work h4{color:var(--black-color);font-weight:700}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:500;margin-top:8px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--accent-color);font-size:1.25rem;font-weight:800;letter-spacing:1px}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1.5rem}}.skills-tooltip{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background-color:var(--primary-color)!important;border:1px solid var(--glass-border)!important;border-radius:12px!important;box-shadow:0 10px 30px #00000080!important;color:var(--gray-color)!important;max-width:300px!important;padding:1rem!important}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:row;margin-top:3rem;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__testimonial-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;color:var(--gray-color);cursor:pointer;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin:.5rem;padding:.6rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.app__work-filter .app__work-filter-item:hover{box-shadow:0 5px 15px #7c3aed4d}.app__work-filter .app__work-filter-item:hover,.app__work-filter .item-active{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.app__work-filter .item-active{box-shadow:0 5px 15px #7c3aed66}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.app__work-portfolio .app__work-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;color:var(--black-color);cursor:pointer;flex-direction:column;margin:1.5rem;padding:1.25rem;transition:all .4s ease;width:320px}.app__work-portfolio .app__work-item:hover{background:#ffffff0d;border-color:var(--secondary-color);box-shadow:0 20px 40px #0000004d;transform:translateY(-10px)}@media screen and (max-width:450px){.app__work-portfolio .app__work-item{margin:1rem 0;width:100%}}.app__work-img{height:200px;position:relative;width:100%}.app__work-img img{object-fit:cover}.app__work-hover,.app__work-img img{border-radius:16px;height:100%;width:100%}.app__work-hover{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#03001499;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.app__work-hover div{background-color:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;height:45px;margin:.5rem;transition:all .3s ease;width:45px}.app__work-hover div svg{color:#fff;height:50%;width:50%}.app__work-hover div:hover{background:var(--secondary-color);transform:scale(1.1)}.app__work-content{flex-direction:column;padding:.5rem 0;position:relative;width:100%}.app__work-content h4{font-weight:700;margin-top:1.5rem}.app__work-content .app__work-tag{background-color:var(--primary-color);border:1px solid var(--glass-border);border-radius:10px;left:50%;padding:.4rem 1rem;position:absolute;top:-20px;transform:translateX(-50%)}.app__work-content .app__work-tag p{color:var(--accent-color);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.app{background-color:var(--primary-color);color:var(--black-color);font-family:var(--font-base);overflow-x:hidden}.app__primarybg,.app__whitebg{background-color:#0000}.app__container{display:flex;flex-direction:row;min-height:100vh;position:relative;width:100%;z-index:1}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--gray-color);font-size:.7rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.head-text{color:var(--black-color);font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:2rem;text-align:center;text-transform:capitalize}.head-text span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,var(--secondary-color),var(--accent-color));-webkit-background-clip:text}@media screen and (min-width:2000px){.head-text{font-size:5rem}}@media screen and (max-width:450px){.head-text{font-size:2.25rem}}.p-text{color:var(--gray-color);font-size:.9rem;line-height:1.6;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1.1rem;font-weight:700;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2.25rem}}.app__social{bottom:2rem;flex-direction:column;justify-content:flex-end;padding:1rem;position:sticky}.app__social,.app__social div{align-items:center;display:flex}.app__social div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;height:45px;justify-content:center;margin:.35rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);width:45px}.app__social div svg{color:var(--gray-color);height:18px;width:18px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);box-shadow:0 10px 20px #7c3aed4d;transform:translateY(-5px)}.app__social div:hover svg{color:#fff}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem;position:sticky;top:50%;transform:translateY(-50%);z-index:100}.app__navigation .app__navigation-dot{background-color:#fff3;border-radius:50%;height:8px;margin:.6rem;transition:all .3s ease;width:8px}.app__navigation .app__navigation-dot:hover{background-color:var(--accent-color);transform:scale(1.5)}.app__navigation .app__navigation-dot.active{background-color:var(--secondary-color);box-shadow:0 0 10px var(--secondary-color);transform:scale(1.3)}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}}:root{--font-base:"Outfit",sans-serif;--primary-color:#f8fafc;--secondary-color:#7c3aed;--accent-color:#06b6d4;--pink-accent:#ec4899;--black-color:#0f172a;--lightGray-color:#0f172a0d;--gray-color:#475569;--white-color:#fffc;--glass-bg:#00000005;--glass-border:#00000014;--canvas-bg:radial-gradient(circle at 50% 50%,#fff 0%,#f1f5f9 100%);--logo-filter:brightness(0.2)}[data-theme=dark]{--primary-color:#030014;--black-color:#fff;--lightGray-color:#ffffff1a;--gray-color:#94a3b8;--white-color:#0d0d1bb3;--glass-bg:#ffffff08;--glass-border:#ffffff1a;--canvas-bg:radial-gradient(circle at 50% 50%,#0b0d17 0%,#030014 100%);--logo-filter:brightness(0) invert(1)}[data-theme=dark] img[src*=github],[data-theme=dark] img[src*=nextdotjs]{filter:invert(1) brightness(2)}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.f990f8bb.css.map*/