*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg-light:#eee;--color-text-light:#1a1a1a;--color-bg-dark:#111;--color-text-dark:#f5f5f5}body{background-color:var(--color-bg-light);color:var(--color-text-light);font-family:Poppins,sans-serif}p,h1,h2,h3,h4,h5,h6,span,div,li{color:inherit}html{scroll-behavior:smooth;font-size:62.5%}a{color:inherit;text-decoration:none}html.dark body{background-color:var(--color-bg-dark);color:var(--color-text-dark)}html.dark .sub-title{color:var(--color-text-dark)}html.dark .buttons>a{border:1px solid var(--color-text-dark)}html.dark a{color:var(--color-text-dark)}#btn-toggle-theme,#btn-lang{background:var(--color-bg-dark);color:var(--color-text-dark);cursor:pointer;border:1px solid #555;border-radius:6px;padding:.6rem 1rem;font-size:1.2rem;transition:all .3s}html.light #btn-toggle-theme,html.light #btn-lang,html:not(.dark) #btn-toggle-theme,html:not(.dark) #btn-lang{background:var(--color-bg-light);color:var(--color-text-light);border-color:#ccc}#btn-toggle-theme:hover,#btn-lang:hover{opacity:.8}.lang-menu{background:var(--color-bg-dark);z-index:200;border:1px solid #555;border-radius:6px;flex-direction:column;gap:.2rem;min-width:70px;margin-top:.4rem;padding:.4rem;list-style:none;display:flex;position:absolute;box-shadow:0 4px 12px #0000004d}html.light .lang-menu,html:not(.dark) .lang-menu{background:var(--color-bg-light);border-color:#ccc;box-shadow:0 4px 12px #0000001a}.lang-menu li{cursor:pointer;color:var(--color-text-dark);border-radius:4px;padding:.4rem .6rem;font-size:1.2rem;transition:background .2s}html.light .lang-menu li,html:not(.dark) .lang-menu li{color:var(--color-text-light)}.lang-menu li:hover{background:#ffffff1a}html.light .lang-menu li:hover,html:not(.dark) .lang-menu li:hover{background:#0000000d}.lang-menu:not(.open),.lang-menu.hidden{display:none}html.light .text-description,html.light [class*=font-texts]{color:var(--color-text-light);background-image:linear-gradient(#00000005,#0000)}html.dark .text-description,html.dark [class*=font-texts]{color:var(--color-text-dark)}.box-header{box-shadow:0 0 5px #5252524d}.box-header-mobile{box-shadow:0 0 5px #3472c2ad}nav{z-index:100;background:var(--color-bg-dark);color:var(--color-text-dark);flex-direction:row;gap:1rem;width:100%;padding:.6rem 1rem;transition:background-color .3s,color .3s;display:flex;position:fixed}.container__logo-btn{flex-direction:column;justify-content:center;align-items:center;font-size:1.7rem;display:flex}@media only screen and (width<=60.25em){.container__logo-btn{font-size:1.4rem}}#menu-desktop{height:inherit;justify-content:center;align-items:center;gap:10rem;width:100%;padding-top:1rem}@media only screen and (width<=60.25em){#menu-desktop{display:none}}.nav-list{flex-direction:row;justify-content:center;align-items:center;gap:2rem;list-style:none;display:flex}.nav-list li>a{color:inherit;font-size:2.5rem}.nav-list li>a:hover{color:#3472c2ad;text-underline-offset:1rem;text-decoration:underline}html.light nav,html:not(.dark) nav{background:var(--color-bg-light);color:var(--color-text-light)}#menu__mobile{display:none}@media only screen and (width<=60.25em){#menu__mobile{text-align:center;justify-content:space-around;align-items:center;width:100%;height:14%;display:flex}}.menu__button{display:inline-block;position:relative}.menu__button__icons{cursor:pointer;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;width:50px;height:18px;display:flex}.menu__button__icons span{background-color:var(--color-text-dark);width:100%;height:50px;transition:all .3s ease-in-out}html.light .menu__button__icons span,html:not(.dark) .menu__button__icons span{background-color:var(--color-text-light)}.nav-list-mobile{background:var(--color-bg-dark);color:var(--color-text-dark);flex-direction:column;align-items:center;gap:2rem;width:-moz-fit-content;width:fit-content;padding:2rem;font-size:1.5rem;font-weight:500;list-style:none;display:flex;position:absolute;top:100%;right:-80%;box-shadow:-1px 1px 0 1px #8a8a8a28}html.light .nav-list-mobile,html:not(.dark) .nav-list-mobile{background:var(--color-bg-light);color:var(--color-text-light)}.nav-list-mobile>li :hover{color:#3472c2ad;text-underline-offset:1rem;text-decoration:underline}.rotation span:first-child{transform:rotate(45deg)translate(7px,-15px)}.rotation span:last-child{transform:rotate(-45deg)translate(9px,-20px)}.rotation span:nth-child(2){transform:translate(4px,6px)}.hidden{opacity:0;transition:all ease-in-out}.hidden li>a{display:none}.element-increase{transition:all 1s ease-in-out;transform:scale(1.07)}@media screen and (width<=60.25em){.element-increase{transform:scale(1.05)}}@media screen and (width<=37.5em){.element-increase{transform:none}}section{background-color:var(--color-bg-light);padding:15vh 10vw}html.dark section{background-color:var(--color-bg-dark)}.name{font-size:3.3rem;font-weight:300}.sub-title{color:var(--color-text-light);opacity:.7;font-size:2rem;font-weight:600}html.dark .sub-title{color:var(--color-text-dark);opacity:.8}.text-description{color:inherit;background-image:linear-gradient(#ffffff0d,#0000);font-size:2rem;box-shadow:-1px 10px #0000001a}.mini-icon{width:3rem;height:3rem}.skillsoft{width:8rem}.title{text-align:center;flex-direction:column;grid-column:1/span 2;justify-content:center;align-items:center;padding:2rem 0;display:flex}.icon{width:-moz-fit-content;width:fit-content;height:5rem;transition:all .3s ease-in-out}.icon:hover{cursor:pointer;transform:scale(1.2)}.buttons{flex-direction:row;justify-content:center;align-items:center;gap:4rem;display:flex}.buttons__profile-1{color:#3472c2ad;font-weight:600}.buttons__profile-2{color:#fff;background-color:#3472c2ad;border-radius:100px;box-shadow:1px 1px 10px 1px #5252524d}.buttons>a{padding:.8rem 2rem;transition:all .3s ease-in-out}.buttons>a:hover{color:#3472c2ad;text-underline-offset:1rem;background-color:#eee;text-decoration:underline}.buttons>a:active{background:#3472c2ad}#profile{flex-direction:row;justify-content:center;align-items:center;gap:4rem;height:100vh;display:flex}@media screen and (width<=60.25em){#profile{flex-direction:column;align-items:center;gap:5rem;height:150vh;display:flex}}#profile .profile__image>img{object-fit:cover;border-radius:50%;width:30rem}#profile .profile__description{text-align:center;flex-direction:column;gap:2rem;font-size:2rem;display:flex}#social{flex-direction:row;justify-content:center;gap:3rem;display:flex}#about-me{grid-template-columns:repeat(2,1fr);gap:5rem;display:grid}@media screen and (width<=60.25em){#about-me{flex-direction:column;align-items:center;gap:5rem;display:flex}}#about-me .about__profile{flex-direction:column;grid-column:1/span 2;justify-content:center;align-items:center;display:flex}#about-me .information{flex-direction:row;align-items:start;gap:2rem;display:flex}#about-me .information__education,#about-me .information__experience{text-align:center;color:inherit;background-image:linear-gradient(#ffffff0d,#0000);padding:10rem 1rem;font-size:1.6rem;font-weight:500;display:inline;box-shadow:-1px 10px #0000001a}@media screen and (width<=60.25em){#about-me .information{flex-direction:column;align-items:center;gap:2rem;display:flex}}#about-me .profile__image{flex-direction:column;justify-content:center;align-items:center;display:flex}#about-me .profile__image img{object-fit:cover;object-position:center;border-radius:4px;width:100%;height:35rem;display:inline-block}#about-me .profile__image img:hover{transition:all .6s ease-in-out;transform:scale(1.1)}#about-me .text-description{text-align:center;grid-column:1/span 2;padding:1rem 2rem;font-size:1.5rem}#knowledge{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media screen and (width<=60.25em){#knowledge{flex-direction:column;align-items:center;gap:5rem;display:flex}}#knowledge .knowledge__ul{border:2px solid #4b4b4b;border-radius:5px;flex-direction:column;justify-content:center;padding:2rem;display:flex}#knowledge .knowledge__ul li{text-align:center;color:inherit;background-image:linear-gradient(#ffffff0d,#0000);flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:2px;font-size:1.3rem;list-style:none;display:flex;box-shadow:-1px 10px #0000001a}#my-projects{grid-template-columns:repeat(2,1fr);justify-content:center;gap:2rem;display:grid}@media screen and (width<=60.25em){#my-projects{flex-direction:column;align-items:center;gap:5rem;display:flex}}#my-projects my-projects{grid-column:1/span 2}#my-projects .my-projects__model{background-color:#ffffff07;border-radius:1%;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding:1rem 0;font-size:1.4rem;display:flex;position:relative;box-shadow:1px 1px 4px #5252524d}#my-projects .my-projects__model-container{padding:1rem}#my-projects .my-projects__model-container img{object-fit:cover;object-position:top center;border:3px solid #3472c2ad;border-radius:4px;width:min(44rem,100%);height:25rem;box-shadow:9px 9px 3px 1px #00000031}#my-projects .my-projects__model-container img:active{cursor:pointer;transition:all .6s ease-in-out;transform:scale(1.1)}#my-projects .my-projects__model-container img:hover{cursor:pointer}#my-projects .my-projects__model-list li{padding:.3rem;list-style:none}#my-projects .my-projects__model .responsive__icon{width:6rem;height:5rem;position:absolute;top:23%;left:90%;transform:translate(-50%);box-shadow:1px 1px 10px 1px #3838384d}#my-projects .my-projects__model_ul{flex-direction:column;justify-content:center;align-items:center;list-style:none;display:flex}#my-projects .main{text-align:center;flex-direction:row;grid-column:1/span 2;justify-content:center;align-items:center;width:100%;font-size:1.3rem;display:flex}@media screen and (width<=60.25em){#my-projects .main{flex-direction:column;display:flex}}#my-projects .main img{object-fit:cover;object-position:top center;border:3px solid #3472c2ad;border-radius:4px;width:min(68rem,90%);max-height:38rem;box-shadow:9px 9px 3px 1px #00000031}#my-projects .main video{border-radius:10px;width:580px;box-shadow:1px 1px 12px #0000004d}@media screen and (width<=60.25em){#my-projects .main video{width:450px}}@media screen and (width<=37.5em){#my-projects .main video{width:260px}}#contact-me{flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-size:2rem;display:flex}#contact-me .linkedin{border:1px solid #4b4b4b;border-radius:5px;flex-direction:column;align-items:center;padding:2rem;font-size:1.3rem;display:flex;box-shadow:1px 1px 5px #0000004d}footer{text-align:center;flex-direction:column;align-items:center;gap:3rem;margin:3rem;font-size:1.5rem;display:flex}footer .footer-list li:last-child a{color:#4b4b4b}footer .footer-list{flex-direction:row;justify-content:center;align-items:center;gap:1.4rem;list-style:none;display:flex}@media screen and (width<=60.25em){footer .footer-list{flex-direction:column;align-items:center;gap:5rem;display:flex}}footer .footer-list li>a{font-size:3rem}footer .footer-list li>a:hover{color:#3472c2ad;text-underline-offset:1rem;text-decoration:underline}
/*# sourceMappingURL=index.a0296b0a.css.map */
