@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:sans-serif;
}
 
ul{
    list-style: none;
}

nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

nav ul li {
    padding: .3em;
    border-right: solid white .2em;
}

nav ul li a {
    color : white;
}

nav ul li a:hover {
    padding: .2em;
    background: #F8F5F4;
    color: #E1B0AC;
}

body{
    background: #E3D8D4;
    color: #F7F7F7;
}

img{
    width: 100%;
    height: auto;
}

#logo{
    width: 4em;
}

#logofadu{
    width: 7em;
}

.maru {
    background-color: #F8F5F4;
    color: #BBA7A1;
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin: 2em;
    padding: 1em;
}

.titulo{
    margin: 2em;
    padding: 1em;
    background-color: #EDE7E4;
    box-shadow: white 1em 1em;
}

#avatar {
    justify-content:center;
    box-shadow: white 1em 1em;
    margin: 1em;
    padding-left:  .3em;
    min-width: 10em;
}

h2{
border-bottom: solid white .2em;
margin: 1em;
width: 100%;
justify-content: center;
}
    
.datospersonales{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
.integrantes{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.integrantes article {
    display:flex;
    flex-direction: column;
    margin: 1em;
}

.integrantes img{ 
    max-width: 10em;
    min-width: 10em; 
    margin: 1em;
    box-shadow: #BBA7A1 1em 1em;
}

.actividades {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;    
}

.actividades img{
    max-width: 12em;
    min-width: 10em;   
}

.actividades article {
    display: flex;
    justify-content: space-around;
    width: 45%;
}

.actividades article a p {
    background-color: #F8F5F4;
    padding: .2em;
    color: #BBA7A1;
}

.academico ul{
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.academico ul li{
    margin: 1em;
    padding: 1em;
}

#boceto{
    color: #F8F5F4; 
}

header, footer {
    background: #E1B0AC;
    margin: 0.5em;
    padding: 1em;
    color: #F7F7F7;
}


@media screen and (min-width: 600px) {
    
  #integrantes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  
}
