@charset "utf-8";
/*Mobile First*/

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif;
}

/*GENERAL-----------------------------------------*/

body {
    background-image: linear-gradient(#001222, #580668);
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
    min-height: -webkit-fill-available;
    font-family: 'Rubik' , sans-serif;


}



h1 {
    margin-top: 0.5em;
    font-size: 4em;
    text-align: center;
    color: beige ;
    font-family: 'Rubik' , sans-serif;
}


h2 {
    font-size: 1.5em;
    color: #756faf;
    text-align: center;
    margin: 0.8em;
    font-family: 'Rubik' , sans-serif;

}

h3 {
    color: #aec8ff;
    font-size: 1em;
    font-family: 'Rubik' , sans-serif;
}

img {
    width: 100%;
}

nav ul li a:hover {
    color: #580668;
}

ul li {
    list-style: none;

}

/*HEADER -------------------------------------------*/
#fotodeperfil {
    width: 20em;
    border-color: #756faf;
    border-radius: 0em 0em 1em 1em;
    border-style: solid;
    border-width: 1.2em;
    margin: auto;
}

.micaelagonzalez {
    margin: auto;
    text-align: center;
    max-width: 20em;


}

header .encabezado {
    font-family: 'Rubik' , sans-serif;
    background-color: #756faf;
    text-align: center;
    color: beige;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

header nav ul li a {
    color: beige;
    font-size: 1em;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;

}

#dgpc {
    width: 14%;
    margin-left: 0.5em;
}

header ul {
    display: flex;
    max-width: 40em;
    padding: 1em 0em 1em 0em;
}

header ul li {
    width: 4em;
    margin-right: .6em;
    height: 2em;
    margin-left: em;
    margin-top: 0.7em;
    display: flex;


}

/* MATERIAS ---------------------------------------------*/

.materias {
    font-family: 'Rubik' , sans-serif;
    display: block;
    margin: 1em auto 1em 0em;
    padding: 1em;
    text-align: center;
    border-radius: 0.25em;
  

}

.materiasAprobadas {
    margin-bottom: 2em;
}

.columnas {
    
    border: solid;
    border-color: #aec8ff;
    border-radius: 1em;
    border-width: 0.3em;
    width: 20em;
    margin: auto;
    font-size: 1.1em;
}

.tercero {

    text-align: center;
    color: beige;
    margin: 0.5em;
    font-family: 'Rubik' , sans-serif;

}


/*EQUIPO JT41 -------------------------------------------*/


.rotulos_individuales ul li {
    display: block;
    max-width: 90%;
    margin: 1em auto 1em auto;
    padding: 1em;
    text-align: center;
    border-radius: 0.25em;
    background-color: #756faf;
    border: solid #aec8ff;
    border-radius: 1em;
    border-width: 0.3em;
}

.rotulos_individuales img {
    width: 100px;
    margin: 1em;
    border-radius: 0.25em;
    border: solid #001222;
    border-radius: 1em;
    text-align: center;
}

.rotulos_individuales h3 {
    padding: 1em;
    text-align: center;
    text-decoration: underline;
    color: #001222;
    font-weight: bold;
}

.rotulos_individuales h3:hover {
    color: #580668;
}



/*BOCETO
---------------------------------------------*/

.comitente1 {
    text-align: center;
    border: solid 3px #756faf;
    border-radius: 1em;
    border-width: 0.3em;
    max-width: 95%;
    margin: 2em auto 0em auto;
    padding: 0.5em;
}

a {
    color: #aec8ff;
    font-weight: bold;
    font-family: 'Rubik' , sans-serif;
}

a:hover {
    color: #580668;
    text-decoration: solid;
}

.comitente1:hover {
    background-color: #001222;
    border: solid 3px #580668;
}

/* DATOS ACADEMICOS ---------------------------------------------*/

.logos ul {
    max-width: 80%;
    margin: 0em auto 0em auto;
    display: block;
  justify-self: center;
}

  


.logos ul li {
    margin: 0em auto 0.5em auto;
    border-radius: 0.25em;
  
}

.textos {

    font-size: 0.8em;
    text-align: center;
    font-family: 'Rubik' , sans-serif;

}

p {
    color: beige;
    display: inline;
    font-family: 'Rubik' , sans-serif;
}

.academicos img {
    justify-content: center;
    flex-direction: column;
    display: inline;
   
}

.logofadu {
    width: 60%;
    margin-left: 4em;
    margin-top: 2em;

}

.logouba {
    width: 25%;
    margin-left: 8em;
}

.logodgpc {
    width: 25%;
    margin-left: 7.8em;
    margin-top: 2em;
}




/* FOOTER ---------------------------------------------*/
footer {
    font-family: 'Rubik' , sans-serif;
    background-color: black;
    border-radius: 1em;
    border-width: 0.3em;
    padding: 0.5em;
    color: beige;
    font-size: 0.7em;
    margin: 1.5em;
    text-align: center
    

}



@media screen and (min-width: 768px) {



    /* ENCABEZADO ---------------------------------------------*/
    h1 {

        margin: 1em;

    }

    h2 {
        font-size: 2em;
        color: #756faf;
        text-align: left;
        margin: 1em;
    
    }

    #dgpc {
        width: 8%;
        margin: 0em 28em 0em 0em
    }

    header ul li {
        width: 2em;
        margin-right: 4em;
        height: 2em;
        margin-top: 0.7em;
        display: flex;
    }

    .micaelagonzalez {
        display: flex;

        justify-content: center;
        align-items: center;
        max-width: 80em;
    }

    /* MATERIAS ---------------------------------------------*/

    .columnas {
        border: solid;
        border-color: #aec8ff;
        border-radius: 1em;
        border-width: 0.3em;
        width: 16em;
        margin: 1em 3em 6em 4em;
        font-size: 1.1em;
max-width: 30em;

    }

    .materias {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
margin-bottom: -6em;


    }

    .materiasAnuales {
        justify-content: left;
    }

    .materiasAprobadas {
        display: flex;
    }

    h2 {
        margin: 1em;

    }

    .materiasAnuales h2 {
        margin: 0em 0em 1em 0.4em;
    }

    .materiasEnCurso h2 {
        margin: 0em 0em 1em 2.2em;
        
    }

    /*EQUIPO JT14 -------------------------------------------*/

    .contenedora_3 ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 2.2em;
    }

    .rotulos_individuales ul li {
        width: 30%;
    }

    .rotulos_individuales img {
        width: 150px;
    }

    /*DATOS ACADEMICOS---------------*/

    .logos ul {
        display: flex;
        justify-content: space-around;
        margin-left: 0 em;
        max-width: 90%;

    }


.textos {
    display: flex;
    flex-direction: column;
    margin-left: -2em;
    margin-top: 1em;
    font-size: 0.8 em;
    text-align: center;
}

.textos {

    font-size: 1em;
    text-align: center;

}

p {
    color: beige;
    display: inline;
    font-size: 0.8 em;
}


.academicos img {
    justify-content: left;
    flex-direction: row;
    margin-top: 1em;
    align-content: flex-start;
}

.logofadu {
    width: 30%;
    margin-left: 2em;
    margin-top: 0em;
    margin-right: 1em;

}

.logouba {
    width: 12%;
    margin-right: 3em;
    margin-left: -2em;
    align-content: flex-start;
}

.logodgpc {
    width: 11%;
    margin-right: 3em;
    margin-left: 0em;
    margin-top: 0em;
    
}
   /*DATOS ACADEMICOS---------------*/
footer {
    background-color: black;
    border-radius: 1em;
    border-width: 0.3em;
    color: #aec8ff;
    padding: 0.5em;
    font-size: 0.9em;
    margin: 1.5em;
    text-align: center
}
}

