/* selector{propiedad:valor;}*/



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    background: #11998e;  
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  
background: linear-gradient(to right, #38ef7d, #11998e);



font-family: 'Roboto', sans-serif;
text-align: center
}


/* Menu */
nav {
    background: #ffffffa4;
}

nav ul li {
    display: block;
}

nav ul li a {
    color:#11998e;
    text-decoration: none;
    padding: 20px;
    padding: 20px 20px
}

.link-activo {
    background: #11998e;
    color: rgb(255, 255, 255);
    padding:0.5rem
}



.cursada-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center; 
    font-weight: 300  
    }

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

nav ul li {
    display: inline-block;
}

.columna-3 {
    background:  #ffffff75;
    color: rgb(0, 0, 0);
    width: 50%;
    margin: 2%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 1%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(71, 71, 71, 0.2);
    font-size: 1.1rem;


}

.columna-4 {
    background:  #ffffff75;
    color: rgb(0, 0, 0);
    width: 50%;
    margin: 2%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 1%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(71, 71, 71, 0.2);
    font-size: 1.1rem;
}

.columna-5 {
    background:  #ffffff75;
    color: rgbrgb(0, 0, 0);
    width: 50%;
    margin: 2%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 1%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(71, 71, 71, 0.2);
    font-size: 1.1rem;

    
}

.columna-6 {
    background:  #ffffff75;
    color: rgbrgb(0, 0, 0);
    width: 50%;
    margin: 2%;
    margin-top: 2%;
    margin-bottom: 10%;
    padding: 1%;
    min-height: 10rem;
    border-radius: 1rem 0 1rem 0;
    box-shadow: 1rem 1rem 1rem rgba(71, 71, 71, 0.2);
    font-size: 1.1rem;
}

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


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

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


h1 {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

h2 {
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    font-family: 'Roboto', 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: #5549ff94;
    color: white;
    font-size: 1.1rem;
    font-family: 'Roboto', sans-serif;
}

h4 {
    background: #11998e;
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
}

h5 {
    color: white;
    font-size: 1.3rem;
}


.alumna {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;

}

.alumna:hover {
    color: #5549ff94;
    background: white
}

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


.prueba:hover {
    background: #5549ff94;
}



.columna-b {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: space-around;
        height: 20%;
}

.catedra {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
}

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


.png-01 {
    justify-content: center;
    width: 10%;
    padding: 5%;
}

.png-02 {
    justify-content: center;
    width: 25%;
    
}

footer p {
    font-size: 0.7rem;
    color: rgb(71, 71, 71);
}

/*version grande*/


@media(min-width:960px){
    body {
        background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
        }

        .cursada-1 {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: stretch;
            align-content: stretch;
        }

    footer p {
        font-size: 0.5rem;
        }
    h4 {
        background: #a1c4fd;
        }

    .link-activo {
        background: #5549ff;
    }

    nav ul li a {
        color:#5549ff;
    }

    .columna-b
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: space-around;
    }
    .imagen-2 {
        border-radius: 15rem;
        width: 200px;

    }

}