div.social-media{height:100%;display:flex;flex-direction:row;justify-content:space-around}div.social-media a{padding:25px 50px;border-radius:40px}div.social-media a>div{height:100%;display:flex;flex-direction:row;align-items:center;gap:10px}div.social-media a>div svg{height:100%;width:auto}div.social-media a:hover{background-color:#0000004d}div.social-media h2{font-weight:900;font-size:2rem}div.fullscreen-menu{background-color:var(--secondary-color);position:fixed;inset:0;transform:translate(100%);transition:transform .5s ease;display:flex;z-index:15}div.fullscreen-menu.check{transform:translate(0)}div.fullscreen-menu>*{width:50vw}div.logo{padding:5vh 5vw;display:flex;justify-content:center;align-items:center}div.logo *{max-height:100%;max-width:100%}div.logo svg{color:#000}.nav-menu{margin:calc(75px + 1rem) 1rem 1rem 1rem;padding:10vh 1rem 1rem 1rem;border-radius:10px;background-color:var(--dark-secondary-color);display:flex;flex-direction:column;justify-content:space-between}.nav-menu li{width:100%;height:10vh;list-style:none}.nav-menu ul a{width:100%;line-height:10vh;font-size:7.5vh;text-align:center;border-top:1px var(--primary-color) solid;color:var(--primary-color)}.nav-menu ul a:hover{background-color:var(--primary-color);color:var(--dark-secondary-color)}div.social-media-menu{height:5vh}div.social-media-menu a{border-radius:5px;padding:1vh}div.social-media-menu h2{color:var(--primary-color);font-size:3vh;font-weight:500}header{position:fixed;top:0;width:100%;height:75px;padding:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10}header>div.top-bar,header label{height:100%;display:flex;justify-content:center;align-items:center}header #menu-toggle{display:none}header label.menu-button{cursor:pointer;z-index:20}header a{height:100%;display:inline-block}header img{height:100%;max-width:100%}.marquee{width:100%;height:10vh;min-height:50px;max-height:75px;margin:10px 0;display:flex;overflow:hidden}.marquee>div{width:100%;height:100%;flex:none;display:flex;flex-direction:row;justify-content:space-around;align-items:center;animation:marquee 20s linear infinite}.marquee>div>span{height:100%}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}a.card-link{width:25%}a.card-link:hover{border-radius:25px;background-color:#0000004d}a.card-link:hover div.card-link-top{background-color:#0003}div.card-link-top{padding:20px;border-radius:25px}div.card-link-bottom{padding:10px;display:flex;justify-content:center;align-items:center;opacity:0}footer>nav>a:hover div.card-link-bottom{opacity:100%}footer{width:100%;padding:2% 0 1%;border-radius:50px 50px 0 0;background-color:var(--secondary-color);display:flex;flex-direction:column;gap:50px}footer>nav{height:100%;margin:0 5%;display:flex;justify-content:center;align-items:center;gap:5%}footer p{color:#fff}footer h2,footer svg{color:var(--primary-color);font-weight:900}footer a{height:100%;display:inline-block}div.button{display:flex;justify-content:space-evenly;align-items:center}a.button-cta{width:50%;min-width:150px;height:50px;border-radius:50px;background-color:var(--secondary-color);display:flex;align-items:center;flex-direction:row;position:relative;overflow:hidden}a.button-cta:active{transform:translateY(2px)}a.button-cta span{height:100%;width:100%;padding:5px 15px;border-radius:50px;background-color:var(--dark-secondary-color);display:flex;align-items:center;justify-content:right;position:absolute;transform:translate(calc(-100% + 50px));transition:transform .5s ease}a.button-cta:hover span{transform:translate(max(0%,calc(150px - 100%)));transition:transform .5s ease}a.button-cta span svg{height:30px}a.button-cta div{width:100%;margin:0 50px;display:flex;align-items:center;justify-content:center}a.button-cta p.text-cta{width:100%;max-height:3em;line-height:1.5;margin:0;color:var(--primary-color);overflow:hidden;word-break:break-word;text-align:center;z-index:1}div.slider{width:100%;position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none;--height-card: 300px}div.cards-size{margin:0 calc(50px + 2%);overflow:hidden}div.slider-cards{width:100%;position:relative;display:flex;transition:transform .5s ease}div.card{width:100%;height:var(--height-card);flex-shrink:0;display:flex;align-items:center;justify-content:center}div.card p{height:min-content;margin:0}ol.dots-cards{width:100%;margin:10px 0 15px;text-align:center;display:flex;align-content:center;justify-content:center}li.dot{display:inline-block;width:15px;height:15px;margin:0 8px;background:var(--secondary-color);border-radius:50%;opacity:.25;cursor:pointer}li.is-selected{opacity:1}div.slider button{--size-button: 50px;width:var(--size-button);height:var(--size-button);border:var(--secondary-color) 1px solid;border-radius:50%;background-color:#fff9;position:absolute;top:calc(var(--height-card) * .5 - var(--size-button) * .5);display:flex;justify-content:center;align-items:center;cursor:pointer}div.slider button.left{left:0;padding-right:3px}div.slider button.left svg{rotate:180deg}div.slider button.right{right:0;padding-left:3px}div.slider button svg{height:30px;color:var(--secondary-color)}a.card-project-home{width:100%;height:100%;padding:3%;border-radius:15px;box-shadow:inset 0 0 1rem 5px #00000040;background-color:var(--dark-secondary-color);display:flex;justify-content:space-between;align-items:stretch;gap:1.5rem}a.card-project-home div.text{flex:1;display:flex;flex-direction:column}a.card-project-home div.button{margin:auto 0}a.card-project-home div.img img{width:auto;height:100%}a.card-project-home h3{color:var(--primary-color)}a.card-project-home p{color:#fff}div.info{width:75%;display:flex;gap:2%}div.info>section{width:50%}div.info div.button{margin-top:auto}section.projects,section.home-resume{width:75%}div.slider{margin-bottom:1rem}div.coming-soon{width:100%;height:100%;display:flex;justify-content:center;align-items:center}div.coming-soon h1{font-size:15rem;font-weight:900;color:var(--secondary-color)}section.project{display:grid;grid-template-columns:1fr 40%;grid-template-rows:auto;grid-template-areas:"text img" "footer footer";grid-column-gap:1.5rem;grid-row-gap:1.5rem}section.project:not(:has(.project-img)){grid-template-columns:1fr;grid-template-areas:"text" "footer"}section.project div.project-img{grid-area:img}section.project div.project-img img{position:sticky;top:0;height:auto;width:100%;max-width:100%;display:block}section.project div.project-text{grid-area:text;display:flex;flex-direction:column;gap:2rem}section.project div.project-description{position:sticky;top:0}section.project div.project-description h2{margin-bottom:2.5rem}section.project div.project-description p{margin-top:1rem}section.project div.footer{grid-area:footer;display:grid;grid-template-columns:1fr 40%;grid-template-rows:auto;grid-template-areas:"button button" "language link";grid-column-gap:1.5rem;grid-row-gap:1.5rem}section.project div.footer div.button{grid-area:button}section.project div.footer div.button svg{color:var(--primary-color)}section.project div.footer div.link{grid-area:link;text-align:right}section.project div.footer div.language-use{grid-area:language;display:flex;align-items:baseline}section.project div.footer div.languages{display:flex;flex-wrap:wrap}section.project div.footer p{display:inline;white-space:nowrap}section.project div.footer span{margin:0 5px;white-space:nowrap}section.project div.footer a{color:#000;white-space:nowrap}section.project div.link a{margin:0 5px}section.project div.link a:hover{text-decoration:underline}section.project{width:75%}section.contact{width:75%}div.info-contact{margin:1rem;display:flex;justify-content:space-around}div.info-contact a{display:block;color:#000}div.info-contact a:hover{text-decoration:underline}div.social .social-media{display:flex;flex-direction:column}div.social .social-media a{margin:0;padding:0}div.social div.social-media a:hover{background-color:transparent}div.social .social-media a h2{font-weight:500;font-size:1rem;color:#000}section.resume{width:75%}section.resume iframe{width:100%;height:80vh}section.resume a{width:50%;min-width:150px;height:50px;border-radius:50px;background-color:var(--secondary-color);display:flex;align-items:center;justify-content:center;flex-direction:row}a.button-download:active{transform:translateY(2px)}section.resume a:hover{background-color:var(--dark-secondary-color)}section.resume a p{color:var(--primary-color)}section.resume a span{height:100%;max-width:100%;padding:5px 15px;display:flex;align-items:center;justify-content:center}:root{--primary-color: #F9EDCB;--light-primary-color: #fdf8ea;--dark-primary-color: wheat;--secondary-color: #454B5A;--dark-secondary-color: #373c48}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;background-color:var(--primary-color)}main{width:100%;margin-bottom:200px;min-height:100vh;display:flex;flex-direction:column;align-items:center;gap:100px}main>div{width:100%}div.head{height:75px;display:flex;align-items:center;justify-content:center}h1.namepage{text-align:center}main section{border-radius:0 50px;padding:2%;background-color:var(--light-primary-color);display:flex;flex-direction:column;gap:1.5rem}main h2{margin-bottom:1rem;color:#000}main h3{margin-bottom:.5rem}a,button,p,h1,h2,h3,h4,h5,h6{position:relative;color:#000;z-index:1}a,p{font-size:1.2rem}:is(a,button,p,h1,h2,h3,h4,h5,h6) *{position:relative;z-index:1}a,a:visited{text-decoration:none;color:var(--primary-color)}svg{height:100%;width:auto}.no-scroll{height:100vh;overflow:hidden}
