@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Press+Start+2P&family=Tiny5&display=swap);:root{--header-height:3rem;--hue:0;--sat:0%;--title-color:hsl(var(--hue),var(--sat),24%);--title-color-dark:hsl(var(--hue),var(--sat),0%);--text-color:hsl(var(--hue),var(--sat),40%);--body-color:hsl(var(--hue),var(--sat),96%);--container-color:#fff;--body-font:"Poppins",sans-serif;--big-font-size:3.5rem;--h1-font-size:2.5rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.825rem;--tiny-font-size:0.64rem;--font-normal:400;--font-medium:500;--font-semibold:600;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:1000}@media screen and (max-width:992px){:root{--big-font-size:2.75rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:1rem;font-size:var(--normal-font-size)}body{background-color:#f5f5f5;background-color:var(--body-color);color:#666;color:var(--text-color)}::selection{background:#d3d3d3!important}::-webkit-selection{background:#d3d3d3!important}h1,h2{color:#3d3d3d;color:var(--title-color);font-weight:var(--font-semi-bold)}h3{font-size:1.25rem;font-size:var(--h3-font-size)}ul{list-style:none}a{text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%}.section{font-size:2.5rem;font-size:var(--h1-font-size);margin-top:10rem;padding-top:2rem}.section__title{margin:5rem;overflow:hidden;padding:.5rem;position:relative;text-align:center}.container{margin-left:auto;margin-right:auto;max-width:968px}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.button{background-color:#3d3d3d;background-color:var(--title-color);border-radius:1rem;color:#fff;color:var(--container-color);display:inline-block;font-weight:500;font-weight:var(--font-medium);margin-right:1rem;padding:1.25rem 2rem}.button:hover{background-color:#000;background-color:var(--title-color-dark)}.button--flex{align-items:center;display:inline-flex}.section__title span.hide{display:inline-block;filter:blur(4px);opacity:0;transform:translateY(100%);transition-delay:.1s}.section__title span.show{filter:blur(0);opacity:1;transform:translateY(0);transition:all 1s;transition-delay:.1s}@media screen and (max-width:992px){.container{padding-left:1.5rem;padding-left:var(--mb-1-5);padding-right:1.5rem;padding-right:var(--mb-1-5)}.button{padding:1rem 1.75rem}.button__icon{height:22px;width:22px}}@media screen and (max-width:768px){body{margin:0 0 3rem;margin:0 0 var(--header-height) 0}.section{padding:2rem 0 4rem}.section__subtitle{margin-bottom:3rem;margin-bottom:var(--mb-3)}}@media screen and (max-width:576px){:root{--big-font-size:2.25rem;text-align:center}.container{margin:0;padding-left:1rem;padding-left:var(--mb-1);padding-right:1rem;padding-right:var(--mb-1)}.button{margin:1rem;padding:1.25rem}}@media screen and (max-width:450px){.section__title{margin-left:0;margin-right:0;width:100%}}@media screen and (max-width:350px){.button{margin-bottom:1rem;margin-right:0;padding:1.25rem}}.preloader{background:var(--body-color);bottom:0;height:100vh;justify-content:center;left:0;position:fixed;right:0;width:100vw;z-index:10000}.preloader,.preloader .texts-container{align-items:center;color:#000;display:flex;overflow:hidden}.preloader .texts-container{font-size:50px;font-weight:700;height:50px;width:auto}.header{background-color:var(--body-color);left:0;position:fixed;top:0;width:100%;z-index:var(--z-fixed)}.nav{align-items:center;display:flex;height:calc(var(--header-height) + 1.5rem);justify-content:space-between;margin-left:50px;margin-right:50px}.nav__logo,.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__list{column-gap:2rem;display:flex;letter-spacing:.5px}.nav__close,.nav__icon,.nav__toggle{display:none}.nav__link{align-items:center;color:var(--title-color);display:flex;flex-direction:column;font-size:var(--small-font-size);font-weight:var(--font-medium);transition:.3s}.active-link,.nav__link:hover{color:var(--title-color-dark)}.button__icon{margin-left:.5rem}.header-hidden{filter:blur(6px);opacity:0;transform:translateY(-100%);transition:all 1s}.header-show{filter:blur(0);opacity:1;transform:translateY(0)}.nav__logo.hide{filter:blur(6px);opacity:0;transform:translateX(-100%);transition:all 1s}.nav__logo.show{filter:blur(0);opacity:1;transform:translateX(0)}.nav__toggle.hide{filter:blur(6px);opacity:0;transform:translateX(100%);transition:all 1s}.nav__toggle.show{filter:blur(0);opacity:1;transform:translateX(0)}@media screen and (max-width:768px){.header{bottom:0;top:auto}.nav{height:var(--header-height)}.nav__menu{background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}.show-menu{bottom:0}.nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__icon{font-size:1.2rem}.nav__close{bottom:.5rem;color:var(--title-color);cursor:pointer;font-size:1.5rem;left:1.3rem;position:absolute}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__close:hover,.nav__link:hover{color:var(--title-color-dark)}.nav__close,.nav__icon,.nav__toggle{display:block}}@media screen and (max-width:350px){.header{bottom:0;top:auto;width:auto}.nav{height:var(--header-height)}.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}}.home{margin-top:0}.home__container{align-items:center;display:flex;justify-content:space-evenly;margin-left:50px;margin-top:100px}.home__social{grid-row-gap:1.5rem;display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;left:20px;position:absolute;row-gap:1.5rem;top:35%}.home__social-icon{color:var(--title-color);font-size:1.25rem}.home__social-icon:hover{color:var(--first-color-dark)}.home__title{font-size:var(--big-font-size);margin-bottom:var(--mb-0-25)}.home__subtitle{font-size:var(--h3-font-size);font-weight:var(--font-normal);letter-spacing:2px;margin-bottom:var(--mb-1);padding-bottom:2rem;padding-top:2rem;position:relative}.home__description{border:3px solid gray;border-radius:15px;font-size:1rem;letter-spacing:1px;line-height:1.75;margin-bottom:var(--mb-3);max-width:400px;padding:1rem}.home__container .button{font-size:1rem}.home__title.hide{opacity:0;transition:all 2s}.home__title.show{opacity:1}.home__subtitle.hide{opacity:0;transition:all 2s}.home__subtitle.show{opacity:1}.home__description.hide{opacity:0;transition:all 2s}.home__description.show{opacity:1}.home__container .button.hide{filter:blur(5px);opacity:0;transition:all 1.75s}.home__container .button.show{filter:blur(0);opacity:1}.home__img{background:url(/static/media/profile.72284b496f6e8127f4d9.jpg);background-position:50%;background-size:cover;border-radius:50%;height:400px;order:0;width:400px;z-index:1}.home__img.hide{filter:blur(2px);transition:all 3s}.home__img.show{filter:blur(0)}.home__scroll{margin:10rem;margin-left:9.25rem}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(3.75rem)}}.home__scroll-name{color:var(--title-color);font-weight:var(--font-medium);margin-left:2px;margin-right:var(--mb-0-25)}.home__scroll-arrow{color:var(--title-color);font-size:1.2rem}@media screen and (max-width:992px){.home__subtitle:before{top:.8rem;width:42px}.home__description{font-size:.85rem;margin-bottom:var(--mb-3);max-width:400px}.home__container .button{font-size:1rem}.home__data{width:400px}.home__img{height:250px;width:250px}.home__scroll{margin-left:7.5rem}.home__container .button{font-size:.75rem}.button__icon{width:15px}}@media screen and (max-width:768px){.home__container{flex-direction:column;margin:50px 0 0}.home__social{top:175px}.home__data{display:flex;flex-direction:column;height:30rem;justify-content:space-between;margin:50px}.home__data,.home__subtitle,.home__title{text-align:center}.home__subtitle{margin-bottom:3rem;margin-top:2rem;padding:0}.home__subtitle:before{left:0}.home__subtitle:after,.home__subtitle:before{background-color:var(--text-color);content:"";height:1px;position:absolute;top:.85rem;width:70px}.home__subtitle:after{right:0}.home__img{height:300px;width:300px}.home__data{grid-column:1/3}.home__container .button{display:flex;justify-content:center;margin:1.5rem 0 0}.home__scroll{display:none}}@media screen and (max-width:576px){.home__container,.home__description{margin:0}.home__social{top:140px}.home__data{height:500px;margin:0;width:300px}.home__subtitle{margin-bottom:1rem;margin-top:.5rem}.home__subtitle:after,.home__subtitle:before{width:50px}.home__img{box-shadow:inset 0 0 0 5px #ffffff4d;height:200px;width:200px}.home__scroll{margin-left:7.5rem}.home__container .button{align-self:center;font-size:.75rem;margin-top:1.5rem;width:200px}.button__icon{width:15px}.nav{margin-left:25px;margin-right:25px}}@media screen and (max-width:425px){.home__social{top:110px}}@media screen and (max-width:350px){.home__title{font-size:40px}.home__subtitle{font-size:20px;margin-bottom:3rem;margin-top:1rem;padding-left:0;padding-right:0;text-align:center}.home__img{height:180px;width:180px}.home__subtitle:after,.home__subtitle:before{display:none}.home__container .button{align-self:center;font-size:.75rem;margin-top:1rem;width:200px}}.portfolio{margin-top:10rem;overflow-x:hidden}.portfolio .section__title{margin-bottom:0}#projects{display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden}.project-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8rem;margin-top:5rem}.project-image{order:0;width:clamp(50vw,60vw,75vw)}#ccs-website,#tweety-bird,.ccs-expedited img{cursor:pointer}.project-info{display:flex;flex-direction:column;justify-content:space-between;max-height:80%;max-width:35vw;order:1}.project{border-bottom-right-radius:16px;border-top-right-radius:16px;max-height:100%;max-width:100%}.project-title{font-size:2vw;padding-right:2rem;padding-top:.5rem;position:relative;text-align:right;width:100%}.project-title p{font-size:1.4vw;font-weight:400;margin-top:1rem;width:100%}.project-description{align-self:flex-end;font-size:.75rem;line-height:clamp(.75vw,2rem,5vw);padding-right:2rem;position:relative;text-align:right;width:75%}.project-description.activity,.project-description.ccs-expedited,.project-description.friendslist,.project-description.hrf,.project-description.tweety{font-size:1rem;margin-bottom:2rem;margin-top:2rem;width:90%}.project-buttons{align-items:flex-end;color:#000;display:flex;flex-direction:column;font-size:medium;padding-right:2rem}.project-button{border:2px solid #0000;border-radius:12px;color:#000;font-size:clamp(1vw,1.5vw,1.5vw);padding:.5rem;position:relative;transition:border 2s ease-in,border .3s ease-out}.project-button:hover{border:2px solid #000}.hrf button{background-color:inherit}.project.hide{filter:blur(6px);transform:translateX(-100%);transition:all .5s}.project.show{filter:blur(0);transform:translateX(0);transition:all 2s}.project-title.hide{filter:blur(6px);transform:translateX(100%);transition:all 2s}.project-title.show{filter:blur(0);transform:translateX(0);transition:all 2s;transition-delay:.5s}.project-description.hide{filter:blur(6px);transform:translateX(100%);transition:all 2s}.project-description.show{filter:blur(0);transform:translateX(0);transition:all 2s;transition-delay:1.5s}.project-buttons.hide{filter:blur(6px);transform:translateX(30%);transition:all 2s}.project-buttons.show{filter:blur(0);transform:translateX(0);transition:all 2s;transition-delay:2.5s}@media screen and (max-width:992px){.portfolio.section{overflow-y:hidden}.project-container{flex-direction:column;gap:2rem}.project-image{width:75vw}.project-info{gap:1.5rem;max-width:85vw;order:1}.project-title{font-size:2rem;padding:.5rem 2rem 0 1rem;text-align:left}.project-description{align-self:flex-start;font-size:.9rem;line-height:clamp(2vw,7vw,9vw);padding-left:1rem;text-align:left}.project-description.tweety{font-size:.9rem;line-height:2rem;margin-bottom:.5rem;margin-top:1rem;width:95%}.project-description.ccs-expedited{margin-top:.5rem}.project-description.ccs-expedited,.project-description.hrf{font-size:.9rem;line-height:clamp(2vw,1.5rem,9vw);margin-bottom:.5rem;width:95%}.project-description.hrf{margin-top:1rem}.project-description.activity,.project-description.friendslist{font-size:.9rem;line-height:2rem;margin-bottom:.5rem;margin-top:1rem;width:95%}.project-title p{font-size:1rem}.project-buttons{align-items:flex-start;padding-left:.5rem}.project-button{font-size:1.5rem}.project-title.hide{filter:blur(6px);transform:translateX(-100%);transition:all 2s}.project-title.show{filter:blur(0);transform:translateX(0);transition:all 2s;transition-delay:.5s}.project-description.hide{filter:blur(6px);transform:translateX(-100%);transition:all 2s}.project-description.show{filter:blur(0);transform:translateX(0);transition:all 2s;transition-delay:1s}.project-buttons.hide{filter:blur(6px);transform:translateX(-30%);transition:all 2s}.project-buttons.show{filter:blur(0);transform:translateX(0);transition:all 2s;transition-delay:1.5s}}@media screen and (max-width:776px){project-button:hover{border:none}}@media screen and (max-width:500px){.portfolio{margin-top:0}.project-image{width:90vw}.project-button{font-size:1rem;padding-left:.5rem}}.modal{border-radius:10px;left:50%;top:50%;transform:translate(-50%,-50%)}.modal-content{border-radius:10px!important}.about__container{align-items:center;column-gap:4rem;grid-template-columns:repeat(2,1fr)}.about__img{align-self:flex-start;border-radius:1.5rem;justify-self:center;margin-top:1rem;width:350px}.about__title{font-size:var(--small-font-size);font-weight:var(--font-medium)}.about__subtitle{font-size:var(--tiny-font-size)}.about__description{font-size:1rem;line-height:2rem;margin-bottom:var(--mb-2-5);padding:0 4rem 0 0}.download-cv{font-size:1.5rem}@media screen and (max-width:992px){.about__container{grid-template-columns:1fr;row-gap:2.5rem}.about__img{width:220px}.about__box{padding:.75rem .5rem}.about__data{text-align:center}.about__info{justify-content:center}.about__description{margin-bottom:2rem;padding:0 5rem}}@media screen and (max-width:576px){.about.section{margin:0}.about__info{grid-template-columns:repeat(3,1fr)}.about__description{font-size:1rem;padding:0}}@media screen and (max-width:500px){.about__description{font-size:.85rem;line-height:1.5rem}.download-cv{font-size:1rem}}.skills__container{column-gap:2rem;display:flex;flex-wrap:wrap;justify-content:center}.full-stack{grid-gap:2rem;display:grid;gap:2rem}.skills__content{background-color:var(--container-color);border:1px solid #0000001a;border-radius:1.25rem;padding:2rem 4rem}.skills__content.skills__ai,.skills__content.skills__cloud{display:flex;flex-direction:column;justify-content:space-between}.skills__title{font-size:var(--large-font-size);font-weight:var(--font-medium);margin-bottom:3rem;text-align:center}.skills__box{column-gap:2.5rem;display:flex;flex-direction:column}.aws-badge{align-self:center;padding-top:3rem}.skills__group{grid-row-gap:1rem;align-items:flex-start;display:grid;row-gap:1rem}.skills__data,.skills__pair{column-gap:.5rem;display:flex}.skills__pair{flex-direction:column}.skills .bx-badge-check{color:var(--title-color);font-size:1rem}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium);line-height:18px;text-align:left}.skills__level{font-size:var(--tiny-font-size);text-align:left}@media screen and (max-width:992px){.skills__container{row-gap:2rem}}@media screen and (max-width:768px){.skills.section{margin:0}.skills__container{grid-template-columns:none}.skills__content.skills__cloud{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.skills__box{align-items:center}}@media screen and (max-width:576px){.skills.section{margin:0}.skills__container{grid-template-columns:none}.skills__content.skills__cloud{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.skills__box{align-items:center}}@media screen and (max-width:350px){.skills__box{column-gap:1.25rem}}.qualification__container{max-width:768px}.qualification__tabs{display:flex;justify-content:center;margin-bottom:var(--mb-2)}.qualification__button{color:var(--title-color);cursor:pointer;font-size:var(--h3-font-size);font-weight:var(--font-medium);margin:0 var(--mb-1)}.qualification__button:hover{color:var(--title-color-dark)}.qualification__icon{font-size:1.8rem;margin-right:var(--mb-0-25)}.qualification__active{color:var(--title-color-dark)}.qualification__sections{display:grid;grid-template-columns:.5fr;justify-content:center}.qualification__content{display:none;margin-top:2rem;width:90vw}.qualification__content-active{display:block}.qualification__data{grid-column-gap:1rem;column-gap:1rem;display:grid;font-size:medium;grid-template-columns:2.5fr .5fr 2.5fr}.qualification__left{text-align:right}.qualification__right{text-align:left}.qualification__title{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.qualification__subtitle{display:inline-block;font-size:.75rem;margin-bottom:var(--mb-1);margin-top:var(--mb-1)}.qualification__calendar{font-size:.75rem}.qualification__timeline{text-align:center}.qualification__rounder{background-color:var(--text-color);border-radius:50%;display:inline-block;height:13px;width:13px}.qualification__line{background-color:var(--text-color);display:block;height:100%;margin:auto;transform:translateY(-7px);width:1px}@media screen and (max-width:992px){.qualification__container{margin-left:auto;margin-right:auto}}@media screen and (max-width:576px){.qualification__sections{grid-template-columns:none}.qualification__button{margin:0 var(--mb-0-75)}}@media screen and (max-width:350px){.qualification__data{gap:0}.qualification__title{font-size:5vw}.qualification__subtitle{font-size:4vw}.qualification__calendar{font-size:3.5vw}}.contact__container{display:grid;grid-template-columns:1fr 1fr}.contact__form{grid-row-gap:1rem;display:grid;grid-template-rows:1fr 1fr 4fr 1fr;row-gap:1rem}.contact__form-div{height:4rem;margin-bottom:var(--mb-1);position:relative}.contact__form-input{background:none;border:2px solid #0000004d;border-radius:.75rem;color:var(--text-color);left:0;outline:none;padding:1.5rem;position:absolute;top:0;width:100%;z-index:1}.contact__form-label{background-color:var(--body-color);font-size:var(--small-font-size);left:1.25rem;padding:.25rem;position:absolute;top:-.75rem;z-index:10}#contact-message{height:20rem}.contact__quote{border-radius:50%;display:flex;flex-direction:column;font-family:Lucida Handwriting,cursive;font-size:medium;justify-content:center;margin-left:7vw;padding:2vw;position:relative;width:300px}.contact__quote:before{animation:wobble 5s infinite;border-radius:50%;bottom:-.75rem;box-shadow:0 0 0 10px #f2f2f2,0 0 0 15px #d9d9d9,0 0 0 20px #bfbfbf;content:"";height:19rem;left:-.25rem;position:absolute;right:auto;top:9rem;width:19rem;z-index:-1}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-color)!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input::selection{background:yourHighlightColor}input::-webkit-selection{background:yourHighlightColor}.swal-container .swal-popup{background-color:#f3f3f3;border-radius:20px;box-shadow:0 0 10px #00000026}.swal-container .swal-title{color:#333;font-size:24px}.swal-container .swal-content{color:#666}.swal-container .swal-confirm-button{background-color:var(--text-color);border-radius:5px;color:#fff}@keyframes wobble{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.contact__quote-author{font-size:small;margin-top:1rem}@media screen and (max-width:992px){.contact__quote{margin-right:4vw}}@media screen and (max-width:768px){.contact__container{display:grid;grid-template-columns:none;grid-template-rows:1fr 1fr}.contact__quote{border-radius:50%;display:flex;flex-direction:column;font-family:Lucida Handwriting,cursive;font-size:medium;margin-left:auto;margin-right:auto;padding:2vw;position:relative;width:19rem}.contact__quote:before{animation:wobble 5s infinite;border-radius:50%;box-shadow:0 0 0 10px #f2f2f2,0 0 0 15px #d9d9d9,0 0 0 20px #bfbfbf;content:"";height:19rem;position:absolute;width:19rem;z-index:-1}}@media screen and (max-width:576px){.contact__container{display:grid;grid-template-rows:1fr 2fr}.contact__quote{font-size:1.2rem;height:100%}.contact__quote:before{animation:wobble 5s infinite;border-radius:50%;bottom:-.75rem;box-shadow:0 0 0 10px #f2f2f2,0 0 0 15px #d9d9d9,0 0 0 20px #bfbfbf;content:"";height:17rem;left:1rem;position:absolute;right:auto;top:1rem;width:17rem;z-index:-1}.contact__form{margin-top:2rem}}@media screen and (max-width:425px){.contact__container .section__subtitle{margin-bottom:0}}@media screen and (max-width:350px){.contact__quote{border-radius:50%;display:flex;flex-direction:column;font-family:Lucida Handwriting,cursive;font-size:medium;margin-left:auto;margin-right:auto;padding:2vw;position:relative;width:14rem}.contact__quote:before{animation:wobble 5s infinite;border-radius:50%;bottom:-.75rem;box-shadow:0 0 0 10px #f2f2f2,0 0 0 15px #d9d9d9,0 0 0 20px #bfbfbf;content:"";height:15rem;left:2.2rem;position:absolute;right:auto;top:11rem;width:15rem;z-index:-1}}.footer{background-color:var(--title-color);border-top:1px solid #000;color:#797979;margin-top:15rem}.footer__container{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:2rem}.footer__link,.footer__title{color:var(--body-color)}.footer__title{text-align:right}.footer__link{color:var(--body-color)}.footer__link:hover{color:#797979}.footer__social-icon{color:var(--body-color);font-size:1.25rem}.footer__social-icon:hover{color:#797979}.footer__list{display:flex;flex-direction:column;row-gap:.5rem;text-align:left}.footer__social{column-gap:1.25rem;display:flex;justify-content:center}.footer__copy{padding:2rem;text-align:center}@media screen and (max-width:576px){.footer__title{font-size:1rem}.footer__list{font-size:.6rem}.footer__social-icon{font-size:1rem}}
/*# sourceMappingURL=main.8e615a5d.css.map*/