@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_ops-FIwubZjA.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--primary: #2474fd;--background: #fff;--text: #fff;--boxShadow-highlight: black;--toggle-boxShadow: rgba(0, 0, 0, .25);--secondary: #1a1c22;--white: #fff;--yellow: #ffe100;--whitesmoke: #fafafa;--boxShadow: rgba(0, 0, 0, .25);--black: #1a1c22;--grade: rgba(0, 0, 0, .03);--Inter: "Inter", Arial, Helvetica, sans-serif}[data-theme=dark]{--text: #1a1c22;--background: #1a1c22;--secondary: #fff;--toggle-boxShadow: rgba(255, 255, 255, .25);--boxShadow-highlight: rgba(255, 255, 255, .25);--grade: rgba(255, 255, 255, .03)}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--primary)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}html{display:flex;justify-content:center;font-size:16px;scroll-behavior:smooth;background-image:linear-gradient(var(--grade) 1px,transparent 1px),linear-gradient(90deg,var(--grade) 1px,transparent 1px);background-size:80px 80px;scrollbar-width:auto;scrollbar-color:var(--primary) transparent;padding:0 10px;background-color:var(--background)}a{text-decoration:none;color:inherit}body{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:1200px;min-height:100vh;font-family:var(--Inter);position:relative}body>*{width:100%}main{display:flex;flex-direction:column;gap:140px;padding:0 8px;margin-top:80px}section:not(#home){display:flex;flex-direction:column;justify-content:center;align-items:center;gap:60px;scroll-margin-top:80px}#home{scroll-margin-top:120px}.container-link-button{display:flex;gap:8px}.link-button{display:flex;align-items:center;font-size:1.1rem;padding:12px 26px;border-radius:10px;border:1px solid var(--primary);box-shadow:0 3px 1px var(--toggle-boxShadow);transition:all .15s ease;gap:4px;cursor:pointer}.link-button:hover{transform:translateY(-2px)}.section-title{color:var(--white);text-shadow:-3px 3px 0px black;-webkit-text-stroke:1px black;position:relative;font-size:2rem;font-family:sans-serif;font-weight:900;width:max-content;z-index:1}.section-title:before{content:"";position:absolute;bottom:0;width:calc(100% + 8px);height:13px;background-color:var(--primary);left:-6px;z-index:-1}.project__container{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.project__icon{width:25px;height:25px}.academic{height:950px;gap:80px}.academic__container{display:flex;flex-direction:column;position:relative;height:100%;top:23px;width:100%;gap:100px}.academic__container:before{content:"";background-color:var(--primary);position:absolute;width:10px;top:-85px;left:50%;height:960px;transform:translate(-50%)}.experience{font-size:1.2rem}.experience__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:40px}.loading-screen{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#1a1c22;z-index:9998;transition:opacity .5s ease,visibility .5s ease}.loading-screen__image{position:absolute;color:var(--white);top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background-color:var(--white);width:80px;height:80px;object-fit:none;border-radius:50%}.loading-screen__spinner{width:100px;height:100px;border:4px solid rgba(255,255,255,.1);border-color:var(--primary) transparent;border-radius:50%;animation:spin 1s linear infinite;position:relative}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen--hidden{opacity:0;visibility:hidden}@media screen and (min-width:600px)and (max-width:1100px){html{font-size:12px}.academic{height:1000px}.academic__container{gap:0px}.academic__container:before{height:900px}main{margin-top:0;gap:100px}.experience{margin-top:-4.5vw}}@media screen and (max-width:768px){.section-title{-webkit-text-stroke:0;text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black,-3px 3px 0 black}}@media screen and (max-width:601px){html{font-size:14px}#home{scroll-margin-top:200px}.academic{height:auto;gap:80px!important}.academic .academic__container{gap:150px}.academic .academic__container:before{height:calc(100% + 100px);top:-110px}.project__container{flex-direction:column}}body>.header{padding-top:12px;background-color:var(--background);width:100%;max-width:1200px;position:fixed;z-index:999;border-radius:0 0 50px 50px}.header__wrapper{display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 3px #0003;background-color:var(--primary);color:var(--white);border:2px solid var(--white);padding:12px 32px;border-radius:50px}.header__logo{font-size:1rem}.header__nav{display:flex;align-items:center;gap:32px;font-size:1.2rem}.hidden-icon{display:none!important}.header__list{display:flex;list-style:none;gap:24px}.header__title{font-size:1.5rem}.header__item{cursor:pointer;transition:all .2s ease;position:relative}.header__item:before,.header__item:after{content:"";position:absolute;bottom:0;background-color:var(--white);transition:all .2s ease;height:2px;width:0}.header__item:before{left:50%}.header__item:after{right:50%}.header__item:hover:before,.header__item:hover:after{width:50%;height:1px}.header__icon{color:inherit;cursor:pointer;text-shadow:0px 3px 3px var(--boxShadow);transition:all .15s ease;background-color:transparent;border:none;display:flex;justify-content:center;align-items:center;filter:drop-shadow(0px 3px 3px rgba(0,0,0,.2));width:1.8rem}.header__icon:hover{transform:scale(1.12)}.header__icon:active{text-shadow:none;transform:scale(1)}.header__link--active{background-color:var(--white);padding:4px 8px;border-radius:5px;color:var(--primary);font-weight:500}.toggle-menu{font-size:2.15rem;width:40px;background-color:transparent;border:none;display:flex;justify-content:center;align-items:center;color:var(--white)}@media screen and (min-width:601px)and (max-width:1200px){body{gap:0px}body>.header{position:static}.header__wrapper{text-align:center;flex-wrap:wrap;justify-content:space-between;align-items:center}.header__nav,.header__list{gap:20px}.header__nav{font-size:1.1rem}.header__list{gap:16px}}@media screen and (min-width:601px)and (max-width:765px){.header__wrapper{justify-content:center}.header__logo{display:none}}@media screen and (max-width:600px){#header{border-radius:0;padding:10px 0 0;background-color:var(--background);height:63px}.header__wrapper{flex-direction:column;justify-content:flex-start;border-radius:20px;gap:24px;font-size:3rem;padding:4px 12px;background-color:transparent;border:none;height:54px;box-shadow:none}.header__intro{width:100%;border-radius:10px;padding:6px 8px;background-color:var(--primary);display:flex;align-items:center;justify-content:space-between}.header__nav{flex-direction:column;font-size:1.5rem;width:100%;background-color:var(--primary);transform:translateY(-15px);transition:all .2s ease;visibility:visible;pointer-events:auto;opacity:1;border-radius:10px;padding:12px}.header__nav.hidden{visibility:hidden;pointer-events:none;transform:translateY(calc(-100% - 90px));opacity:0}.header__list{flex-direction:column;width:100%;gap:20px}.header__item:before,.header__item:after{display:none}.header__link{width:100%;text-align:center;display:block}}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;height:90vh;margin-top:30px}.home__container{display:flex;align-items:center}.home__content{display:flex;flex-direction:column;gap:8px;width:50%;color:var(--secondary)}.home__title{font-size:3.5rem;line-height:48px}.home__subtitle{line-height:48px;font-size:2.5rem}.home__highlight{color:var(--primary);font-family:Arial Black,sans-serif;-webkit-text-stroke:1px var(--white);text-shadow:2px 2px 0px rgba(0,0,0,.25)}.home__description{font-size:1.15rem;margin-bottom:20px;line-height:24px}.home__image{border:6px solid var(--primary);border-radius:50%;width:370px;animation:move 2.5s linear infinite;box-shadow:0 3px 3px var(--toggle-boxShadow);margin-left:auto}.link-button.primary{background-color:var(--primary);color:var(--white);position:relative}.link-button.primary:hover{transform:scale(1.05)}.link-button.primary svg{width:1.5rem}.link-button.secondary{background-color:var(--white);color:var(--primary);position:relative;overflow:hidden;z-index:1}.link-button.secondary:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:var(--primary);z-index:-1;transition:all .5s ease}.link-button.secondary:hover{color:var(--white)}.link-button.secondary:hover:before{width:100%}.home__icons{display:flex;justify-content:flex-end;align-items:flex-start;margin-top:80px;width:100%;gap:16px;font-size:1.35rem}.home__icon{transition:all .15s ease;padding:1px;border-radius:4px;cursor:pointer;color:var(--secondary);width:30px;height:30px}.home__icon:hover{box-shadow:1px 1px 2px 1px var(--toggle-boxShadow);transform:translate(-2px,-2px)}@keyframes move{0%{transform:translateY(20px)}50%{transform:translateY(0)}to{transform:translateY(20px)}}@media screen and (min-width:600px)and (max-width:1200px){.home__image{width:260px}}@media screen and (max-width:600px){.home{margin-top:100px;height:100vh}.home__title{font-size:2.5rem}.home__subtitle{font-size:2rem}.home__container{flex-direction:column-reverse;gap:80px}.home__content{width:100%;align-items:center;text-align:center}.home__icons{justify-content:center;margin-top:40px}.home__image{width:250px}.home__image{margin-left:0}}.technologies{margin-top:-100px}.technologies__container{display:flex;justify-content:space-between;gap:30px;width:100%;color:var(--secondary)}.technologies__description{display:flex;flex-direction:column;max-width:520px;width:100%;gap:12px}.technologies__subtitle{font-size:2.5rem}.technologies__highlight{color:var(--primary)}.technologies__text{font-size:1.15rem;text-indent:50px;text-align:justify;line-height:26px}.technologies__languages{width:100%;margin-left:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,130px));align-content:center;gap:20px;justify-content:end}.technologies__item{display:flex;flex-direction:column;align-items:center;border:1px solid var(--secondary);padding:12px 16px;justify-content:center;border-radius:5px;gap:4px;transition:all .15s ease;position:relative}.technologies__item:hover{transform:translateY(-10px)}.technologies__label{font-size:1.2rem}.technologies__icon{font-size:5.5rem}.technologies__star{position:absolute;top:3px;right:3px;width:14px;color:var(--yellow);stroke:var(--black);stroke-width:50px;stroke-linejoin:round;filter:drop-shadow(0px 1px 0px black)}.project__strong--highlight{color:var(--primary)}#react:hover{color:#00f5d4;border-color:#00f5d4;box-shadow:0 3px #00f5d433}#sass:hover{color:#c69;border-color:#c69;box-shadow:0 3px #c693}#angular:hover{color:#dd0031;border-color:#dd0031;box-shadow:0 3px #db003133}#typescript:hover{color:#3178c6;border-color:#3178c6;box-shadow:0 3px #3179c633}#html:hover{color:#e34f26;border-color:#e34f26;box-shadow:0 3px #e34f2633}#css:hover{color:#1572b6;border-color:#1572b6;box-shadow:0 3px #1572b633}#javascript:hover{color:#f7df1e;border-color:#f7df1e;box-shadow:0 3px #f7df1e33}#java:hover{color:#ff004c;border-color:#ff004c;box-shadow:0 3px #ff004c33}#php:hover{color:#4f5d95;border-color:#4f5d95;box-shadow:0 3px #4f5d9533}#cplus:hover{color:#5d00ff;border-color:#5d00ff;box-shadow:0 3px #5d00ff33}#c:hover{color:#00f;border-color:#00f;box-shadow:0 3px #00f3}#python:hover{color:#f7df1e;border-color:#f7df1e;box-shadow:0 3px #f7df1e33}.icon-react{color:#00f5d4}.icon-angular{color:#dd0031}.icon-typescript{color:#3178c6}.icon-javascript{color:#f7df1e}.icon-html{color:#e34f26}.icon-css{color:#1572b6}@media screen and (min-width:600px)and (max-width:1200px){body{padding:0 30px}.technologies__languages{justify-content:center}.technologies__description{width:100%;max-width:100%}.technologies__container{flex-direction:column}}@media screen and (max-width:600px){.technologies{margin-top:0}.technologies__description{width:100%;max-width:100%}.technologies__container{flex-direction:column}.technologies__languages{grid-template-columns:repeat(auto-fill,minmax(100px,120px));justify-content:center}}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--black);padding:30px 80px;border-radius:50px 50px 0 0;color:var(--white);gap:32px;border:2px solid var(--primary);margin-top:100px}.contact__form{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px;gap:32px}.contact__wrapper{display:flex;width:100%;gap:32px}.contact__group{display:flex;flex-direction:column;width:100%;gap:8px}.contact__label{font-size:1.15rem}.contact__input,.contact__textarea{width:100%;padding:10px;border-radius:8px;border:2px solid var(--primary);font-size:1rem;box-shadow:0 3px 1px var(--toggle-boxShadow)}:is(.contact__input,.contact__textarea)::placeholder{font-size:1rem}.contact__textarea{height:150px;width:100%;resize:none}.contact__icons{display:flex;gap:24px;font-size:1.2rem;flex-wrap:wrap;justify-content:center}.contact__link{color:var(--white);display:flex;gap:8px;align-items:center;transition:all .15s ease}.contact__link:hover{color:var(--primary);transform:translate(-2px,-4px);text-shadow:0px 1px 0px rgba(255,255,255,.5)}.contact__icon{font-size:1.4rem;width:29px}.contact__button--secondary{color:var(--primary);background-color:var(--black)}.contact__button--secondary:hover{background-color:var(--white)}.contact__button--primary{background-color:var(--white);position:relative;overflow:hidden;transition:all .5s ease}.contact__button--primary:before,.contact__button--primary:after{content:"";position:absolute;bottom:0;width:0;height:100%;background-color:var(--primary);z-index:-1;transition:all .25s ease}.contact__button--primary:before{left:0}.contact__button--primary:after{right:0}.contact__button--primary:hover,.contact__button--primary:hover .contact__input--primary,.contact__button--primary:hover .contact__icon--ckeck{color:var(--white)}.contact__button--primary:hover:before{width:50%}.contact__button--primary:hover:after{width:50%}.contact__input--primary{background-color:transparent;border:none;font-size:1.1rem;transition:all .15s ease;color:var(--primary)}.contact__icon--ckeck{color:var(--primary);width:24px}.contact__rights{font-weight:500;font-size:.95rem}@media screen and (max-width:600px){.contact{padding:20px;border-radius:20px 20px 0 0}.contact__icons{font-size:.9rem}.contact__wrapper{flex-direction:column}}._group_1qgr0_1{display:flex;position:relative;gap:50px;height:inherit}._logo_1qgr0_9{border:2px solid var(--secondary);border-radius:10px;height:100px;position:absolute}._card_1qgr0_16{display:flex;flex-direction:column;position:absolute;width:100%;max-width:480px;padding:16px 24px;gap:8px;border:2px solid var(--primary);box-shadow:-8px 8px 0 var(--boxShadow-highlight);border-radius:10px;background-color:var(--whitesmoke);font-size:1.05rem}._card_1qgr0_16:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background-color:var(--white);border:6px solid var(--primary)}._header_1qgr0_42{display:flex;align-items:flex-start;justify-content:space-between}._period_1qgr0_48{font-style:italic;font-weight:400}._status_1qgr0_53{background-color:var(--primary);color:var(--white);padding:4px 8px;position:absolute;font-size:1rem;bottom:-16px;right:4px;border-radius:4px 0;box-shadow:3px 3px #000}._instution_1qgr0_65{font-size:1.55rem}._left_1qgr0_71 ._card_1qgr0_16{text-align:right;right:calc(50% + 30px);box-shadow:8px 8px 0 var(--boxShadow-highlight)}._left_1qgr0_71 ._card_1qgr0_16:before{right:-45px}._left_1qgr0_71 ._logo_1qgr0_9{left:calc(50% + 30px);box-shadow:-4px 4px 0 var(--boxShadow-highlight)}._left_1qgr0_71 ._instution_1qgr0_65{order:2}._left_1qgr0_71 ._period_1qgr0_48{order:1}._right_1qgr0_96 ._card_1qgr0_16{text-align:left;left:calc(50% + 30px)}._right_1qgr0_96 ._card_1qgr0_16:before{left:-45px}._right_1qgr0_96 ._logo_1qgr0_9{right:calc(50% + 30px);box-shadow:4px 4px 0 var(--boxShadow-highlight)}._right_1qgr0_96 ._instution_1qgr0_65{order:1}._right_1qgr0_96 ._period_1qgr0_48{order:2}@media screen and (min-width:600px)and (max-width:1100px){._card_1qgr0_16{max-width:40vw}}@media screen and (max-width:600px){._group_1qgr0_1{flex-direction:column-reverse;gap:20px;align-items:center}._right_1qgr0_96 ._logo_1qgr0_9,._left_1qgr0_71 ._logo_1qgr0_9{position:static;top:-130px;left:50%;box-shadow:0 4px #000}._right_1qgr0_96 ._card_1qgr0_16,._left_1qgr0_71 ._card_1qgr0_16{position:static;box-shadow:0 8px 0 var(--boxShadow-highlight)}:is(._right_1qgr0_96 ._card_1qgr0_16,._left_1qgr0_71 ._card_1qgr0_16):before{top:-30px;left:50%;transform:translate(-50%)}._status_1qgr0_53{left:50%;transform:translate(-50%);width:max-content;bottom:-16px}}._card_hdafz_1{display:flex;flex-direction:column;max-width:1000px;width:100%;border-top:1px solid var(--boxShadow);border-right:1px solid var(--boxShadow);border-bottom:1px solid var(--boxShadow);border-left:8px solid var(--primary);border-radius:30px 0 30px 30px;padding:20px;height:max-content;gap:30px;background-color:var(--whitesmoke);box-shadow:0 3px 3px var(--boxShadow);transition:all .15s ease;font-size:1.05rem}._card_hdafz_1:hover{transform:translate(-2px,-4px);border-top:1px solid var(--primary);border-right:1px solid var(--primary);border-bottom:1px solid var(--primary)}._responsabilities-list_hdafz_28,._technologies-list_hdafz_29{list-style-position:inside}._header_hdafz_33{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}._wrapper_hdafz_42{display:flex;align-items:center;flex-wrap:wrap;gap:16px}._company-image_hdafz_49{width:100%;max-width:90px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}._compony-info_hdafz_56{display:flex;flex-direction:column;gap:8px}._container-period_hdafz_62{display:flex;justify-content:center;align-items:flex-end;flex-direction:column;font-size:.95rem;font-style:italic;font-weight:400;gap:4px}._responsabilities-container_hdafz_74{display:flex;flex-direction:column;gap:12px}._responsabilities-list_hdafz_28{display:flex;flex-direction:column;font-size:1.05rem;margin-left:8px;gap:8px}._technologies-container_hdafz_88{display:flex;gap:8px}._responsabilities-title_hdafz_93{font-weight:700}._technologies-list_hdafz_29{list-style:none;display:flex;align-items:center;gap:8px;font-size:1.1rem;flex-wrap:wrap}._technologies-item_hdafz_106:not(._technologies-item_hdafz_106:last-of-type):after{content:","}@media screen and (max-width:600px){._card_hdafz_1{border-left:4px solid var(--primary)}._header_hdafz_33{flex-direction:column;gap:20px}._compony-info_hdafz_56{min-width:190px}._container-period_hdafz_62{width:100%;flex-direction:row;justify-content:flex-start}}._card_1524s_1{display:flex;flex-direction:column;background-color:var(--whitesmoke);border-radius:30px 0;overflow:hidden;width:calc(50% - 20px);box-shadow:0 3px 3px var(--boxShadow);border:1px solid var(--boxShadow);transition:all .15s ease}._card_1524s_1:hover{transform:translateY(-4px);border:1px solid var(--primary);box-shadow:0 5px 5px var(--boxShadow)}._header_1524s_20{background-color:var(--primary);color:var(--white);padding:10px;text-align:center;font-size:1.3rem}._body_1524s_28{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;font-size:1.1rem;height:100%;gap:20px}._content_1524s_40{display:flex;gap:16px}._info_1524s_45{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}._image_1524s_54{width:250px;height:250px;aspect-ratio:1 / 1;border-radius:8px;object-fit:cover;object-position:right}._technologies-list_1524s_63{display:flex;font-size:2rem;list-style:none;gap:4px;color:var(--secondary)}._container-links_1524s_72{display:flex;justify-content:start;width:100%;gap:8px;margin-top:auto}._academic-link_1524s_81{padding:8px 12px;border:1px solid var(--boxShadow);box-shadow:0 3px 3px var(--boxShadow);border-radius:8px;background-color:var(--white);font-weight:700;font-size:1.2rem;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:2px}._academic-link_1524s_81:hover{color:var(--primary);border-color:var(--primary)}._academic-link_1524s_81:first-of-type:hover{animation:_pulse_1524s_1 ease 1.2s .2s infinite}._academic-link_1524s_81:last-of-type:hover{transform:translateY(2px)}@keyframes _pulse_1524s_1{0%,40%,60%,to{transform:scale(1)}20%,80%{transform:scale(1.05)}}._icon_1524s_127{width:30px;height:30px}@media screen and (max-width:1200px){._content_1524s_40{flex-direction:column-reverse;text-align:center}._info_1524s_45{width:100%}._image_1524s_54{width:100%;height:200px}._container-links_1524s_72{justify-content:center}}@media screen and (min-width:600px){._card_1524s_1{min-width:380px}}@media screen and (max-width:600px){._card_1524s_1{width:100%}._content_1524s_40{flex-direction:column-reverse}._image_1524s_54{width:100%}}
