@charset "utf-8"; 
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { 
    font-family: 'Roboto Slab', serif;
    background: linear-gradient(50deg, rgb(4, 175, 112), rgb(1, 219, 139), #a6f5ff);
    padding-left: 10px;
}

.contenedor 
{   width: 100%; 
    max-width: 750px;
    margin: auto;
}

header 
{   background-color: rgb(0,230,150);
    padding: 6em;
    padding-top: 0.6em;
    padding-right:0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    z-index: 99;  
}

body header nav ul {   
    display: flex;
    justify-content: flex-end;
    list-style: none;
    list-style-type: none;
    box-sizing: border-box;
}

body header nav ul li {   
    font-family: 'Big Shoulders Display', cursive;
    padding: .3em 0.8em;
    margin: .2em;
    margin-top: 1.5em;
    margin-right: .2em;
    margin-left: .2em;
    width: 1.5em;
    display: flex;
    background-color: rgb(50,255,180);
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    border-radius: 1em;
    }

body header nav ul li a {   
    font-weight: 500;
    color: green;
    text-decoration: none;
}

main{
    padding: 10;
}

section h2 {
     text-align: center;
     color:green;
}

section h4 {  
    margin-top: .5em;
    text-align: center;
}

h3 { 
    padding: .5em 1em;
    background-color: greenyellow;
    color: green;
    font-weight: 500;
    text-align: center;
    margin: 0em;
    border-radius: 1em;
}

section h5 {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 2em;
}

main section div p a {
    color: aquamarine;
    list-style: none;
    text-decoration: none;
}

main section div{
    padding-left: 0em;
}

main section img {  
    width: px;
    margin-top: 2em;
    margin-bottom: 6em;
    display: block;
    margin: auto;
    max-width: 10em;
    max-height: 10em; 
    margin-top: 2em; 
    border-radius: 5em;
}

/*****  Integrantes de la pagina ****/

.equipo { 
}

.equipo ul { 
}

.equipo li { 
    list-style: none;
}

.equipo a { 
    text-decoration: none;
}

main section webapp img {  
    width: px;
    margin-top: 2em;
    margin-bottom: 6em;
    display: block;
    margin: auto;
    max-width: 10em;
    max-height: 10em; 
    margin-top: 2em; 
    border-radius: 0em;
}

#webapp img {
    border-radius: .5em;
}

#webapp p {
    margin-bottom: 2em;
}

/*****  Fin Integrantes de la pagina ****/


/***** Historial ****/

.historial {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#materias1 {
    width: 45%;
}

#materias2 {
    height: 13.5em;
    width: 45%;
}

.historial ul {
    list-style: none;
}

.historial li {
    margin-left: 1em;
}

/***** Fin Historial ****/

/***** Imagenes web app ****/

#imgwebapp {    
    display: flex;
    justify-content: center;    
}

#imgwebapp img {
        margin-right: .5em;        
}


/* Estilo para el pie de pagina */
 footer { 
     background-color: greenyellow;
     padding: 10px;
     font-family: 'Roboto', sans-serif;
     font-weight: 500;
     padding: 1em;
     margin:auto;
     margin-top: 3em;
     font-size: 0.8em;   
}

/***** fin Imagenes web app ****/

@media screen and (max-width: 35em) {
    
    
}