.container {
    max-width:722px;
    margin: 0 auto 0 auto;
}

.info {
    text-align: center;
    width: 100%;
    margin: 0 auto 0 auto;
}


.info ul {
    list-style-type: none;
    text-align: center;
    margin: 10px auto;
    padding: 0px;
    display:inline-flex;
    width:75%;
    flex-wrap: wrap;
}

.info li{
    display: inline-flex;
    padding: 2px;
    width: 170px;
    margin: 0 auto 0 auto;
}

.logoCatedra {
    display: inline-block;
}

.logoCatedra p {
    background: white;
    margin-top: -4px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 21px;
    font-family: 'Roboto',sans-serif;
}

.calificaciones {
    background: white;
    width: 160px;
    height: 187px;
}

.calificaciones h2 {
    font-size: 4.2rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #B33654;
}

.calificaciones h6 {
    font-size: 1.2rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: black;
}

.barras {
    width: 200px;
    display: inline-table;
}

.barras h3 {
    font-size: 0.84rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 200;
}

.barras img {
    margin-top: 0;
}

.barras h5 {
    display: inline-table;
    text-align: center;
    vertical-align: middle;
    background: white;
    padding: 5px;
    margin-top: -32px;
    margin-left: 10px;
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 800;
    color: black;
}

