.modal-wp {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content-wp {
    background-color: white;
    color: #003E77;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 50%;
    margin: 10% auto;
    align-items: center;
}
.qr {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.btn-wp{
    align-items: center !important;
}
.icono-wp {
    width: 20px !important;
    height: 20px !important;
}

.modal-content-wp button {
    background-color: #003E77;
    color: #FFB401;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center;
    gap: 10px;
}

.modal-content-wp button:hover {
    background-color: #FFB401;
    color: #003E77;
}