body {
    margin: 0;
}

.editoria {
    font-size: 22px;
    grid-column: 3/5;
    background: ;
    grid-row: 1/2;
    margin-top: calc(var(--entrelinha) * 0.2);
    text-align: center;
}

.capitular_4 {
    float: left;
    font: normal normal 900 98px/90px "Flama Semicondensed";
    color: var(--cor_texto);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0px 5.5px 0px 0px;
}

@media screen and (min-width: 980px) {
    .foto_autor {
        height: 75px;
        width: 75px;
        border-radius: 70px;
        background: url("../img/foto_autor.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: calc(var(--entrelinha) * 0) 0 calc(var(--entrelinha) * 1) 0;
        border: 1px solid #e2e2e2;
    }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
    .foto_autor {
        height: 55px;
        width: 55px;
        border-radius: 70px;
        background: url("../img/foto_autor.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: calc(var(--entrelinha) * 0) 0 calc(var(--entrelinha) * 1) 0;
        border: 1px solid #e2e2e2;
    }
}

@media screen and (max-width: 639px) {
    .foto_autor {
        height: 55px;
        width: 55px;
        border-radius: 70px;
        background: url("../img/foto_autor.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin: calc(var(--entrelinha) * 0) 0 calc(var(--entrelinha) * 1) 0;
        border: 1px solid #e2e2e2;
    }
}

.assinatura {
    font-size: calc(var(--texto) * 4);
    line-height: calc(var(--entrelinha) * 1.5);
    margin: calc(var(--entrelinha) * 1) 0 0 0;
}

.procedencia {
    font-size: calc(var(--texto) * 2.7);
    line-height: calc(var(--entrelinha) * 1.5);
    margin: calc(var(--entrelinha) * 0) 0 calc(var(--entrelinha) * 2) 0;
    text-transform: uppercase;
}
