html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    min-height: 100%;
    /* FLEX */
    display: flex;
    flex-flow: column;
}

.titulo {
    display: flex;
    justify-content: space-between;
}

.img-perfil {
    height: 2.5rem;
}

.cursos,
.mis-cursos,
#accordion-legajo-unico {
    height: 40rem;
    overflow-y: scroll;
}

/* .curso {
    background-color: rgba(153, 84, 187, .3) !important;
} */

/* .curso .card-header {
    background-color: rgba(153, 84, 187, .4) !important;
} */

#navegacion {
    background-color: rgba(153, 84, 187, .5) !important;
}

.footer {
    margin-top: auto;
}

#mapid {
    height: 180px;
}