.section__researcher {
    margin: 60px 0;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: justify;
    justify-content: center;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.researcher__title {
    margin-top: 18px;
    margin-bottom: 30px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.researcher__subtitle {
    margin-bottom: 10px;
    text-align: justify;
    font-weight: bolder;
}

.icon__title{
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.6rem;
}

.SEI__link{
    padding: 10px 10px;
    font-weight: 700;
    text-decoration: none;
    color: #444444;
}

.SEI__link:hover{
    color: #991547;
}

.researcher__information {
    text-align: justify;
}

.researcher__list__point li {
    margin-bottom: 15px;
    text-align: justify;
    list-style-type: disc !important;
}

.researcher__toplist li {
    margin-bottom: 20px;
    text-align: justify;
    list-style-type: upper-roman;
}

.researcher__list li {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    list-style-type: lower-alpha;
}

.researcher__list__process {
    list-style: none;
}

.researcher__list__process li {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}


.formacion__PDF {
    color: #444444 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.formacion__PDF:hover {
    color: #991547 !important;
    text-decoration: none !important;
}

.icon__PEI {
    text-decoration: none !important;
    color: #444444 !important;
}

.modules__item-PEI {
    display: inline-block;
    height: 100%;
    font-size: 2rem;
    line-height: 80px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 4px;
    transform: translateZ(0);
    transition: 0.3s;
    transition-property: box-shadow, transform, background-color;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.modules__item-PEI:hover {
    transform: scale(1.15);
    background-color: var(--color-main);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    color: white !important;
}

.modules__item-PEI>i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modules__item-SEI {
    display: inline-block;
    height: 100%;
    font-size: 2rem;
    line-height: 80px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 4px;
    transform: translateZ(0);
    transition: 0.3s;
    transition-property: box-shadow, transform, background-color;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.icon__SEI {
    text-decoration: none !important;
    color: #444444 !important;
}

.modules__item-SEI:hover {
    transform: scale(1.15);
    background-color: var(--color-main);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    color: white;
}

.modules__item-SEI>i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.icon-box {
    padding: 50px 0px 20px 0px;
}

.section__icon {
    margin: 30px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table-bordered>:not(caption)>* {
    text-align: center;
    justify-content: center;
    word-break: break-all;
    width: 100%;
    margin: 0;
    border-width: 1px 0;
}