
/*
    CONTENIDO DE INICIO
*/

.content-picture {
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.pdf-background {
    height: 250px;
    object-fit: cover;
    filter: saturate(0);
    opacity: 0.15;
}
