@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";:root{--bg-img-welcome:url(/_next/static/media/bg-svg-light.0f11bd5b.svg);--bg-primary:#fcfcfc;--bg-secondary:#f5f7fc;--color-primary:#7a94ec;--title:#2a3442;--text:#6d757e;--fs-p:1.7rem;--bg-nav:#13171c}[data-theme=dark]{--bg-img-welcome:url(/_next/static/media/bg-svg-dark.aaf78c5c.svg);--bg-primary:#171c24;--bg-secondary:#13171c;--color-primary:#7a94ec;--title:#f8f8f8;--text:#7383a8;--bg-nav:#13171c}*{box-sizing:border-box;word-wrap:break-word;list-style:none;text-decoration:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:7rem}body{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-primary)}h1,h2,h3{color:var(--title)}img{width:100%}p{color:var(--text)}.global-container{max-width:120rem;margin:0 auto}.spacing-sections{margin-bottom:8rem}.padding-content{padding:5rem 0}.wave path{fill:var(--bg-secondary)}@media(max-width:1347px){.global-container{max-width:90%}}.section-welcome{position:relative;padding-top:8rem;background-color:var(--bg-secondary);display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;min-height:40rem}.section-welcome:before{animation:float 3s ease-in-out infinite;-webkit-animation:float 3s ease-in-out infinite;content:"";margin-top:10rem;position:absolute;width:100%;height:100%;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;background-image:var(--bg-img-welcome);background-repeat:no-repeat;background-size:100% 100%;z-index:1}@-webkit-keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px);-webkit-transform:translatey(-20px);-moz-transform:translatey(-20px);-ms-transform:translatey(-20px);-o-transform:translatey(-20px)}to{transform:translatey(0);-webkit-transform:translatey(0);-moz-transform:translatey(0);-ms-transform:translatey(0);-o-transform:translatey(0)}}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px);-webkit-transform:translatey(-20px);-moz-transform:translatey(-20px);-ms-transform:translatey(-20px);-o-transform:translatey(-20px)}to{transform:translatey(0);-webkit-transform:translatey(0);-moz-transform:translatey(0);-ms-transform:translatey(0);-o-transform:translatey(0)}}.section-welcome__content{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;width:60rem;text-align:center}.section-welcome__title{font-weight:700;font-size:4rem;margin:0}.section-welcome__description{margin:2rem auto 2rem 0;color:var(--text);font-size:1.8rem}.section-welcome__color-text-web{background-image:linear-gradient(45deg,var(--color-primary),rgba(122,149,236,.557));background-clip:text;background-size:100%;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;line-height:2}.section-welcome__link{transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;color:#fff;font-size:1.6rem;background-color:var(--color-primary);padding:1rem;font-weight:700;width:50%;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}.section-welcome__link:hover{opacity:.8}.section-techs{margin-top:5rem;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.section-techs,.section-techs__content-text{display:flex;flex-direction:column;align-items:center}.section-techs__content-text{text-align:center;margin:4rem 0}.section-techs__title{font-weight:700;color:var(--color-primary);font-size:2.6rem;margin-bottom:2rem}.section-techs__description{width:60rem;font-size:var(--fs-p)}.section-about__title{font-weight:700;font-size:2.6rem;text-align:center;color:var(--color-primary);margin-bottom:4rem}.section-about__content{display:flex;justify-content:space-around;flex-wrap:wrap;grid-gap:2rem;gap:2rem}.section-about__article{width:40rem}.section-about__article-title{text-align:center;font-size:2.9rem;color:var(#13171c);margin-bottom:2rem}.section-about__article-description{font-size:var(--fs-p)}.section-contact{display:flex;flex-direction:column;align-items:center}.section-contact__title{font-weight:700;font-size:2.6rem;text-align:center;color:var(--color-primary);margin-bottom:4rem}@media(max-width:971px){.section-welcome:before{animation:none;background-image:none;-webkit-animation:none}}@media(max-width:926px){.section-welcome__content{width:75%}.section-welcome__title{font-size:2.6rem}.section-welcome__description{font-size:2rem}.section-skills__bg-techs{width:100%}}@media(max-width:840px){.section-techs__description,.section-welcome__link{width:100%}}@media(max-width:556px){.section-welcome__content{width:90%}}