header,
footer {
    background-color: rgb(183, 26, 245);
    padding: 1rem;
    border-radius: 5px;
    color: aliceblue;
}

img {max-width: 100%;
}

* {
    box-sizing: border-box;
}

header {
    display: block;
}

header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div {
    display: block;
}

.botoncito {
    background-color: rgb(166, 255, 193);
    border: 5 px;
    padding: 5px 55px;
    font-family: poppins;
    text-align: center;
    margin: 50px 10px;
    cursor: pointer;
    text-decoration: none;
    color: black;
    border-radius: 10px;
}

.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(157, 92%, 66%);
}



* {
    box-sizing: border-box;
    font-family: poppins;
    text-decoration: none;
}

.descripcion {
    display: flex;
    margin-top: 5rem;
    margin-left: 5rem;
    margin-right: 10rem;

}

.descripcion img {
    max-width: 400px;
}

* {
    box-sizing: border-box;
    font-family: poppins;
}


* {
    border-radius: 5px;
    object-fit: contain;
}

.tarjeta-academico ul {
    list-style-type: none;
}


h2 {

    font-size: 25px;
    color: rgb(0, 0, 0);
    margin: 0px 1rem;
    font-family: poppins;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 0px;
}

.datos-academicos {
    display: flex;
    flex-wrap: wrap;
}

.tarjeta-academico {
    display: "flex";
    padding: 10px;
    min-width: 200px;
    max-height: 350px;
}

.imagen-uba {
    height: 15%;
}

.imagen-fadu {
    height: 15%;
}

.imagen-dgpc {
    height: 15%;
}

h3 {
    color: rgb(183, 26, 245);
    background-color: rgb(166, 255, 193);
    line-height: 2;
    padding: 1rem;

}

.footer-contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}


.texto-footer {

    max-width: 65rem;

    padding: 1rem;
}

