body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2em;
}

header,
.noimprimir {
    display: none;
}

.section-featured h3 {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.article-big-text__epigraph {
    font-size: 1.5em;
}

h3.article-big-text__title {
    font-size: 2em;
    text-decoration: none;
}

.article-big-text__date,
.article-big-text__author,
.footer-ciper {
    text-align: center;
}

a[href]::after {
    content: " (enlace:  " attr(href) " ) ";
}


/*
iframe[src^="https://www.youtube.com"]:before {
    content: " (Video:  " attr(src) " ) ";
}
*/

iframe[src^="https://www.youtube.com"] {
    display: none;
}

iframe[src^="https://open.sporify.com"] {
    display: none;
}