.seminarios {
    display: flex;
    flex-flow: column;
    width: 90%;
}

/* Colores:
Azul Oscuro: #284254
Azul: #3876a3
Celeste: #9fd9f3
Blanco: #e6e9db
Verde: #8fc590
Magenta #d0006e
*/

.seminarios h4{
 text-align: center;
    font-size: 3rem;
    color: #3876a3;
    font-weight: bold;
}

.caja {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    

}

.seminarios h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.seminarios h2 {
    font-size: 2rem;
    text-align: center;
}
.seminarios h5 {
    font-size: 1.2rem;
}


.seminarios .masinfo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.seminarios .masinfo a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 3rem;
    background-color: #d0006e;
    color: #e6e9db;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;
}

.seminarios .masinfo a:hover{
    background-color: rgb(186, 0, 99);
}

.vermas .masinfo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.vermas .masinfo a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 3rem;
    background-color: #3876a3;
    color: #e6e9db;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;

}

.vermas .masinfo a:hover{
    background-color: rgb(186, 0, 99);
}

.sem1 {
    background-color: #3876a3 ;
    color: #e6e9db;
}

.sem2 {
    background-color:#284254 ;
    color:  #e6e9db;
}

.sem3 {
    background-color: #8fc590 ;
    color: ;
}

.sem4 {
background-color: #3876a3 ;
    color: #e6e9db ;    
}

.sem5 {
background-color: #284254 ;
    color: #e6e9db;
}








