.nome_obra,
.ausencia_obra {
    font-size: 2rem;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
}

.autores_obra {
    color: #717171;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1rem;
    line-height: 150%;
}

.description_obras {
    padding-top: 40px;
    line-height: 150%;
    color: #404040;
}

.bg_obras {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 20.00%, #FFF 20.01%);
    padding-top: 60px;
    padding-bottom: 80px;
}

.btt_publicacao {
    display: flex;
    justify-content: start;
    padding-top: 20px;
    margin-top: 40px;
}

.nenhuma_obra_publicada {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
}

@media (max-width: 900px) {
    .bg_obras {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 30.00%, #FFF 30.01%);
    }

    .btt_publicacao {
        justify-content: center;
    }

    .bg_obras {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 20.00%, #FFF 20.01%);
    }


}

@media (max-width: 500px) {

    .ausencia_obra,
    .nome_obra {
        font-size: 1.5rem;
    }
}