:root{--primary:#b4a7f7;--primary-lighter:#eddeff;--secondary:#80ffdb;--secondary-lighter:#c6ffed;--secondary-lighter-rgb:198, 255, 237;--background:#1d1d1d;--background-opacity:#1d1d1dcc;--background-lighter:#2d2d30;--text:#d9d9d9;--hint:var(--secondary);--100vh:100vh;--title-font:"Manrope", sans-serif;--text-font:"Inter", sans-serif;--big-title-font:"Onest", sans-serif;--box-shadow:0px 0px 5px #0a0a0a;--box-shadow-primary:0px 0px 1px var(--primary)}.skills-primary-lighter,.skills-secondary-lighter{flex-flow:wrap;justify-content:center;align-items:center;gap:.4rem 0;max-height:3rem;font-size:1.4rem;display:flex}.btn-primary-lighter,.btn-primary,.btn-secondary-lighter,.btn-secondary,.btn-reversed-primary-lighter,.btn-reversed-secondary-lighter{color:var(--background);cursor:pointer;border-radius:25px;margin:1rem;padding:.8rem 1.6rem;font-size:1.4rem}.preview ul{flex-flow:wrap;margin-bottom:2rem;display:flex}.preview ul li i{font-size:4rem}.preview ul li{flex-direction:column;align-items:center;gap:1rem;transition:all .4s ease-out;display:flex}.preview ul li:hover{text-shadow:0px 0px 3px var(--primary-lighter);transition:all .15s ease-in}.preview ul li:hover span{visibility:visible;transition:all .15s ease-in}.preview ul li span{visibility:hidden;letter-spacing:.1rem;font-size:1.4rem;transition:all .4s ease-out}@media only screen and (width<=767px){.preview ul li span{visibility:visible}}.preview ul{justify-content:space-evenly;padding-top:16px}.experiences article{border-radius:25px;margin-bottom:1rem;padding:1.6rem;line-height:2.2rem;transition:all .3s ease-in;display:flex}.experiences article:hover{opacity:1;background:var(--background);filter:brightness(110%);box-shadow:0 0 3px 2px #222}.experiences article .timeline{color:var(--secondary);text-align:right;min-width:10rem;margin-right:4rem;padding-top:.5rem}.experiences article .timeline p:first-child:after{content:"";background:var(--secondary);opacity:.4;width:.5rem;height:.5rem;margin-left:8px;display:none;transform:rotate(45deg)}@media only screen and (width<=979px){.experiences article .timeline p{margin-right:.8rem;display:inline-block}.experiences article{flex-direction:column}.experiences article .nl{display:none}.experiences article .timeline{text-align:left;opacity:.6;flex-direction:row;display:flex}.experiences article .timeline p:first-child{align-items:center;display:flex}.experiences article .timeline p:first-child:after{display:inline-block}}.experiences .content ul{margin-left:2rem}.experiences .content ul li{list-style:outside}.experiences .content h3{color:var(--secondary);letter-spacing:.1rem;margin:0;padding:0;font-size:1.8rem;font-weight:400}.experiences .content h3+p{color:var(--primary-lighter);padding:.4rem 0 1.2rem}@media only screen and (width<=979px){.experiences .content p+p{margin-left:2rem}.experiences .content ul{margin-left:4rem}}.experiences .soft-skills{justify-content:flex-start;gap:8px;max-height:none;margin-top:1.2rem;margin-left:0}.experiences .soft-skills strong{opacity:.6;border-radius:8px;margin-right:.5rem;padding:2px 8px;font-size:1.2rem}.education{margin-bottom:3.2rem}.education .small-screen{display:none}.education .big-screen{display:inline}.education h3{color:var(--primary);flex-flow:row;align-items:center;margin:0;padding:0 0 .3rem;display:flex}.education h3:before{content:" ";background:var(--primary);border-radius:50%;min-width:.8rem;min-height:.8rem;margin-right:2.5rem;display:inline-block}.education h4{color:var(--secondary);border-left:1px solid var(--primary);margin:0 0 0 .4rem;padding:0 0 0 3rem}.education .timeline{color:var(--primary);opacity:.8;border-left:1px solid var(--primary);flex-direction:row;gap:8px;margin:0 0 0 .4rem;padding:0 0 0 3rem;display:flex}.education .timeline span:first-child{flex-direction:row;align-items:center;display:flex}.education .timeline span:first-child:after{content:"";background:var(--primary);opacity:.7;width:.5rem;height:.5rem;margin-left:8px;transform:rotate(45deg)}.education .timeline{padding-bottom:.8rem}.education p{border-left:1px solid var(--primary);margin:0 0 0 .4rem;padding:0 0 3.2rem 3rem}@media only screen and (width<=979px){.education .timeline{padding-bottom:1.6rem}.education p+p{display:none}}@media only screen and (width<=767px){.education .big-screen{display:none}.education .small-screen{display:inline}}.tools article{grid:"content title"/auto 15rem;gap:2.4rem;margin-bottom:1.5rem;padding-top:1rem;padding-bottom:1rem;display:grid}.tools article h4{color:var(--secondary);text-transform:uppercase;text-align:left;letter-spacing:.2rem;word-break:break;grid-area:title;align-self:flex-start}.tools article ul{flex-flow:wrap;margin-bottom:2rem;display:flex}.tools article ul li i{font-size:6rem}.tools article ul li{flex-direction:column;align-items:center;gap:1rem;transition:all .4s ease-out;display:flex}.tools article ul li:hover{text-shadow:0px 0px 3px var(--secondary-lighter);transition:all .15s ease-in}.tools article ul li:hover span{visibility:visible;transition:all .15s ease-in}.tools article ul li span{visibility:hidden;letter-spacing:.1rem;font-size:1.4rem;transition:all .4s ease-out}@media only screen and (width<=767px){.tools article ul li span{visibility:visible}}.tools article ul{color:var(--secondary-lighter);flex-flow:wrap;grid-area:content;justify-content:flex-end;width:100%;margin-bottom:0}.tools article ul li{margin:0 2rem 2rem}@media only screen and (width<=767px){.tools article{grid:"title""content"/auto;align-items:center;gap:.5rem}.tools article h4{text-align:center}.tools article ul{border-bottom:1px solid rgba(var(--secondary-lighter-rgb), .2);justify-content:center;justify-self:center;max-width:80%}}@media only screen and (width<=480px){.tools article ul{max-width:100%}}@media only screen and (width<=767px){.tools article:last-child ul{border-bottom:0}}*{box-sizing:border-box;margin:0;padding:0;list-style:none}a{color:#fff;text-decoration:none}html{font-size:62.5%}body{background:var(--background);font-family:var(--text-font);color:var(--text);font-size:1.6rem}::selection{background:var(--secondary);color:var(--background)}h1,h2,h3,h4,h5,h6{font-family:var(--title-font);text-transform:capitalize;margin-bottom:1.2rem;padding-top:.8rem;padding-bottom:.8rem;font-weight:500}h1,h2{text-transform:uppercase;display:inline-block}h1{font-size:3rem}h2{font-size:1.8rem}h3{font-size:1.2em}strong{color:var(--secondary-lighter);font-weight:600}em{color:var(--primary-lighter)}@font-face{font-family:ap;src:url(data:font/woff;base64,d09GRgABAAAAAAVwAAsAAAAAB5wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAQAAAAGA/cErNY21hcAAAAYQAAABKAAABcOoovqpnbHlmAAAB0AAAAfMAAAIw+e/Cr2hlYWQAAAPEAAAALAAAADYsfM+saGhlYQAAA/AAAAAYAAAAJAf+BABobXR4AAAECAAAAAgAAAAIA/0AAGxvY2EAAAQQAAAABgAAAAYBGAAAbWF4cAAABBgAAAAgAAAAIAESAMluYW1lAAAEOAAAARYAAAHO5fNEBnBvc3QAAAVQAAAAHgAAAC/Ef2p2eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGH8zziBgZWBgamD6QwDA0M/hGZ8zWDEyAEUZWBlZsAKAtJcUxgOvGR4ycAC4sawxICFGVEUMQEAfnIKv3ic7ZCxDYAwEAPPykOBGIEqNbNQsX/PFMnHwBaxdJZ8+uqBBSjJmQToRoxcaWVf2OyD6psY/qG1v3OHG63M7O7jW/7VC+owTAl1AAB4nCWOTYvTUBSGc85tcm9y89GkbdI42Niv3Lba6VeaoHY6ncEyM7alMLUIOjKCCrMQ3LrSratZi0sR14K4Ezf6S8S/McVUD4eXwzm8z3skRUqLXGVAykqOdFN6K72XvktS3fXcQT/ZtlIRoYjlKukG6Hok3scCVSwwgSrCjROIS+C5Jlg4TOJkjGIXLayIaih6ofBSjGfnUw2gPByMMbGjDoQiTKWDoQUKVWhvKwodQ+qH7nVI4cr/i4iTeB/SxBj6KSj1VSt0G1zI/yMrNF2JcBglWzPYdydR5Dj2oB+svj5oCgqf4Bc4BpM/o0w/fKnldtzDxtF88NjH4OTNDKH/6DZbVDWtcVAFiB4OLJ3rxOAq5RqjVJTzLmy+QWUSAsEM5TnKmKF3R1ar6rvpyDXFvzj0i7hEgqqTubUuePJJr2irTAHMbszZ0XRUr62fLI5ffGx3qF6xXcqKhabFmuHl2fmyYunASyXLlVv4G7yCndv8JIQEpzU1iBoj+waHuIN/YPr6eO/lwkbrlCLy4bzVX3UAEIksK1zlTLv6URrldFnTSP1OCblhpM/lDVkmGVQZMpNZMuUm1/fWpgybJaCRVdst9fnUsUg0D1v+zjVKcjgp5AUjNd9/9/TZq4aY3SsHKg1q91ft3Yvzs0vR+AtHZ00gAHicY2BkYGAAYu7PVmzx/DZfGbhZGEDgyYaj4cg0818WkEoOBiYQDwAN7wleeJxjYGRgYGEAAea/UJKRARUwAQAs4AIJAAAAAAP9AAAAAAAAARgAAAABAAAAAgC9AAYAAAAAAAIAAAAKAAoAAAD/AAAAAAAAeJxdjr1uwjAUhQ8QqErUqlKlqurkqUul8DOyF3aGqEMXE5wACrHlGCTeoEOfqw/SJ+mJuVN9Zefzd66vAuABP+ihWz3049mtPm64rzwg3Qon5FR4SLoTHtE/C4/xhhfhFI9454Re0k1I8CHcxz0+hQf0B+GE1QgP8QQvPKL/Eh4jx7dwilf8arc21anWXjvtcuPbvW3ULJtqtzKN8TqYrdpcVHuu5iGUqvT2qJa2CaaurXLeHkwRsl0IbjGZlOKzwh6h4bCGQYUTat58NN3OaT1a7GH5vwozZJjGZMWkialG4HfLdIMLzxZnTprTBpS8l+yxOJKWcUrXXbMsjYvZgaagz7CLrxwWmLDKf/0ZuzjpD/xFSOMAAHicY2BigAAuBuyAiZGJkZmBNTQvMz+PgQEADJMCJAAA)format("woff");font-weight:400;font-style:normal}.icon-ap{margin:0;padding:0;line-height:1.1}.icon-ap:before{content:"";vertical-align:middle;padding:1.5% 1%;font-family:ap;font-style:normal;display:inline-block}.title{display:inline-block}.title-secondary{color:var(--secondary);border-bottom:1px solid var(--secondary);text-shadow:0px 0px 6px var(--secondary)}.title-primary{color:var(--primary);border-bottom:1px solid var(--primary);text-shadow:0px 0px 6px var(--primary)}.title-filter{justify-content:space-between;align-items:center;padding-left:.5em;padding-right:0;font-size:2.5rem;display:flex}.title-filter span{margin-right:.5rem}.text-primary{color:var(--primary)}.text-primary-lighter{color:var(--primary-lighter)}.text-secondary{color:var(--secondary)}.text-secondary-ligther{color:var(--secondary-ligther)}.text-hint{color:var(--hint)}.btn-primary-lighter{background:var(--primary-lighter);border:1px solid #0000;transition:all .25s ease-out}.btn-primary-lighter:hover{border:1px solid var(--primary-lighter);color:var(--primary-lighter);background:0 0;transition:all .2s ease-in}.btn-primary{background:var(--primary);border:1px solid #0000;transition:all .25s ease-out}.btn-primary:hover{border:1px solid var(--primary);color:var(--primary);background:0 0;transition:all .2s ease-in}.btn-secondary-lighter{background:var(--secondary-lighter);border:1px solid #0000;transition:all .25s ease-out}.btn-secondary-lighter:hover{border:1px solid var(--secondary-lighter);color:var(--secondary-lighter);background:0 0;transition:all .2s ease-in}.btn-secondary{background:var(--secondary);border:1px solid #0000;transition:all .25s ease-out}.btn-secondary:hover{border:1px solid var(--secondary);color:var(--secondary);background:0 0;transition:all .2s ease-in}.btn-reversed-primary-lighter{border:1px solid var(--primary-lighter);color:var(--primary-lighter);background:0 0;border-radius:12px;margin:.5rem;transition:all .25s ease-out}.btn-reversed-primary-lighter:hover{background:var(--primary-lighter);color:var(--background);border:1px solid #0000;transition:all .2s ease-in}.btn-reversed-primary-lighter.active{background:var(--primary-lighter);color:var(--background);border:1px solid #0000}.btn-reversed-secondary-lighter{border:1px solid var(--secondary-lighter);color:var(--secondary-lighter);background:0 0;border-radius:12px;margin:.5rem;transition:all .25s ease-out}.btn-reversed-secondary-lighter:hover{background:var(--secondary-lighter);color:var(--background);border:1px solid #0000;transition:all .2s ease-in}.btn-reversed-secondary-lighter.active{background:var(--secondary-lighter);color:var(--background);border:1px solid #0000}.skills-primary-lighter strong{color:var(--primary-lighter);border:1px solid var(--primary-lighter);word-break:keep-all;border-radius:1.5rem;margin:0 .8rem .8rem 0;padding:.4rem .8rem;font-weight:400}.skills-secondary-lighter strong{color:var(--secondary-lighter);border:1px solid var(--secondary-lighter);word-break:keep-all;border-radius:1.5rem;margin:0 .8rem .8rem 0;padding:.4rem .8rem;font-weight:400}nav{grid-area:nav}nav a{color:var(--primary);text-transform:uppercase;align-items:center;margin-bottom:.5rem;padding:1rem 2rem;font-size:1.4rem;font-weight:500;display:flex}nav a:before{background:var(--primary);content:" ";width:2.5rem;height:.1rem;margin-right:.5em;transition:all .15s ease-in;display:inline-block}nav a.active:before{width:6rem}nav a:hover{text-shadow:var(--box-shadow-primary)}nav a:hover:before{width:6rem;box-shadow:var(--box-shadow-primary)}@media only screen and (width<=979px){nav a{text-align:center;justify-content:center;font-size:2rem;font-weight:400;display:flex}nav a.active:before{background:var(--secondary);width:2.5rem}nav a.active:after{background:var(--secondary)}nav a.active{color:var(--secondary);letter-spacing:.35rem;letter-spacing:.2rem}nav a:after{background:var(--primary);content:" ";width:2.5rem;height:.1rem;margin-left:.5em;transition:all .15s ease-in;display:inline-block}nav a:hover:before{width:5rem}nav a:hover:after{width:5rem;box-shadow:var(--box-shadow-primary)}}@media only screen and (height<=750px) and (width>=980px){.mb-5{margin-bottom:2rem!important}}.menu-phone{z-index:1;background:var(--background-opacity);grid-area:menuPhone;width:100%;padding:1.2rem 2rem;display:none;position:relative}.menu-phone nav{display:none}.menu-phone nav ul{flex-direction:column;gap:3.2rem;display:flex}.menu-phone nav.open{-webkit-backdrop-filter:blur(5px)grayscale(.5)contrast(.9);backdrop-filter:blur(5px)grayscale(.5)contrast(.9);z-index:1;background:#00000080;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:absolute;top:0;left:0}.menu-phone a{z-index:2}.menu-phone img{height:3rem}@media only screen and (width<=979px){.menu-phone{justify-content:space-between;align-items:center;display:flex;position:fixed}}.menu-phone input[type=checkbox]{cursor:pointer;opacity:0;background:#000;width:3rem;height:3.2rem;top:18px;right:24px}.menu-phone label{background:var(--primary);cursor:pointer;border-radius:.2rem;width:3rem;height:.2rem;transition:all .3s;position:absolute;top:2.6rem;left:2.2rem}@media only screen and (width<=979px){.menu-phone label{z-index:2;display:block}}.menu-phone label:before,.menu-phone label:after{content:" ";z-index:1;border-radius:1px;width:3rem;height:.2rem;transition:all .7s;display:block;position:relative}.menu-phone label:before{background:var(--primary);transform-origin:0 0;border-radius:.2rem;bottom:9px}.menu-phone label:after{background:var(--primary);transform-origin:0 100%;border-radius:.2rem;top:7px}#menu-hamburger{display:none}@media only screen and (width<=979px){#menu-hamburger{display:block}}#menu-hamburger:checked~label:before{background:var(--secondary);transform:rotate(40deg)}#menu-hamburger:checked~label:after{background:var(--secondary);transform:rotate(-40deg)}#menu-hamburger:checked~label{background:0 0;transition:all .3s}header{grid-area:header}header .picture{background:0 0}header .small-screen{display:none}header h1,header h3{margin-left:2rem}header .description{background:var(--background-lighter);opacity:.7;border-radius:12px;margin-bottom:2.4rem;padding:2rem}@media only screen and (width<=979px){header .description{margin-top:3.2rem;margin-bottom:5.2rem}}@media only screen and (width<=767px){header .small-screen{display:inline}header .header-title{flex-direction:column;justify-content:space-between;display:flex}header .header-title a{place-self:center;margin-bottom:4rem}header .header-title.picture{height:var(--100vh);background:url(/assets/_MG_1840-CwcaICJV.jpg) 50% -60%/cover no-repeat fixed;grid:"."7fr"title"2fr"contact"1fr/1fr;width:100%;display:grid}header .header-title.picture .header-title-group h1{padding-top:0}header .header-title.picture .header-title-group{flex-direction:column;grid-area:title;justify-content:center;align-items:center;display:flex}header .header-title.picture a.small-screen{grid-area:contact;font-size:1.6rem}header h1,header h3{margin-right:2rem}header .description{margin-left:2rem;margin-right:2rem;padding:3rem}}@media only screen and (width<=979px){h1{padding-top:9.2rem}}@media only screen and (height<=750px) and (width>=980px){header h1,header h3{margin-bottom:.4rem}header .description{margin-bottom:1.2rem;padding:1.5rem 3rem}}footer{grid-area:footer}footer.small-screen{background:var(--background-lighter);margin-bottom:0;padding:4rem 2rem 0;display:none}footer.small-screen .social{margin-bottom:6rem}footer.small-screen .social i{font-size:2.8rem}footer.small-screen .text-hint{font-size:1.4rem}footer.big-screen{display:block}footer .social{justify-content:center;gap:3.2rem;display:flex}footer .social a{color:var(--background);background:var(--primary-lighter);opacity:.6;border-radius:50%;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:2.4rem;line-height:4rem;transition:all .2s ease-out;display:flex}footer .social a:hover{opacity:1;box-shadow:0px 0px 3px var(--primary-lighter)}footer .text-hint{text-align:center;margin:2.8rem 0;font-size:1rem}@media only screen and (width<=979px){footer.small-screen{grid-area:footer;display:block}footer.big-screen{display:none}}.bg-logo{z-index:-1;color:var(--hint);opacity:.05;font-size:30rem;position:absolute;bottom:-3%;left:50%;transform:translate(-50%,-50%)}@media only screen and (width<=979px){.bg-logo{display:none}}@media only screen and (height<=750px) and (width>=980px){.bg-logo{display:none}footer .text-hint{margin:2.8rem 0 1rem}}.gradient-subtitle{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;text-transform:none;-webkit-background-clip:text;background-clip:text;font-weight:600}.pt-4{padding-top:4rem}.my-3{margin-top:3rem;margin-bottom:3rem}.mt-3{margin-top:3rem}.ml-1{margin-left:1rem}.mb-3{margin-bottom:3rem}.mb-5{margin-bottom:5rem}.ls-5{letter-spacing:.5rem}.ls-2{letter-spacing:.2rem}.no-text-transform{text-transform:none}.o-08{opacity:.8}.zi-10{transform:scale(1.7)}img.zi-10{object-position:50% 50%}.hide{display:none}.hide-none{display:inline-block}.oh{overflow:hidden}.container{margin:0 auto;padding:0 3rem 2.4rem}@media only screen and (width<=767px){aside.container{padding:0}}.grid-container{grid:". . ."2.4rem"header.main""nav.main""footer.main"". . ."1.6rem/45rem 3rem auto;max-width:1400px;margin:auto;display:grid;position:relative}@media only screen and (width<=979px){.grid-container{grid:"menuPhone""header""main""nav""footer"/auto}}@media only screen and (height<=750px) and (width>=980px){.grid-container{grid:"header.main""nav.main""footer.main"/45rem 3rem auto}}aside ::selection{background:var(--primary);color:var(--background)}aside{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 4rem);display:flex;position:sticky;top:4rem}@media only screen and (height<=750px) and (width>=980px){aside{top:1.5rem}}@media only screen and (width<=979px){aside{text-align:center;min-height:auto;position:static}aside nav{display:none}}main{text-align:center;grid-area:main;min-height:100vh}main h2{letter-spacing:.5rem;margin-top:1.6rem;margin-bottom:3rem;line-height:4rem}main article{text-align:left}::-webkit-scrollbar{width:10px;box-shadow:var(--box-shadow)}::-webkit-scrollbar-track{background:var(--background-lighter)}::-webkit-scrollbar-thumb{background:var(--primary);border:1px solid var(--background-lighter);border-left:2px solid var(--background-lighter);border-right:2px solid var(--background-lighter);border-radius:10px}
