.cont_estudiantes{
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 100px 0;
    height: 60vh;
}
.estudiantes_titulo{
    text-align: center;
    margin-bottom: 30px;
    font-family: cursive;
}
.estudiantes_botones{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.estudiantes_metis{
    width: 40%;
    height: 100%;
    background: url("../../images/green.jpg") no-repeat center / cover;
    border-radius: 20px;
    color: #ffffff;
    font-size: 70px;
    font-family: cursive;
    border: none;
    opacity: .9;
}
.estudiantes_metis:hover{
    opacity: 1;
}
.estudiantes_ingenieria{
    width: 40%;
    height: 100%;
    background: url("../../images/blue.jpg") no-repeat center / cover;
    border-radius: 20px;
    color: #ffffff;
    font-size: 50px;
    font-family: cursive;
    border: none;
    opacity: .9;
}
.estudiantes_ingenieria:hover{
    opacity: 1;
}