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

a {
    text-decoration: none;
    color: black;
}

.fondo {
    background: linear-gradient(0deg, #fdfdf7, #f8f4d1);
}

.fotofondo {
    width: 100%;
    height: 300px;
    background-image: url (imagenes/poster.jpeg);
    background-size: cover;
    background-position: center;
}

.menu {
    width: 100%;
    margin: auto;
    padding-inline: 10%;
    padding-block: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: rgb(136, 229, 164);
}

.menu-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.comitente {
    width: 90%;
    margin-block: 3%;
    margin-inline: auto;
    text-align: center;
}

h1 {
    font-size: 32px;
    padding: 1%;
}

.texto-intro {
    width: 60%;
    margin-inline: auto;
    padding: 16px;
    text-align: center;
}

.equipo {
    text-align: center;
    font-size: 21px;
}

.integrantes {
    width: 90%;
    margin-inline: auto;
    margin-block: 3%;
    text-align: center;
    gap: 1%;
    line-height: 1.5em;
    background-color: beige;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #b4b4b4;

}

.datos {
    grid-column: 30px;
    grid-row: 30px;

}
.datos-academicos {
    width: 90%;
    margin-inline: auto;
    margin-block: 3%;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: center;
    justify-content: center;
    gap: 5%;
    line-height: 1.5em;
    background-color: beige;
    padding: 16px;
    border-radius: 8px; 
    border-radius: 8px;
    border: 2px solid #b4b4b4;

}

.plan-imagenes {    
    width: 90%;
    margin-inline: auto;;
    margin-block: 3%;
    display: flex;
    align-items: center;
    text-align: center;
}

.mapa {
    width: 90%;
    align-items: center;
    text-align: center;
    margin-block: 3%;
    margin-inline: auto;
}

h3 {
    font-size: 16px;
}

footer {
    width: 70%;
    margin-inline: auto;
}