* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    color: hsl(277, 94%, 43%);
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 255);
    min-height: 100dvh;
    display: grid;
}


header,
footer {
    background-color: hsl(277, 72%, 71%);
    color: hsl(0, 0%, 100%);
    font-family: Arial, Helvetica, sans-serif;
}

footer {
    height: 200px;
}

header {
    box-shadow:
        0 4px 4px hsla(285, 100%, 16%, 0.366);

}

.contenedora {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    background-color: hsl(277, 72%, 71%);
    color: white;
    height: 100;
}

.logo a {
    display: flex;
    border-radius: 50%;
    width: 6rem;
    aspect-ratio: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.75rem;
    background-color: hsl(277, 94%, 43%);
    border: solid 4px hsl(0 0% 95%);
}


.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
}

.botoncito {
    color: hsl(0 0% 95%);
    background-color: hsl(293, 82%, 22%);
    display: block;
    width: 5em;
    padding-block: 0.25em 0.5em;
    border-radius: 0.25em;
    text-align: center;

}

.articulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

.imagen-museo {
    width: 100%;
    height: 100%;
}

.integrantes {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

.persona {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background-color: hsl(277, 72%, 71%);
    color: white;
    padding: 1rem;
    margin-block: 0;
}

.contenedor-integrantes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(5rem, 100%), 1fr));
    gap: 1rem;
}

.integrantes img {
    align-items: flex-start;
    width: 8em;
    border: solid 0.4em hsl(280 29% 44%);
    box-shadow: 0 4px 2px hsl(0 0% 0% / 20%), 0 4px 2px hsl(0 0% 0% / 20%) inset;
}

ul {
    list-style-type: none;
}

.texto-integrante {
    display: flex;
    flex-direction: column;
    margin: 0;
}

h5,
h4 {
    color: hsl(0 0% 95%);
    margin: 0;
}

.conoce-mas {
    color: hsl(0 0% 95%);
    background-color: hsl(293, 82%, 22%);
    display: block;
    padding-block: 0.25em 0.5em;
    border-radius: 0.25em;
    text-align: center;

}

.datos-academicos {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 1rem;
}

.tarjeta-academico {
    display: "flex";
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.imagen-uba {
    width: 25%;
    height: 25%;
}

.imagen-fadu {
    width: 100%;
    height: 100%;
}

.imagen-dgpc {
    width: 50%;
    height: 50%;
}

h2 {
    max-width: 65rem;
    margin-inline: auto;
    padding: 1rem;
}

.texto-footer {
    max-width: 65rem;
    padding: 1rem;
}

.imagen-persona
.imagen-mapa {
  max-width: 100%;
}

