*{
    font-family: 'Roboto Condensed', sans-serif;}
body {
background-color:white;
color: black; 
font-size: 0.9em;
min-height: 50vh;
margin: 0;
border-radius: 1em;
width: 90%;
margin: 0 auto;
padding: 1em;
display: flex;
justify-content:space-between;
flex-direction: column;}


header{
    background-color: lightgray;
    display: flex;
    padding: 0.5em;
    align-content: center;
    justify-content:center;
    width: auto;
    height: 50px;
    }

#logo{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 60px;
}
header ul{
    padding: 1px;
    }
header a{
font-size: 1.3em;
text-decoration:none;
color: white;
padding: 5px; }

header li{
    list-style: none;
    float: left;
}
#perfiles{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 45px;
}

#perfiles img{
    border-radius: 120px;
}
main{
background-color: #e6e6e6;
padding: 10px;
}
#comitente h2 {
font-size: 20px;
text-align: center;
height: 10px;
margin: 10px 80px 10px 80px;
color: cadetblue;
}
#comitente p{
text-align: left;
width: auto;
font-family: sans-serif;
margin: 10px 20px 10px 20px;
font-weight: 200;
    
}
#comitente{
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 10px;
}
h1 {
    font-size: 25px;
    margin: 50px 80px 10px 80px;
    color: cadetblue;


}
.foto h3{
font-size: 16px;
text-decoration: none;
margin-bottom: 5px; }
h2{
font-size: 17px;    
margin-bottom: 10px;
color: cadetblue;

}
h4{ 
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    
}
h3{
    font-size: 13px;
    text-align: left;
    margin-left: 20px;
    text-decoration: none;
    
}
#informacionacademica{
    margin-top: 80px;
    margin-bottom: 80px;
margin: 10px 80px 50px 80px;
}
#informacionacademica p{
    font-family: sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 100;}
footer{
    font-family: sans-serif;
    font-size: 11px;
    text-align: center;
    margin-bottom:none;
    background-color: white;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    }
.ajustar{
    height: auto;
    width: 320px;
    margin-left: -13px;
    
    
}

.separador {
    margin: 1em 0em;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.1);
 }
.pantallas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1em;
    flex-wrap: wrap;
    list-style: none;
    
}

.pantallas li {
    text-align: center;
    
}

.pantallas li img {
    display: block;
    margin: .6em auto 2em auto;
    margin-left: -30px; 
   
    width: 110%;
    height: auto;
}


/*responsive*/
@media screen and (min-width: 1000px)
{

#comitente p{
text-align: left;
width: auto;
font-family: sans-serif;
margin: 10px 140px 10px 140px;
font-weight: 200;}

#perfiles{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 45px;
    margin: 10px 120px 10px 120px;}

h1 {
    font-size: 25px;
    margin: 50px 80px 10px 80px;
    color: cadetblue;
    text-align: center;}    
    
#informacionacademica{
    margin-top: 80px;
    margin-bottom: 80px;
margin: 70px 140px 70px 140px;
    text-align: center;}
    
#informacionacademica p{
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    width: 400px;
    margin-left: 300px;}

    footer{
    width: 1000px;
    margin-left: 120px
    }
.foto h3{
font-size: 16px;
text-decoration: none;
margin-bottom: 5px;
margin-left: 50px;}
    
    .mapa{
        display: flex;
        justify-content: center;}
    h2.nav{
        text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 25px;}
    


    #pantallas{
        height: 500px;
        width: auto;
        margin: 20px 40px 20px 40px;}
  
    .mapa2 h2{
        text-align: center;
        margin-top: 50px;
        font-size: 25px;}
    .mapa2 h3{
        text-align: left;
        margin-left: 40px;
        color: darkgray;}
    hr{
        width: 800px;
    }
    
    
}
