*{
    margin: 0;
    box-sizing: border-box;
}
:root{
    --box-width : 100%;
    --box-medium-width: 90%;
    --box-medium-max-width: 1000px;
    --box-padding : 100px 0;
}
a{
    text-decoration: none;
    scroll-behavior: smooth;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    /* background: #34495E; */
    font-family: Raleway;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.container{
    width: var(--box-width);
    max-width: 1500px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
/* Nav */
.nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}
.hamburguer{
    display: flex;
    justify-content: center;
    width: 1.5rem;
    padding: 1.5rem;
    background: #111111;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
}
.hamburguer-box,
.hamburguer-box::before,
.hamburguer-box::after{
    content: '';
    display: block;
    width: 1.5rem;
    height: 3px;
    background: #ebebeb;
}
.hamburguer-box::before{
    transform: translateY(-6px);
}
.hamburguer-box::after{
    transform: translateY(3px);
}
.menu-desktop{
    display: none;
}
.menu{
    width: 70%;
    /* width: 335px; */
    max-width: 325px;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background: #34495E;
    background: #111111;
    list-style: none;
    transform: translateX(-100vh);
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    transition: 1s;
    position: fixed;
}
.menu-active{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.menu li{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-a{
    color: white;
    font-size: 18px;
    display: flex;
    width: 140px;
    max-width: 150px;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
}
.menu-a i{
    margin-right: 1rem;
}
.menu-a:hover{
    /* background: steelblue; */
    transition: .5s;
    padding-left: .5rem;
}
/* Content */
.content{
    width: var(--box-width);
    background: #ebebeb;
}
header{
    padding: 40px 0 75px;
    width: var(--box-width);
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
    background: url(../images/portada3.jpg);
    background-size: cover;
    background-position:center center;
    position: relative;
}
.particles-js{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    
}
.content-info{
    width: 100%;
    /* background: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    /* transform: translateY(-80px); */
}
.img-principal{
    overflow: hidden;
    z-index: 1000;
    text-align: center;
    width: 65%;
    max-width: 350px;
    border-radius: 12px 12px 0 0;
    /* background: rgba(0, 0, 0, .5); */
}
.img-principal img{
    border-radius: 50%;
    transform: translateY(18px);
}
.info-perfil{
    width: 75%;
    max-width: 390px;
    /* background: #ffffff; */
    background: rgba(0, 0, 0, .7);
    color : white;
    border-radius: 12px;
    padding: 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    margin-bottom: 2rem;
}
.info-perfil h1{
    z-index: 1000;
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 14px;
}
.info-perfil p{
    z-index: 1000;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 1px;
}
.redes-sociales{
    width: 90%;
    max-width: 460px;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-evenly;
    border-radius: 12px;
    padding: 12px;
    background: #34495E;
    background: #111111;
}
.redes-sociales i{
    color: white;
    font-size: 32px;
    /* margin: 0 1.5rem; */
}
.content-info .vermas{
    background: #111111;
    color: white;
    font-size: 18px;
    padding: 12px 32px;
}

.seccion{
    /* text-align: center; */
    padding: var(--box-padding);
}
.seccion h2{
    width: 100%;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: center;
    padding: 1rem 0 2rem;
}
.animado{
    opacity: 0;
    transition: 1s all;
}
.sobremi{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sobremi-svg{
    /* background: red; */
    width: 90%;
    align-self: center;
}
.sobremi-svg img{
    width: 100%;
}
.sobremi-info{
    width: 80%;
    font-size: 18px;
}
/* Habilidades */
.habilidades{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.habilidades h2{
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 1rem;
}
.barra-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    position: relative;
    /* background: red; */
}
.barra-box_element{
    width: 90%;
    /* background: salmon; */
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.barra-progreso{
    width: 70%;
    height: 35px;
    /* background: red; */
    border: 1px solid  gray;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    /* background: orange; */
    color: orange;
}
.barra-progreso_animacion{
    color: orange;
    transition: 1s all;
    background: inherit;
    width: 0;
    height: 35px;
    border: 1px solid inherit;
    border-radius: 12px;
    transition-duration: 1.5s;
    /* transition-delay: .5s; */
    position: relative;
}
.barra-progreso_html5{
    color: orange;
}
.barra-progreso:hover .barra-progreso_animacion{
    transform: translateX(0);
}
.trabajos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.trabajos-box{
    padding: 32px 0;
    width: 95%;
    max-width: 750px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.mobile-box{
    width: 45%;
    max-width: 190px;
    margin-bottom: 2rem;
}
.mobile-box p{
    text-align: center;
    color: #262626;
    font-family: raleway;
    font-size: 18px;
}
.mobile{
    width: 100%;
    max-width: 190px;
    height: 390px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 1.4rem;
    position: relative;
    box-sizing: border-box;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.screen{
    /* position: relative; */
    width: 90%;
    max-width: 175px;
    height: 300px;
    transform: translateY(-5px);
    background: #262626;
}
.home{
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #cecece;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}
@media screen and (min-width : 996px){
    .menu{
        display: none;
    }
    .hamburguer{
        display: none;
    }
    .nav{
        position: relative;
        transition: 1s;
        width: 33%;
        max-width: 340px;
        height: 100%;
    }
    .menu-desktop{
        display: flex;
        height: 100vh;
        width: 30.5%;
        max-width: 340px;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #34495E;
        background: #111111;
        position: fixed;
    }
    .menu-desktop li{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-desktop_a{
        color: white;
        font-size: 18px;
        display: flex;
        width: 45%;
        text-align: center;
        justify-content: flex-start;
        height: 100%;
        align-items: center;
    }
    .menu-desktop_a i{
        margin-right : 1rem;
    }
    .menu-desktop_a:hover{
        /* background: steelblue; */
        transition: .5s;
        padding-left: .5rem;
    }
    .content{
        transition: 1s;
        width: 75%;
    }
    .sobremi-svg{
        /* background: red; */
        width: 40%;
        align-self: center;
    }
    .sobremi-svg img{
        width: 100%;
    }
    .sobremi-info{
        width: 50%;
    }
}