@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.portfolio,.all-portfolio{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.all-portfolio .box-projects{margin-bottom:60px}.box-projects{width:360px;border-radius:15px}.container-content{margin-left:13px}.box-projects .image-project{width:100%;height:13rem;border-radius:15px 15px 0 0;margin-bottom:15px}.box-projects h3{font-size:1.5rem;margin-bottom:8px}.box-projects p{width:340px}.button-and-icons-container{display:flex;align-items:center;gap:20px;margin:14px 0}.bnt-project{display:inline-block;padding:10px 22px;background:var(--main-color);color:var(--text-color);border:2px solid var(--main-color);font-size:13px;font-weight:600;border-radius:8px;transition:all .4s ease-in-out;cursor:pointer}.bnt-project:hover{transform:translateY(-1px);background:transparent;color:var(--main-color)}.icon-project{width:22px}.icon-project:hover{transform:translateY(-4px);transition:.6s}.all-projects{display:flex;justify-content:center;align-items:center;margin:40px 0}.bnt-all{display:inline-block;padding:15px 35px;background:#212121;color:var(--main-color);font-size:var(--p-font);font-weight:700;letter-spacing:1px;border-radius:3rem;transition:all .5s ease}.bnt-all:hover,.bnt-all:active{color:#212121;background:#9bc995;box-shadow:var(--main-color) 0 1px 15px}.container-tags{display:flex;justify-content:center;align-items:center;gap:5px;margin:12px 0}.hang-tags{font-size:12px;font-weight:500;border:1px solid rgba(105,50,245,.3);background:#6932f50d;text-align:center;border-radius:20px;padding:4px 12px;color:var(--text-color);transition:all .3s ease;letter-spacing:.5px}.hang-tags:hover{border-color:#6932f599;background:#6932f51a;transform:translateY(-2px)}header{position:fixed;top:0;right:0;width:100%;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1rem 8%;background:transparent;transition:all ease .45s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(105,50,245,.1)}header.sticky{background-color:#1b1c1df2;box-shadow:0 4px 20px #6932f526;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo img{width:140px;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.navbar{display:flex;align-items:center;gap:.5rem}.navbar a{font-size:1rem;font-weight:500;color:var(--text-color);margin:0 1rem;padding:.5rem 1rem;border-radius:8px;transition:all ease .3s;position:relative}.navbar a:hover{color:var(--main-color);background:#6932f51a}.navbar a.active{color:var(--main-color);background:#6932f526}.menu-btn{padding:.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;background:#6932f51a;transition:all .3s ease}.menu-btn:hover{background:#6932f533;transform:scale(1.05)}#menu-icon{width:32px;height:32px;z-index:1001;transition:transform .3s ease}.container-emphasis{display:flex;align-items:center;justify-content:space-evenly;height:75vh;width:100%;margin-top:70px}.home-img{width:480px;height:480px}.home-img img{width:100%;height:100%;object-fit:contain}.home-img img{animation:imgg 2s ease-in-out infinite;animation-delay:2s}@keyframes imgg{0%{transform:translateY(0)}50%{transform:translateY(-22px)}to{transform:translateY(0)}}.home-text span{color:var(--text-color);font-weight:700;font-size:17px;text-transform:uppercase}.home-text h1{font-size:var(--big-font);margin:15px 0 10px;color:#fff;background:linear-gradient(90deg,var(--main-color),#b293ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-text p{font-size:var(--p-font);font-weight:400;color:#c3c3c3;line-height:30px;margin-bottom:30px;width:600px}.bnt{display:inline-block;padding:14px 34px;background:var(--main-color);color:var(--text-color);border:2px solid var(--main-color);font-size:16px;font-weight:600;border-radius:8px;transition:all .6s ease-in-out}.bnt:hover{transform:translateY(-5px);background:transparent;color:var(--main-color)}.two{background:#141414;border:2px solid #141414;color:var(--text-color);margin-left:25px}.two:hover{color:#141414;background:var(--text-color);border:2px solid var(--text-color)}.share{display:flex;align-items:center;margin-top:2.3rem}.share p{font-size:17px;color:var(--text-color);margin-right:25px}.social img{display:inline-flex;align-items:center;justify-content:center;margin:0 5px}.social img:hover{transform:translateY(-8px);transition:all .8s ease-in-out}.container-about-me{display:flex;justify-content:space-evenly;align-items:center;margin-top:100px;margin-bottom:120px}.container-about-me img{width:450px}.about-me h4{font-size:1rem;margin-bottom:.7rem;color:var(--main-color);font-weight:700}.about-me h2{font-size:2rem;max-width:520px;margin-bottom:1rem}.about-me p{font-size:var(--p-font);width:600px}.container-skills h2{text-align:center;margin-bottom:30px}.skills{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;max-width:1100px;margin:0 auto;gap:1.5rem}.superior-skills,.lower-skills{display:flex;justify-content:center;align-items:center;gap:1.5rem}.lower-skills{margin-bottom:3.5rem}.container-awards{max-width:1326px;margin:0 auto;padding:5rem 2rem;position:relative}.container-awards:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(105,50,245,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.container-awards h2{text-align:center;font-size:2rem;margin-bottom:.5rem;background:linear-gradient(90deg,var(--main-color),#b293ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}.container-awards h4{color:var(--main-color);font-size:1rem;margin-bottom:2rem;text-align:center;font-weight:600;letter-spacing:1px;text-transform:uppercase;position:relative;z-index:1}.awards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;position:relative;z-index:1}@media (max-width: 1024px){.awards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 600px){.awards-grid{grid-template-columns:1fr;gap:1.5rem}.container-awards h2{font-size:1.6rem}}.stats-section{display:flex;justify-content:space-around;align-items:center;margin:0 auto;flex-wrap:wrap;max-width:84%}.stat-item{text-align:center}.stat-number{font-size:3.5rem;font-weight:700;margin:0}.stat-label{font-size:14px;color:#a1a1aa;margin-top:8px}.gradient-text{color:#fff}.timeline-title{margin-top:2rem;display:flex;align-items:center;justify-content:space-evenly}.timeline-boxes{display:flex;align-items:flex-start;justify-content:space-evenly;margin-top:2rem}.box-title-timeline{display:flex;align-items:center;gap:15px}.box-title-timeline img{width:40px}.box-title-timeline h4{font-size:1.2rem}.timeline-boxes-left,.timeline-boxes-right{display:flex;flex-direction:column;gap:1.3rem}.container-portfolio{max-width:1326px;margin:0 auto}.container-portfolio h2,.container-contact h2{text-align:center;font-size:1.8rem;margin-bottom:1rem}.container-portfolio h4,.container-contact h4,.container-skills h4{color:var(--main-color);font-size:1rem;margin-bottom:.5rem;text-align:center}.container-secondary-contact{display:flex;justify-content:space-evenly;align-items:center;max-width:80%;flex-wrap:wrap;margin:2rem auto}.container-secondary-contact img{width:400px}.forms-contact{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.2rem}.forms-contact input,.forms-contact input:focus{width:520px;padding:10px 12px;height:50px;border-radius:10px;outline:none;border:none;border:var(--main-color) 2px solid;background-color:#212121;box-shadow:var(--main-color) 1px 1px 10px;color:var(--text-color)}.forms-contact input::placeholder,.forms-contact textarea::placeholder{color:var(--text-color);opacity:.5}.forms-contact textarea,.forms-contact textarea:focus{width:520px;padding:10px 12px;border-radius:10px;outline:none;border:none;border:var(--main-color) 2px solid;background-color:#212121;box-shadow:var(--main-color) 1px 1px 10px;color:var(--text-color)}.forms-contact button{width:520px;height:3rem;background-color:var(--main-color);color:var(--p-font);font-weight:500;font-size:1rem;border:none;border-radius:5px;cursor:pointer}.contact-container{padding:40px;display:flex;justify-content:center}.contact-content{display:flex;flex-direction:column;gap:24px;position:relative;padding-left:70px;border-left:2px solid var(--main-color)}.contact-item{display:flex;align-items:center;gap:20px}.icon-wrapper{color:#8257e5;font-size:24px;width:30px;display:flex;justify-content:center}.info-wrapper h3{color:#fff;font-size:1.1rem;font-weight:700;margin:0}.info-wrapper p{color:#a8a8b3;font-size:.95rem;margin:4px 0 0}.info-wrapper p,.contact-link{color:#a8a8b3;font-size:.95rem;margin:4px 0 0;text-decoration:none;display:block;transition:color .2s ease-in-out}.contact-link:hover{color:#8257e5;text-decoration:underline}.fixed-icon{position:fixed;bottom:0;right:0;margin-bottom:2rem;margin-right:2rem;background-color:#1b1c1d;width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;border:1px solid var(--main-color);cursor:pointer}.fixed-icon:hover{box-shadow:var(--main-color) 1px 1px 30px;transition:.9s}.footer{text-align:center;padding:3rem 0px;font-size:.8rem;font-weight:700}.icons-footer a img{margin:.6rem 0;gap:10px}.box-skills{background-color:#1b1b21;display:flex;justify-content:center;align-items:center;flex-direction:column;height:110px;width:120px;border-radius:15px}.box-skills:hover{box-shadow:var(--main-color) 0 1px 15px;transition:.8s}.box-skills p{margin-top:5px;font-size:1rem}.box-timeline{padding:1.5rem 1rem 1.5rem 1.5rem;background-color:#1f1c2699;width:100%;max-width:500px;border-radius:15px;margin-left:1rem;position:relative;transition:all .3s ease}.box-timeline:hover{box-shadow:var(--main-color) 0 1px 15px;transition:.8s}.box-timeline.current-position{border:2px solid var(--main-color);box-shadow:0 0 20px #6932f54d}.current-badge{position:absolute;top:-10px;right:10px;background:linear-gradient(90deg,var(--main-color),#b293ff);color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #6932f566}.box-timeline h4{color:var(--main-color);font-size:1rem;margin-bottom:.3rem}.box-timeline p{font-size:.9rem;margin-top:.4rem;max-width:100%}@media screen and (max-width: 550px){.box-timeline{width:100%;max-width:320px;padding:1.2rem .8rem;margin-left:.5rem}.box-timeline h4{font-size:.9rem}.box-timeline h3{font-size:1rem}.box-timeline p{font-size:.85rem}}@media screen and (max-width: 390px){.box-timeline{width:100%;max-width:280px;padding:1rem .6rem;margin-left:.3rem}.box-timeline h4{font-size:.85rem}.box-timeline h3{font-size:.95rem}.box-timeline p{font-size:.8rem}}@media screen and (max-width: 360px){.box-timeline{width:100%;max-width:250px;padding:.8rem .5rem;margin-left:.2rem}.box-timeline h4{font-size:.8rem}.box-timeline h3{font-size:.9rem}.box-timeline p{font-size:.75rem}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}.award-card{background:linear-gradient(135deg,#1b1b21f2,#282832f2);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2.5rem 2rem;border-radius:24px;min-height:300px;width:100%;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid rgba(105,50,245,.15);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);perspective:1000px;transform-style:preserve-3d}.award-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .8s ease;pointer-events:none}.award-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(105,50,245,.08) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none;animation:pulse 3s ease-in-out infinite}.award-card:hover:before{left:100%}.award-card:hover:after{opacity:1}.award-card:hover{box-shadow:0 20px 60px #6932f566,0 0 0 2px #6932f54d,0 0 40px #6932f533,inset 0 0 30px #6932f51a;transform:translateY(-12px) rotateX(5deg) rotateY(-5deg)}.medal-wrapper{margin-bottom:1.5rem;position:relative;z-index:2;animation:float 4s ease-in-out infinite}.medal-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:radial-gradient(circle,rgba(105,50,245,.25) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .4s ease;animation:pulse 2s ease-in-out infinite}.award-card:hover .medal-wrapper:before{opacity:1}.medal-wrapper:after{content:"✦";position:absolute;top:-10px;right:-10px;font-size:16px;color:var(--main-color);opacity:0;animation:sparkle 2s ease-in-out infinite;animation-delay:.5s}.award-card:hover .medal-wrapper:after{opacity:1}.medal-icon{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.4));transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;z-index:3}.award-card:hover .medal-icon{transform:scale(1.15) rotate(10deg) translateY(-5px);filter:drop-shadow(0 12px 24px rgba(105,50,245,.5))}.award-card h3{font-size:1.25rem;font-weight:700;margin:1rem 0 .6rem;text-align:center;background:linear-gradient(90deg,#fff,#e0e0e0,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:2;transition:all .3s ease}.award-card.light-theme h3{background:linear-gradient(90deg,#333,#666,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.award-card:hover h3{animation:shimmer 3s linear infinite}.award-card p{font-size:.9rem;margin:0;text-align:center;line-height:1.6;opacity:.65;position:relative;z-index:2;transition:all .3s ease;max-width:90%}.award-card:hover p{opacity:.9;transform:translateY(-2px)}.award-card .sparkle{position:absolute;width:4px;height:4px;background:var(--main-color);border-radius:50%;opacity:0;pointer-events:none;transition:opacity .3s ease}.award-card:hover .sparkle{opacity:1;animation:sparkle 1.5s ease-in-out infinite}.award-card .sparkle:nth-child(1){top:20%;left:20%;animation-delay:0s}.award-card .sparkle:nth-child(2){top:20%;right:20%;animation-delay:.3s}.award-card .sparkle:nth-child(3){bottom:30%;left:15%;animation-delay:.6s}.award-card .sparkle:nth-child(4){bottom:30%;right:15%;animation-delay:.9s}.back-home{margin-top:40px}.arrow-back{font-weight:800}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif!important;list-style:none;text-decoration:none}html{scroll-behavior:smooth}:root{--bg-color: #16181a !important;--text-color: #F4FAFF !important;--main-color: #6932f5 !important;--big-font: 4.6rem !important;--p-font: 1.1rem !important}body{background:var(--bg-color);color:var(--text-color);overflow-x:hidden;background-color:#050505;background-image:radial-gradient(circle at 25% 25%,rgba(124,58,237,.15) 0%,transparent 25%),radial-gradient(circle at 80% 10%,rgba(168,85,247,.12) 0%,transparent 20%),linear-gradient(135deg,#050505,#0f0f1a,#000)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background-color:var(--bg-color)}::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:3px}@media screen and (min-width:1676px){.experiences .timeline-information{padding:1.2rem .6rem;border-left:2.6rem}.experiences{margin-left:25rem}}@media screen and (max-width:1339px){.experiences{margin-left:10rem}}@media screen and (max-width:1287px){.skills{max-width:1000px;gap:1rem}.superior-skills,.lower-skills{gap:1rem}.lower-skills{margin-bottom:3rem}.stats-section{max-width:95%}.contact-content{border-left:none;padding-left:0}}@media screen and (max-width:1149px){.container-secondary-contact{flex-direction:column-reverse;max-width:90%;margin:1.4rem auto}.container-secondary-contact img{width:400px;margin-bottom:1rem}.skills{width:90%;max-width:90%;padding:0 1.5rem;overflow-x:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--main-color) var(--bg-color);display:flex;flex-direction:column;gap:1rem}.superior-skills,.lower-skills{display:flex;flex-wrap:nowrap;gap:1rem;width:max-content;min-width:100%;overflow-x:hidden}.superior-skills>*,.lower-skills>*{flex:0 0 auto}.skills::-webkit-scrollbar{height:8px}.skills::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:4px}.skills::-webkit-scrollbar-track{background-color:var(--bg-color)}}@media screen and (max-width:1100px){header{padding:10px 7%}.home-img{width:450px;height:450px}.home-text h1{font-size:3.8rem}.home-text p{font-size:1rem;width:500px}.container-about-me{margin-top:30px}.container-about-me img{width:430px}.about-me h4{font-size:.9rem;margin-bottom:.7rem}.about-me h2{font-size:1.8rem;margin-bottom:1rem}.about-me p{font-size:1rem;width:600px}.skills{flex-wrap:wrap}.timeline-title{margin-top:2.3rem;display:flex;align-items:center;justify-content:center;gap:3rem}.timeline-boxes{justify-content:center;flex-direction:column;margin-top:1rem}.timeline-boxes-left,.timeline-boxes-right{padding-bottom:3rem}.portfolio,.all-portfolio{justify-content:space-around;gap:60px}}@media screen and (max-width:930px){.logo{font-size:38px}header{padding:1rem 5%}.navbar{position:fixed;width:100%;height:100vh;padding:6rem 2rem 2rem;top:0;right:0;bottom:0;left:100%;display:flex;flex-direction:column;background:#1b1c1dfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1);gap:.5rem}.navbar a{display:block;color:var(--text-color);padding:1rem 1.5rem;margin:0;font-size:1.2rem;font-weight:500;border-radius:12px;transition:all .3s ease;background:#6932f50d}.navbar a:hover{background:#6932f533;transform:translate(10px)}.navbar.open{left:0}.home-img{width:390px;height:390px}.home-text h1{font-size:3rem}.home-text p{font-size:.9rem;width:390px}.home-text span{font-size:12px}.container-about-me{margin-top:20px}.container-about-me img{width:360px}.about-me h4{font-size:.9rem;margin-bottom:.7rem}.about-me h2{font-size:1.5rem;margin-bottom:1rem}.about-me p{font-size:.9rem;width:450px}.experiences .timeline-information{padding:1.2rem .6rem;border-left:2.6rem}.experiences{margin-left:7rem}.experiences h3{margin-top:1rem;font-size:1.4rem}.experiences p{line-height:1.8rem;font-size:1rem}}@media screen and (max-width:800px){.container-emphasis{flex-direction:column-reverse;margin-top:240px}.home-img{width:400px;height:400px;margin-bottom:40px}.home-text h1{font-size:3.8rem}.home-text p{font-size:1rem;width:600px}.home-text span{font-size:16px}.container-about-me{flex-direction:column;margin-top:210px}.container-about-me img{width:400px}.about-me{margin-top:40px}.about-me h4{font-size:1rem;margin-bottom:1rem}.about-me h2{font-size:1.8rem;margin-bottom:1.1rem;max-width:580px}.about-me p{width:600px}.stats-section{flex-direction:column;gap:20px;margin-top:18rem;max-width:100%}}@media screen and (max-width:746px){.container-emphasis .home-img{margin-top:50px}.experiences{margin-left:5rem}.experiences h3{margin-top:1rem;font-size:1.4rem}.experiences p{line-height:1.8rem;font-size:1rem}}@media screen and (max-width:600px){.container-emphasis .home-img{margin-top:120px}.home-text h1{font-size:2.5rem}.home-text p{font-size:.95rem;width:100%;max-width:400px}.home-text span{font-size:13px}.container-about-me img{margin-top:100px;width:100%;max-width:350px}.about-me{margin-top:40px;padding:0 1rem}.about-me h4{font-size:1rem;margin-bottom:1rem}.about-me h2{font-size:1.6rem;margin-bottom:1.1rem;max-width:100%}.about-me p{font-size:.9rem;width:100%;max-width:400px}.fixed-icon{display:none}}@media screen and (max-width:550px){.container-emphasis .home-img{margin-top:0}.container-about-me img{margin-top:0;width:100%;max-width:320px}.about-me{margin-top:30px;padding:0 1rem}.about-me h2{font-size:1.4rem;max-width:100%}.about-me p{width:100%;max-width:350px}.experiences{margin-left:2rem;padding:0 2rem 2rem 1rem}.experiences .icons-timeline{left:-2.2rem;height:4rem;width:4rem;border-radius:50%;line-height:4rem;font-size:2rem}.experiences span{margin-left:1rem}.experiences h3{margin-top:.9rem;font-size:1.2rem}.experiences p{line-height:1.5rem;font-size:.9rem}.forms-contact input{width:100%;max-width:350px;padding:10px 12px;height:50px}.forms-contact textarea{width:100%;max-width:350px;padding:10px 12px}.forms-contact button{width:100%;max-width:350px;height:3rem;font-size:1rem}}@media screen and (max-width:480px){.container-about-me img{width:100%;max-width:340px}.about-me{margin-top:25px;padding:0 1rem}.about-me h4{font-size:.9rem;margin-bottom:.5rem}.about-me h2{margin-bottom:.9rem;max-width:100%}.about-me p{font-size:.95rem;width:100%;max-width:340px}}@media screen and (max-width:450px){.home-img{width:100%;max-width:300px;height:300px;margin-bottom:30px}.home-text h1{font-size:2.2rem}.home-text p{font-size:.9rem;width:100%;max-width:320px}.about-me{margin-top:25px;padding:0 1rem}.about-me h4{font-size:1rem;margin-bottom:.5rem}.about-me h2{font-size:1.2rem;margin-bottom:.9rem;max-width:100%}.about-me p{font-size:.85rem;width:100%;max-width:320px}.container-secondary-contact img{width:100%;max-width:300px}}@media screen and (max-width:414px){.home-text{margin-left:0;padding:0 1rem}.home-text p{width:100%;max-width:300px}.about-me{margin-left:0;padding:0 1rem}.about-me p{width:100%;max-width:300px}.container-secondary-contact img{width:100%;max-width:280px}.forms-contact input,.forms-contact textarea,.forms-contact button{width:100%;max-width:300px}}@media screen and (max-width:390px){.container-emphasis{margin-top:130px;padding:0 1rem}.home-img{width:100%;max-width:280px;height:280px;margin-bottom:30px}.home{margin-left:0;padding:0 1rem}.home-text h1{font-size:2rem}.home-text p{font-size:.85rem;width:100%;max-width:280px}.two{margin-left:0}.container-about-me{margin-top:180px;padding:0 1rem}.container-about-me img{width:100%;max-width:280px}.about-me{margin-top:25px;padding:0 1rem}.about-me h4{font-size:1rem;margin-bottom:.5rem}.about-me h2{font-size:1.1rem;margin-bottom:.9rem;max-width:100%}.about-me p{font-size:.8rem;width:100%;max-width:280px}}@media screen and (max-width:378px){.box-projects{width:100%;max-width:280px}.box-projects .image-project{height:10rem}.box-projects h3{font-size:1.5rem;margin-bottom:8px}.box-projects p{width:100%;max-width:260px}.button-and-icons-container{gap:15px}}@media screen and (max-width:360px){.home-img{width:100%;max-width:260px;height:260px;margin-bottom:30px}.home-text{margin-left:0;padding:0 1rem}.home-text p{width:100%;max-width:260px}.about-me{margin-left:0;padding:0 1rem}.about-me p{width:100%;max-width:260px}.bnt,.two{margin-left:0;margin-top:10px}}
