/* 

selector{propiedad:valor;}

*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;1,100&display=swap');



body {
    background-image: url(https://images.unsplash.com/photo-1505298669014-965f9ba36513?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
    font-family: Arial;
    text-align: center
}

header {
    background: rgba(208, 205, 201, 0.49);
}


/* Menu */
nav {
    background: #ccc8c8;
    padding: 1rem;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: black;
    text-decoration: none;
    padding: 1rem;
    padding: 20px 80px
}

.link-activo {
    background: #e0d2d2;
}

.cursada-1 {
    display: flex;
}






.columna-2 {
    ;
    padding: 0.02rem;
}

nav ul li {
    display: inline-block;
}

.columna-3 {
    background: #e2dede;
    width: 50%;
    margin: 5%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 5%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);

}

.columna-4 {
    background: #e2dede;
    width: 50%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 5%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
}

.columna-5 {
    background: #e2dede;
    width: 50%;
    margin: 5%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 5%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
}

.contenedor-2 {
    max-width: 15rem;
    margin: auto;
    margin-top: 5rem;
    padding: 1%;
    min-height: 10rem;
    border-radius: 15rem 0 1rem 0;
}

.imagen {
    border-radius: 15rem;
    width: 200px
}

.imagen-2 {
    border-radius: 15rem;
    height: 50%
}


h1 {
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
}

h2 {
    background: rgba(64, 64, 64, 0.87);
    color: white;
    font-size: 1.1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    width: 2%;
    margin: 0.2%;
    margin-bottom: 5rem;
    padding: 0.8%;
    min-height: 0.02rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    width: 8rem
}

h3 {
    background: rgba(64, 64, 64, 0.46);
    color: white;
    font-size: 1.1rem;
    font-family: 'IBM Plex Sans', sans-serif;
}

.alumna {
    text-decoration: none;
    color: black;
    font-size: 2.5rem;

}

.alumna:hover {
    background: white
}

.alumne {
    text-decoration: none;
    color: black;
}


h4 {
    background: rgba(70, 70, 70, 0.46);
    color: white;
    font-family: 'IBM Plex Sans', sans-serif;
}

footer p {
    color: #4d4d4d;
    font-size: 0.7rem;
    font-family: 'IBM Plex Sans', sans-serif;
}

.prueba:hover {
    background: #e0d2d2;
}



.columna-b {
    display: flex;
    justify-content: center
}

.catedra {
    text-decoration: none;
    color: black
}

.catedra:hover {
    background: rgba(205, 92, 92, 0.15)
}


.png-01 {
    margin: 5rem;
    justify-content: center;
    width: 16%;
}

.png-02 {
    margin: 5rem;
    justify-content: center;
    width: 15%;
}
