@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600&display=swap);html{font-size:62.5%}body{margin:0;box-sizing:border-box;font-family:"Poppins",sans-serif;background-color:#202430;color:#fff}.color--primary{color:#ef6461}.underline--primary{text-decoration:underline;-webkit-text-decoration-color:#ef6461;text-decoration-color:#ef6461;text-underline-offset:6px}.flex{display:flex}.flex--50{flex:50% 1}.flex--wrap{flex-wrap:wrap}.justify-center{justify-content:center}.flex--column{flex-direction:column}.justify-space-between{justify-content:space-between}.align-self-center{align-self:center}.color-blue{color:#022151}.flex-end{justify-content:flex-end}.section__title{color:#ef6461;text-transform:uppercase;font-size:4rem;font-weight:700;margin-bottom:15px}.section__subtitle{font-size:3rem;font-weight:700;text-decoration:underline;-webkit-text-decoration-color:#ef6461;text-decoration-color:#ef6461;text-underline-offset:10px;margin:15px 0 0}@media screen and (max-width:500px){.section__subtitle{font-size:2rem}}.section__bordered-content{border-left:2px solid #ef6461;padding-left:30px;margin-left:15px;color:#fff;font-size:2.5rem;font-weight:700;line-height:50px}@media screen and (max-width:500px){.section__bordered-content{font-size:2rem}}.container{max-width:1400px;margin:0 auto}.projects{margin-top:30px;flex-wrap:wrap}.projects-title{font-weight:700;font-size:3rem;color:#8dcc75;margin-bottom:20px}.projects-list{margin-top:30px;flex-wrap:wrap;justify-content:space-evenly}@media screen and (max-width:1380px){.projects-list{justify-content:center}}@media screen and (max-width:550px){.projects-list{flex-direction:column;align-items:center}}.projects .project{background-color:#262a34;border-radius:20px;margin-bottom:50px;max-width:600px}@media screen and (max-width:550px){.projects .project{width:90%;margin:0 0 50px}}.projects .project:last-child{margin-right:0}.projects .project--text{padding:0 30px}.projects .project--text--header{margin-top:10px}.projects .project--text--title{font-size:2.5rem}.projects .project--text--description{font-size:1.6rem;font-weight:100;margin-bottom:12px;max-width:600px}@media screen and (max-width:720px){.projects .project--text--description{font-size:1.6rem;width:100%}}.projects .project--text-technologies{color:#ef6461;font-weight:500;font-size:1.6rem}.projects .project--text--date{margin-bottom:10px;font-weight:400;font-size:1.6rem}.projects .project--text .btn-see{display:flex;justify-content:center;align-items:center;text-transform:uppercase;color:#fff;background-color:#ef6461;text-decoration:none;width:120px;height:40px;font-size:1.4rem;float:right;border-radius:20px;margin-bottom:12px}@media screen and (max-width:550px){.projects .project--text .btn-see{margin-bottom:20px}}.projects .project--picture img{max-width:600px;border-radius:10px 10px 0 0}@media screen and (max-width:1380px){.projects .project--picture img{width:100%}}@media screen and (max-width:550px){.projects .project--picture img{display:none}}.project-detail{max-width:1400px;margin:0 4%}.project-detail__title{margin-top:45px;font-size:6rem;color:#ef6461;font-weight:700;text-align:center}.project-detail__date{font-size:2rem;font-weight:700;text-align:center;margin-bottom:60px}.project-detail .section__title{font-size:3rem}.project-detail .section__bordered-content{font-size:1.8rem;line-height:2}.project-detail .img-fluid{width:100%;height:auto;object-fit:cover;align-items:center;display:flex}.project-detail .img__container{max-width:800px;display:flex;justify-content:center;margin:auto}.project-detail__content img{margin-top:50px}.project-detail__content .content__list{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:100px}.project-detail__content .content__list div{flex-wrap:wrap;align-items:center}.project-detail__content .content__list div>div{max-width:500px}.project-detail__content .content__list div>*{margin:10px 50px}.form__error{position:absolute;color:red}.form__error:before{content:"⚠ ";display:inline}.has-error{border:1px solid red!important}.technologies{box-shadow:0 0 4px 1px rgba(0,0,0,.3);border-radius:5px;max-width:360px;padding:25px 0;margin:0 20px}.technologies__title{padding-left:10%;font-weight:700;font-size:24px}.technologies__skills{padding-left:10%;margin-top:20px}.technologies__skills .skill{margin-bottom:10px}.technologies__skills .skill img{width:15px;height:25px;margin-right:5px}.technologies__skills .skill div:first-child{font-weight:700;color:#022151}.technologies__skills .skill__detail{margin-left:20px;font-size:14px}.menu{display:flex;flex-wrap:wrap;margin-top:50px}.menu__item{font-weight:700;visibility:hidden;font-size:3rem;color:#8dcc75}.menu__item a{text-decoration:none;color:initial}.menu__item img{width:20px;height:30px;margin-right:5px}.menu__item--active{visibility:visible}.works{margin-top:66px;position:relative}@media screen and (max-width:1050px){.works__container{flex-wrap:wrap}}.works .list__separator{position:absolute;left:0;right:0;margin:0 auto;width:2px;height:92%;background-color:#ef6461}@media screen and (max-width:1050px){.works .list__separator{display:none}}.works-title{margin-bottom:20px}.works-list{display:flex;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:1050px){.works-list{justify-content:center}}.works-list .work{display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 0 4px 1px rgba(32,36,48,.6);background-color:#262a34;backdrop-filter:blur(6px) saturate(100%);-webkit-backdrop-filter:blur(6px) saturate(100%);background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.125);border-radius:20px;padding:0 26px;margin:0 0 50px;flex-shrink:0}@media screen and (max-width:550px){.works-list .work{width:90%;margin:0 0 50px;padding:0 10px}}.works-list .work__title{font-size:2rem;font-weight:700}@media screen and (max-width:500px){.works-list .work__title{font-size:1.8rem}}.works-list .work__title:first-child{margin-top:30px}.works-list .work__date{margin:2px 0 10px;font-size:1.6rem;font-weight:400;color:#fff}@media screen and (max-width:500px){.works-list .work__date{font-size:1.4rem}}.works-list .work__description{width:435px;font-size:1.4rem;font-weight:400}@media screen and (max-width:500px){.works-list .work__description{font-size:1.2rem}}@media screen and (max-width:550px){.works-list .work__description{max-width:500px;width:100%}}.works-list .work__technologies{font-size:1.4rem;font-weight:500;margin:15px 0;color:#ef6461}@media screen and (max-width:500px){.works-list .work__technologies{font-size:1.2rem}}.presentation{margin-top:230px}@media screen and (max-width:500px){.presentation{margin-top:30px}}.presentation__title{font-size:13rem;text-align:center}@media screen and (max-width:500px){.presentation__title{font-size:8rem;line-height:1.4}}.presentation__subtitle{font-size:8rem;font-weight:100;text-align:center}@media screen and (max-width:500px){.presentation__subtitle{font-size:4rem;margin-top:50px;line-height:1.2}}.presentation .bitmoji{width:180px;height:180px;margin:0 0 -40px 20px}.presentation .socials a{margin-top:40px}.presentation .socials a svg{color:#fff;transition:color .4s ease-in-out}.presentation .socials a:hover svg{color:#ef6461;transition:color .4s ease-in-out}.presentation .socials a:nth-child(2){margin-left:105px;margin-right:105px}@media screen and (max-width:500px){.presentation .socials a:nth-child(2){margin-left:50px;margin-right:50px}}.education-list{display:flex;flex-wrap:wrap;margin-left:50px}@media screen and (max-width:1050px){.education-list{justify-content:center;flex-direction:row;margin-left:0;flex:1 1 80%}}.education-list::-webkit-scrollbar{display:none}.education-list .education{display:flex;flex-direction:column;box-shadow:0 0 4px 1px rgba(32,36,48,.6);background-color:#262a34;backdrop-filter:blur(6px) saturate(100%);-webkit-backdrop-filter:blur(6px) saturate(100%);background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.125);border-radius:20px;padding:0 26px;margin:0 0 50px;flex-shrink:0;min-height:150px}@media screen and (max-width:550px){.education-list .education{width:90%;padding:0 10px;margin:0 0 50px}}.education-list .education__title{font-size:2rem;font-weight:700}@media screen and (max-width:500px){.education-list .education__title{font-size:1.8rem}}.education-list .education__title:first-child{margin-top:30px}.education-list .education__date{margin:2px 0 10px;font-size:1.6rem;font-weight:400;color:#fff}@media screen and (max-width:500px){.education-list .education__date{font-size:1.4rem}}.education-list .education__description{width:435px;font-size:1.4rem;font-weight:400}@media screen and (max-width:500px){.education-list .education__description{font-size:1.2rem}}@media screen and (max-width:550px){.education-list .education__description{width:80%;margin-bottom:20px}}.education-list .education__technologies{font-size:1.4rem;font-weight:100;margin:15px 0;color:#ef6461}@media screen and (max-width:500px){.education-list .education__technologies{font-size:1.2rem}}.about{margin-top:300px;margin-bottom:100px}@media screen and (max-width:500px){.about{margin-top:100px}}.skills__content{margin-left:45px;display:flex;flex-wrap:wrap}@media screen and (max-width:500px){.skills__content{margin-left:20px}}.skills__content ul{margin-top:30px;padding-left:0}.skills__content ul li{list-style:none;font-size:2rem;margin:5px 0}@media screen and (max-width:500px){.skills__content ul li{font-size:2rem}}@media screen and (max-width:500px){.skills__list{margin:0 20px}}.skills__list:not(:last-child){margin-right:150px}@media screen and (max-width:500px){.skills__list:not(:last-child){margin:0 20px}}
/*# sourceMappingURL=main.23c76e17.chunk.css.map */