.qrcode {
    display: none;
}

.link-audio {
    display: none;
}

.imagem_background img {
    display: none;
}

#modal-impressao,
#modal-material-completo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#interface-impressao,
#iframe-material-completo {
    width: 50%;
    height: 50%;
    min-width: 45ch;
    z-index: 20;
    border: none;
}

#interface-impressao {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #e6c88c;
}

#interface-impressao a,
#interface-impressao button {
    display: block;
    width: 30%;
    min-width: 12ch;
    padding: 1rem;
    background-color: #f9a11b;
    border: none;
    font-family: 'Museosans 1', sans-serif;
    font-size: 1.4em;
    color: #65170c;
    text-decoration: none;
    text-align: center;
}