/* 
    Created on : Jun 27, 2023, 09:25:00
    Author     : jcullen
*/

/*
 * Class used by autoresize.js when automatically increasing the height of textarea controls.
 * Note, the font and line height properties must have the same values as the respective textarea.
 */
.txta {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

.area-institutional-document .header p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.area-institutional-document .header h1 {
    margin-bottom: 40px;
}

.area-institutional-document .centro-de-contacto {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px
}

@media (min-width: 992px) {
    .area-institutional-document .header p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .area-institutional-document .header h1 {
    }

    .area-institutional-document .centro-de-contacto {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px
    }


}
