@charset "utf.8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&family=Work+Sans:wght@400;500&display=swap');

*{ box-sizing: border-box;}
body header ul {
    text-align: center;
    justify-content: center;   
}

header {
    background-color: #F2994A;
}

body {
    background-color: #D0E99A;
    align-content: center;
    width: auto;
    margin: auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

#huerta img{
    width: 100%;
}

#dgpc img {
    width: 30%;
    margin: 1em;
}

#fadu img {
    margin: 1em;
}

.integrantes {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    font-size: 20px;
    font-weight: bold;
    color: #8B5842;
}

.fotosperfil ol{
    display: flex;
    flex-wrap: wrap;
    max-width: 50rem;
    justify-content: center;
    list-style: none;
    margin: auto;
}

.fotosperfil li {
    width: 190px;
    padding: 10px;
}

.fotosperfil li img {
    width: 150px;
    border-radius: 50%;
    margin-bottom: auto;
}

.fotosperfil li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

ul{
    text-align: center;
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 3%;
    }

ul li a {
    justify-content: center;
    text-decoration: none;
    display: block;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 10pt;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    }

ul li a:hover {
    background-color: #8B5842;
}

main div img {
    width: 50%;
}

main p {
    margin top: 2em;    
    margin: auto;
    max-width: 50rem;
}

#datos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    max-width: 40rem;
    background-color: #8B5842;
    border-radius: 1em;
    padding: 1em;
}

#datos2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    max-width: 40rem;
    background-color: #8B5842;
    border-radius: 1em;
    padding: 1em;
}

h1 {font-size: 1.7em;
    color:#8B5842;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}

h2 {font-size: 1em;
    text-align: center;
     font-family: 'Roboto', sans-serif;
    font-size: 14p;
    font-weight: 400;
}

h3 {font-size: 1em;
    text-align: center;
     font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h4 {
    font-weight: 500;
    color: #8B5842;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

h5 {
    font-weight: 500;
    color: white;
    text-align: center;
 font-family: 'Roboto', sans-serif;
}

footer  {
    background-color: #F2994A;
    text-align: center;
    display: block;
    padding: 3px;
    padding-left: 5%;
    padding-right: 5%;
}
