@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;1,300;1,400;1,600;1,800&family=Viga&display=swap');
*{
    box-sizing: border-box;
    font-family: 'Raleway';
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
.contenedor-header{
background: #060606;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 99;    
}
.contenedor-header header{
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.contenedor-header header .logo a{
    font-family: 'Viga';
    font-size: 40px;
    color: #3190EE;
    text-decoration: none;
}
.contenedor-header header ul{
    display: flex;
    list-style: none;
}
.contenedor-header header nav ul li a{
    text-align: none;
    color: white;
    margin: 0 15px;
    padding: 3px;
    transition: .5s;
    text-decoration: none;
}
.contenedor-header header nav ul li a:hover{
    color: #3190EE;
}
.nav-responsive{
    background-color: #3190EE;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.inicio{
    background: linear-gradient(to top, rgba(8, 8, 8, 0.747), rgba(0, 0, 0, 0.959)), url(../img/fondo.jpg);
    background-size: cover;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
}
.inicio .contenido-ban{
    padding: 20px;
    background-color: black;
    max-width: 350px;
    margin: auto;
    text-align: center;
    border-radius: 40px;
}
.inicio .contenido-ban img{
    margin-top: 40px;
    border: 10px solid #3190EE;
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 100%;

}
.inicio .contenido-ban h1{
    margin-top: 40px;
    font-size: 42px;
    font-family: 'Viga';
}
.inicio .contenido-ban h2{
    margin-top: 15px;
    font-weight: normal;
}
.sobremi{
    background-color: #060606;
    color: white;
    padding: 50px 20px;
}
.sobremi .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.sobremi h2{
    font-size: 48px;
    font-family: 'Viga';
    text-align: center;
    padding: 20px 0;
}
.sobremi .contenido-seccion p{
    font: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.sobremi .contenido-seccion p span{
    color: #3190EE;
    font-weight: bold;
}
.sobremi .fila{
    display: flex;
}
.sobremi .fila .colm{
    width: 50%;
}
.sobremi .fila .colm h3{
    font-size: 28px;
    font-family: 'Viga';
    margin-bottom: 25px;
}
.sobremi .fila .colm ul{
    list-style: none;
}
.sobremi .fila .colm ul li{
    margin: 12px 0;
}
.sobremi .fila .colm ul li strong{
    display: inline-block;
    color: #3190EE;
    width: 130px;
}
.sobremi .fila .col ul li span{
    background-color: #3190EE;
    padding: 3px;
    font-weight: bold;
    border-radius: 5px;
}
.sobremi .fila .colm .contenedor-intereses{
    display: flex;
    flex-wrap: wrap;
}
.sobremi .fila .colm .contenedor-intereses .intereses{
    width: 100px;
    height: 100px;
    background-color: #13171B;
    border-radius: 10px;
    margin: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.descargar{
    text-decoration: none;
}
.sobremi button{
    cursor: pointer;
    background-color: transparent;
    border: 2px solid white;
    width: fit-content;
    display: block;
    margin: 20px auto;
    padding: 10px 22px;
    font-size: 16px;
    color: white;
    position: relative;
    z-index: 10;
}
.sobremi button .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3190EE;
    z-index: -1;
    transition: 1s;
}
.sobremi button:hover .overlay{
    width: 100%;
}
.link{
    color: white;
}
.skills{
    background-color: #080808;
    color: white;
    padding: 50px 20px;
}
.skills .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.skills h2{
    font-size: 48px;
    font-family: 'Viga';
    text-align: center;
    padding: 20px 0;
}
.skills .fila{
    display: flex;
}
.skills .fila .col{
    width: 50%;
    padding: 0 20px;
}
.skills .fila .col h3{
    font-size: 28px;
    font-family: 'Viga';
    margin-bottom: 25px;
}
.skills .skill > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.skills .skill .barra-skill{
    height: 8px;
    width: 80%;
    background-color: #131517;
    position: relative;
    margin-bottom: 30px;
}
.skills .skill .progreso{
    background-color: #3190EE;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    font-weight: bold;
}
.skills .skill .barra-skill span{
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #3190EE;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    top: -17px;
    right: -15px;
    font-size: 14px;
}
.skills .skill .java{
    width: 0%;
    animation: 2s java forwards;
}
@keyframes java{
    0%{width: 0%;}
    100%{width: 40%;}
}
.skills .skill .python{
    width: 0%;
    animation: 2s python forwards;
}
@keyframes python{
    0%{width: 0%;}
    100%{width: 70%;}
}
.skills .skill .unity{
    width: 0%;
    animation: 2s unity forwards;
}
@keyframes unity{
    0%{width: 0%;}
    100%{width: 60%;}
}
.skills .skill .mysql{
    width: 0%;
    animation: 2s mysql forwards;
}
@keyframes mysql{
    0%{width: 0%;}
    100%{width: 50%;}
}
.skills .skill .html{
    width: 0%;
    animation: 2s html forwards;
}
@keyframes html{
    0%{width: 0%;}
    100%{width: 60%;}
}
.skills .skill .js{
    width: 0%;
    animation: 2s js forwards;
}
@keyframes js{
    0%{width: 0%;}
    100%{width: 40%;}
}
.skills .skill .puntualidad{
    width: 0%;
    animation: 2s puntualidad forwards;
}
@keyframes puntualidad{
    0%{width: 0%;}
    100%{width: 85%;}
}
.skills .skill .responsabilidad{
    width: 0%;
    animation: 2s responsabilidad forwards;
}
@keyframes responsabilidad{
    0%{width: 0%;}
    100%{width: 80%;}
}
.skills .skill .comunicacion{
    width: 0%;
    animation: 2s comunicacion forwards;
}
@keyframes comunicacion{
    0%{width: 0%;}
    100%{width: 90%;}
}
.skills .skill .ingles{
    width: 0%;
    animation: 2s ingles forwards;
}
@keyframes ingles{
    0%{width: 0%;}
    100%{width: 78%;}
}
.skills .skill .dedicacion{
    width: 0%;
    animation: 2s dedicacion forwards;
}
@keyframes dedicacion{
    0%{width: 0%;}
    100%{width: 70%;}
}
.skills .skill .aprendisaje{
    width: 0%;
    animation: 2s aprendisaje forwards;
}
@keyframes aprendisaje{
    0%{width: 0%;}
    100%{width: 80%;}
}
.portafolio{
    background-color: #080808;
    color: white;
    padding: 50px 20px;
}
.portafolio .contenido-seccion{
    max-width: 1100px;
    margin: auto;
}
.portafolio h2{
    font-size: 48px;
    font-family: 'Viga';
    text-align: center;
    padding: 20px 0;
}
.portafolio .galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.portafolio .galeria .proyecto{
    position: relative;
    max-width: 340px;
    height: fit-content;
    margin: 10px;
    cursor: pointer;
}
.portafolio .galeria .proyecto img{
    width: 100%;
    display: block;
}
.portafolio .galeria .proyecto .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s;
    font-size: 18px;
    letter-spacing: 3px;
    background: linear-gradient(0deg, rgba(49,156,238,0.599) , rgba(49,144,238,0.83) 100%);
    opacity: 0;
}
.portafolio .galeria .proyecto .overlay h3{
    margin-bottom: 20px;
    transition: 1s;
}
.portafolio .galeria .proyecto .overlay:hover{
    opacity: 1;
}
.portafolio .galeria .proyecto .overlay:hover h3{
    margin-bottom: 0px;
}

footer{
    background-color: #060606;
    color: white;
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    width: 100%;
}
footer .redes{
    margin-bottom: 20px;
}
footer .redes a{
    color: white;
    display: inline-block;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
footer .arriba{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #3190EE;
    color: white;
    position: absolute;
    left: 50%;
    transform:  translateX(-50%);
    top: -25px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
}
@media screen and (max-width:980px){
    nav{
        display: none;
    }
    .nav-responsive{
        display: block;
    }
    nav.responsive{
        display: block;
        position: absolute;
        right: 0;
        top: 75px;
        background-color: #060606;
        width: 180px;
    }
    nav.responsive ul{
        display: block !important;
    }
    nav.responsive ul li{
        border-bottom: 1px solid white;
        padding: 10px 0;
    }
}
@media screen and (max-width:700px) {
    .sobremi .fila{
        display: block;
    }
    .sobremi .fila .col{
        width: fit-content;
    }
    .skills .fila{
        display: block;
    }
    .skills .fila .col{
        width: 100%;
    }
    .skills .fila .col .barra-skill{
        width: 100%;
    }
    .portafolio .galeria{
        display: block;
        width: 100%;
    }
    .portafolio .galeria .proyecto{
        max-width: 100%;
    }
    .portafolio .galeria .proyecto img{
        width: 100%;
    }
}