/* ---- reglas generales ---- */

/* ---- colores ----

#FFC4CE
#FFFFFF
#FCC693
#FFD9B6

*/


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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---- REGLAS ---- */


body {
    background-color: #FCE3E7;
    justify-content: center;
}


h1{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    padding: 1em;
}
h2{
    font-family:'Quicksand', sans-serif;
    margin: 0.5em 0em 0.5em 0em;
    font-size: 1.4em;
}
h3{
    font-family: 'Quicksand', sans-serif;
    margin: 0.5em 0em 0.5em 0em;
    font-size: 1.2em;
}
h4{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin: 0.5em 0em 0.8em 0em;
    font-size: 0.9em;
}
p{
    font-family: 'Quicksand', sans-serif;
    margin: 0.5em 0em 0.5em 0em;
}








header {
    background-color:#FFC4CE;
    background-position: top;
    padding: 1em 0 0.5em 0;
    
}   

.logodgpc {
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbar

nav {
    font-family: 'Quicksand', sans-serif;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

nav ul li {
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin: 0.2em 0.2em;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 9px;
    min-width: 3em;
    align-items: center;
    justify-content: center;
    display: flex;
}

nav ul li a {
    color: #FCC693;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    text-decoration: none;
}

nav ul li :hover {
    color: #FFD9B6;
    transform: scale(1.2);
}






main{
    text-align: center;
    align-items: center;
    justify-content: center;

}


main > div{
    padding: 1em 2em 1em 2em;
    justify-items: center;
}

#yo img {
    border-radius: 50px;
    border: 5px solid #ffdcbe ;
}

#yo{
    width: 90%;
    margin: auto;
}

#materias{
    background-color: #FFE1C5;
    margin: auto;
    width: 90%;
    border-radius: 30px;
}

.aprobadas{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em;
}
.aprobadas section{
    width: 45%;
}
.cursando p{
    width: 100%;
}






#materias h3{
    background-color: #ffffff;
    border-radius: 30px;
}

#materias h4{
    background-color: #ffefe1;
    border-radius: 30px;
}

#materias p{
    margin: 0em 0em 0.5em 0em;
    color: #424242;
}












#rotulos-integrantes {
    background-color: #FFC4CE;
    background-position: center;
    background-size: 0px 45px;
    margin: 15px 30px;
    padding: 20px 0px;
    border-radius: 30px;
    justify-content: center;
}

#rotulos-integrantes h2 {
    font-family: 'Quicksand', sans-serif ;
    font-weight: 400;
    color:#000000;
    font-size: 30px;
    text-align: center;
    margin: 0px 30px;
    padding: 15px 0px;
}

#rotulos-integrantes ul {
    justify-content: center;
    font-family: 'Quicksand', sans-serif ;
    margin: 10px 30px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: content-box;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    align-items: flex-start;
    justify-content: center;
    gap: 0em
}


#rotulos-integrantes figure{
    margin: 10px 0px;
}
#rotulos-integrantes figure img {
    width: 150px;
    border-radius: 50px;
    justify-content: center;
}

#rotulos-integrantes ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    color: #424242;
    padding: 10px 30px;
    transform: scale(1.2);
}


#datos-academicos h4 {
    font-family: 'Quicksand', sans-serif ;
    color: #000000;
    text-align: center;
}

#datos-academicos p {
    font-family: 'Quicksand', sans-serif ;
    color:#000000;
    text-align: center;
}

.datosuba {
    padding: 10px 0px;
}

.datosfadu {
    padding: 10px 0px;
}

.datosdgpc {
    padding: 10px 0px;
}

footer {
    font-family:'Quicksand', sans-serif ;
    margin: 2em 0em 0em 0em;
    background-color: #ffffff;
    background-size: cover;

}

footer p {
    color:#000000;
    padding: 50px 0px;
    margin: 0px 50px;
}










/* ESCRITORIO */
@media screen and (min-width: 992px){
    body{
        background-color: #FCE3E7;
    }
    main{
        width: 60%;
        margin: auto;
    }
}


@media screen and (min-width: 768px){
    main{
        width: 70%;
        margin: auto;
        
    }
}


/* ESCRITORIO EXTRA GRANDE */
@media screen and (min-width: 1200px){
    body{
        background-color: #FCE3E7;
    }
    main{
        width: 60%;
        margin: auto;
    }
}
