@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";.activitybar__main{width:100%;height:4.5rem;position:fixed;background:linear-gradient(135deg,#010412f2,#02061ff2);display:flex;align-items:center;padding:.5rem 2rem;justify-content:space-between;z-index:1000;border-bottom:1px solid rgba(118,158,184,.2);box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.activitybar__main a{height:100%;display:flex;align-items:center;text-decoration:none}.activitybar__main a figcaption{display:flex;height:3.2rem;width:3.2rem;align-items:center;justify-content:center;border:2px solid rgba(205,237,43,.3);background:linear-gradient(135deg,#cded2b1a,#cded2b0d);border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.activitybar__main a figcaption:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(205,237,43,.2),transparent);transition:left .5s}.activitybar__main a figcaption:hover{border-color:#cded2bcc;background:linear-gradient(135deg,#cded2b33,#cded2b1a);transform:scale(1.05);box-shadow:0 8px 25px #cded2b4d}.activitybar__main a figcaption:hover:before{left:100%}.activitybar__main a figcaption strong{font-size:1.8rem;color:#cded2bf2;font-weight:700;text-shadow:0 2px 10px rgba(85,141,7,.5);font-family:Lobster,sans-serif;font-style:normal;margin:0;line-height:1;z-index:1;position:relative}@media screen and (max-width: 768px){.activitybar__main{height:4rem;padding:.5rem 1rem}.activitybar__main a figcaption{height:2.8rem;width:2.8rem}.activitybar__main a figcaption strong{font-size:1.5rem}.activitybar__main .activitybar__language_cont{padding-right:1rem}}.activitybar__sectionselector{display:flex;align-items:center;justify-content:center;height:100%;gap:2rem}@media screen and (min-width: 768px){.activitybar__sectionselector{padding-left:3rem}}@media screen and (max-width: 768px){.activitybar__sectionselector{gap:1rem}}.activitybar__sectionselector__section{display:flex;align-items:center;justify-content:center;height:100%;padding:0 1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;border-radius:8px}.activitybar__sectionselector__section:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#cded2bcc,#7a9ffecc);transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.activitybar__sectionselector__section:hover{background:#cded2b1a}.activitybar__sectionselector__section:hover:before{width:80%}.activitybar__sectionselector__section:hover a{color:#cded2bf2;transform:translateY(-2px)}.activitybar__sectionselector__section a{color:#f0f8ffe6;text-decoration:none;font-weight:500;font-size:.95rem;text-transform:capitalize;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.activitybar__sectionselector__section a:hover{color:#cded2bf2}.activitybar__sectionselector__menuIcon{width:2rem;height:2rem;fill:#f0f8ffe6;margin-right:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.activitybar__sectionselector__menuIcon:hover{fill:#cded2bf2;transform:scale(1.1)}.activitybar__main>div:last-child{padding-right:4rem}@media screen and (max-width: 768px){.activitybar__main>div:last-child{padding-right:2rem}}.activitybar__main:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(118,158,184,.3) 20%,rgba(118,158,184,.5) 50%,rgba(118,158,184,.3) 80%,transparent 100%)}@keyframes headerSlideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.activitybar__main{animation:headerSlideIn .6s cubic-bezier(.4,0,.2,1)}.languageSelector__main{min-width:8rem;height:fit-content;border-radius:25px;padding:.5rem 1rem;color:#fff;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#2121464d;border:1px solid rgba(118,158,184,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.languageSelector__main:hover{background:#21214680;border-color:#769eb866;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.languageSelector__flag{margin-right:.5rem;font-size:1.2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.languageSelector__title,.languageSelector__flag{-webkit-user-select:none;user-select:none}.languageSelector__current{display:flex;align-items:center;justify-content:center;height:100%;padding:.5rem 0;transition:all .3s ease}.languageSelector__dropdown{position:absolute;background:linear-gradient(135deg,#010412f2,#02061ff2);width:8rem;border-radius:20px;height:fit-content;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);top:calc(100% + .5rem);left:50%;transform:translate(-50%) scale(.9);opacity:0;visibility:hidden;border:1px solid rgba(118,158,184,.3);box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.languageSelector__dropdown.show{transform:translate(-50%) scale(1);opacity:1;visibility:visible}.languageSelector__dropdown:hover{background:linear-gradient(135deg,#010412fa,#02061ffa);border-color:#769eb880;transform:translate(-50%) scale(1.02);box-shadow:0 15px 40px #0006}.languageSelector__dropdown:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(205,237,43,.6) 20%,rgba(205,237,43,.8) 50%,rgba(205,237,43,.6) 80%,transparent 100%);border-radius:1px}@media screen and (max-width: 768px){.languageSelector__main{min-width:4rem;padding:.4rem .8rem}.languageSelector__dropdown{width:4rem;padding:.6rem .8rem}.languageSelector__flag{font-size:1rem;margin-right:.3rem}}@keyframes dropdownSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-10px) scale(.9)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes dropdownSlideOut{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-10px) scale(.9)}}.languageSelector__main:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(205,237,43,.1),transparent);transition:left .5s;border-radius:25px}.languageSelector__main:hover:after{left:100%}.menuDropdown__main{display:flex;flex-direction:column;position:absolute;top:100%;left:0;z-index:100;background-color:#000c;box-shadow:0 0 10px #0000001a;border-radius:0 0 5px 5px;padding:10px 0;width:100%;overflow-y:auto;overflow-x:hidden;z-index:5000}.menuDropdown__main a{padding:0;margin:0}.menuDropdown__ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center}.menuDropdown__ul li{color:#fff;width:100%;height:5rem;display:grid;place-content:center;letter-spacing:1px;font-size:1rem;cursor:pointer}.menuDropdown__ul li:hover{background-color:#f2f2f231}html{scroll-behavior:smooth}#root{width:100%;text-align:center;background-color:#00f}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}.main{background:#000;background:linear-gradient(0deg,#000000fe,#02061f 73%);min-height:100vh;position:relative;overflow:hidden}.background__shadow_1,.background__shadow_2,.background__shadow_3,.background__shadow_4,.background__shadow_5{position:absolute;border-radius:50%;background:#3bc6ff;background:radial-gradient(circle,#1527c756,#05072f72 44%,#0501120e 65%)}.background__shadow_1{top:16%;left:-20rem;width:60rem;height:60rem}@media screen and (max-width: 1360px){.background__shadow_1{top:13%;left:-20rem;width:60rem;height:60rem}}@media screen and (max-width: 1024px){.background__shadow_1{top:13%;left:-20rem;width:60rem;height:60rem}}@media screen and (max-width: 768px){.background__shadow_1{top:10%;left:-20rem;width:60rem;height:60rem}}.background__shadow_2{top:27%;left:70%;width:55rem;height:55rem}@media screen and (max-width: 1360px){.background__shadow_2{top:27%;left:70%;width:55rem;height:55rem}}@media screen and (max-width: 768px){.background__shadow_2{top:25%;left:40%;width:45rem;height:45rem}}@media screen and (max-width: 512px){.background__shadow_2{top:25%;left:0%;width:45rem;height:45rem}}.background__shadow_3{top:45%;left:-5rem;width:60rem;height:60rem}@media screen and (max-width: 1360px){.background__shadow_3{top:44%;left:-20rem;width:55rem;height:55rem}}@media screen and (max-width: 768px){.background__shadow_3{top:37%;left:-55%;width:60rem;height:60rem}}.background__shadow_4{top:50%;left:60%;width:60rem;height:60rem}@media screen and (max-width: 1360px){.background__shadow_4{top:60%;left:30%;width:60rem;height:60rem}}@media screen and (max-width: 768px){.background__shadow_4{top:57%;left:30%;width:50rem;height:50rem}}@media screen and (max-width: 512px){.background__shadow_4{top:55%;left:-10%;width:50rem;height:50rem}}.background__shadow_5{top:69%;left:-20rem;width:70rem;height:70rem}@media screen and (max-width: 1360px){.background__shadow_5{top:71%;left:-20rem;width:60rem;height:60rem}}@media screen and (max-width: 1024px){.background__shadow_5{top:75%;left:-20rem;width:60rem;height:60rem}}@media screen and (max-width: 768px){.background__shadow_5{top:79%;left:-20rem;width:60rem;height:60rem}}@media screen and (max-width: 512px){.background__shadow_5{top:80%;left:-20rem;width:50rem;height:50rem}}.desktop__main{width:100%;min-height:calc(100vh - 2rem);display:flex;justify-content:center;align-items:center;flex-direction:column}.projects__main{width:100%;min-height:100vh;display:flex;align-items:center;flex-direction:column;gap:3rem;margin-top:1.5rem;z-index:2;position:relative;overflow:hidden}.projects__header{width:90%;border-bottom:1px solid white;margin:0 auto;z-index:2}.projects__header h3{font-size:2rem;text-transform:uppercase;color:#f2f2f2;text-align:start;margin:.5rem 0;text-shadow:2px 3px 10px black}.projects__header .projects__subtitle{font-size:1rem;color:#f0f8ffb3;text-align:start;margin-top:.5rem;line-height:1.6}.projects__container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;padding:0;margin:0;z-index:2}.projects__filters{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}@media (max-width: 768px){.projects__filters{gap:.5rem}}.projects__filter-btn{padding:.5rem 1rem;border:1px solid rgba(118,158,184,.835);background-color:#212146de;color:#f2f2f2;border-radius:3px;cursor:pointer;transition:ease all .3s;font-weight:500;box-shadow:2px 2px 2px #00000080}.projects__filter-btn:hover{background-color:#38385ede;border-color:#cded2be0}.projects__filter-btn.active{background-color:#cded2be0;color:#333;border-color:#cded2be0;box-shadow:2px 2px 5px #00000080}@media (max-width: 768px){.projects__filter-btn{padding:.4rem .8rem;font-size:.9rem}}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:90%;max-width:1200px}@media (max-width: 768px){.projects__grid{grid-template-columns:1fr;gap:1.5rem;width:95%}}.project__card{background-color:#0000002d;border:1px solid rgba(118,158,184,.3);border-radius:3px;overflow:hidden;box-shadow:2px 2px 5px #00000080;transition:ease all .3s;cursor:pointer}.project__card:hover{transform:scale(1.02);box-shadow:3px 3px 10px #000000b3;border-color:#fffc}.project__card:hover .project__card-overlay{opacity:1}.project__card-image{position:relative;height:200px;overflow:hidden}.project__card-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out;transform:scale(1.1)}.project__card-image .project__card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#010412e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project__card-image .project__card-overlay .project__card-view-btn{background-color:#7a9ffeeb;color:#dbe4ff;border:none;padding:.75rem 1.5rem;border-radius:3px;font-weight:500;cursor:pointer;transition:ease background-color .1s linear;box-shadow:2px 2px 2px #00000080}.project__card-image .project__card-overlay .project__card-view-btn:hover{background-color:#a0bbffeb;color:#c0effa}.project__card-content{padding:1.5rem}.project__card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.project__card-header .project__card-title{font-size:1.5rem;font-weight:600;color:#f2f2f2;margin:0;text-shadow:2px 2px 5px rgba(0,0,0,.5)}.project__card-header .project__card-year{background-color:#7a9ffeeb;color:#dbe4ff;padding:.25rem .75rem;border-radius:3px;font-size:.8rem;font-weight:500;box-shadow:2px 2px 2px #0000004d}.project__card-type{color:#cded2be0;font-size:.9rem;margin-bottom:1rem;font-weight:500;text-transform:capitalize}.project__card-description{color:#f0f8ffcc;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;text-align:start}.project__card-techs{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.project__card-techs img{width:25px;height:25px;object-fit:contain;transition:transform .2s ease;filter:brightness(.9)}.project__card-techs img:hover{transform:scale(1.1);filter:brightness(1.1)}.project__card-techs .project__card-more-techs{background-color:#212146de;color:#f0f8ffb3;padding:.25rem .5rem;border-radius:3px;font-size:.8rem;font-weight:500;border:1px solid rgba(118,158,184,.3)}.project__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}@media (max-width: 768px){.project__modal-overlay{padding:1rem}}.project__modal{background:#000;background:linear-gradient(0deg,#000000fe,#02061f 73%);border:1px solid rgba(118,158,184,.5);border-radius:3px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:5px 5px 15px #04344b9e}@media (max-width: 768px){.project__modal{max-height:95vh}}.project__modal-close{position:absolute;top:1rem;right:1rem;background-color:#212146de;border:1px solid rgba(118,158,184,.5);width:40px;height:40px;border-radius:3px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:ease all .3s;z-index:10;color:#f2f2f2}.project__modal-close:hover{background-color:#38385ede;border-color:#cded2b80}.project__modal-content{padding:2rem}@media (max-width: 768px){.project__modal-content{padding:1.5rem}}.project__modal-header{text-align:center;margin-bottom:2rem}.project__modal-header h2{font-size:2.5rem;color:#f2f2f2;margin-bottom:1rem;font-weight:700;text-shadow:2px 3px 10px black}@media (max-width: 768px){.project__modal-header h2{font-size:2rem}}.project__modal-header .project__modal-meta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.project__modal-header .project__modal-meta span{background-color:#7a9ffeeb;color:#dbe4ff;padding:.5rem 1rem;border-radius:3px;font-size:.9rem;font-weight:500;box-shadow:2px 2px 2px #0000004d}.project__modal-body{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.project__modal-body{grid-template-columns:1fr;gap:1.5rem}}.project__modal-media img{width:100%;height:200px;object-fit:cover;border-radius:3px;margin-bottom:1rem;border:1px solid rgba(118,158,184,.3)}.project__modal-media .project__modal-video{border-radius:3px;overflow:hidden;border:1px solid rgba(118,158,184,.3)}.project__modal-info .project__modal-section{margin-bottom:2rem}.project__modal-info .project__modal-section h3{font-size:1.3rem;color:#cded2be0;margin-bottom:1rem;font-weight:600;border-bottom:1px solid rgba(118,158,184,.5);padding-bottom:.5rem;text-transform:capitalize}.project__modal-info .project__modal-section p{color:#f0f8ffcc;line-height:1.6;margin-bottom:1rem;text-align:start}.project__modal-info .project__modal-section ul{list-style:none;padding:0}.project__modal-info .project__modal-section ul li{color:#f0f8ffcc;padding:.5rem 0;border-bottom:1px solid rgba(118,158,184,.2);text-align:start}.project__modal-info .project__modal-section ul li:last-child{border-bottom:none}.project__modal-techs{display:flex;flex-wrap:wrap;gap:.75rem}.project__modal-techs .project__modal-tech{background-color:#212146de;padding:.5rem;border-radius:3px;transition:ease all .3s;border:1px solid rgba(118,158,184,.3)}.project__modal-techs .project__modal-tech:hover{background-color:#38385ede;border-color:#cded2b80}.project__modal-techs .project__modal-tech img{width:35px;height:35px;object-fit:contain;filter:brightness(.9)}.project__modal-functionalities{list-style:none;padding:0}.project__modal-functionalities li{background-color:#2121464d;padding:.75rem;margin-bottom:.5rem;border-radius:3px;color:#f0f8ffcc;border-left:4px solid rgba(122,159,254,.922);text-align:start}.project__modal-functionalities-grouped .project__modal-functionality-group{margin-bottom:1.5rem}.project__modal-functionalities-grouped .project__modal-functionality-group h4{color:#cded2be0;font-size:1.1rem;margin-bottom:.75rem;font-weight:600;text-transform:capitalize}.project__modal-functionalities-grouped .project__modal-functionality-group ul{list-style:none;padding-left:1rem}.project__modal-functionalities-grouped .project__modal-functionality-group ul li{color:#f0f8ffcc;padding:.25rem 0;position:relative;text-align:start}.project__modal-functionalities-grouped .project__modal-functionality-group ul li:before{content:"•";color:#cded2be0;font-weight:700;position:absolute;left:-1rem}.project__modal-contributors{display:flex;flex-wrap:wrap;gap:.5rem}.project__modal-contributors .project__modal-contributor{background-color:#7a9ffeeb;color:#dbe4ff;padding:.5rem 1rem;border-radius:3px;font-size:.9rem;font-weight:500;box-shadow:2px 2px 2px #0000004d}.project__modal-repositories{display:flex;gap:1rem;flex-wrap:wrap}.project__modal-repositories .project__modal-repo-link{display:flex;align-items:center;gap:.5rem;background-color:#212146de;color:#f2f2f2;padding:.75rem 1rem;border-radius:3px;text-decoration:none;transition:ease all .3s;border:1px solid rgba(118,158,184,.3);box-shadow:2px 2px 2px #0000004d}.project__modal-repositories .project__modal-repo-link:hover{background-color:#38385ede;border-color:#cded2b80;transform:translateY(-2px)}.project__modal-repositories .project__modal-repo-link img{width:20px;height:20px}.project__modal-repositories .project__modal-repo-link span{font-weight:500;text-transform:capitalize}.project__modal::-webkit-scrollbar{width:8px}.project__modal::-webkit-scrollbar-track{background:#2121464d;border-radius:3px}.project__modal::-webkit-scrollbar-thumb{background:#7a9ffeeb;border-radius:3px}.project__modal::-webkit-scrollbar-thumb:hover{background:#a0bbffeb}.home__container{width:100%;min-height:100vh;position:relative;overflow:hidden;z-index:2;background:linear-gradient(135deg,#010412f2,#02061ff2,#010412f2)}.home__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home__background-shadow{position:absolute;border-radius:50%;background:#3bc6ff;background:radial-gradient(circle,#1527c733,#05072f4d 44%,#0501121a 65%);pointer-events:none}.home__background-shadow-1{top:16%;left:-20rem;width:60rem;height:60rem}@media (max-width: 1360px){.home__background-shadow-1{top:13%}}@media (max-width: 768px){.home__background-shadow-1{top:10%;width:40rem;height:40rem}}.home__background-shadow-2{top:27%;right:-10rem;width:55rem;height:55rem}@media (max-width: 768px){.home__background-shadow-2{top:25%;right:-5rem;width:45rem;height:45rem}}@media (max-width: 512px){.home__background-shadow-2{right:0}}.home__background-shadow-3{top:45%;left:-5rem;width:60rem;height:60rem}@media (max-width: 768px){.home__background-shadow-3{top:40%;width:45rem;height:45rem}}.home__glass-elements{position:absolute;width:100%;height:100%;pointer-events:none}.home__glass-element{position:absolute;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(118,158,184,.1)}.home__glass-element-1{width:200px;height:200px;top:20%;left:15%;background:radial-gradient(circle,rgba(118,158,184,.05) 0%,rgba(205,237,43,.03) 50%,transparent 100%)}.home__glass-element-2{width:150px;height:150px;top:60%;right:20%;background:radial-gradient(circle,rgba(205,237,43,.04) 0%,rgba(122,159,254,.03) 50%,transparent 100%)}.home__glass-element-3{width:120px;height:120px;top:30%;right:60%;background:radial-gradient(circle,rgba(122,159,254,.05) 0%,rgba(118,158,184,.03) 50%,transparent 100%)}.home__main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;position:relative;z-index:2;padding:2rem;text-align:center}.home__title{margin-bottom:3rem;max-width:800px}.home__title-badge{display:inline-block;background:linear-gradient(135deg,#cded2b26,#7a9ffe26);border:1px solid rgba(205,237,43,.25);border-radius:25px;padding:.75rem 1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0003}.home__title-badge span{color:#cded2be6;font-size:1.1rem;font-weight:500;letter-spacing:.5px}.home__title h1{font-weight:700;font-family:Lobster,sans-serif;font-style:normal;color:#cded2bf2;font-size:clamp(4rem,8vw,7rem);letter-spacing:3px;margin-bottom:1rem;text-shadow:0 4px 20px rgba(205,237,43,.3);background:linear-gradient(135deg,#cded2bf2,#7a9ffef2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__title h2{font-family:Lobster,sans-serif;letter-spacing:2px;color:#f0f8ffe6;font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1.5rem;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.5)}.home__title-description{color:#f0f8ffb3;font-size:clamp(1rem,2.5vw,1.3rem);line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:300}.home__title-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.home__title-actions{flex-direction:column;align-items:center}}.home__downloadCV{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#7a9ffee6,#a0bbffe6);color:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #7a9ffe4d;position:relative;overflow:hidden}.home__downloadCV:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.home__downloadCV:hover:before{left:100%}.home__downloadCV span{font-weight:600;z-index:1;position:relative}.home__view-projects{display:flex;align-items:center;gap:.75rem;background:#2121464d;color:#f0f8ffe6;border:2px solid rgba(118,158,184,.4);border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home__view-projects:hover{background:#21214680;border-color:#cded2b99;color:#cded2be6}.home__view-projects span{font-weight:600}.home__arrow-right{font-size:1.2rem;font-weight:700}.home__infoProfile{display:flex;gap:2rem;margin-top:2rem;justify-content:center;flex-wrap:wrap}.home__social-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;position:relative;padding:1rem;border-radius:20px;background:#21214633;border:1px solid rgba(118,158,184,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.home__social-link:hover{background:#21214666;border-color:#cded2b66;transform:translateY(-5px)}.home__social-tooltip{color:#f0f8ffcc;font-size:.8rem;font-weight:500;opacity:0;transform:translateY(10px);transition:all .3s ease}.home__social-link:hover .home__social-tooltip{opacity:1;transform:translateY(0)}.home__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#f0f8ff99;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .3s ease}.home__scroll-indicator:hover{color:#cded2bcc}.home__scroll-arrow{font-size:1.5rem;color:#cded2b99;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.home__main{padding:1rem;justify-content:center}.home__title h1{font-size:clamp(3rem,10vw,5rem)}.home__title h2{font-size:clamp(1.2rem,5vw,2rem)}.home__title-description{font-size:clamp(.9rem,3vw,1.1rem)}.home__title-actions{gap:1rem}.home__downloadCV,.home__view-projects{padding:.8rem 1.5rem;font-size:1rem}.home__infoProfile{gap:1.5rem}.home__social-link{padding:.8rem}}.aboutme__main{width:100%;min-height:100vh;display:flex;justify-content:space-around;flex-direction:column;margin-top:1.5rem;position:relative;z-index:2;overflow:hidden}.aboutme__title{width:90%;border-bottom:1px solid white;margin:0 auto;z-index:2}.aboutme__title h3{font-size:2rem;text-transform:uppercase;color:#f2f2f2;text-align:start;margin:.5rem 0;text-shadow:2px 3px 10px black}.aboutme__container{width:100%;display:flex;flex-direction:column;height:fit-content;align-items:center;z-index:2}.aboutme__description{width:88.5%;height:15rem;height:fit-content;display:flex;justify-content:space-between;gap:2rem;align-items:center;margin:3rem 0}.aboutme__description_img{background-color:#0000002d;width:30%;height:100%;border-radius:3px;overflow:hidden}.aboutme__description_img img{width:14rem;height:23.5rem;transition:all .3s ease-in-out;border-radius:3px;transform:scale(1.1)}.aboutme__description_img:hover img{transform:scale(1.2)}.aboutme__description_text{width:70%;text-align:start;background-color:#0000002d;border-radius:3px;box-shadow:2px 2px 5px #00000080;padding:2rem;height:20rem;overflow-y:scroll;overflow-x:hidden}.aboutme__description_text::-webkit-scrollbar{width:5px;border-radius:5px}.aboutme__description_text::-webkit-scrollbar-thumb:active{background-color:#25414998}.aboutme__description_text::-webkit-scrollbar-thumb:hover{background-color:#ffffff20}.aboutme__description_text::-webkit-scrollbar-thumb{border-radius:5px;background-color:#1a232674}.aboutme__description_text::-webkit-scrollbar-track{border-radius:5px;background-color:#d5d0d000;transition:all ease .3s}.aboutme__description_text p{color:#f2f2f2;font-size:1rem;margin:0;padding:0 1rem;width:100%;text-align:start;border-radius:1rem}@media screen and (max-width: 768px){.aboutme__description{flex-direction:column;gap:2rem}.aboutme__description_img{padding:2rem}.aboutme__description_text,.aboutme__description_img{width:84%}}.aboutme__services{width:100%}.aboutme__services__list{display:flex;flex-direction:row;width:100%;justify-content:space-evenly;align-items:center;gap:1rem}.aboutme__services__list .aboutme__service{width:23.3333333333%;height:400px;text-align:start;background-color:#0000002d;padding:.5rem 1rem 2rem;border-radius:3px;box-shadow:2px 2px 5px #00000080;margin:1rem 0;display:flex;flex-direction:column;color:#b7aea5}.aboutme__services__list .aboutme__service p{color:#bb3d3dde;font-size:1.2rem;padding-right:.5rem}.aboutme__services__list .aboutme__service figure{margin:0;display:flex;flex-direction:row-reverse;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #b7aea5;align-items:flex-start;margin-bottom:1rem}.aboutme__services__list .aboutme__service figure img{width:40px;height:40px}.aboutme__services__list .aboutme__service figure figcaption{width:fit-content;height:100%;font-size:1.2rem;color:#b7aea5;text-transform:uppercase;font-weight:700;display:flex;align-items:end}.aboutme__services__list .aboutme__service figure figcaption p{margin:0;padding:0}.aboutme__services__list .aboutme__service ul{display:flex;flex-direction:column;padding:0 .5rem;margin:0;overflow-y:auto;height:100%;gap:.7rem}.aboutme__services__list .aboutme__service ul li{display:flex;justify-content:flex-start;align-items:center;padding:.5rem;background-color:#fafafa09;border-radius:3px;color:#f2f2f2;transition:ease .3s background-color}.aboutme__services__list .aboutme__service ul li p{color:#b7aea5;font-size:1rem}.aboutme__services__list .aboutme__service ul li:hover{background-color:#f4f4f41c}.aboutme__services__list .aboutme__service ul::-webkit-scrollbar{width:5px;border-radius:5px}.aboutme__services__list .aboutme__service ul::-webkit-scrollbar-thumb:active{background-color:#25414998}.aboutme__services__list .aboutme__service ul::-webkit-scrollbar-thumb:hover{background-color:#ffffff20}.aboutme__services__list .aboutme__service ul::-webkit-scrollbar-thumb{border-radius:5px;background-color:#1a232674}.aboutme__services__list .aboutme__service ul::-webkit-scrollbar-track{border-radius:5px;background-color:#d5d0d000;transition:all ease .3s}@media screen and (max-width: 1024px){.aboutme__services__list{flex-wrap:wrap}.aboutme__services__list .aboutme__service{width:40%}.aboutme__services__list .aboutme__service:nth-child(3){width:89%;height:auto}}@media screen and (max-width: 768px){.aboutme__services__list{flex-direction:column}.aboutme__services__list .aboutme__service{width:80%}.aboutme__services__list .aboutme__service:nth-child(3){width:80%;height:400px}}@media screen and (max-width: 480px){.aboutme__services__list .aboutme__service{width:80%}.aboutme__services__list .aboutme__service:nth-child(3){width:80%}}.aboutme__skills{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;z-index:2;margin-top:1rem}.aboutme__skills__container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:95%;gap:1rem;position:relative;padding-top:2.5rem}@media screen and (min-width: 1420px){.aboutme__skills__container{width:90%}}@media screen and (min-width: 1260px){.aboutme__skills__container{width:90%}}@media screen and (max-width: 968px){.aboutme__skills__container{width:100%}}@media screen and (max-width: 768px){.aboutme__skills__container{overflow-y:scroll;height:50vh}.aboutme__skills__container::-webkit-scrollbar{width:5px;border-radius:5px}.aboutme__skills__container::-webkit-scrollbar-thumb:active{background-color:#25414998}.aboutme__skills__container::-webkit-scrollbar-thumb:hover{background-color:#ffffff20}.aboutme__skills__container::-webkit-scrollbar-thumb{border-radius:5px;background-color:#1a232674}.aboutme__skills__container::-webkit-scrollbar-track{border-radius:5px;background-color:#d5d0d000;transition:all ease .3s}}.aboutme__skills__item{width:70px;height:70px;display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:#fcfcfced;border-radius:3px;padding:2rem;box-shadow:0 0 10px #010101;cursor:pointer;transition:all .3s ease-in-out;color:#000}.aboutme__skills__item:hover{transform:scale(1.1)}.aboutme__skills__item img{width:50px;height:50px}.aboutme__skills__item_isBigger{width:80px!important;height:80px!important}.contacto__container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;position:relative;overflow:hidden;z-index:2;padding:2rem 0}.contacto__alert{position:fixed;top:2rem;right:2rem;z-index:10000;max-width:400px}@media (max-width: 768px){.contacto__alert{top:1rem;right:1rem;left:1rem;max-width:none}}.contacto__alert-content{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contacto__alert-content .contacto__alert-icon{font-size:1.5rem;font-weight:700}.contacto__alert-content p{margin:0;font-weight:500;color:#fff}.contacto__alert-content.success{background:linear-gradient(135deg,#4ade80,#22c55e);border:1px solid rgba(34,197,94,.3)}.contacto__alert-content.error{background:linear-gradient(135deg,#f87171,#ef4444);border:1px solid rgba(239,68,68,.3)}.contacto__header{width:90%;text-align:center;margin-bottom:3rem}.contacto__header h3{font-size:2.5rem;text-transform:uppercase;color:#f2f2f2;margin-bottom:1rem;text-shadow:2px 3px 10px black;font-weight:700}@media (max-width: 768px){.contacto__header h3{font-size:2rem}}.contacto__header .contacto__subtitle{font-size:1.1rem;color:#f0f8ffcc;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.contacto__header .contacto__subtitle{font-size:1rem}}.contacto__content{width:90%;max-width:1200px}.contacto__form-container{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}@media (max-width: 1024px){.contacto__form-container{grid-template-columns:1fr;gap:2rem}}.contacto__form{background-color:#0000002d;border:1px solid rgba(118,158,184,.3);border-radius:10px;padding:2rem;box-shadow:2px 2px 5px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.contacto__form{padding:1.5rem}}.contacto__form-header{text-align:center;margin-bottom:2rem}.contacto__form-header h4{font-size:1.8rem;color:#cded2be0;margin-bottom:.5rem;font-weight:600}.contacto__form-header p{color:#f0f8ffb3;font-size:.95rem;line-height:1.5}.contacto__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.contacto__form-row{grid-template-columns:1fr;gap:1rem}}.contacto__form-group{margin-bottom:1.5rem}.contacto__form-group label{display:block;color:#cded2be0;font-weight:500;margin-bottom:.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.contacto__input,.contacto__textarea{width:100%;padding:1rem;background-color:#2121464d;border:1px solid rgba(118,158,184,.3);border-radius:8px;color:#f2f2f2;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.contacto__input::placeholder,.contacto__textarea::placeholder{color:#f0f8ff66}.contacto__input:focus,.contacto__textarea:focus{outline:none;border-color:#cded2b99;background-color:#21214680;box-shadow:0 0 0 3px #cded2b1a}.contacto__input:hover,.contacto__textarea:hover{border-color:#769eb880}.contacto__textarea{resize:vertical;min-height:120px;font-family:inherit}.contacto__submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#7a9ffeeb,#a0bbffeb);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #0003}.contacto__submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.contacto__submit-btn:disabled{opacity:.7;cursor:not-allowed}.contacto__submit-btn span{font-weight:600}.contacto__loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%}.contacto__info{background-color:#0000002d;border:1px solid rgba(118,158,184,.3);border-radius:10px;padding:2rem;box-shadow:2px 2px 5px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:2rem}@media (max-width: 1024px){.contacto__info{position:static;order:-1}}@media (max-width: 768px){.contacto__info{padding:1.5rem}}.contacto__info-content h4{font-size:1.5rem;color:#cded2be0;margin-bottom:2rem;text-align:center;font-weight:600}.contacto__info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#21214633;border-radius:8px;border:1px solid rgba(118,158,184,.1);transition:all .3s ease}.contacto__info-item:hover{background-color:#2121464d;border-color:#769eb833;transform:translate(5px)}.contacto__info-item .contacto__info-icon{font-size:1.5rem;flex-shrink:0}.contacto__info-item h5{color:#cded2be0;font-size:.9rem;font-weight:600;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.5px}.contacto__info-item p{color:#f0f8ffcc;font-size:.9rem;margin:0;line-height:1.4}.contacto__social-links{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(118,158,184,.2)}.contacto__social-links h5{color:#cded2be0;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:.5px}.contacto__social-icons{display:flex;justify-content:center;gap:1.5rem}.contacto__social-link{text-decoration:none;font-size:2rem;transition:all .3s ease}.contacto__social-link:hover{transform:scale(1.1)}@media (max-width: 768px){.contacto__container{padding:1rem 0}.contacto__header{margin-bottom:2rem}.contacto__form-container{gap:1.5rem}.contacto__form,.contacto__info{padding:1.5rem}.contacto__form-row{grid-template-columns:1fr}}.footer__container{width:100%;height:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#64646406;box-shadow:0 -3px 10px #000000a0}.footer__container h4{font-size:1.1rem;text-transform:capitalize;color:#f2f2f2;text-align:center;margin:.5rem 0;text-shadow:2px 3px 10px black;font-weight:400}:root{font-family:Ubuntu,sans-serif;line-height:1.5;font-weight:400;height:100%;color-scheme:light dark;color:#bb3d3dde;padding:0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1e2044;text-decoration:inherit}a:hover{color:#385470}body{margin:0;display:flex;padding:0;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1c1515;cursor:pointer;transition:border-color .25s}button:hover{border-color:#1a1e5e}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
