#qranda-modal-fondo{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:99999;

}

#qranda-modal{

    width:500px;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}

.qranda-modal-header{

    padding:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    border-bottom:1px solid #eee;

}

.qranda-modal-header h2{

    margin:0;

}

.qranda-modal-body{

    padding:25px;

}

#qranda-cerrar-modal{

    border:none;

    background:none;

    font-size:28px;

    cursor:pointer;

}