@import url(font.css);
/*FONT CSS*/

/*Variable*/
:root {
    --filerHoverIcon: invert(73%) sepia(70%) saturate(580%) hue-rotate(95deg) brightness(150%) contrast(90%);
    --filerHoverIconNot: invert(100%) sepia(0%) saturate(34%) hue-rotate(288deg) brightness(0%) contrast(102%);
    --fontH2: 4em;
    --fontH2Mobile: 2.5em;
}

/*PAGE CSS HTML-BODY*/

html{scroll-behavior:smooth}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #1d1e20;
     
   
}

/*NAVBAR*/
nav {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100px;
    background-color: black;
    position: absolute;
}

nav div {
    padding: 0;
    margin: 0;
    height: 90%;
    width: 100px;
	background-color: #18191b;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav div ul {
    width: 150px;
    list-style: none;
    padding: 0;

}

nav div ul li a {
    display: flex;
    justify-content: center;
    align-items: center;

}

nav div ul li a img {
    height: 45px;
    margin-bottom: 40px;
}

nav div ul li a:hover {
    filter: var(--filerHoverIcon);
}

nav #downlaod {
    height: 10%;
}

nav #downlaod a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav #downlaod a img {
    height: 40px;
    filter: var(--filerHoverIcon);
}

nav #downlaod:hover {
    background-color: #5acc8f;

}

nav #downlaod a:hover {
    filter: var(--filerHoverIconNot);
}


/*Container INFO*/
#container {
    margin-left: 100px;
    height: 100%;
    width: 100%-150px;
    background-color: #1d1e20;
    margin: 0 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-behavior: smooth;
}

/*CONTAINER INFO END PIC PROFILE*/
#mypfothoPic {
    height: 100%;
    /*width: 30%;*/
    width: 35%;
    /*background-image: url(../img/IMG20210621194238.jpeg);
    background-size: 100% 100%;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 3px #000 inset;
}

#mypfothoPic img{
    height: 100%;
    position: relative;
}

#mypfothoPic_conainerPieno {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    background-size: cover;
}

#mypfothoPic_conainerPieno h1 {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-family: Be_Vietnam_Pro-SemiBold;
    color: white;
}

#mypfothoPic_conainerPieno p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    font-family: Iter-Medium;
    margin-top: 5px;
    /* color: #4ba079;*/
    color: #00ad50;
}

#mypfothoPic_conainerPieno div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mypfothoPic_conainerPieno div ul {
    list-style: none;
}

#mypfothoPic_conainerPieno div ul li {
    float: left;
    margin-right: 30px;
}

#mypfothoPic_conainerPieno div ul li a img {
    height: 30px;
}

#mypfothoPic_conainerPieno div ul li a img:hover {
    filter: var(--filerHoverIcon);
}

/*STAERT INFO OF ME TEXT AND ABOUT*/
#profile {
    height: 100%;
    width: calc(100% - 30%);
    box-shadow: 0 0 20px 3px #000 inset;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}

#profile div h2 {
    text-align: left;
    color: white;
    font-family: Iter-Medium;
    font-size: var(--fontH2);
    padding: 0;
    margin-bottom: 2%;
    margin-left: 10%;
}


/*ABAOUT INFO*/
#generalInfoMe {
    width: 100%;
    font-size: 1.5em;
    margin-left: 10%;
    color: grey;
}

#generalInfoMe span {
    color: #00ad50;
    font-family: Iter-Medium;
}

#abotuMe p {
    color: white;
    font-family: Iter-Medium;
    font-size: 2em;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

/*HOBBY INFO*/
#hobby {
    color: white;
    font-family: Iter-Medium;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    font-size: 1.5em;
}

#hobby span {
    color: #00ad50;
    font-size: 1.5em;
}

/*SOFTSKILL INFO*/
#softSkill {
    color: white;
    font-family: Iter-Medium;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    font-size: 1.5em;
}

#softSkill span {
    color: #00ad50;
    font-size: 1.5em;
}

/*PMG Lenguage INFO*/
#pmgLen {
    height: 220px;
    width: 80%;
    margin-left: 10%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
}

#pmgLen ul {
    display: flex;
    padding: 0;
    margin: 0;
}

#pmgLen ul li {
    height: 200px;
    width: 300px;
    list-style: none;
    float: left;
    margin-right: 5%;

}

#pmgLen ul li div {
    height: 200px;
    width: 150px;
    display: block;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all 1s;
    padding-top: 10px;
}

#pmgLen ul li div:hover {
    background: rgb(256, 256, 256, 0.3);

}

#pmgLen ul li div img {
    height: 150px;

}

#pmgLen ul li div p {
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-family: Iter-Medium;
    padding: 0;
    margin: 0;
    margin-top: 5%;
}


/*SOFTWARE KNOW INFO*/
#softwereKnow {
    /*margin-bottom: 10%;*/
}

#softList {
    height: 220px;
    width: 80%;
    margin-left: 10%;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: hidden;

}

#softList ul {
    display: flex;
    padding: 0;
    margin: 0;
}

#softList ul li {
    height: 300px;
    width: 150px;
    list-style: none;
    float: left;
    margin-right: 5%;

}

#softList ul li div {
    height: 210px;
    width: 150px;
    display: block;
    border-radius: 10px;
    transition: all 1s;
}

#softList ul li div:hover {
    background: rgb(256, 256, 256, 0.3);
}

#softList ul li div img {
    height: 150px;
}

#softList ul li div p {
    text-align: center;
    color: white;
    font-size: 1.3em;
    font-family: Iter-Medium;
    margin: 0;
    margin-top: 5%;
}

#softList a{
    text-decoration: none;
}

.spacebuttonS{
    margin-bottom: 10%;
}


/*SCROL BAR STYLE*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(256, 256, 256, 0.75);
}

@media screen and (max-width: 950px) {

    /*NAVBAR*/
    nav {
        padding: 0;
        margin: 0;
        height: 100%;
        width: 60px;
        background-color: black;
        position: fixed;
    }

    nav div {
        padding: 0;
        margin: 0;
        height: 90%;
        width: 60px;
        background-color: #18191b;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav div ul {
        width: 60px;
        list-style: none;
        padding: 0;
    }

    nav div ul li a img {
        height: 35px;
        margin-bottom: 40px;
    }

    /*Container INFO*/
    #container {
        margin-left: 100px;
        height: auto;
        width: 100%-100px;
        background-color: #1d1e20;
        margin: 0 0 0 60px;
        display: block;
    }

    /*CONTAINER INFO END PIC PROFILE*/
    #mypfothoPic {
        height: 750px;
        width: 100%;
        background-color: #1d1e20;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #mypfothoPic_contnainerVuto {
        height: 70%;
        width: 100%;
    }

    #mypfothoPic_conainerPieno {
        height: 30%;
        width: 100%;
    }

    #mypfothoPic_conainerPieno h1 {
        font-size: 2em;
    }

    #mypfothoPic_conainerPieno p {
        font-size: 1.2em;
    }

    #mypfothoPic_conainerPieno div ul li a img {
        height: 25px;
    }

    /*STAERT INFO OF ME TEXT AND ABOUT*/
    #profile {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    #profile div h2 {
        font-size: var(--fontH2Mobile);
    }

    /*ABAOUT INFO*/
    #generalInfoMe {
        font-size: 1em;
    }

    #abotuMe p {
        font-size: 1.3em;
    }


    /*HOBBY INFO*/
    #hobby {
        text-align: unset;
        font-size: 1.2em;
    }

    #hobby span {
        color: #00ad50;
        font-size: 1.2em;
    }

    /*SOFTSKILL INFO*/
    #softSkill {
        text-align: unset;
        font-size: 1.2em;
    }

    #softSkill span {
        color: #00ad50;
        font-size: 1.2em;
    }

    /*PMG Lenguage INFO*/
    #pmgLen {
        height: 130px;
        width: 80%;
        margin-left: 10%;
    }

    #pmgLen ul li {
        height: 120px;
        width: 300px;
    }

    #pmgLen ul li div {
        height: 120px;
        width: 80px;
    }

    #pmgLen ul li div img {
        height: 80px;
        width: 80px;
    }

    #pmgLen ul li div p {
        font-size: 1em;
    }


    /*SOFTWARE KNOW INFO*/
    #softList {
        height: 140px;
        width: 80%;
    }

    #softList ul {
        display: flex;
        padding: 0;
        margin: 0;
    }

    #softList ul li {
        height: 300px;
        width: 120px;
        list-style: none;
        float: left;
        margin-right: 5%;
    }

    #softList ul li div {
        height: 120px;
        width: 80px;
    }

    #softList ul li div:hover {
        background: rgb(256, 256, 256, 0.3);
    }

    #softList ul li div img {
        height: 80px;
        width: 80px;
    }
    
    #softList ul li div p {
        font-size: 1em;
    }
}

@media screen and (max-width: 720px) {

    /*NAVBAR*/
    nav {
        padding: 0;
        margin: 0;
        height: 100%;
        width: 60px;
        background-color: black;
        position: fixed;
    }

    nav div {
        padding: 0;
        margin: 0;
        height: 90%;
        width: 60px;
        background-color: #18191b;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav div ul {
        width: 60px;
        list-style: none;
        padding: 0;
    }

    nav div ul li a img {
        height: 35px;
        margin-bottom: 40px;
    }

    /*Container INFO*/
    #container {
        margin-left: 100px;
        height: auto;
        width: 100%-100px;
        background-color: #1d1e20;
        margin: 0 0 0 60px;
        display: block;
    }

    /*CONTAINER INFO END PIC PROFILE*/
    #mypfothoPic {
        height: 650px;
        width: 100%;
    }
}
