.anexoProcesso__body {
    background: none;
    border: none;
    position: relative;
}
.anexoProcesso__panel {
    position: absolute;
}
.anexoProcesso__panelPdf__leitor {
    width: 100%;
}


@media screen and (min-width: 1025px) {
    .anexoProcesso__body {
        height: 80vh;
    }
    .anexoProcesso__panel {
        height: 78vh;
        top: 10px;
    }
    .anexoProcesso__panelDocumento {
        left: -10px;
        width: 530px;
    }
    .anexoProcesso__panelPdf {
        right: -10px;
        width: calc(100% - 520px);
    }
    .anexoProcesso__panelPdf__leitor {
        height: 76vh;
    }
    .anexoProcesso__panelPdf__leitor2 {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }
}
@media screen and (max-width: 1025px) {
    .anexoProcesso__body {
        height: 145vh;
    }
    .anexoProcesso__panel {
        left: 10px;
        width: calc(100% - 20px);
    }
    .anexoProcesso__panelDocumento {
        height: 50vh;
        top: 10px;
    }
    .anexoProcesso__panelPdf {
        height: 670px;
        top: calc(50vh + 20px);
    }
    #pdf1 {
        position: absolute;
        visibility: hidden;
        width: 0px;
        height: 0px;
    }
}