body {
    font-family: 'Aldrich', sans-serif;
    margin: 0;
    padding: 0;
    color: aliceblue;
    background-color: rgba(1, 3, 38, 1);
    box-sizing: border-box;
}
header{
    font-size: 1.2vw;
}
header,
.texto-inicio p {
    font-family: 'Alegreya SC', serif
}
.logo img{
    width: 3vw;
}

ul li {
    padding-left: 1.6vw;
}

.inicio img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    filter: brightness(.4);
    top: 0;
    left: 0;
    z-index: -1
}

.creditos-foto {
    float: right;
    font-size: .8vw;
    color: rgba(242, 223, 242, .3)
}

.creditos-foto a {
    color: rgba(242, 223, 242, .3)
}

.texto-inicio {
    position: relative;
    padding-top: 30vh;
    width: 100%;
    height: 70vh
}

.texto-inicio h1 {
    font-size: 7vw;
    color: rgba(242, 223, 242, 1)
}

.texto-inicio p {
    text-indent: 1%;
    letter-spacing: 0.4em;
    color: rgba(242, 223, 242, .6);
    font-size: 1vw;
}

.texto-inicio img {
    filter: brightness(.37)
}

.texto-inicio .logo-github {
    width: 35px;
    height: 35px
}

.texto-inicio .logo-linkedin {
    width: 44px;
    height: 44px
}

.resume {
    text-decoration: none;
    color: rgba(242, 223, 242, .8);
    background-color: rgba(135, 54, 217, .2);
    width: 10vw;
    height: 3vw;
    border-radius: 2vw;
    border: 1px solid rgba(135, 54, 217, .5);
    margin-left: .8%;
    font-size: 1vw;

}

button:hover {
    background-color: rgba(135, 54, 217, 1)
}

.skills h2,
.work-experience h2,
.courses-and-certifications h2,
.projects h2,
.contact-me h2, .about-me h2{
    font-size: 3vw;
}
h3{
    font-size: 2vw;
}
.descripcion-proyecto h2{
    font-size: 1.9vw;
}

.about-me {
    margin: auto;
    margin-top: 30vh;
    width: 80%;
    padding: 0%;
    font-size: 1.3vw;

}

.work-experience,
.courses-and-certifications,
.projects,
.contact-me, .skills {
    margin: auto;
    margin-top: 20vh;
    width: 80%;
    padding: 0%
}

.skills ul {
    list-style: none;
    padding: 0
}

.skills ul li {
    padding: .5vw;
}

.skills img {
    width: 50%;
    height: auto
}

.skills h2,.about-me {
    padding-bottom: 2vw;
}

.skills h3 {
    letter-spacing: .1vw;
    padding-bottom: 1vw;
}

.soft-skills,
.hard-skills {
    font-size: 1.3vw;
    margin-left: 0;
}

.work-experience img {
    width: 20%;
    height: 100%;
    object-fit: cover
}

.work-experience .games-save {
    margin-top: 5vw;
    padding: 0%
}

.work-experience .games-save>div {
    margin-top: 3vw;
    margin-bottom: 1vw;
    /* margin: 30px 0 10px 0; */
    background-color: rgba(242, 223, 242, .2);
    height: 20vh;
    width: 70vw
}

.work-experience .games-save .text-game-save {
    width: 70%;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.3vw;
}
.text-game-year{
    font-size: 1vw;
}
.courses-and-certifications .achivements {
    margin-top: 5vw;
    padding: 0%;
    
}

.achivements img {
    min-width: 14%;
    height: 84%;
    border-radius: 50%;
    margin-top: 0.6vw;
    margin-left: 1vw;

}

.achivements>div {
    background-color: rgba(135, 54, 217, 1);
    width: 60vw;
    height: 20vh;
    border-radius: 10vw;
    margin-top: 2vw;
}

.achivements .text-achivements {
    width: 60%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    font-size: 1.3vw;
    font-weight: bold;
    color: rgb(221, 213, 221)
}

.achivements .text-achivements-date {
    width: 20%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.8vw;
}

.achivements .text-achivement-unlock {
    
    font-size: 0.8vw;
    letter-spacing: .3em;
    color: rgba(242, 223, 242, .6);
}

.quest,
.informacion-proyecto {
    width: 50%;
    font-size:1.3vw;
}

.projects img {
    width: 20%;
    height: 100%;
    object-fit: cover;
}

.quest>div {
    margin-top: 2vw;
    background-color: rgba(25, 120, 179, .2);
    height: 15vh;
    width: 40vw;
    cursor: pointer;
}

.quest>div>p {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
}

.informacion-proyecto img {
    min-width: 50%;
    height: fit-content;
    object-fit: scale-down;
    margin-left: 25%;
    filter: brightness(.7);
}

.descripcion-proyecto {
    width: 50%;
    height: auto;
    margin-left: 25%
}

.descripcion-proyecto>p {
    color: rgba(135, 54, 217, 1);
    letter-spacing: 8%;
    text-align: justify;
}

.contact-me form {
    width: 34vw;
    margin-bottom: 10vh;
    font-size:1.3vw;
}

.contact-me ::placeholder{
    font-size: 1vw;
}


.contact-me form input{
    height: 2.7vw;
    font-size: 1.2vw;
}
.contact-me textarea{
    height: 10vw;
    font-size: 1.2vw;
}

.contact-me form button {
    background-color: rgba(135, 54, 217, .2);
    color: rgba(242, 223, 242, 1);

    border: 1px solid rgba(135, 54, 217, 1)
}

.contact-me form button:hover {
    background-color: rgba(135, 54, 217, 1);
    color: rgba(242, 223, 242, 1)
}

footer {
    width: 100%;
    min-height: 50vh;
    background-color: rgba(135, 54, 217, .5);
    position: absolute;
}

footer img {
    width: 4vw;
    height: 4vw;
}

.logos-footer {
    position: relative;
    width: 200px;
    margin: auto;
    margin-top: 10%;
}

footer .logos-footer a {
    padding: 10%;
}

.active-glow {
    box-shadow: 0 0 1.5vw 0.2vw rgb(152, 89, 215)
}