@font-face {
    font-family: 'Raleway';
    font-weight: 100;
    src: url(./fonts/Raleway-Thin.woff2);
}

@font-face {
    font-family: 'Raleway';
    font-weight: 300;
    src: url(./fonts/Raleway-Light.woff2);
}

@font-face {
    font-family: 'Raleway';
    font-weight: 400;
    src: url(./fonts/Raleway-Regular.woff2);
}

@font-face {
    font-family: 'Raleway';
    font-weight: 500;
    src: url(./fonts/Raleway-Medium.woff2);
}

@font-face {
    font-family: 'Raleway';
    font-weight: 700;
    src: url(./fonts/Raleway-Bold.woff2);
}

@font-face {
    font-family: 'Raleway';
    font-weight: 900;
    src: url(./fonts/Raleway-ExtraBold.woff2);
}

.titulo_resumen{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.descripcion_resumen{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    line-clamp: 3;
    -webkit-line-clamp: 3;
}
