/* A arte já contém a composição visual; o modal apenas a apresenta sem margens. */
.student-certificate-promotion-swal {
    width: min(1044px, calc(100vw - 28px)) !important;
    max-width: 1044px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid rgba(229, 238, 247, .94) !important;
    border-radius: 30px !important;
    background: #fff !important;
    box-shadow: 0 32px 90px rgba(1, 22, 49, .46) !important;
}

.swal2-container > .swal2-popup.student-certificate-promotion-swal,
.student-certificate-promotion-swal .swal2-html-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

.student-certificate-promotion-swal .swal2-html-container { display: block !important; line-height: 0 !important; }

.student-certificate-promotion {
    width: 100%;
    margin: 0 !important;
    line-height: 0;
    cursor: pointer;
}

.student-certificate-promotion__banner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    cursor: pointer;
}

@media (max-width: 640px) {
    .student-certificate-promotion-swal {
        width: 95vw !important;
        max-width: 95vw !important;
        max-height: none !important;
        border-radius: 19px !important;
    }

    .student-certificate-promotion__banner {
        width: 100%;
        max-width: none;
        max-height: none;
        margin: 0;
    }
}
