.menu .qr-code {
    position: absolute;
    background-color: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px;
    align-items: center;
    padding: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu .img {
    margin: 30px;
    width: 100%;
    height: auto;
    cursor: none;
}

.texto-qr-code {
    font-weight: 700;
    color: #222;
}

.link-qr-code {
    font-weight: 700;
    color: #222;
    max-width: 100%;
    overflow: auto;
}

.menu.active-qr .qr-code {
    opacity: 1;
    pointer-events: auto;
    transition: apacity 0.5s ease;
}
