/* Fonts */
@font-face {
    font-family: 'alverata';
    src: url('../../fonts/Alverata.ttf') format('woff2'),
        url('../../fonts/Alverata.woff') format('woff'),
        url('../../fonts/Alverata.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'praxis-next';
    src: url('../../fonts/PraxisNext-Regular.woff2') format('woff2'),
        url('../../fonts/PraxisNext-Regular.woff') format('woff'),
        url('../../fonts/PraxisNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'alverata', serif;
    font-size: 40px !important;
    line-height: 1;
    margin-bottom: 32px;
}

h2 {
    color: #e00034 !important;
    letter-spacing: 4px;
    font-size: 18px !important;
    margin-top: 8px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.label-forms{
    color: #e00034 !important;
}

a {
    color: #e00034 !important;
    text-decoration: underline !important;
}

a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

.desglose-linea {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    margin-bottom: 20px;
}

.desglose-linea span:last-child {
    white-space: nowrap;
}

.totales-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.total-box {
    background: #efefef;
    text-align: center;
    padding: 18px;
    margin-bottom: 32px;
}

#total-mensual {
    font-size: 30px;
}

#total-semestre {
    font-size: 30px;
}

h3 {
    font-family: 'alverata', serif;
    font-size: 30px !important;
    margin: 0;
}

@media (max-width: 992px) {
    .desglose-linea {
        font-size: 22px;
    }

    h3,
    #total-mensual {
        font-size: 30px;
    }

    #total-semestre {
        font-size: 20px;
    }
}