.yellowUnderline{
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    line-height: 43px;
    margin-bottom: 10px;
}

.yellowUnderlineMenu{
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}

.yellowUnderlineBase{
    position: relative;
    text-decoration: underline;
    text-decoration-color: #FFFF71;
    text-decoration-thickness: 3px;
}


.yellowUnderline::after, .yellowUnderlineMenu::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-ffff71);
    z-index: 2;
}

h1, h2{
    line-height: 60px;
}

p.boldSans{
    font-family: var(--font-family-dmsans) !important;
    font-weight: 500 !important;
}

.comisionTrabajo h2{
    line-height: 43px;
}

.internal.comisionTrabajo .internal-content p.title + p{
    color: #353535;
}