@charset "utf-8";

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

body{
font-family:Georgia, serif ;
margin:0;
padding:0;
background-color:lavender;
display: flex;
flex-direction: column;
justify-content: space-between;
}


h1, h2, h3, h4 {
    text-align: center;
    color:midnightblue;
}

.navegacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	background-color:mediumpurple;
    
}
 
.navegacion ul {
    display: flex;
    
}

.navegacion li {
    width: 0.6em;
    height: 1em;
    padding:2em;
    padding-right: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    
}

.navegacion a {
    color:whitesmoke;
    text-decoration: none;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    margin-left: 4em;
    margin-right: 4em;
    padding: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navegacion a:hover {
        color:lightblue;
        
} 

.navegacion2 a{
    color:whitesmoke;
    background-color: mediumpurple;
    display: block;
    padding-top:0.5em;
    padding-bottom:0.5em;
    text-align: center;
    border-radius: 2em;
    margin:1em;
   
} 

.navegacion2 a:hover {
        background-color:purple;
        color:whitesmoke;
        
}

#alumna img {
     width: 80%;
    border-radius: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}

main a{
    color:mediumpurple;
    text-decoration:none;
    list-style-type: none;
        
}

main ul{
    text-decoration:none;
    list-style-type: none;
    
}


section {
    margin:1em;
    padding:2em;
    background-color: aliceblue;
    border-radius: 2em;
  
}

.sobremi a {
     text-decoration: underline;
    cursor: pointer;
}

.equipo a{
    color:whitesmoke;
    background-color:mediumpurple;
    display: block;
    padding:0.5em;
    text-align: center;
    border-radius: 2em;
    margin:1em;
    
}

.equipo a:hover{
        background-color: purple;
        color:whitesmoke;
        
}


.datos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.datos ul{
    list-style: none;
    margin:1em;
}


img {
    max-width: 90%;
}

logo{
    
}



 
li {
    color:#7d7a6a
}

main p, footer {
    color:#7d7a6a;
}

strong {
    color: mediumpurple;
}

/*CATEDRAS*/
.catedras {
    display: none;
}

/*VIDEO*/

.videoresponsive {

margin:o auto;
height:0;
position: relative;
padding-bottom: 38%;
margin-top: 1em;
    
}

.videoresponsive iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top:0px;
    border-radius: 2em;
    left:0px;
}

footer {
    padding-top: 2em;
}

footer section {
    background: none;
}

.pie {
    background-color:aliceblue;
    margin:0;
    padding: 0.2em;
    border-radius: 0;
    
}

figure img {
    display: block;
    margin: auto;
  }


@media (min-width: 35em) {
    
    #alumna img {
     width: 30%;
    }
    
    .navegacion li {
        padding-left: 5em;
        padding-right: 5em;
        padding-bottom:3em;
        padding-top:3em;
    }
    
    p {
        padding: 1em;
        
    }
    
    p,h1,h2,a,li {
       font-size:14pt;
        
    }
    
    main section {
        width: 70%;
        margin: auto;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    
  
    .bocetos {
        width: 70%;
        margin: auto;
    }
    
}
