*{border:0;padding:0;margin:0;outline:none;text-decoration:none;list-style-type:none;box-sizing:border-box}html{font-size:14px;font-family:sans-serif;scroll-behavior:smooth}body{background-color:#191919;color:#fff}.container{width:100%;height:auto;position:relative}.home{width:90%;height:auto;margin:0 auto;padding-top:3rem;display:flex;flex-direction:column;gap:2rem;position:relative}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;background-color:#f1dbc3;color:#000}nav{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;position:relative}nav ul{display:flex;gap:3rem}nav ul li a{color:#fff;font-size:1rem;font-weight:600;transition:.3s ease-in-out all}nav ul li a:visited{color:#fff}nav h1:hover{color:#0e5cbb}nav h1{cursor:pointer;transition:all .3s ease-in-out}nav a:hover{color:#0e5cbb}nav a button{background-color:#f1dbc3;padding:10px 20px;border-radius:2rem;cursor:pointer;font-weight:700;transition:all .3s ease-in-out;animation:inicio_pulse 2s ease-in-out infinite}nav button:hover{background-color:#0e5cbb;color:#fff;animation:inicio_pulse_clicked 2s ease-in-out infinite}button:visited{color:#000}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;z-index:1000}.hamburger span{width:25px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:950px){.hamburger{display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.parte1{width:100%;height:900px;display:flex;align-items:center;justify-content:space-between;gap:3rem}.parte1 .parte1_group_text{width:100%;max-width:900px;display:flex;flex-direction:column;gap:2rem}.parte1 h1{font-size:5rem;font-weight:600}.parte1 span{color:#0e5cbb}.parte1 img{max-width:500px;width:100%;border-radius:2rem}.parte1 input{max-width:700px;width:100%;height:60px;border-radius:3rem;background-color:#434242;color:#fff;padding:0 5rem 0 2rem}.parte1 button{background-color:#f1dbc3;max-width:150px;width:100%;height:60px;font-weight:700;border-radius:2rem;position:relative;left:-4rem;cursor:pointer;transition:all .3s ease-in-out;animation:inicio_pulse 2s ease-in-out infinite}@keyframes inicio_pulse{0%{box-shadow:0 0 #f1dbc3}70%{box-shadow:0 0 0 10px #00bcd400}to{box-shadow:0 0 #00bcd400}}@keyframes inicio_pulse_clicked{0%{box-shadow:0 0 #0e5cbb}70%{box-shadow:0 0 0 10px #00bcd400}to{box-shadow:0 0 #00bcd400}}.parte1 button:hover{background-color:#0e5cbb;color:#fff;animation:inicio_pulse_clicked 2s ease-in-out infinite}.parte1 ::placeholder{font-weight:700}.parte1 p{font-size:1.4rem;color:gray;line-height:140%}@media screen and (max-width:1600px){.parte1 h1{font-size:3rem;font-weight:600}.parte1 .parte1_group_text{width:100%;max-width:500px}.parte1 input{max-width:400px;width:100%;height:60px}.parte1 .contact{display:flex;align-items:center}.parte1 button{background-color:#f1dbc3;max-width:100px;width:100%;height:60px}.parte1 p{font-size:1.2rem}.parte1 img{max-width:500px;min-width:200px;width:100%;border-radius:2rem}}@media screen and (max-width:1080px){.parte1{padding-top:5rem;width:100%;height:900px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:3rem;margin-bottom:5rem}.home{width:80%;height:auto;margin:0 auto;padding-top:3rem;display:flex;flex-direction:column;gap:10rem}.parte1 img{max-width:300px;min-width:200px;width:100%;border-radius:2rem}}@media screen and (max-width:650px){.parte1 img{max-width:300px;min-width:200px;width:100%;border-radius:2rem}.parte1 h1{font-size:2.6rem;font-weight:600}.parte1 .parte1_group_text{width:100%;max-width:400px}.parte1 input{max-width:300px;width:100%;height:60px}.parte1 button{background-color:#f1dbc3;max-width:100px;width:100%;height:60px}.parte1 p{font-size:1.2rem}}@media screen and (max-width:450px){.parte1 img{max-width:250px;min-width:230px;width:100%;border-radius:2rem}.parte1 h1{font-size:2rem;font-weight:600}.parte1 .parte1_group_text{width:100%;max-width:340px}.parte1 .contact{display:flex;align-items:center;justify-content:center;width:110%}.parte1 input{max-width:230px;width:100%;height:60px}.parte1 button{background-color:#f1dbc3;max-width:100px;width:100%;height:60px}.parte1 p{font-size:1rem}.parte1 ::placeholder{font-weight:700;font-size:.8rem}}@media screen and (max-width:410px){.parte1 img{max-width:250px;min-width:200px;width:100%;border-radius:2rem}.parte1 h1{font-size:1.6rem;font-weight:600}.parte1 .contact{display:flex;align-items:center;justify-content:center;width:110%}.parte1 p{font-size:1rem}.parte1 ::placeholder{font-weight:700}}.contact input.input-error{border-color:red;color:red}.contact input.input-error::placeholder{color:red;opacity:.7}.footer-container{width:100%;background:radial-gradient(circle at top,#161616,#0c0c0c);color:#f1f1f1;padding:3.5rem 1rem;border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.footer-content{max-width:1100px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.footer-logo{font-size:1.8rem;font-weight:800;letter-spacing:1px;background:linear-gradient(90deg,#0e5cbb,#4cc9f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-text{color:#b8b8b8;font-size:1rem;font-weight:500;letter-spacing:.3px}.footer-socials{display:flex;gap:2rem;margin:1rem 0}.social-link{color:#f1f1f1;transition:all .3s ease;position:relative}.social-link:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background-color:#0e5cbb;transition:all .3s ease;transform:translate(-50%)}.social-link:hover:after{width:100%}.social-link:hover{transform:translateY(-5px) scale(1.1);color:#0e5cbb;text-shadow:0 0 10px rgba(14,92,187,.7)}.social-icon{width:26px;height:26px}.footer-copy{font-size:.85rem;color:#8a8a8a;margin-top:1rem;letter-spacing:.5px}.footer-copy span{color:#4cc9f0;font-weight:600}@media(max-width:600px){.footer-content{gap:.8rem}.footer-socials{gap:1.5rem}.footer-logo{font-size:1.5rem}}.projects-container{width:100%;color:#fff;padding:5rem 0;border-radius:1rem;position:relative}.projects-title{font-size:3rem!important;font-weight:700;text-align:center;margin-bottom:0!important;color:#0e5cbb}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:85%;margin:0 auto}.project-card{background-color:#222;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;animation:card2 2s ease-in-out infinite}@keyframes card2{0%{box-shadow:0 0 #222}70%{box-shadow:0 0 0 10px #00bcd400}to{box-shadow:0 0 #00bcd400}}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000040}.project-image img{width:100%;height:400px;object-fit:cover}.project-info{padding:1.5rem;display:flex;flex-direction:column;gap:.8rem}.project-info h3{font-size:1.3rem;font-weight:600;color:#f1dbc3}.project-info p{color:#cfcfcf;line-height:1.6;font-size:.95rem}.tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background-color:#2a2a2a;color:#9ca3af;padding:.3rem .8rem;border-radius:.5rem;font-size:.8rem}.project-links{display:flex;gap:1rem;margin-top:.5rem}.project-links a{color:#f1f1f1;transition:color .3s ease,transform .3s ease}.project-links a:hover{color:#4f46e5;transform:translateY(-3px)}@media(max-width:1440px){.projects-grid{width:90%}}@media(max-width:1024px){.projects-container{padding:4rem 0}.projects-title{font-size:2.2rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-info h3{font-size:1.15rem}.project-info p{font-size:.9rem}}@media(max-width:768px){.projects-container{padding:3rem 1rem}.projects-title{font-size:1.8rem;margin-bottom:0!important}.projects-grid{grid-template-columns:1fr;width:100%;gap:1.5rem}.project-image img{height:220px}}@media(max-width:500px){.projects-container{padding:2.5rem .8rem;border-radius:0}.projects-title{font-size:1.5rem}.project-info{padding:1rem}.project-info h3{font-size:1.1rem}.project-info p{font-size:.85rem;line-height:1.4}.tech-tag{font-size:.7rem;padding:.25rem .6rem}.project-links{gap:.8rem}.project-links a{font-size:.9rem}}.contate_me{width:100%;height:80px;background-color:#ffffffaf;margin-top:5rem;display:flex;align-items:center;justify-content:center;gap:1rem;color:#000;font-size:1.2rem;font-weight:600;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:2px solid rgba(0,0,0,.1)}.contate_me button{background-color:#0e5cbb;color:#fff;border:none;border-radius:2rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.contate_me button:hover{transform:translateY(-3px) scale(1.05);background-color:#1ebe5b;box-shadow:0 8px 20px #25d36680}.whatsapp-icon{font-size:1.3rem}@media(max-width:600px){.contate_me{flex-direction:column;height:auto;padding:1rem;text-align:center}.contate_me button{width:80%;justify-content:center}}
