*{font-weight:600}header{position:relative;width:100%;z-index:1000;padding:20px}nav{width:100%;height:auto;gap:40px;display:flex;justify-content:center;align-items:center;color:#fff;padding:40px;flex-wrap:wrap;background-color:transparent}nav>img{height:50px;border-radius:10px;color:#fff;box-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff}nav>ul{display:flex;gap:2rem;list-style:none;text-align:center}nav a{font-size:1.2rem;color:#fff;text-decoration:none;font-weight:700}nav a:hover{animation:glitch .3s linear infinite}.light nav a{color:#000;text-decoration:none}button{background-color:transparent;color:#fff;border:none;font-size:1.2rem}button:hover{animation:glitch .3s linear infinite}.light button{color:#000}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#111;border:2px solid #0ff;transition:.4s;border-radius:34px;box-shadow:0 0 10px #0ff,inset 0 0 5px #0ff}.slider:before{position:absolute;content:"";height:24px;width:24px;left:5px;bottom:4px;background-color:#0ff;transition:.4s;border-radius:50%;box-shadow:0 0 5px #0ff,0 0 10px #0ff}input:checked+.slider{background-color:#fff;border-color:#0ff;box-shadow:0 0 10px #0ff,inset 0 0 5px #0ff}input:checked+.slider:before{transform:translate(26px);background-color:#0ff;box-shadow:0 0 10px #0ff,0 0 20px #0ff}@media (max-width:600px){nav a{font-size:1rem}nav>ul{display:flex;flex-direction:column}nav>img{width:100px;height:auto}}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:50px}footer>p{background-color:#fff;height:40px;width:99vw;color:#000;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}.light footer>p{background-color:#000;color:#fff}footer>div{display:flex;flex-wrap:wrap;gap:30px;margin:20px;justify-content:center}@media (max-width:880px){footer>div{gap:0;margin:0}}.my-btn{background:none;border:1px solid var(--primary-dark);display:flex;justify-content:center;align-items:center;margin:10px;color:#06e8f9;width:160px;padding:.6rem;gap:1rem;border-radius:1rem;transition:all .5s ease-in-out;background-color:var(--bg-dark);box-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff}.my-btn:hover{cursor:pointer;animation:glitch .3s linear infinite}a{text-decoration:none;color:#fff}.ligth a{color:#000}.my-btn>img{height:20px;width:20px}body.light .my-btn>img{filter:invert(100)}*{box-sizing:border-box;margin:0;padding:0;font-family:Orbitron}body{background-color:#000;width:100%;color:#fff;height:100vh;transition:all .7s ease-in-out}.contenedor-main{display:flex;flex-direction:column;gap:2rem;padding:2rem}.light{background-color:#fff;color:#000}.profile{display:flex;align-items:center;justify-content:center;gap:2rem}.profile>img{width:230px;border-radius:50%;padding:20px}.carlosvidal{display:flex;flex-direction:column;align-items:flex-end}.carlosvidal>h1{font-size:4rem;margin:0;text-align:center;text-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff}@keyframes glitch{0%{text-shadow:2px 2px #f0f,-2px -2px #0ff}25%{text-shadow:-2px 2px #0ff,2px -2px #f0f}50%{text-shadow:2px -2px #0ff,-2px 2px #f0f}75%{text-shadow:-2px -2px #f0f,2px 2px #0ff}to{text-shadow:2px 2px #f0f,-2px -2px #0ff}}.carlosvidal>h2{font-size:1.2rem;text-decoration:underline 2px}.aboutme{display:flex;flex-direction:column;gap:2rem;padding:2rem;align-items:center;font-size:1.2rem}.skills-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;list-style:none}.skill-item{display:flex;flex-wrap:wrap;font-weight:700;border-radius:20px;color:#06e8f9;padding:10px;align-items:center;box-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff}.light .skill-item{color:#000}.skill-item:hover{cursor:pointer;animation:glitch .3s linear infinite}.aboutme>p{width:95%;padding:20px;font-size:1.2rem;text-align:center;font-weight:700}@media (max-width:1140px){.carlosvidal{align-items:center}.carlosvidal>h2{align-items:center}.profile>img{width:220px}}@media (max-width:680px){*{gap:10px}.profile{flex-direction:column;text-align:center}.carlosvidal>h1{font-size:3.5rem;text-align:center}.carlosvidal{align-items:center}.skills-container{width:100%;margin-top:20px}.skills-list{display:flex;flex-wrap:wrap}.profile>img{width:280px}.aboutme{padding:0}.aboutme>p{width:100%}}.projects{padding:0 8rem 4rem;min-height:80vh;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;align-items:center}.projects-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:2rem;width:100%;justify-items:center}@media (max-width: 770px){.projects{padding:0 2rem}}.projects>h2{font-weight:100;text-transform:uppercase;font-size:1rem}.projects-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8rem}.project-card{width:330px;height:600px;display:flex;flex-direction:column;padding:20px;gap:1rem;border-radius:10px;box-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff;transition:transform .3s ease-in-out}.project-card:hover{transform:scale(1.03);box-shadow:0 0 20px #fff,0 0 25px #00f0ff,0 0 35px #00f0ff,0 0 55px #00f0ff;transition:transform .3s ease-in-out}.project-card img{width:100%;height:250px;border-radius:.4rem;object-fit:cover}.project-card>.header{display:flex;align-items:center;justify-content:space-between}.project-card>.header>div{display:flex;gap:1rem}.project-card>.header>div>a{width:27px;height:27px}.project-card>.header>div>a>img{width:25px;height:25px;transition:all .3s ease-in-out}body.light .project-card>.header>div>a>img{filter:invert(100)}.project-card>.header>div>a>img:hover{transform:scale(1.3);box-shadow:0 0 10px #00f0ff,0 0 15px #00f0ff,inset 0 0 10px #00f0ff}.project-card>.detail{display:flex;flex-direction:column;gap:1rem;text-align:justify}.project-card>.detail>.tech{color:var(--highlight);color:#00f0ff;text-align:center}.educations-container{display:flex;flex-wrap:wrap;justify-content:center;gap:6rem;padding:2rem}.education-card{width:300px;display:flex;flex-direction:column;text-align:center;padding:20px;gap:1rem;border-radius:10px;background-color:#111;box-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff;color:#fff;transition:transform .3s ease-in-out}.light .education-card{background-color:#fff;color:#000}.education-card:hover{transform:scale(1.03);box-shadow:0 0 20px #fff,0 0 25px #00f0ff,0 0 35px #00f0ff,0 0 55px #00f0ff;transition:transform .3s ease-in-out}.education-image{width:100%;height:200px;object-fit:cover;border-radius:.4rem}.education-info{display:flex;flex-direction:column;gap:.5rem}.education-info h3{margin-bottom:10px;font-size:1.3rem}.education-info p{margin:0;font-size:.95rem;color:#00f0ff}
