.modal-crow-pdf {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9000;
}

.canvas-crow-pdf {
    position: relative;
    height:calc(100vh - 100px);
    width: calc(100% - 50px);
    max-width: 1024px;
    border:1rem solid rgba(0,0,0,.1);
}

.close-boton-crow-pdf{
    background-image: url(../img/close-button.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
}

.precarga2-crow-pdf{
    background: transparent url(../img/update.gif) center no-repeat;
}

