
body {
    font-family: 'Aldrich', sans-serif;
    margin: 0;
    padding: 0;
    color: aliceblue;
    background-color: rgba(1, 3, 38, 1);
    box-sizing: border-box;
}

header,
.texto-inicio p {
    font-family: 'Alegreya SC', serif;
}
.logo img{
    width: 40px;
}

ul li {
    padding-left: 1.5rem;
}

.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: 7em;
    color: rgba(242, 223, 242, 1);
}

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

.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);
}

.resume {
    background-color: rgba(135, 54, 217, .2);
    width: 130px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(135, 54, 217, .5);
    margin-left: .8%;
}

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

.about-me {
    margin: auto;
    margin-top: 30vh;
    width: 80%;
    padding: 0%;
}

.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: .5rem;
}

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

.skills h2, .about-me h2 {
    padding-bottom: 20px;
}

.skills h3 {
    letter-spacing: .1em;
    padding-bottom: 10px;
}

.soft-skills,
.hard-skills {
    font-size: 1em;
    margin-left: 0;
}

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

.work-experience .games-save {
    margin-top: 50px;
    padding: 0%;
}

.work-experience .games-save>div {
    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%;
}

.courses-and-certifications .achivements {
    margin-top: 50px;
    padding: 0%;
   
}

.achivements img {
    min-width: 14%;
    height: 84%;
    border-radius: 50%;
    margin: 10px 0 0 10px;
}

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

.achivements .text-achivements {
    width: 60%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    font-size: 1em;
    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.8em;
}

.achivements .text-achivement-unlock {
    font-size: 0.5em;
    letter-spacing: .3em;
    color: rgba(242, 223, 242, .6);
    margin-bottom: 1vh;
}

.quest,
.informacion-proyecto {
    width: 50%;
}

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

.quest>div {
    margin-top: 30px;
    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 {
    max-width: 500px;
    margin-bottom: 10vh;
}

.contact-me form button {
    background-color: rgba(135, 54, 217, .2);
    color: rgba(242, 223, 242, 1);
    width: 130px;
    height: 40px;
    border-radius: 10px;
    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: 50px;
    height: 50px;
}

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

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

.active-glow {
    box-shadow: 0 0 15px 2px rgb(152, 89, 215)
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    /*seccion 1*/
    .texto-inicio h1{
        font-size: 5em;
    }
    .texto-inicio>p{
        font-size: 0.7em;
    }
    .resume{
        width: 100px;
        height: 30px;
        font-size: 0.7em;
    }

   
    /*courses */
    .achivements>div{
        width: 90%;
        height: 20vh;
    }
    /*projects*/
    .informacion-proyecto, .quest{
        width: 100%;
    }
    .informacion-proyecto{
        height: fit-content;
    }

    .informacion-proyecto img, .descripcion-proyecto{
        margin-left: 0;
    }
    .informacion-proyecto img{
        width: 90%;
        
    }
    .descripcion-proyecto{
        width: 90%;
        font-size: 1em;
    }
    .quest>div{
        width: 90%;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 778px) {
    /* seccion 1 */
    .texto-inicio h1{
        font-size: 4em;
    }
    .texto-inicio>p{
        font-size: 0.6em;
    }
    .resume{
        width: 100px;
        height: 30px;
        font-size: 0.6em;
    }

    /* seccion 2 skills */
    .skills img{
        width: 100%;
        height: 50%;
        padding: 5%;
    }
   
    .achivements .text-achivements-date {
       
        font-size: 0.6em;
    }

    .achivements img{
        height: 80%;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .creditos-foto{
        margin-top: 20%;
    }
    /* skills */
    .skills, .about-me{
        font-size: 0.8em;
        
    }
    /*seccion 3 work experience*/
    .work-experience{
        font-size: 0.8em;
    }

    /* courses */
    .achivements .text-achivement-unlock{
        font-size: 0.6em;
    }

    .courses-and-certifications .achivements{
        font-size: 0.7em;
    } 
    .achivements img{
       
        height: 70%;
        margin: 15px 0px 0px 10px;
    }
    .achivements>div{
        height: 15vh;
    }
    /* projects */
    .informacion-proyecto,.quest{
        font-size: 0.8em;
    }


}

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

    /* skills */
    .skills, .about-me{
        font-size: 0.8em;
        
    }
    /*seccion 3 work experience*/
    .work-experience{
        font-size: 0.7em;
    }

    /* courses */
    .achivements .text-achivement-unlock{
        font-size: 0.6em;
        
    }
    .courses-and-certifications .achivements{
        font-size: 0.6em;
    }
   
    .achivements>div{
        height: 12vh;
    }
    /* projects */
    .informacion-proyecto,.quest{
        font-size: 0.7em;
    }


}
@media only screen and (max-width: 340px) {
    
    .texto-inicio h1{
        font-size: 3em;
    }

    .courses-and-certifications .achivements{
        font-size: 0.4em;
    }
}



 
