@charset "utf-8";
*{
    margin:0;
    padding: 0;
    border:0;
}
img {
    width: 100%;
}
body{
    background-color: #e0ddd1;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}
html {
    height: -webkit-fill-available;
}
.contenedora {
    margin: 0 auto;
    max-width: 50rem;
}
header .contenedora {  
    display: flex;   
    justify-content: center;   
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}
header{
    background-color: #c899a0;
    padding: 2em
}
#logos div{width: 50%;
    max-width: 18em;
display: contents;
}
#logos {
    display: flex;
    align-items:flex-start;
    justify-content: space-around
}
header .contenedora{
    display: flex;
    justify-content:space-around;
    align-items:center;
    flex-wrap: wrap;
} 
.equipo{
    display: flex;
    flex-wrap: wrap;
}
nav ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
header nav ul li{
    min-width: 1em;
    margin: .10em .10em .10em;
}
main {
   background-color: f1f3f2;
   margin: 3em;
   display: flex;
   flex-flow: column wrap;
   justify-content: center;
   align-items: center
}
nav{
    margin:2em 0;
    display: flex;
    flex-direction:column;
    align-items: center;
}
#linksGenerales li{
    margin: 0.3em;
    width: 20em;
    display: flex;
    flex-flow: column wrap;
    justify-content: center
}
#linksGenerales a{
    background-color: #283B38;
    border-radius: 1em;
    padding: 0.5em;
    display: flex;
    justify-content: center
}
#linksGenerales a:hover{
    background-color: #192623;
}
#Integrantes{
    margin: 2em 0 0;
    font-size: 1.4em
}
#linksAlumnes{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 1em;
    border-radius: 1em;
}
article{
    border: solid #233130 .0em;
    margin: 2em 0em;
    padding: 1em;
}
a{
    color:  #725d60;
}
nav ul li{
    background-color: #e6d1cc;
    text-align: center;
    margin: 1em 2em ;
    border-radius: 1em;
    display: block;
    height: em;
    width: 6em;
    line-height: 0em;
}
nav ul li a{
    color: #dea057;
    display:inline-block;
    margin:  1em;
}
}
#infopersonal{
    display: flex;
    flex-direction: column;
    align-items: center
}
#infopersonal figure{
    max-width: 20em;
}

#materias ul{
    display: flex;
    flex-direction: column;
    align-items:flex-start
    list-style: none;
}
#materias{
    width: 9em;
    padding: 1em 0;
    margin: 2em 1em;
}
#materias ul li{
    color: #675854;
    list-style: none
}
h1{color: #533237}
h2{color: #fdfcfd}
h3{color: #dba571}
h4{color: #d39d69}
p{color: #644d58}

.bocetos li a{
    padding: 1em;
    display: flex;
    justify-content: center;
    margin: 1em
}
.bocetos li{
    list-style: none
}
article > h3{color: white}
div > figure{width: 50%}
#logos {width: 20%;
    max-width: 18em;
    display: inline-block}
#logoMerlo {width: 40%;
    max-width: 50em;
}
footer{
    background-color: #c899a0;
    display: flex;
    justify-content: center
}
.bocetos{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}
article h3{
    margin:1em 0 0.5em
}
#primerboceto{
    display: flex;
    flex-flow:column-reverse;
    justify-content: center
}
#ultimoboceto{
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}
#mockup{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#mockup h3{
    margin: 1em;
}
#trabajospracticos{
   display: flex;
   flex-flow: row wrap;
   align-items: center
}
#tpsrealizados h2{
    margin: 1em;
}
#tpreloj{
    max-width: 40em;
    margin: 1em
}
#tpreloj h4{
    margin: 1em;
}
#tpgato{
    max-width: 20em;
    margin: 1em
}
#tpgato h4{
   margin: 1em; 
}

