@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;900&display=swap);.title{color:rgba(64,216,187,.7);font-family:Rubik;font-size:30px;margin-bottom:30px;padding-top:70px;position:relative;text-align:center}.title span{color:rgba(64,216,187,.5)}@media(min-width:640px){.title{font-size:50px}}@media(min-width:1024px){.title{font-size:60px}}.more-projects{width:100%}.more-projects .projects{grid-gap:20px;display:grid;grid-template-columns:1fr;max-height:1000px;overflow-y:scroll}.more-projects .projects .project{position:relative;width:100%}.more-projects .projects .project .image{height:300px;object-fit:cover;width:100%}.more-projects .projects .project .info-hover{align-items:center;background-color:#2a2830;-webkit-clip-path:circle(1.5% at 50% 50%);clip-path:circle(1.5% at 50% 50%);display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;padding:10px;position:absolute;top:0;transition:opacity 1s,-webkit-clip-path 1s;transition:clip-path 1s,opacity 1s;transition:clip-path 1s,opacity 1s,-webkit-clip-path 1s;width:100%;z-index:1}.more-projects .projects .project .info-hover .title{font-size:0!important;margin:0 0 5px!important;padding-top:0!important}.more-projects .projects .project .info-hover .title .title-project{color:#fff;font-size:24px;font-weight:700;padding:10px 10px 0;text-align:center}.more-projects .projects .project .info-hover .title .row{background-color:#19d19d;height:5px;margin-bottom:10px;width:100%}.more-projects .projects .project .info-hover .technologies{color:#303030;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;padding:10px;text-align:center}.more-projects .projects .project .info-hover .technologies span{background-color:aqua;font-weight:700;padding:5px;text-transform:uppercase}.more-projects .projects .project .info-hover .description{color:#fff;font-size:14px;padding:10px;text-align:center}.more-projects .projects .project .info-hover .buttons button{background-color:#423f4c;border:none;border-radius:5px;color:#fff;font-size:14px;font-weight:500;margin:10px 5px;transition:background-color .3s}.more-projects .projects .project .info-hover .buttons button:hover{background-color:#36343e}.more-projects .projects .project .info-hover .buttons .source-code{padding:10px}.more-projects .projects .project .info-hover .buttons .live-app{padding:10px 20px}.more-projects .projects .project:hover .info-hover{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%);opacity:1}@-webkit-keyframes slider{0%{margin-left:0}20%{margin-left:0}25%{margin-left:-100%}45%{margin-left:-100%}50%{margin-left:-200%}75%{margin-left:-200%}80%{margin-left:-300%}to{margin-left:-300%}}@keyframes slider{0%{margin-left:0}20%{margin-left:0}25%{margin-left:-100%}45%{margin-left:-100%}50%{margin-left:-200%}75%{margin-left:-200%}80%{margin-left:-300%}to{margin-left:-300%}}::-webkit-scrollbar{margin:10px;width:0}::-webkit-scrollbar-track{background-color:transparent}@media(min-width:475px){.more-projects .projects .project .info-hover .title .title-project{font-size:35px}.more-projects .projects .project .info-hover .buttons button,.more-projects .projects .project .info-hover .description,.more-projects .projects .project .info-hover .technologies{font-size:18px}}@media(min-width:780px){.more-projects .projects{grid-template-columns:1fr 1fr}.more-projects .projects .project .info-hover .title .title-project{font-size:20px}.more-projects .projects .project .info-hover .title .row{height:3px}.more-projects .projects .project .info-hover .technologies{font-size:10px;padding:3px}.more-projects .projects .project .info-hover .description{font-size:12px}.more-projects .projects .project .info-hover .buttons button{font-size:10px}.more-projects .projects .project .info-hover .buttons .source-code{padding:8px}.more-projects .projects .project .info-hover .buttons .live-app{padding:8px 10px}}@media(min-width:1024px){.more-projects .projects .project .info-hover .title .title-project{font-size:30px}.more-projects .projects .project .info-hover .title .row{height:5px}.more-projects .projects .project .info-hover .technologies{font-size:14px;padding:3px}.more-projects .projects .project .info-hover .buttons button,.more-projects .projects .project .info-hover .description{font-size:14px}.more-projects .projects .project .info-hover .buttons .source-code{padding:10px}.more-projects .projects .project .info-hover .buttons .live-app{padding:10px 20px}}@media(min-width:1280px){.more-projects .projects .project .info-hover .title .title-project{font-size:30px}.more-projects .projects .project .info-hover .title .row{height:5px}.more-projects .projects .project .info-hover .technologies{font-size:14px;padding:3px}.more-projects .projects .project .info-hover .buttons button,.more-projects .projects .project .info-hover .description{font-size:14px}.more-projects .projects .project .info-hover .buttons .source-code{padding:10px}.more-projects .projects .project .info-hover .buttons .live-app{padding:10px 20px}}.card-container{align-items:center;background-color:rgba(23,21,27,.5);border-radius:10px;display:flex;flex-direction:column;margin:20px 0;padding:20px;width:100%}.card-container .cover-image{width:100%}.card-container .cover-image img{border-radius:5px;min-height:270px;width:100%}.card-container .card-information{margin-top:20px;padding:0 10px}.card-container .card-information .status-project{color:#40d8bb;font-size:17px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.card-container .card-information .title-project{margin:0 0 15px}.card-container .card-information .title-project h3{color:#fff;font-size:36px}.card-container .card-information .title-project div{background-color:#19d19d;height:5px;margin-top:5px;width:100px}.card-container .card-information .technologies{display:flex;flex-wrap:wrap;gap:15px;margin:10px 0;padding:5px}.card-container .card-information .technologies .tech{align-items:center;color:#9d9d9d;display:flex;font-weight:700;gap:1px}.card-container .card-information .technologies .tech svg{font-size:20px}.card-container .card-information .description{color:#d8d5d5;font-family:Roboto;font-weight:300;margin:15px 0}.card-container .card-information .buttons{display:flex;gap:10px;margin:10px 0 20px}.card-container .card-information .buttons a{text-decoration:none}.card-container .card-information .buttons a button{align-items:center;background-color:#2a2830;border:none;border-radius:5px;color:#9d9d9d;display:flex;font-size:18px;justify-content:center;padding:13px 20px}.card-container .card-information .buttons a button svg{font-size:25px;margin-right:5px}.card-container .card-information .buttons a button:hover{background-color:rgba(85,84,90,.5);color:#fff;-webkit-transform:translateY(-5px);transform:translateY(-5px);transition:all .1s}@media(min-width:1024px){#four,#two{flex-direction:row-reverse}.card-container{flex-direction:row;height:-webkit-max-content;height:max-content}.card-container .card-information{margin-top:0;padding:0}.card-container .card-information .title-project{margin:0 0 20px}.card-container .card-information .title-project h3{font-size:30px}.card-container .card-information .description{margin:20px 0}.card-container .card-information .buttons{margin:5px 0 10px}.card-container .card-information .buttons button{font-size:16px;padding:13px 15px}.card-container .card-information .buttons button svg{font-size:20px;margin-right:5px}}@media(min-width:1280px){.card-container .card-information{padding:0 10px}.card-container .card-information .title-project{margin:0 0 20px}.card-container .card-information .title-project h3{font-size:35px}.card-container .card-information .title-project div{height:5px;width:100px}.card-container .card-information .technologies .tech{font-size:18px}.card-container .card-information .technologies .tech svg{font-size:23px}.card-container .card-information .description{font-size:17px;margin:10px 0}.card-container .card-information .buttons{margin:15px 0 0}.card-container .card-information .buttons button{font-size:18px;padding:13px 20px}.card-container .card-information .buttons button svg{font-size:25px}}@media(min-width:1536px){.card-container .card-information .title-project h3{font-size:43px}.card-container .card-information .technologies .tech{font-size:24px}.card-container .card-information .technologies .tech svg{font-size:30px}.card-container .card-information .description{font-size:20px;margin:40px 0}.card-container .card-information .buttons{margin:20px 0}.card-container .card-information .buttons button{font-size:23px;padding:15px 25px}.card-container .card-information .buttons button svg{font-size:28px}}.work-container{margin:100px 0}.nav,.work-container .principal-projects{width:100%}.nav{--state-close:scale(0);--state-hamburguer:scale(1);--state-menu:translate(-100%);align-items:center;background-color:rgba(29,27,36,.8);display:grid;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content);justify-content:space-between;margin:0 auto;padding:20px;position:fixed;z-index:100}.nav:not(:target){-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav:target{--state-menu:translate(0);--state-close:scale(1);--state-hamburguer:scale(0);align-items:flex-start}.nav__logo{z-index:102}.nav__logo span{color:#40d8bb;font-size:2.8em;font-weight:700;padding:10px}.nav__logo h2{color:#d8d5d5;display:inline-block;font-size:2rem;position:relative;top:-5px}.nav__close,.nav__hamburguer{cursor:pointer;grid-column:-2/-1;grid-row:1/2;transition:transform .4s;z-index:101}.nav__hamburguer{-webkit-transform:var(--state-hamburguer);transform:var(--state-hamburguer)}.nav__close{-webkit-transform:var(--state-close);transform:var(--state-close)}.nav__icon{width:40px}.nav__links{grid-gap:2em;align-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(29,27,36,.8);bottom:0;display:grid;gap:2em;height:100vh;left:0;padding:0 0 0 5%;position:absolute;right:0;top:0;-webkit-transform:var(--state-menu);transform:var(--state-menu);transition:transform .3s;width:100vw;z-index:101}.nav__item{list-style:none;width:-webkit-max-content;width:max-content}.nav__link{color:#9d9d9d;font-size:1.3rem;letter-spacing:2px;text-decoration:none}.nav__link:hover{color:#d8d5d5}.nav .active-nav a{color:#40d8bb;font-weight:700;transition:all .3s ease-in-out}.nav .active-nav .underline{-webkit-animation:build .8s;animation:build .8s;background-color:#40d8bb;height:3px;transition:all .5s ease-in-out;width:100%}@-webkit-keyframes build{0%{width:0}to{width:100%}}@keyframes build{0%{width:0}to{width:100%}}@media(min-width:640px){.nav{max-width:640px}}@media(min-width:768px){.nav{--state-hamburguer:scale(0);--state-menu:translate(0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:768px}.nav:target{--state-close:scale(0);height:auto}.nav__links{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:initial;gap:1.5em;grid-auto-flow:column;grid-column:-2/-1;grid-row:1/2;height:auto;padding:0;position:static;-webkit-transform:none;-webkit-transform:initial;transform:none;width:auto}.nav__link{font-size:1rem;letter-spacing:none}.nav__logo span{font-size:2em;padding:6px}.nav__logo h2{font-size:1.7rem}}@media(min-width:1024px){.nav{max-width:1024px}.nav__link{font-size:1.3rem}.nav__logo span{font-size:2.8em;padding:10px}.nav__logo h2{font-size:2rem}}@media(min-width:1280px){.nav{max-width:1280px}}@media(min-width:1536px){.nav{max-width:1536px}}.header{align-items:center;display:flex;min-height:100vh;width:100%}.header-gretting{color:#fff;font-size:2.4rem}.header-gretting span,.header-name{color:#40d8bb}.header-name{font-size:2.8rem}.header-interests{color:#9d9d9d;font-size:1.8rem;margin-top:20px}.header-minidescription{color:#d8d5d5;font-size:18px;padding:20px 20px 20px 0}.header .btn-work{background-color:transparent;border:2px solid #17c3b2;color:#17c3b2;font-family:inherit;font-size:16px;overflow:hidden;padding:.8em 1.8em;position:relative;text-align:center;text-transform:uppercase;transition:.3s;z-index:1}.header .btn-work:before{background:#17c3b2;content:"";display:block;height:500%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);transition:.5s ease;width:0;z-index:-1}.header .btn-work:hover:before{width:105%}.header .btn-work:hover{color:#111}@media(min-width:1280px){.header-gretting,.header-name{font-size:3.3rem}.header-interests{font-size:2.2rem;margin-top:20px}.header-minidescription{font-size:22px}}.container-about{margin:100px 0}.container-about .about-information{display:flex;flex-direction:column-reverse}.container-about .about-information .photo{width:100%}.container-about .about-information .photo .photo-lazy{align-items:center;display:flex;flex-direction:column;margin:auto;width:100%}.container-about .about-information .photo .photo-lazy img{max-width:250px;object-fit:fill}.container-about .about-information .description{color:#d8d5d5;font-family:Roboto;font-size:18px;font-weight:400;margin-top:26px}.container-about .about-information .description>p{margin:10px auto}.container-about .text-hightlight{color:#40d8bb;font-weight:500}@media(min-width:768px){.container-about .about-information{align-items:center;display:flex;flex-direction:row;gap:20px}.container-about .about-information .photo{min-width:250px}.container-about .about-information .photo .photo-lazy img{width:100%}}.icon{height:auto;text-align:center;width:100px}.icon svg{height:90px;width:90px}.icon span{color:#fff;font-size:17px}.icon .react-icon{font-size:100px}.skills-container{margin:100px 0}.skills-container .select-skills{display:flex;justify-content:center;width:100%}.skills-container .select-skills div{background-color:#1d1b24;color:#d8d5d5;cursor:pointer;font-size:17px;padding:10px 20px;-webkit-user-select:none;user-select:none}.skills-container .select-skills .active-section{background-color:#2a2830;border-top-left-radius:15px;border-top-right-radius:15px}.skills-container .skill-icons{background-color:#2a2830;border-radius:7px;display:flex;flex-wrap:wrap;gap:50px;justify-content:center;padding:10px;width:100%}.footer-container{border-top:5px solid #55545a;display:flex;flex-direction:column;height:100px;margin-top:100px;width:100%}.footer-container .copyright{color:#d8d5d5;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px;width:100%}.footer-container .social{height:100%;width:100%}.footer-container .social a svg{color:#9d9d9d;font-size:30px;margin:10px 5px}@media(min-width:640px){.footer-container{justify-content:center}.footer-container .copyright{font-size:22px}.footer-container .social{display:none}}.button-social-media{align-items:center;display:flex;flex-direction:column;gap:10px;margin:0 20px;width:30px}.button-social-media .social{display:flex;flex-direction:column;gap:8px}.button-social-media .social a svg{color:#9d9d9d;height:35px;text-decoration:none;transition:all .3s ease-in-out;width:35px}.button-social-media .social a svg:hover{color:#d8d5d5}.button-social-media .vertical-line{background-color:#9d9d9d;height:150px;width:3px}.progress{gap:15px;margin:0 20px}.progress,.progress .squares{align-items:center;display:flex;flex-direction:column}.progress .squares{gap:20px;width:30px}.progress .squares .square{border:3px solid #9d9d9d;height:20px;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .4s ease-in-out;width:20px}.progress .squares .square:hover{background-color:#9d9d9d;transition:all .2s}.progress .vertical-line{background-color:#9d9d9d;height:150px;width:3px}.active-position{background-color:#d8d5d5!important;border:1px solid #d8d5d5!important;-webkit-transform:rotate(45deg)!important;transform:rotate(45deg)!important;transition:all .4s ease-in-out}.fixed{bottom:0;display:none;left:0;position:fixed;width:100%}.fixed .relative{align-items:flex-end;display:flex;justify-content:space-between;margin:0 auto;max-height:0;position:relative}@media(min-width:640px){.fixed{display:block}.fixed .relative{max-width:640px}}@media(min-width:768px){.fixed .relative{max-width:768px}}@media(min-width:1024px){.fixed .relative{max-width:1024px}}@media(min-width:1280px){.fixed .relative{max-width:1280px}}@media(min-width:1536px){.fixed .relative{max-width:1536px}}.contact-container{padding-top:100px}.contact-container .contact-text{color:#d8d5d5;font-family:Roboto;font-size:20px}.contact-container .contact-text a{color:#40d8bb;font-weight:700;text-decoration:none}.timeline{border-left:1px solid #e5e7eb;display:block;list-style-type:none;margin-top:60px;position:relative}.timeline-item{margin-bottom:2.5rem;margin-left:1rem;padding-left:1.25rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item .timeline-dot{align-items:center;background-color:#e5e7eb;border:1px solid #fff;border-radius:50%;display:flex;justify-content:center;left:-2.3rem;position:absolute}.timeline-item .timeline-dot>img{border-radius:100%}.timeline-item .timeline-time{color:hsla(0,0%,100%,.7);font-size:1.1rem;font-weight:400;line-height:1;margin:5px auto}.timeline-item .timeline-title{color:hsla(0,0%,100%,.8);font-size:1.4rem;font-weight:600}.timeline-item .timeline-title>span{color:#40d8bb}.timeline-item .timeline-text{color:#d8d5d5;font-size:1rem;font-weight:400;margin-bottom:1rem}.timeline-item .timeline-skills{display:flex;flex-wrap:wrap;gap:5px;justify-content:left}.timeline-item .timeline-skills li{background-color:#40d8bb;border-radius:5px;font-weight:700;list-style-type:none;padding:5px}@media(max-width:640px){#works{padding:10px}}@media(min-width:800px){.timeline .timeline-item .timeline-time{font-size:1.3rem}.timeline .timeline-item .timeline-title{font-size:1.8rem}.timeline .timeline-item .timeline-text{font-size:1.2rem}}*{box-sizing:border-box;font-family:Roboto;margin:0;padding:0}html{scroll-behavior:smooth}#root{background-color:#1d1b24;max-width:100vw;overflow:auto}#app{display:relative;height:100%;margin-left:auto;margin-right:auto;position:relative;width:100%;z-index:1}.container-general{margin:0 auto;padding:20px;width:100%}.LazyLoad{opacity:0;transition:all 1s ease-in-out}.is-visible{opacity:1}@media(min-width:640px){#app{max-width:640px}#app .container-general{width:80%}}@media(min-width:768px){#app{max-width:768px}}@media(min-width:1024px){#app{max-width:1024px}}@media(min-width:1280px){#app{max-width:1280px}}@media(min-width:1536px){#app{max-width:1536px}} /*# sourceMappingURL=main.1cb16551.css.map*/