@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{font-family:Roboto,sans-serif;letter-spacing:-.025rem;margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#1f2634;color:#e0e1dd}#root{max-width:1024px;margin:auto;padding:4rem 0 0}section{max-width:768px;margin:0 auto 5rem}a{text-decoration:none}h1{font-size:2rem;color:#fefefe}h2,h3{font-size:1.2rem;font-weight:500}h2{text-wrap:balance}h3{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem;color:#11b980}h4{font-size:1rem;font-weight:400}b{font-weight:500}p,ul{font-size:.9rem;font-weight:300;line-height:1.5;text-wrap:pretty;margin-bottom:.5rem}.hero,article{display:flex;align-items:center;gap:1.5rem}article{margin-bottom:1.5rem}time{font-size:.9rem;font-weight:300}footer{display:flex;align-items:center;gap:.5rem}footer a{background-color:#778da9;color:#fefefe;display:inline-flex;align-items:center;justify-content:center;height:2rem;width:2rem;border-radius:.3rem;transition:all .3s ease}footer a:hover{background-color:#778da980;border:1px solid #fefefe}.info{display:flex;flex-direction:column;gap:.5rem}.cv{background-color:#11b980;color:#fefefe}.cv:hover{background-color:#11b980cc}.stack{list-style-type:none;display:inline-flex;gap:.5rem;flex-wrap:wrap;font-size:.8rem}.stack li{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:0 .5rem;font-size:.8rem;font-weight:300}.proyect li{flex-direction:row;padding:.15rem .5rem;border-radius:.7rem;border:1px solid #e0e1dd}.img-profile{width:10rem;background-color:#778da9;border:.5rem solid #111b31;border-radius:50%;margin:0}figure{min-width:23rem;overflow:hidden;border-radius:.5rem}.img-project{width:23rem;border-radius:.5rem;object-fit:cover;transition:transform .8s}figure:hover .img-project{transform:scale(1.1)}.link-repo{display:flex;align-items:center;gap:.3rem;color:#e0e1dd}.cursos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.curso-card{display:flex;flex-direction:column;padding:.8rem;border-radius:.5rem;background-color:#4b5a6f;color:#fefefe;min-height:150px}.curso-card:hover{background-color:#5060f0}.curso-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;font-size:.8rem}.certificate-link{display:flex;align-items:center;gap:.2rem;color:#11b980;font-weight:400}.footer{display:flex;align-items:center;justify-content:space-between;border:2px #5060f0;border-top-style:dashed;margin-bottom:0;padding:.8rem 0}.footer p{margin:0}.footer div{display:flex;gap:.5rem}.btn-up{background-color:#11b980;color:#e0e1dd;border:1px solid #e0e1dd;font-size:1.5em;transition:all .3s ease}.btn-up:hover{background-color:#11b980cc}@media (max-width: 700px){#root{padding:1.5rem}.hero,article{flex-direction:column;gap:0}.cursos-grid{grid-template-columns:repeat(1,1fr)}.img-profile{margin:3rem 0}.info{align-items:center;text-align:center}h1{font-size:1.8rem}figure{min-width:100%;margin-bottom:1rem}.img-project{width:100%}}
