.proceso-001__h1-title {
    font-size: var(--size-h1-title-extrabold-mobile);
    font-weight: var(--weight-extrabold);
    line-height: var(--line-height-h1-mobile);
    margin-bottom: 1em;
}
.proceso-001__h2-title {
    font-size: var(--size-h2-title-bold-mobile);
    font-weight: var(--weight-bold);
    line-height: var(--line-height-h2-mobile);
    margin-bottom: .3em;
}
/* Estilos Generales */
/* ***************** */
.proceso-001__section {
    padding: 1em;
    line-height: 1.2em;
}
.proceso-001__lists--md {
    list-style: square;
}
.proceso-001__section--bg {
    background-color: var(--background-section-body);
}
.proceso-cas__section--bg {
    background-color: var(--background-section-body);
}
.proceso-001__lists {
    margin-left: 1.2em;
    margin-top: .8em;
    margin-bottom: .8em;
}
.proceso-001__list {
    margin-bottom: 1em;
}
.proceso-001__list a {
    color: var(--color-link-button);
    font-weight: var(--weight-medium);
}
.proceso-001__list a:hover {
    color: var(--color-black);
    background-color: var(--color-item-selected);
    box-shadow: 0 0 2px 4px var(--color-item-selected);
}
.proceso-001__new {
    font-weight: var(--weight-bold);
    color: var(--color-active);
}
/* ************************************ */
/* *******  ESTILOS RESPONISVE  ******* */
/* ************************************ */
/* ********************* */
/* ***  WIDTH: 768px *** */
/* ********************* */
@media screen and (min-width: 768px) {
    .section-div--mb {
        margin-bottom: 7em;
    }
}

/* ********************* */
/* ***  WIDTH: 992px *** */
/* ********************* */
@media screen and (min-width: 992px) {
    /* ************************************************ */
    /* Estilos del menu (cambiando el menu-link-active) */
    /* ************************************************ */
    .main-menu__link--active {
        /* text-decoration: none; */
        font-weight: var(--weight-regular);
        color: var(--color-black);
        background-color: var(--background-menu);
    }
    /* Agregando el menu-link-active a la opcion tramite y servicio */
    /* ************************************************************ */
    #informacion-institucional {
        color: var(--color-active);
        background-color: var(--background-white);
    }
    #informacion-institucional span:first-child {
        font-weight: var(--weight-bold);
    }
    /* Estilos generales */
    /* ***************** */
}

/* ********************** */
/* ***  WIDTH: 1024px *** */
/* ********************** */
@media screen and (min-width: 1024px) {
    /* Estilos generales */
    /* ***************** */
    .proceso-001__h1-title {
        font-size: var(--size-h1-title-extrabold-desktop);
        line-height: var(--line-height-h1-desktop);
    }
    .proceso-001__h2-title {
        font-size: var(--size-h2-title-bold-desktop);
        line-height: var(--line-height-h2-desktop);
    }
}