:root{font-size:62.5%;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text-color);--background: #182339;--primary: #f1b24a;--secondary: #232741;--tertiary: #0C0D16;--quaternary: #ec9a12;--quinary: #707080;--gradient: #06090e;--text-color: #ffffff;background:linear-gradient(var(--gradient),var(--background))}body{margin:0;padding:0;display:flex;flex-direction:column;place-items:center;min-width:320px;min-height:100vh}section{width:40%;margin:8rem auto}h2{font-size:4rem;margin:0}h3{margin:0;font-size:2.8rem;color:var(--primary)}.title{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem 0}footer{display:flex;justify-content:center;margin:0;padding:5rem 0 2rem;font-size:1.7rem;font-weight:500}@media (max-width: 640px){section{width:90%}footer p{text-align:center}}@media (min-width: 641px) and (max-width: 1024px){section{width:85%}}@media (min-width: 1025px) and (max-width: 1280px){section{width:70%}}@media (min-width: 1281px){section{width:90rem}}.aboutMe-description{display:flex;flex-direction:column;gap:1rem}.aboutMe-description p{margin:0;font-size:1.5rem;text-align:justify}.aboutMe-description span{color:var(--primary);font-weight:600}.jobs{display:flex;flex-direction:column;gap:4rem;width:100%;position:relative}.jobs:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--primary),transparent);border-radius:2px}.job{display:flex;flex-direction:column;position:relative;padding-left:4.5rem}.job:before{content:"";position:absolute;left:7px;top:12px;width:16px;height:16px;background-color:var(--primary);border-radius:50%;box-shadow:0 0 8px #f3bc3ecc}.job .generals h3{font-weight:700;margin:0;color:var(--primary);transition:color .3s ease-in-out}.job .generals h3:hover{color:#d08710}.job .generals a{text-decoration:none;color:inherit}.job .generals a:hover{text-decoration:none}.generals>p{font-size:1.6rem;font-weight:500;margin:.5rem 0 1.2rem}.generals span{font-weight:700}.job-description{background-color:var(--quinary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #00000040;transition:transform .3s ease,box-shadow .3s ease}.job-description:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000059}.job-description>ul{margin:0;padding:0;list-style:none}.job-description>ul>li{font-size:1.4rem;line-height:1.6;padding:.6rem 0;display:flex;align-items:flex-start;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);transition:color .3s ease-in-out}.job-description>ul>li:last-child{border-bottom:none}.job-description>ul>li:before{content:"▹";font-size:1.6rem;margin-right:.8rem;color:var(--primary)}@media (max-width: 768px){.jobs:before{left:12px}.job{padding-left:3.5rem}.job .generals h3{font-size:1.8rem}.generals>p{font-size:1.3rem}.job-description{padding:1.2rem}.job-description>ul>li{font-size:1.3rem}}header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:2rem 0 1rem;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:background-color .3s ease,backdrop .3 ease}header.scrolled{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.container{display:flex;flex-direction:row;justify-content:space-between;width:80%}.logo{display:flex;align-items:center}.svg-logo{filter:drop-shadow(0px 0px 5px #ffb347)}.menu-theme{display:flex;flex-direction:row;align-items:center;gap:2rem}.menu{display:flex;justify-content:center;flex:1;transition:all .3s ease}.menu ul{list-style:none;margin:0;padding:0;display:flex;gap:2.5rem}.menu li{display:inline}.menu a{color:var(--text-color);text-decoration:none;font-size:1.6rem;font-weight:500;transition:color .3s,font-weight .3s}.menu a:hover,.menu a.active{font-weight:700;color:var(--quaternary)}.theme{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--secondary);border-radius:2rem;padding:.1rem}.theme button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.theme img{border-radius:50%;background-color:var(--secondary);padding:.3rem}.switch{position:relative;display:inline-block;width:50px;height:25px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--secondary);transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;background-color:var(--primary);transition:.4s;border-radius:50%;left:4px;top:50%;transform:translateY(-50%)}.theme-icon{position:absolute;width:15px;height:15px;transition:.4s}.theme-icon.sun{left:5px;top:50%;transform:translateY(-50%)}.theme-icon.moon{right:5px;top:50%;transform:translateY(-50%)}input:checked+.slider{background-color:#fff}input:checked+.slider:before{transform:translate(24px,-50%)}input:not(:checked)+.slider .moon{opacity:0}input:checked+.slider .sun{opacity:0}@media (max-width: 640px){.container{width:90%}.menu{display:none}.switch{margin-right:1.5rem}}@media (min-width: 641px) and (max-width: 1024px){.container{width:90%}}@media (min-width: 1281px){.container{width:110rem}}section.project-container{padding-top:10rem}.title .photo{display:flex;align-items:center;width:4rem}.title .photo img{object-fit:cover;width:100%;height:100%}.projects{display:flex;flex-direction:column;width:100%;gap:3rem}.project{display:flex;flex-direction:row;width:100%;gap:5%}.project.midle{flex-direction:row-reverse}.project .photo{width:47.5%;border-radius:1rem;overflow:hidden}.project .photo img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-in-out}.project .photo img:hover{transform:scale(1.05) rotate(1.2deg)}.description{width:47.5%;display:flex;flex-direction:column;justify-content:space-between}.techs{display:flex;flex-direction:row;margin-top:.5rem;gap:1.5rem}.tech{display:flex;flex-direction:row;align-items:center;border-radius:1rem;padding:.5rem 1.5rem;background-color:var(--quinary);gap:1rem}.tech:hover{box-shadow:0 .1rem .2rem #f1b24a80}.tech .photo-tech{display:flex;align-items:center;width:1.2rem}.tech .photo-tech img{object-fit:cover;width:100%;height:100%}.tech p{margin:0;font-weight:500;font-size:1.2rem;color:#fff}.description>p{margin:1rem 0;font-size:1.4rem;line-height:2.2rem;text-align:justify}.pj-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.pj-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;text-decoration:none;padding:.6rem 2.2rem;border-radius:2.5rem;background-color:#f3bc3e;box-shadow:0 4px 12px #00000026;transition:all .2s ease-in-out}.pj-btn:hover{background-color:#d79c20;transform:translateY(-3px) scale(1);box-shadow:0 6px 18px #00000040}.pj-btn img{width:1.6rem;height:1.6rem;filter:brightness(0) invert(1)}.pj-btn span{color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.5px}@media (max-width: 640px){.projects{gap:4rem}.project,.project.midle{flex-direction:column}.project .photo{width:100%;align-self:center}.description{width:100%}.title-project{display:block;padding-bottom:1rem}h3{padding-top:1rem;font-size:2.6rem}.techs{gap:.8rem}.pj-buttons{gap:1.5rem}.pj-btn{width:100%}.btn-more{display:flex;width:100%}}.resume{display:flex;flex-direction:row;align-items:center;gap:4rem;margin:20rem auto}.intro{display:flex;flex-direction:column;gap:2rem}.intro .title{display:flex;align-items:baseline;justify-content:start;flex-wrap:wrap;gap:1rem;max-width:100%}.intro .title p{font-size:2.8rem;font-weight:500;white-space:nowrap;margin:0}.title h1{font-size:4rem;font-weight:600;color:var(--primary);margin:0;flex-grow:1;min-width:0}.intro p{font-size:1.5rem;line-height:1.6;margin:0}.intro p span{font-weight:600}.buttons{display:flex;gap:1.5rem}.btn{display:flex;align-items:center;justify-content:center;text-decoration:none;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border:1px solid var(--text-color);border-radius:2rem;padding:.5rem 2rem;gap:1.2rem;transition:background-color .3s}.btn img{width:1.8rem}.btn:hover{background-color:var(--quaternary);border:none}.btn span{color:var(--text-color);font-size:1.4rem;font-weight:500}.resume .photo{display:flex;justify-content:center;align-items:center;overflow:hidden;width:22rem;height:22rem;border-radius:50%;flex-shrink:0;box-shadow:0 0 15px #f1b24a80}.resume .photo.up{display:none}.resume .photo img{object-fit:cover;width:100%;height:100%}@media (max-width: 640px){.resume{flex-direction:column;margin-top:18rem}.resume .photo{width:7rem;height:7rem;align-self:flex-start}.resume .photo.up{display:list-item}.resume .photo.right,.buttons span{display:none}.btn{padding:.5rem 2rem}}@media (min-width: 641px) and (max-width: 1024px){.resume{gap:2rem}.intro{flex-basis:auto;min-width:60%}.resume .photo{width:18rem;height:18rem}}
