.egares {
    text-indent: 5mm;
    line-height: calc(var(--pagedjs-baseline)/1.25);
    margin-bottom: calc(var(--pagedjs-baseline)/1.75);
}

.ame {
    /* color: rgba(0, 0, 0, 0.4);
    transform: rotate(-1.75deg); */
    /* color: transparent;
    -webkit-text-stroke: black .2px; */
    height: fit-content;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to bottom, #919191, #919191, rgba(0, 0, 0, 0));
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #313131, #313131); */
}


.ctx {
    text-indent: 0;
    font-size: .85em;
    line-height: calc(var(--pagedjs-baseline)/2);
    font-style: italic;
    width: 118mm;
    margin-left: -13mm;
}

@media screen and (min-width: 1251px) and (max-width: 1400px) {

    /* MAIN TITLE */
    h2 {
        font-size: 4.5em;
        margin-top: 0px;
    }
}