*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}@media(max-width:767px){html{font-size:14px}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.light-theme{background-color:#f8f9fa;color:#333}body.dark-theme{background-color:#121212;color:#e0e0e0}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}@media(max-width:767px){.container{padding:0 1rem}}.section{padding:5rem 0;position:relative}@media(max-width:767px){.section{padding:3rem 0}}.section-title{display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative}@media(max-width:767px){.section-title{font-size:2rem;margin-bottom:2rem}}.section-title .title-number{color:#3a86ff;font-family:Fira Code,monospace;font-size:1.5rem}.dark-theme .section-title .title-number{color:#325fa8}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#3a86ff;color:#fff}.btn-primary:hover{background-color:#0767ff;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.dark-theme .btn-primary{background-color:#325fa8}.dark-theme .btn-primary:hover{background-color:#264981;box-shadow:0 4px 6px #0000004d}.btn-secondary{background-color:#0000;border:2px solid #3a86ff;color:#3a86ff}.btn-secondary:hover{background-color:#3a86ff;box-shadow:0 4px 6px #0000001a;color:#fff;transform:translateY(-2px)}.dark-theme .btn-secondary{border-color:#325fa8;color:#325fa8}.dark-theme .btn-secondary:hover{background-color:#325fa8;box-shadow:0 4px 6px #0000004d;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate{animation:fadeInUp .8s ease forwards}.animate:first-child{animation-delay:.1s}.animate:nth-child(2){animation-delay:.2s}.animate:nth-child(3){animation-delay:.3s}.animate:nth-child(4){animation-delay:.4s}.animate:nth-child(5){animation-delay:.5s}.animate:nth-child(6){animation-delay:.6s}.animate:nth-child(7){animation-delay:.7s}.animate:nth-child(8){animation-delay:.8s}.animate:nth-child(9){animation-delay:.9s}.animate:nth-child(10){animation-delay:1s}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);left:0;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{box-shadow:0 2px 10px #0000001a;padding:.5rem 0}.dark-theme .header.scrolled{box-shadow:0 2px 10px #0000004d}.header .container{align-items:center;display:flex;justify-content:space-between}.header .logo-container{align-items:center;cursor:pointer;display:flex}.header .logo-container .logo-image{height:40px;transition:all .3s ease;width:auto}@media(max-width:767px){.header .logo-container .logo-image{height:30px}.header .nav{background-color:#f8f9faf2;height:100vh;padding:5rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:999}.dark-theme .header .nav{background-color:#121212f2}.header .nav.open{right:0}}.header .nav ul{display:flex;list-style:none}@media(max-width:767px){.header .nav ul{flex-direction:column;gap:1.5rem}}.header .nav ul li{margin-left:2rem}@media(max-width:767px){.header .nav ul li{margin-left:0}}.header .nav ul li a{color:inherit;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.header .nav ul li a:after{background-color:#3a86ff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:all .3s ease;width:0}.dark-theme .header .nav ul li a:after{background-color:#325fa8}.header .nav ul li a.active-link:after,.header .nav ul li a:hover:after{width:100%}@media(max-width:767px){.header .nav ul li a{font-size:1.2rem}}.header .header-actions{align-items:center;display:flex;gap:1rem}.header .header-actions .theme-toggle{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.5rem;transition:all .3s ease}.header .header-actions .theme-toggle:hover{background-color:#3a86ff1a;color:dimgray}.dark-theme .header .header-actions .theme-toggle:hover{background-color:#325fa81a;color:#fbff00}.header .header-actions .language-toggle{align-items:center;background:none;border:none;border-radius:8px;color:inherit;cursor:pointer;display:flex;font-weight:600;gap:.3rem;padding:.5rem;transition:all .3s ease}.header .header-actions .language-toggle .language-code{color:#3a86ff}.header .header-actions .language-toggle:hover{background-color:#3a86ff1a}.dark-theme .header .header-actions .language-toggle:hover{background-color:#325fa81a}.header .header-actions .language-toggle .language-icon{color:#3a86ff;font-size:1rem}.dark-theme .header .header-actions .language-toggle{color:#325fa8}.header .header-actions .hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;width:24px;z-index:1001}@media(max-width:767px){.header .header-actions .hamburger{display:flex}}.header .header-actions .hamburger span{background-color:#333;display:block;height:2px;transition:all .3s ease;width:100%}.dark-theme .header .header-actions .hamburger span{background-color:#e0e0e0}.header .header-actions .hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.header .header-actions .hamburger.open span:nth-child(2){opacity:0}.header .header-actions .hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-section{align-items:center;display:flex;height:100vh;min-height:700px;overflow:hidden;padding-top:80px;position:relative}@media(max-width:767px){.hero-section{min-height:600px;padding-top:60px}}.hero-section .container{align-items:center;display:flex;height:100%;justify-content:space-between;position:relative;z-index:2}@media(min-width:768px)and (max-width:1023px){.hero-section .container{flex-direction:column;justify-content:center;text-align:center}}.hero-section .hero-content{max-width:600px;opacity:0}.hero-section .hero-content.animate{opacity:1}.hero-section .hero-content h1{font-size:3.5rem;line-height:1.2;margin-bottom:1rem}@media(max-width:767px){.hero-section .hero-content h1{font-size:2.5rem}}.hero-section .hero-content h1 .highlight{color:#3a86ff}.dark-theme .hero-section .hero-content h1 .highlight{color:#325fa8}.hero-section .hero-content h2{color:#666;font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.dark-theme .hero-section .hero-content h2{color:#adadad}@media(max-width:767px){.hero-section .hero-content h2{font-size:1.2rem}}.hero-section .hero-content .hero-description{color:#4d4d4d;font-size:1.1rem;margin-bottom:2rem}.dark-theme .hero-section .hero-content .hero-description{color:#c7c7c7}.hero-section .hero-content .cta-buttons{display:flex;gap:1rem;margin-top:2rem}@media(max-width:767px){.hero-section .hero-content .cta-buttons{flex-direction:column;gap:.5rem}}.hero-section .hero-social{align-items:center;bottom:5rem;display:flex;flex-direction:column;gap:1.5rem;position:absolute;right:0}@media(min-width:768px)and (max-width:1023px){.hero-section .hero-social{bottom:auto;flex-direction:row;justify-content:center;margin-top:3rem;position:relative}}.hero-section .hero-social a{color:inherit;font-size:1.5rem;transition:all .3s ease}.hero-section .hero-social a:hover{color:#3a86ff;transform:translateY(-3px)}.dark-theme .hero-section .hero-social a:hover{color:#325fa8}.hero-section .hero-social .vertical-line{background-color:#333;height:100px;width:1px}.dark-theme .hero-section .hero-social .vertical-line{background-color:#e0e0e0}@media(min-width:768px)and (max-width:1023px){.hero-section .hero-social .vertical-line{display:none}}.about-section{background-color:#3a86ff0d}.dark-theme .about-section{background-color:#325fa80d}.about-section .about-content{display:flex;gap:3rem}@media(min-width:768px)and (max-width:1023px){.about-section .about-content{flex-direction:column}}@media(max-width:767px){.about-section .about-content{flex-direction:column-reverse}}.about-section .about-text{flex:1 1}.about-section .about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-section .skills-container{flex:1 1}.about-section .skills-container .skills-title{color:#3a86ff;font-size:1.5rem;margin-bottom:1.5rem}.dark-theme .about-section .skills-container .skills-title{color:#325fa8}.about-section .skills-container .skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.about-section .skills-container .skill-item .skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.about-section .skills-container .skill-item .skill-header .skill-icon{color:#3a86ff;font-size:1.5rem}.dark-theme .about-section .skills-container .skill-item .skill-header .skill-icon{color:#325fa8}.about-section .skills-container .skill-item .skill-header .skill-name{flex-grow:1;font-weight:600;margin-left:1rem}.about-section .skills-container .skill-item .skill-header .skill-percent{color:#3a86ff;font-weight:600}.dark-theme .about-section .skills-container .skill-item .skill-header .skill-percent{color:#325fa8}.about-section .skills-container .skill-item .skill-bar{background-color:#3a86ff33;border-radius:4px;height:8px;overflow:hidden;width:100%}.dark-theme .about-section .skills-container .skill-item .skill-bar{background-color:#325fa833}.about-section .skills-container .skill-item .skill-bar .skill-progress{background-color:#3a86ff;border-radius:4px;height:100%;transition:width 1.5s ease}.dark-theme .about-section .skills-container .skill-item .skill-bar .skill-progress{background-color:#325fa8}.services-section .services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.services-section .services-grid .service-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease}.dark-theme .services-section .services-grid .service-card{background-color:#1f1f1f;box-shadow:0 4px 6px #0000004d}.services-section .services-grid .service-card.animate{opacity:1;transform:translateY(0)}.services-section .services-grid .service-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-10px)}.dark-theme .services-section .services-grid .service-card:hover{box-shadow:0 10px 20px #0000004d}.services-section .services-grid .service-card .service-icon{color:#3a86ff;font-size:2.5rem;margin-bottom:1.5rem}.dark-theme .services-section .services-grid .service-card .service-icon{color:#325fa8}.services-section .services-grid .service-card h3{font-size:1.5rem;margin-bottom:1rem}.services-section .services-grid .service-card p{color:#4d4d4d}.dark-theme .services-section .services-grid .service-card p{color:#c7c7c7}.portfolio-section{background-color:#3a86ff0d}.dark-theme .portfolio-section{background-color:#325fa80d}.portfolio-section .projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media(max-width:767px){.portfolio-section .projects-grid{grid-template-columns:1fr}}.portfolio-section .project-card{border-radius:8px;box-shadow:0 4px 6px #0000001a;opacity:0;overflow:hidden;position:relative;transform:translateY(20px);transition:all .3s ease}.dark-theme .portfolio-section .project-card{box-shadow:0 4px 6px #0000004d}.portfolio-section .project-card.animate{opacity:1;transform:translateY(0)}.portfolio-section .project-card:hover .overlay{opacity:1}.portfolio-section .project-card .project-image{height:250px;position:relative;width:100%}.portfolio-section .project-card .project-image img{display:block;height:100%;object-fit:cover;width:100%}.portfolio-section .project-card .overlay{align-items:center;background-color:#3a86ffe6;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;top:0;transition:all .3s ease;width:100%}.dark-theme .portfolio-section .project-card .overlay{background-color:#325fa8e6}.portfolio-section .project-card .overlay .overlay-content{color:#fff;text-align:center}.portfolio-section .project-card .overlay .overlay-content h3{font-size:1.5rem;margin-bottom:1rem}.portfolio-section .project-card .overlay .overlay-content p{font-size:.9rem;margin-bottom:1.5rem}.portfolio-section .project-card .overlay .overlay-content .tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.portfolio-section .project-card .overlay .overlay-content .tags .tag{background-color:#fff3;border-radius:20px;font-size:.8rem;padding:.3rem .8rem}.portfolio-section .project-card .overlay .overlay-content .links{display:flex;gap:1rem;justify-content:center}.portfolio-section .project-card .overlay .overlay-content .links .link-icon{color:#fff;font-size:1.2rem;transition:all .3s ease}.portfolio-section .project-card .overlay .overlay-content .links .link-icon:hover{transform:translateY(-3px)}.contact-section .contact-content{display:flex;gap:3rem}@media(min-width:768px)and (max-width:1023px){.contact-section .contact-content{flex-direction:column}}@media(max-width:767px){.contact-section .contact-content{flex-direction:column-reverse}}.contact-section .contact-info{flex:1 1}.contact-section .contact-info .info-title{color:#3a86ff;font-size:1.5rem;margin-bottom:1.5rem}.dark-theme .contact-section .contact-info .info-title{color:#325fa8}.contact-section .contact-info .info-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.contact-section .contact-info .info-item .info-icon{color:#3a86ff;font-size:1.5rem;margin-right:1rem}.dark-theme .contact-section .contact-info .info-item .info-icon{color:#325fa8}.contact-section .contact-info .info-item .info-text h4{font-size:1.2rem;margin-bottom:.5rem}.contact-section .contact-info .info-item .info-text p{color:#4d4d4d}.dark-theme .contact-section .contact-info .info-item .info-text p{color:#c7c7c7}.contact-section .contact-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:2rem}.dark-theme .contact-section .contact-form{background-color:#1f1f1f;box-shadow:0 4px 6px #0000004d}.contact-section .contact-form .form-group{margin-bottom:1.5rem}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{background-color:#0000;border:1px solid #ddd;border-radius:8px;color:inherit;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.dark-theme .contact-section .contact-form .form-group input,.dark-theme .contact-section .contact-form .form-group textarea{border-color:#444}.contact-section .contact-form .form-group input:focus,.contact-section .contact-form .form-group textarea:focus{border-color:#3a86ff;box-shadow:0 0 0 2px #3a86ff33;outline:none}.dark-theme .contact-section .contact-form .form-group input:focus,.dark-theme .contact-section .contact-form .form-group textarea:focus{border-color:#325fa8;box-shadow:0 0 0 2px #325fa833}.contact-section .contact-form .form-group textarea{min-height:150px;resize:vertical}.contact-section .contact-form .icon-right{margin-left:.5rem}.contact-section .contact-form .alert{border-radius:8px;font-weight:500;margin-top:1rem;padding:.8rem 1rem}.contact-section .contact-form .alert.success{background-color:#28a74533;color:#28a745}.contact-section .contact-form .alert.error{background-color:#dc354533;color:#dc3545}.footer{background-color:#3a86ff0d;padding:3rem 0 1rem}.dark-theme .footer{background-color:#325fa80d}.footer .footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer .footer-content .footer-brand .footer-logo-image{height:40px;margin-bottom:1rem;width:auto}.footer .footer-content .footer-brand .footer-description{color:#4d4d4d;margin-bottom:1rem}.dark-theme .footer .footer-content .footer-brand .footer-description{color:#c7c7c7}.footer .footer-content .footer-links h3{color:#3a86ff;font-size:1.2rem;margin-bottom:1.5rem}.dark-theme .footer .footer-content .footer-links h3{color:#325fa8}.footer .footer-content .footer-links ul{list-style:none}.footer .footer-content .footer-links ul li{margin-bottom:.8rem}.footer .footer-content .footer-links ul li a{color:inherit;text-decoration:none;transition:all .3s ease}.footer .footer-content .footer-links ul li a:hover{color:#3a86ff}.dark-theme .footer .footer-content .footer-links ul li a:hover{color:#325fa8}.footer .footer-content .footer-social h3{color:#3a86ff;font-size:1.2rem;margin-bottom:1.5rem}.dark-theme .footer .footer-content .footer-social h3{color:#325fa8}.footer .footer-content .footer-social .social-links{display:flex;gap:1rem}.footer .footer-content .footer-social .social-links .social-icon{color:inherit;font-size:1.5rem;transition:all .3s ease}.footer .footer-content .footer-social .social-links .social-icon:hover{color:#3a86ff;transform:translateY(-3px)}.dark-theme .footer .footer-content .footer-social .social-links .social-icon:hover{color:#325fa8}.footer .footer-bottom{border-top:1px solid #ddd;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1.5rem}.dark-theme .footer .footer-bottom{border-top-color:#444}.footer .footer-bottom p{color:#4d4d4d;font-size:.9rem}.dark-theme .footer .footer-bottom p{color:#c7c7c7}.whatsapp-button{align-items:center;background-color:#25d366;border-radius:50%;bottom:2rem;box-shadow:0 4px 10px #0003;display:flex;height:60px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:60px;z-index:999}.whatsapp-button:hover{box-shadow:0 6px 15px #0000004d;transform:scale(1.1)}.whatsapp-button .whatsapp-icon{color:#fff;font-size:2rem}.lazy-image-container{overflow:hidden;position:relative}.lazy-image-container .lazy-image{opacity:0;transition:opacity .3s ease}.lazy-image-container .lazy-image.loaded{opacity:1}.lazy-image-container .lazy-placeholder{background-color:#f0f0f0;height:100%;left:0;position:absolute;top:0;width:100%}.dark-theme .lazy-image-container .lazy-placeholder{background-color:#333}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
/*# sourceMappingURL=main.f3c2a71f.css.map*/