a.pn, a.pn:hover {
    color: #A32289;
    text-decoration: none;
    font-weight: 600;
}
a.inf, a.inf:hover {
    color: #2D2829;
    text-decoration: none;
    font-weight: 600;
}
a.ut, a.ut:hover {
    color: #287F55;
    text-decoration: none;
    font-weight: 600;
}
.seccion > ul > li {
    margin-bottom: 1rem;
}
.seccion .list-inline li + li:before {
	content: ' | ';
    margin-right: 10px;
	color: #494D55;
}
.seccion > ul > li {
	margin-bottom: 1rem;
}
/* Unidad de Transparencia */
.div-opciones {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
a.btn-sections {
    display: flex;
    padding: 1.5rem 1rem;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.09);
}
a.btn-sections:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.09);
}
a.btn-sections .subtitle {
    line-height: 1.2;
}
.rounded-20 {
    border-radius: 20px;
}
#normatividad {
    width: 100%;
    max-width: 768px;
}
@media (max-width: 575px) {
    .div-opciones {
        padding: 1rem;
    }
    .div-opciones .d-flex {
        flex-direction: column;
    }
}