#sectionInstitutionalIdentity {
    margin: 60px 0;
    padding: 28px;
    text-align: justify;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#contentInstitutionalIdentity{
    margin: 20px 0;
    padding: 10px;
    display: flex;
    text-align: justify;
}

#sectionInstitutionalIdentity .nav-link {
    min-width: 200px;
    color: #991547;
}

#sectionInstitutionalIdentity .nav-link.active {
    background-color: #771139;
    color: #DDC9A3;
}

.information__title{
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}

.InstitutionalIdentity__img{
    width: 100%;
    max-width: 900px;
}

.section__list__InstitutionalIdentity{
    color: #444444 !important;
    font-weight: 700;
    transition: 100ms;
    text-decoration: none;
    text-align: left; 
}

.list__InstitutionalIdentity li{
    margin-bottom: 5px;
    color: #444444;
    font-weight: 700;
    transition: 100ms;
    text-decoration: none;
    text-align: left; 
}

.list__InstitutionalIdentity a{
    margin-bottom: 5px;
    color: #444444;
    font-weight: 700;
    transition: 100ms;
    text-decoration: none;
    text-align: left;
}

.list__InstitutionalIdentity li:hover, .list__InstitutionalIdentity a:hover{
    color: #991547 !important;
    text-decoration: none;
}


@media (max-width: 767px) {
    #sectionInstitutionalIdentity {
        flex-wrap: wrap;
    }
    #contentInstitutionalIdentity{
        flex-wrap: wrap;
    }
    #sectionInstitutionalIdentity #v-pills-tab {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    #sectionInstitutionalIdentity .fw-bold{
        text-align: center;
         
    }
}
