@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&display=swap";html{scroll-behavior:smooth}.titleSection{font-size:3.2rem;font-weight:700;text-align:center}.subtitleSection{color:var(--dark-subtitle-color);width:90%;margin-top:1rem}@media (max-width: 1024px){.navSection a{font-size:.9rem!important;margin:auto .5rem!important}.welcomeTitle{font-size:3rem!important}.welcomeSubtitle{width:80%!important}.titleSection{font-size:2.8rem}.aboutImage{height:50vh!important}.skills{width:95%!important}}@media (max-width: 480px){nav{display:flex;justify-content:space-between;align-items:center}nav .navSection a{display:none}nav .navSection.navActive{display:block!important}nav .navSection.navActive{display:block;background:#6ca18d;background:linear-gradient(0deg,#6ca18dfa,#355549fa);position:absolute;top:60px;right:0;width:90%;padding:1rem;box-shadow:0 0 15px #0003;z-index:10}nav .navSection.navActive a{position:relative;display:flex;justify-content:center;margin:1rem auto!important;font-size:1rem!important}.hamburger{display:block!important;z-index:11}.skills{flex-direction:column;gap:2rem}.overlay p{display:none}}.aboutImage{width:100%;height:100vh;object-fit:cover}#about{display:flex;flex-direction:column;align-items:center;text-align:center;margin:5rem 1rem}.skills{display:flex;justify-content:space-between;margin-top:3rem;width:80%}.skillsSection{border:2px solid var(--color-green);padding:.5rem;min-height:15rem;margin:auto 1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.skillsSection img{width:3rem;margin:.3rem}.skillItem{position:relative;display:inline-block}.tooltip{visibility:hidden;width:120px;background-color:var(--color-green);color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:100%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.skillItem:hover .tooltip{visibility:visible;opacity:1}#projects,#challenges{display:flex;flex-direction:column;align-items:center}.slider{width:80%;margin:2.5rem auto 5rem}.silderImage{width:100%}.slick-next:before,.slick-prev:before{color:var(--color-green)}.project-container{position:relative;overflow:hidden}.project-container img{width:100%}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-container:hover .overlay{opacity:1}.overlay p{margin:.5rem 0;text-align:center;width:80%;text-align:justify}.overlay a img{width:2.5rem;margin-top:.5rem}#contact{display:flex;flex-direction:column;align-items:center;background-color:var(--color-green)}#contact h3{margin:5rem auto auto;color:#fff}#contact p{color:#dfdfdf;text-align:center}.socialMedia img{width:3rem;margin:2.5rem 1rem}.button{width:50px;height:50px;border-radius:50%;background-color:#36333d;border:none;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease-in-out,transform .3s ease-in-out;overflow:hidden;position:fixed;bottom:2rem;right:2rem;opacity:0;transform:translateY(20px);z-index:10}.button:not(.hidden){opacity:1;transform:translateY(0)}.svgIcon{width:12px;transition-duration:.3s}.svgIcon path{fill:#fff}.button:hover{width:140px;border-radius:50px;transition-duration:.3s;background-color:var(--color-green);align-items:center}.button:hover .svgIcon{transition-duration:.3s;transform:translateY(-200%)}.button:before{position:absolute;bottom:-20px;content:"Volver arriba";color:#fff;font-size:0px}.button:hover:before{font-size:13px;opacity:1;bottom:unset;transition-duration:.3s}nav,.navSection{display:flex;justify-content:space-around}nav,.navSection a{color:var(--light-link-color);font-weight:600}nav{z-index:5;position:absolute;width:100%;margin:2rem auto}nav p{font-size:1.5rem;font-family:var(--title-font);margin-left:.5rem}.navSection a{margin:auto .8rem}.image-container{position:relative}.coverImage img{width:100%;height:100vh;object-fit:cover;position:relative;z-index:0}.coverImage:before{content:"";position:absolute;top:0;left:0;width:100%;height:30vh;background:linear-gradient(to bottom,#000c,#0000);z-index:1}nav{position:absolute;z-index:2}.welcomeText{display:flex;flex-direction:column;align-items:center;margin:5rem 1rem;text-align:center}.welcomeTitle{font-size:4rem;font-family:var(--title-font);font-weight:500}.welcomeSubtitle{color:var(--dark-subtitle-color);width:60%;margin-top:.5rem}.hamburger{display:none;height:50px;width:50px;transform:.2s;position:relative;cursor:pointer}.hamburger .checkbox{position:absolute;opacity:0;height:100%;width:100%;cursor:pointer}.line{transition:.5s;stroke-width:6px;stroke:#000}.lineTop{stroke-dasharray:40 40;stroke-dashoffset:25;transition:stroke-dashoffset .4s,transform .4s}.lineBottom{stroke-dasharray:40 40;stroke-dashoffset:60;transition:stroke-dashoffset .4s,transform .4s}.lineMid{stroke-dasharray:40 40;transition:stroke-dashoffset .4s}.hamburger .checkbox:checked+svg .line{stroke:var(--light-link-color)}.hamburger .checkbox+svg .line{stroke:var(--light-link-color)}.hamburger .checkbox:checked+svg .lineTop{stroke-dashoffset:0;transform-origin:left;transform:rotate(45deg) translate(-7px,-5px)}.hamburger .checkbox:checked+svg .lineMid{stroke-dashoffset:40}.hamburger .checkbox:checked+svg .lineBottom{stroke-dashoffset:0;transform-origin:left;transform:rotate(-45deg) translate(-5px,5px)}:root{font-family:Lato,Arial,sans-serif;--title-font: "Lexend", Arial;color:#36333d;--dark-subtitle-color: #858389;--light-link-color: #e6d78e;--color-green: #6ca18d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;text-decoration:none}
