.container-socialicon a{transition:all ease-in .3s}.container-socialicon a:hover{transform:scale(1.3)}.btn-primary{background-color:var(--primary);color:var(--background);border-radius:12px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 16px;gap:8px;width:100%;transition:background-color ease-in .2s}.btn-primary:hover{background-color:var(--primary-400)}.btn-outline{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:8px;color:var(--primary);border:2px solid var(--primary);border-radius:12px;transition:all ease-in .2s}.btn-outline:hover{border:2px solid var(--primary-400)}.flex-init{gap:20px}.hero{flex-wrap:wrap;justify-content:center;gap:70px}.hero .face{max-width:450px;border:10px solid var(--primary);border-radius:50%}.role{margin-top:0}.box-2{max-width:450px}.btn-hero{max-width:200px}.contain-btnhero{margin-top:1rem;gap:10px;align-items:center}@media screen and (max-width:992px){.hero .face{max-width:350px}.box-2{max-width:300px}.contain-btnhero{flex-direction:column;align-items:flex-start}.btn-hero{max-width:300px;width:98%}}@media screen and (max-width:768px){.hero .face{max-width:300px}.contain-btnhero{flex-direction:column;align-items:flex-start}}@media screen and (max-width:480px){.hero .face{max-width:300px}}@media screen and (max-width:320px){.hero .face{max-width:300px}}.typewriter{display:inline-block;white-space:nowrap;letter-spacing:2.5px;border-right:4px solid;width:19.5ch;overflow:hidden;animation:typing 2s steps(14),blink .5s step-end infinite alternate}@keyframes typing{0%{width:0}}@keyframes blink{50%{border-color:transparent}}@media screen and (max-width:480px){.typewriter{font-size:1.3rem;width:20.5ch}}.card{border-radius:10px;padding:24px 12px;background-color:var(--gray);min-height:306px;flex-direction:column;justify-content:space-between}.footer-card,.f-center{display:flex;align-items:center}.fig-card{width:280px;height:auto;margin:0 auto}.fig-card img{width:100%;height:100%;border-radius:4px}.footer-card{justify-content:space-between}.chips-container{gap:10px}.f-center{gap:4px}.chip{border-radius:6px;padding:4px 8px;background-color:var(--gray-400)}.project-home{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));place-items:center;grid-gap:30px 10px}.card-text{max-width:300px}.btn-more-project{max-width:200px}@media screen and (max-width:768px){.btn-more-project{max-width:300px;width:98%}}.link{display:flex;align-items:center;gap:8px;transition:.3s ease-out}.p-line{margin:8px auto}.underline{display:inline-flex;position:relative}.underline:after{content:"";position:absolute;width:100%;height:4px;bottom:0;left:0;right:0;border-radius:12px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:.5s ease-in-out}.underline:hover:after{transform:scaleX(1)}.underline2{display:inline-flex;position:relative}.underline2:after{content:"";width:0;height:4px;border-radius:12px;background:var(--primary);position:absolute;bottom:0;right:50%;transition:all .5s ease-in-out;will-change:width}.underline2:hover:after{width:100%;right:0}.back-project{align-items:center;gap:10px;margin:1rem 0}.back-icon{cursor:pointer;background-color:transparent;border:none;align-items:center}.divlink{display:flex;align-items:center;gap:25px}.container-figure{width:75vw;max-width:750px;min-width:300px;height:auto;margin:0 auto 30px}.fig-img{width:100%;height:100%;border-radius:8px}.fig-cap{text-align:center}.container-chips{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.container-next-prev{margin-top:2rem;display:flex;justify-content:space-between;align-items:center}.container-next-prev a{display:flex;justify-content:center;align-items:center;gap:8px}.link-prev{display:inline-flex;position:relative}.link-prev:after{content:"";position:absolute;width:100%;height:4px;bottom:0;left:0;right:0;border-radius:12px;background:var(--primary);transform:scaleX(0);transform-origin:right;transition:.5s ease-in-out}.link-prev:hover:after{transform:scaleX(1)}.blockquote{border-left:4px solid var(--primary);background-color:var(--primary-100);color:var(--background);padding:1rem 2rem .2rem;border-radius:2px}.timeline-info{border-left:5px solid var(--gray);padding:2px 16px;position:relative}.timeline-info h3{margin-top:1rem}.timeline-info h4{padding:6px 0}.dot{height:20px;width:20px;background-color:var(--primary);border-radius:50%;display:inline-block}.dot-psd{display:block;position:absolute;height:16px;width:16px;background-color:var(--primary);border-radius:50%;left:-10px;top:26px}.timeline-logo{width:70px;height:auto}.timeline-logo img{width:100%;height:100%;border-radius:50%}.timeline-enterprise{padding:4px 16px}.dot-div{height:20px;width:20px;background-color:var(--primary);border-radius:50%;position:absolute;left:calc(19% + 1px);margin-top:26px}.fig-card img{height:200px;width:100%;object-fit:cover}.certificate{max-height:390px}.info-card{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;width:100%;overflow:hidden}.info-card h3{font-size:1.1rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.info-card div{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-skills{display:flex;flex-wrap:wrap;justify-content:center;gap:65px}.skill-card,.skill-info{flex-direction:column;justify-content:center;align-items:center;gap:5px}.flex{display:flex}.header{align-items:center;justify-content:space-between;padding:1rem 2.5rem}.header .logo img{height:80px;width:auto}.nav{align-items:center;gap:20px}@media screen and (max-width:480px){.nav a:nth-child(-n+3){display:none}}hr{border:1px solid var(--light);margin:auto;width:93%}.footer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;padding:3rem 2.5rem}.footer ul{display:flex;flex-direction:column;gap:10px}.footer li{list-style:none}.footer .contact{max-width:390px}.p-footer{padding-bottom:1rem}@media screen and (max-width:768px){.footer{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.footer{grid-template-columns:repeat(1,1fr)}}:root{--primary-0: #FFF9F5;--primary-100: #FFE2D0;--primary-200: #FEC6A1;--primary-300: #FEA972;--primary-400: #FD8D43;--primary: #FD7014;--primary-600: #CA5A10;--primary-700: #98430C;--primary-800: #652D08;--primary-900: #331604;--gray-0: #EBECED;--gray-100: #D7D8DA;--gray-200: #B0B2B5;--gray-300: #888B90;--gray-400: #61656B;--gray: #393E46;--gray-600: #2E3238;--gray-700: #22252A;--gray-800: #17191C;--gray-900: #0B0C0E;--background-0: #E9EAEA;--background-100: #D3D4D6;--background-200: #A7A9AD;--background-300: #7A7E83;--background-400: #4E535A;--background: #222831;--background-600: #1B2027;--background-700: #14181D;--background-800: #0E1014;--background-900: #07080A;--light: #EEEEEE;--black: #000000;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{font-size:100%}body{background:var(--background);font-family:Poppins,sans-serif;font-weight:400;line-height:1.75;color:var(--light);scroll-behavior:smooth}p{margin-bottom:1rem}h1,h2,h3,h4,h5{margin:3rem 0 1.38rem;font-family:Poppins,sans-serif;font-weight:800;line-height:1.3}h1{margin-top:0;font-size:3.188rem}h2{font-size:2.375rem}h3{font-size:1.75rem}h4{font-size:1.313rem}h5{font-size:1.125rem}small,.text_small{font-size:.8rem}a{text-decoration:none;color:var(--light)}.container{display:grid;place-items:center}.flex-init{display:flex;flex-direction:row;align-items:center}.m-0{margin:0}.my-1{margin:1rem 0}section{margin-bottom:4rem}.main-container{max-width:1024px;width:100%;margin:0 auto}.content-page{margin:0 2.5rem}.expertise-list{list-style:none;padding:0;margin:1.5rem 0}.expertise-list li{padding-left:1rem;margin-bottom:.8rem;line-height:1.6;border-left:2px solid var(--primary)}
