/*Font L*/

body.edsA_fontSizeL .ct-enlaces-destacados,
body.edsA_fontSizeL .btn-desplegarAccesos,
body.edsA_fontSizeL.card__item .interest__item {
    height: fit-content;
}

body.edsA_fontSizeL .interest__content {
    overflow: scroll;
}

body.edsA_fontSizeL .card__item .interest__button {
    position: relative;
}

/*Font XL*/

body.edsA_fontSizeXL .ct-enlaces-destacados,
body.edsA_fontSizeXL .btn-desplegarAccesos,
body.edsA_fontSizeXL.card__item .interest__item {
    height: fit-content;
}

body.edsA_fontSizeXL .interest__content {
    overflow: scroll;
}

body.edsA_fontSizeXL .card__item .interest__button {
    position: relative;
}

/*Font XXL*/

body.edsA_fontSizeXXL .ct-enlaces-destacados,
body.edsA_fontSizeXXL .btn-desplegarAccesos,
body.edsA_fontSizeXXL.card__item .interest__item {
    height: fit-content;
    width: 100%;
}

body.edsA_fontSizeXXL .interest__content {
    overflow: scroll;
}

body.edsA_fontSizeXXL .card__item .interest__button {
    position: relative;
}

body.edsA_fontSizeXXL header .container>.d-flex {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

body.edsA_fontSizeXXL .ct-enlaces-destacados {
    flex-direction: column;
}