#exampleModal .modal-dialog {
    max-width: 920px;
}

#exampleModal .modal-content.backgroundmodal {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #f5f8fb;
    box-shadow: 0 18px 45px rgba(16, 43, 75, 0.24);
}

#exampleModal .modal-header {
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #d8e4ee;
}

#exampleModal .modal-title {
    color: #27448c;
    font-weight: 700;
    line-height: 1.2;
}

#exampleModal .modal-title .iconcobrado {
    float: none;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
}

#exampleModal .modal-body {
    padding: 12px;
    background: #eef4f9;
}

#exampleModal .plexo-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 72vh;
    min-height: 560px;
    max-height: 760px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d6e2ed;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82);
}

#exampleModal .plexo-iframe-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

#exampleModal .modal-footer {
    padding: 10px 16px 14px;
    background: #fff;
    border-top: 1px solid #d8e4ee;
}

#exampleModal .modal-footer .consultar {
    width: 220px !important;
    max-width: 100%;
    margin-left: auto;
}

@media (max-width: 720px) {
    #exampleModal .modal-dialog {
        max-width: none;
        margin: 8px;
    }

    #exampleModal .modal-header {
        padding: 10px 12px;
    }

    #exampleModal .modal-body {
        padding: 8px;
    }

    #exampleModal .plexo-iframe-wrapper {
        height: calc(100vh - 150px);
        min-height: 440px;
        max-height: none;
        border-radius: 6px;
    }

    #exampleModal .modal-footer {
        padding: 8px 12px 12px;
    }

    #exampleModal .modal-footer .consultar {
        width: 100% !important;
    }
}
