.navbar-brand.logo-control img.logo-img {
    display: none;
    max-height: 100%;
}
.titconf {
    font-family: 'Lato', sans-serif;
    font-size: 1.750em;
    font-weight: bold;
    color: #524940;
    background: #ece6de;
    padding: 15px 40px;
    width: 18%;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.circulocon {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    float: left;
    padding-right: 10px;
}
.fondo {
    background-image: url("https://www.uned.ac.cr/actividades/images/SAP/recuadro_exp.png");
    background-repeat: no-repeat;
    margin-left: 110px;
    padding: 10px 44px 10px 40px;
    margin-bottom: 20px;
}
.fondodiv {
    background-color: #ffffff;
    display: inline-block;
    background-repeat: no-repeat;
    margin: -17px;
    padding: 8px;
    border-radius: 10px;
}
.org-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}
.org-it {
    padding: 10px;
    background: #f4f4f4;
    width: 43%;
    text-align: center;
    margin: 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 5px solid #eee;
}