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

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

.contenedoremma {
    display: block;
    margin: auto;
    max-width: 65rem;background-color: #fff9fe;        
}

.bodyemma {
  font-family: 'Roboto', sans-serif;  background-color: #fff9fe; }






/* menu */


nav {    
    background-color:  #363636;
    padding: 1rem 0 1rem 0 ;
    font-weight: 600;box-shadow: 0px 1px 10px #2f2208;
}
.menu {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
    margin:auto;
    max-width: 65rem; }

.menu a{
    color: #ffffff;
    text-decoration: none;
    margin: 0 1rem 0 1rem;
    font-size: 1.2rem;
    }

.menu a:hover{background: #111;
}

ul{
    list-style-type: none;
}



/* encabezado */



.headeremma{ 
   
   text-align: center;
	padding: 1.5rem 0 0 0;
 }




.headeremma h1 {
    font-size: 3rem;
    font-style: normal;
    background: #202020; 
-webkit-background-clip: text; 
-moz-background-clip: text; 
background-clip: text; 
color: transparent; 
text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);;}

.avataremma {height: 16rem;
    width: 16rem;
    border-radius: 100%;
    padding: 1rem 1rem 0 1rem;}












article {
        padding: 0 0 0 10rem;
        display: flex;
        justify-content:space-between;}


h2 {
    color: #000000; 
    font-size: 1rem; 
    text-align: center; 
    margin: 3rem 0rem 2rem 0rem;}





.footeremma {
    background-color:#363636 ;
    color: #FFFFFF;
font-size: 0.8rem; 
	padding: 3rem;box-shadow: 0px 1px 10px #2f2208

}



.titulosemma {  color:#363636;display: block;
    text-align: center;
    letter-spacing: 3px;padding: 0 2rem 1rem 1rem;
}
.titulosemma h2  {color:#363636;}

section {
    display: flex; 
    justify-content: flex-start; 
    flex-wrap: wrap; 
    text-align: left;
margin: 1.5rem 0rem 0rem 0rem;
padding:0;}




.materiasemma{
    display: flex;
    flex-wrap: wrap;
    align-content:space-between;
    margin: 0.5rem;
    width: 12rem;
    height:10rem;
    padding: 0rem 0.2 0 0.2rem;
  
}



.nivelemma {font-size: 1.2rem;
    font-weight: 600;}

.nivelemma2 {font-size: 1.2rem;
    font-weight: 600;}

.nivelemma3 {font-size: 1.2rem;
    font-weight: 600;}

.nivelemmados {padding:  0 0 6rem 0;}

.encursoencursoemma {padding:  0 0 6rem 0;}



.graficoemma {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
padding: 1rem 0.5rem 1rem 2rem;
    margin: 1.5rem;
    background: #fafafa;
    color: #363636;
box-shadow: 0px 1px 10px #2f2208}




@media screen and (max-width: 500px)