@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Mada:300,400,500,900|Noto+Serif:400,400i,700,700i';
/*primero mobile*/
html {
    font-size: 14px;
}
div#pagina {
    width: 92%;
    margin: 1.5rem 1.5rem 1.5rem 1.5rem;     

}
    body {
    background-color: snow;
    padding: 0;
    text-align: center;
}

h1 {  font-family: 'Mada';
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    color:  #31A0B6;
    
}

h2 {  font-family: 'Mada';
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    color:  #31A0B6;
    
}

h3 {   font-family: 'Mada';
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
    color: #000000;
    
    }

h4 {  font-family: 'Mada';
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
    color: #000000;
    
    
}


p.nombres {  font-family: 'Mada';
    font-weight: 800;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    margin: 0rem 0rem 0rem 0rem;    
}

p.texto { font-family: 'Mada';
    text-align: center;
    font-size: 1rem;
    color: #000000;    
    margin: 0rem 0rem 4rem 4rem; 
}


div#pagina{ width: 80%;
    margin: auto;
}

ul{
    list-style: none;
    font-family: 'Mada';
    font-weight: 500;
}


header nav ul li{
    margin: 0 0 0.5rem 0;
    list-style: none;
    
}

header nav ul li a{
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration:none;
    display: block;
    background-color:#E6BD69;
    text-align: center;
    margin: auto;
    height: 3rem;
    line-height: 3rem;
    font-family: sans-serif;
}


    /*FLEX*/

@media screen and (min-width:40rem) {
    nav ul {
        display: flex;
        }

    main section ul li a p{
color: #ebff00;
    list-style: "none";
    font-family: 'Mada';
    text-align: center
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    text-decoration: none;
    
    }

main section P ul li a{
    text-decoration: none;
    
}
    
    
    
.padre{
    flex-flow: row;
    justify-content: space-between;
}

.hijo{
    justify-content:space-around; 
    background-color: #ffffff;
    min-width: 24%;
}

}
.padres{
    display: flex;
    justify-content: space-around;
    min-width: 5rem;
    flex-grow: 0rem;
}

.profe{
    display: block
    min-width: 0rem;
    flex-grow: 10rem;
}

