.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    background-color: #f8f6f6;
}

.popup-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 340px;
    height: 450px;
    text-align: center;
    border: 4px solid black;
    margin-top: 100px;
}

.close {
    color: #050505;
    float: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#qrcode{
    text-align: center;
    margin-left: -15px;
    margin-right: 10px;
}

#qr-content{
    border: 10px solid black;
    padding: 25px;
    margin-right: 10px;
    width: 300px;;
    border-radius: 2%;
    margin-left: 1px;
}

#h3{
    color: #050505;
}

#openPopup{
    color: black;
    height:50px; 
    width:55px;
    background-color: transparent;
    border-color: transparent;
    margin-top: 3px;
    margin-right: -15px;
}
/* titulo */
#qrTitle{
    margin-left: -40px;
    margin-top: 0px;
    
    color: white;
}
.container-qr{
    position: relative;
    z-index: 9999;
}

/* X QUE CIERRA EL QR */
#close{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background-color: #635a5a;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    margin-top: 1px;
}