*{font-weight:600}header{position:relative;width:100%;z-index:1000;padding:0}nav{width:100%;height:auto;display:flex;justify-content:center;align-items:center;color:#fff;padding-top:40px;flex-wrap:wrap;background-color:transparent}nav>img{height:150px;background-color:transparent}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}.light input:checked+.slider{border-color:#1592b1;box-shadow:0 0 10px #1592b1,inset 0 0 5px #1592b1}input:checked+.slider:before{transform:translate(26px);background-color:#0ff;box-shadow:0 0 10px #0ff,0 0 20px #0ff}.light input:checked+.slider:before{background-color:#1592b1;box-shadow:0 0 10px #1592b1,0 0 20px #1592b1}@media (max-width:600px){nav{width:auto;gap:0;padding:40px 0}nav a{font-size:1rem}nav>ul{display:flex;flex-direction:column}nav>img{width:200px;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}.light .my-btn{box-shadow:0 0 5px #fff,0 0 10px #1592b1,0 0 20px #1592b1,0 0 40px #1592b1}.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-bottom:40px;background-color:transparent}.carlosvidal{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.carlosvidal>h1{font-size:4rem;margin:0;text-align:right;text-shadow:0 0 5px #fff,0 0 10px #00f0ff,0 0 20px #00f0ff,0 0 40px #00f0ff}.light .carlosvidal>h1{text-shadow:0 0 5px #fff,0 0 10px #1592b1,0 0 20px #1592b1,0 0 40px #1592b1}@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;text-align:right}.aboutme{display:flex;flex-direction:column;gap:3rem;padding:2rem;align-items:center;font-size:1.2rem}.skills-container{padding:10px}.skills-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;list-style:none}.skill-item{display:flex;flex-wrap:wrap;align-items:center}.light .skill-item{color:#000}.skill-item:hover{animation:glitch .3s linear infinite}.skill-item>img{width:100px}.light .skill-item>img{filter:brightness(0) saturate(100%) invert(46%) sepia(96%) saturate(321%) hue-rotate(155deg) brightness(91%) contrast(90%)}.aboutme>p{width:95%;padding:20px;font-size:1.2rem;text-align:center;font-weight:700}@media (max-width:680px){*{gap:10px}.profile{flex-direction:column;text-align:center}.carlosvidal>h1{font-size:3.5rem;text-align:center}.carlosvidal>h2{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-top: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;margin-bottom:4rem}}.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:300px;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}.light .project-card{box-shadow:0 0 5px #fff,0 0 10px #1592b1,0 0 20px #1592b1,0 0 40px #1592b1}.project-card:hover{box-shadow:0 0 20px #fff,0 0 25px #1592b1,0 0 35px #1592b1,0 0 55px #1592b1;transition:transform .3s ease-in-out}.project-card img{width:100%;height:200px;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}body.light .project-card>.header>div>a>img:hover{transform:scale(1.3);box-shadow:0 0 10px #ea6d4e,0 0 15px #ea6d4e,inset 0 0 10px #ea6d4e}.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}.light .project-card>.detail>.tech{color:#1592b1}.educations-container{margin-bottom:4rem}.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;box-shadow:0 0 5px #fff,0 0 10px #1592b1,0 0 20px #1592b1,0 0 40px #1592b1}.education-card:hover{box-shadow:0 0 20px #fff,0 0 25px #1592b1,0 0 35px #1592b1,0 0 55px #1592b1;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}.light .education-info p{color:#1592b1}
