@charset "utf-8"

*{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: 'Roboto Condensed', sans-serif;}



#logo{
    height: 80px;
    margin-bottom: 20px;
   
}

body{
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
width: 90%;
margin: 0 auto;
padding:2em;
display: flex;
justify-content: center;
flex-direction: column;
background-color: rgb(232, 247, 235);
}






.title{
    padding: 10px;
}


div#contenedor img {
    border-radius: 10px;
    image-orientation: center;
    display: flex;
    margin: auto;
    justify-content: center;
    max-height: 600px;}





nav ul li a{
    
    color:#2e2e2e;
    text-decoration: none;
    display: block;
    text-align: right;
    padding: 20px 20px;
    display: block;
    justify-content: flex-end;
    list-style: none;
        
    
}



nav ul li{
    display: inline-block;
    
}


nav ul li a:hover{
    background-color: white;
    color: rgb(232, 247, 235);
}

nav ul li a:visited{
    color:black;
}


nav{
    display: flex;
    justify-content: center;
    padding: 0em;
    flex-direction: row;
    background-color: white;
    
}


h1{
    font-size: 70px;
    text-align: center;
    background-color: #141313;
    color: white;
    height: 200px;
    padding-top: 100px;
}


h3{
    text-align: center;
}


section#materias h4{
    text-align: left;
    background-color: white;
    height: 30px;
    padding-top: 15px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
}

section#materias h5{
    text-align: right;
    font-weight: 300;
    display: flex;
    justify-content: center;
    
}

section#materias h2{
    display: flex;
    justify-content: center;
    text-align: right;
    
    
}

section#materias{
   margin: auto;
    text-align: left;
    max-width: 30em;
   
}


div#integrantes{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    background-color: white;
}

div#integrantes ul li a{
    text-decoration: none;
    color: darkgray;
}


.datac p{
    color: darkgray;
    text-align: center;
    font-weight: 100;}

.datac{
   text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;}





footer{
    background-color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
    color: #404040;
    font-size: 12px;
  
}


div#webapp{
    display: flex;
    justify-content: center;
    flex-direction: row;
    background-image: url(imagenes/fondo.png) ; 
    
    
}

div#webapp img{
    max-height: 500px;
    max-width: 900px;
    display: flex;
    justify-content: flex-end;
    
}


div#titulo2{
    display: flex;
    justify-content: center;
    font-size: 23px;
    color: darkgreen;}


hr{
    height: 40px;
    border-color: white;
    
}



@media screen and (max-width: 1000px)
{
    .datac{
   text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 375px;
    margin-top:30px;}
    
    h1{
    font-size: 70px;
    text-align: center;
    background-color: #141313;
    color: white;
    height: 200px;
    padding-top: 50px;
}
    
    
div#contenedor img {
    border-radius: 10px;
    image-orientation: center;
    display: flex;
    margin: auto;
    justify-content: center;
    max-height: 400px;}
    
body{
font-family: 'Roboto Condensed', sans-serif;
margin: 0;
width: 110%;
padding:2em;
display: flex;
background-color: rgb(232, 247, 235);
}

nav{
    display: flex;
    justify-content: center;
    padding: 0em;
    flex-direction: row;
    background-color: white;
    width: 370px;}
    
div#webapp img{
    max-height: 150px;
    max-width: 900px;
    display: flex;
    justify-content: flex-end;
    
}


}