/*
selector {propiedad:valor;}
*/

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

body{background:#ebebeb; font-family: roboto; text-align: center}
header{background:#36C1CB;
padding: 3%}



.materias{margin: 0.5%; padding: 0.5%; font-size: 200}

.materiasencurso {0.5%; padding: 0.5%; font-size: 200}

.menulink {text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 6%;
    margin-right: 6%;}


.menulink:hover {
    color: rgb(0, 0, 0);
    font-weight: 700;
}


.menugral{ background: #f4f4f4);
    text-align: center;
    padding: 1%;
    margin: auto;}


   .avatar{ margin: 2rem; padding: 1%;  }


h1{color:#ffffff;font-weight:bold; font-size:2rem;}
h2{color:#f56a56;font-size:1rem;}
h3{color:#00104e;font-size:1rem;}
h4{color:#ffffff;font-size:1rem;}
h5{color:#9e5249;font-size:0.9rem;}
footer p {color:#939292;font-size: 0.5rem;}
p {color:#676666;font-size:0.7rem;} 


.materiasgeneral {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
    background: ##F8F8F8;
}

.materiasaprobadas {
    margin: 2%;
    justify-content: center;
    width: 49%;
    padding: 2%;
    min-height: 8rem;
    background: #ffffff;
    border-radius: 1rem;
    
    
}


.materias {
    color: rgb(92, 92, 92);
    margin: 0,1%;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
}


footer {
    padding: 2%;
    text-align: center;
}


footer p {
    color: rgb(70, 70, 70);
    line-height: 1.1rem;
    font-size: 0.6rem;
    max-width: 60rem;
    margin: auto;
}

.espaciodgpc{color: indianred}

h1 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 3rem;
}

