body {
    margin: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
span, a, h1, h3 {
    display: block;
    white-space: nowrap;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://mitolyn.udeals.store/upload/stars.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;        
}
.background-page {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #000, #0000FF);
    opacity: 0;
    animation: opGradient 1s ease 0.5s forwards;
    z-index: -2;
}
.lightex {
    position: fixed;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 1;
}
.block-info {
    position: relative;
    display: flex;
    width: 45%;
    top: 10%;
    left: 17%;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.logo {
    position: fixed;
    width: 10%;
    top: 5px;
    left: 5px;
    --animation-delay: 1s;
}
.backLight {
    opacity: 0;
    animation: slideLight 1s cubic-bezier(0, 0.3, 0.7, 1) 0.2s forwards;
}
.product {
    --animation-delay: 1s;
}
.headline {
    --animation-delay: 1.2s;
}
.description {
    --animation-delay: 1.4s;
}
.destiny {
    padding: 3rem 13rem;
    font-size: 2.5rem;
    color: #fff;
    background-color: #006644;
    margin-bottom: 40px;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    --animation-delay: 1.6s;
}
#newsletter-call {
    --animation-delay: 3s;
}
footer {
    opacity: 0;
    animation: opGradient 1s ease 2.5s forwards;
}
.footer-content {
    opacity: 0;
    animation: opGradient 1s ease 3s forwards;
}
.slide-in {
    opacity: 0;
    animation: slideIn 0.5s cubic-bezier(0, 0.3, 0.7, 1) var(--animation-delay) forwards;
}
.headline h1 {
    font-size: 3.5rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.description h3 {
    font-size: 2rem;
    font-weight: 700;
}
.block-info a:hover,
.block-info a:focus,
.block-info a:active {
    color: #fff;
}
.backLight {
    position: absolute;
    width: 600px;
    height: 600px;
    bottom: 55%;
    right: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .8) 0%, rgba(148, 253, 255, .02) 70%);
}
.product {
    position: absolute;
    width: 33%;
    height: auto;
    top: 10%;
    right: 5%;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
.notif {
    position: fixed;
    display: flex;
    width: 100%;
    left: 210px;
    bottom: 10px;
    height: auto;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 3;
}
.notif-box {
    max-width: 450px;
    padding: 25px;
    color: #000;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    animation: slideInBox 0.5s cubic-bezier(0.4, 0, 0.2, 1) 3s forwards;
}
.notif-box a {
    pointer-events: all;
}
.notif-box h3 {
    font-size: 1.7rem;
    font-weight: 700;
}
.notif-box p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.policy-lnk {
    display: inline-block;
    text-decoration: underline;
}
.btn {
    padding: 8px 25px;
    font-size: 1rem;
    border-radius: 2rem;
}
.btn-itens {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
a:not([href]).btn-primary {
    color: #fff;
}
.btn-primary {
    background: #000;
    border-color: #000;
}
.btn-secondary {
    color: #000;
    background: transparent;
    border-color: #000;
    box-shadow: none;
}
.dismiss-bt {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    color: #000;
}
.footer-content {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 100px
}

#newsletter-call {
    position: relative;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
}
#newsletter-call h2 {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.newsletter-btn {
    background-color: #000;
    padding: 1.5rem 5rem;
    font-size: 1.5rem;
    font-weight: 700;
    border: 1px solid #000;
    cursor: pointer;
    text-transform: uppercase;
}

#newsletter-modal {
    color: hsl(0, 0%, 13%);
    font-size: 14px;
    font-weight: 400;
}

#newsletter-modal.modal {
    z-index: 4;
}

#newsletter-modal .modal-dialog {
    width: 100%;
}

#newsletter-modal .close {
    font-size: 35px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 5px
}

#newsletter-modal .close:hover {
    opacity: .5
}

#newsletter-modal .center-form {
    margin: 0 auto;
    max-width: 450px;
    width: 100%
}

#newsletter-modal .modal-content {
    border: none;
    border-radius: 0
}

#newsletter-modal .modal-body {
    padding: 0
}

#newsletter-modal .btnsubmitnewsletter {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    min-height: 43px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 100%
}

#newsletter-modal .btnsubmitnewsletter:hover {
    background: #000;
    color: #fff; 
    border-color: transparent;
}

#newsletter-modal .btnsubmitnewsletter.enable-hover:hover {
    background: #fff;
    color: #000
}

#newsletter-modal #newsletter_email-error {
    display: none;
    color: #C41E3A;
}

#newsletter-modal #email_send-success {
    display: none;
    margin-top: 15px;
    color: green;
    font-weight: bold;
    text-align: center;
}

#newsletter-modal .form-control {
    background: transparent;
    border: 1px solid #b2b2b2;
    border-radius: 0
}

#newsletter-modal .form-control:focus {
    border-color: #000;
    box-shadow: none;
    outline: 0
}

#newsletter-modal label[for=newsletter_email] {
    font-style: italic
}

#newsletter-modal ::-webkit-input-placeholder {
    font-style: italic
}

#newsletter-modal :-moz-placeholder,#newsletter-modal ::-moz-placeholder {
    font-style: italic
}

#newsletter-modal :-ms-input-placeholder {
    font-style: italic
}

#newsletter-modal input[type=checkbox],input[type=radio] {
    position: absolute;
    visibility: hidden
}

#newsletter-modal label.checkbox {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    min-height: 23px;
    overflow: visible;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 2px/*!important*/;
    position: relative
}

#newsletter-modal label.checkbox:before {
    background: #fff;
    border: 1px solid #b2b2b2;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

#newsletter-modal label.checkbox:after {
    background: transparent;
    border: 2px solid #000;
    border-right: none;
    border-top: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 11px
}

#newsletter-modal input[type=checkbox]:checked+label:after {
    opacity: 1
} 

#newsletter-modal a {
    color: #000;
    text-decoration: underline;
    display: inline;
    white-space: normal;
}

#newsletter-modal h2 {
    font-size: 30px;
    font-weight: 700;
    /*letter-spacing: 3.6px;*/
    margin-bottom: 0;
    text-transform: uppercase;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #222; 
    padding: 10px 0; 
    font-size: 12px; 
    color: #f5f5f5;
}
footer ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 0px;
    gap: 25px; 
}
footer li {
    display: inline;
}
footer a {
    color: #f5f5f5;
} 
footer a:hover {
    color: #f5f5f5;
}
/*                    */
footer {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/*                    */        
.product-info,
header {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@keyframes opGradient {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideIn {
    from { transform: translateX(-20%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes slideOut {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-20%); opacity: 0; }
}
@keyframes slideLight {
    from { transform: translateX(-50%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInBox {
    from { transform: translateX(-50%) translateY(70%); opacity: 0; }
    to { transform: translateX(-50%); opacity: 1; }
}
@keyframes slideOutBox {
    from { transform: translateX(-50%); opacity: 1; }
    to { transform: translateX(-50%) translateY(70%); opacity: 0; }
}
@keyframes slideInEmailBox {
    from { transform: translateY(40%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
@keyframes slideOutEmailBox {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-40%) translateY(70%); opacity: 0; }
}

@media (min-width: 992px) {
    #newsletter-modal .modal-lg {
        max-width: 550px;
    }
}

@media (max-width: 992px) {
    #newsletter-modal h2 {
        font-size: 29px;
    }
}

@media (max-width: 360px) {
    #newsletter-modal h2 {
        font-size: 27px;
    }
}

@media (max-width: 320px) {
    #newsletter-modal h2 {
        font-size: 23px;
    }
    #newsletter-modal label.checkbox {
        font-size: 11px;
        padding-top: 5px/*!important*/;
    }
}

@media (max-width: 767px) and (min-height: 668px) {
    .notif {
        width: 90%;
        left: 50%;
        justify-content: initial;
        bottom: 20px;
        pointer-events: all;
    }
    .notif-box {
        padding: 15px;
        max-width: 450px;
    }
    .notif-box h3 {
        font-size: 1.2rem;
    }
    .notif-box p {
        font-size: 0.9rem;
    }
    .btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    .block-info {
        width: 90%;
        top: 120%;
        left: 5%;
        gap: 110px;
    }
    .logo {
        width: 20%;
    }
    .headline h1 {
        font-size: 7.5rem;
    }
    .description h3 {
        font-size: 4.2rem;
    }
    .destiny {
        padding: 6rem 12rem;
        font-size: 7rem;
        border-radius: 150px;
    }
    .backLight {
        width: 1300px;
        height: 1300px;
        top: 0;
        right: 10%;
    }
    .product {
        width: 80%;
        top: 20%;
        right: 0;
    }
    .footer-content {
        flex-direction: column-reverse;
        gap: 0
    }
    #newsletter-call h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .newsletter-btn {
        padding: 4rem 6rem;
        font-size: 4rem;
    }
}

@media (max-width: 767px) and (max-height: 667px) {
    .notif {
        width: 90%;
        left: 50%;
        justify-content: initial;
        bottom: 20px;
        pointer-events: all;
    }
    .notif-box {
        padding: 15px;
    }
    .notif-box h3 {
        font-size: 1.2rem;
    }
    .notif-box p {
        font-size: 0.9rem;
    }
    .btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    .block-info {
        width: 90%;
        top: 80%;
        left: 5%;
        gap: 80px;
    }
    .logo {
        width: 20%;
    }
    .headline h1 {
        font-size: 6rem;
    }
    .description h3 {
        font-size: 3.8rem;
    }
    .destiny {
        padding: 6rem 20rem;
        font-size: 4.5rem;
        border-radius: 150px;
    }
    .backLight {
        width: 1200px;
        height: 1200px;
        bottom: 5%;
    }
    .product {
        width: 50%;
        top: 12%;
        right: 5%;
    }
    .footer-content {
        flex-direction: column-reverse;
        gap: 0
    }
    #newsletter-call h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .newsletter-btn {
        padding: 3rem 6rem;
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .notif {
        width: 90%;
        left: 50%;
        justify-content: initial;
        bottom: 20px;
        pointer-events: all;
    }
    .notif-box {
        padding: 15px;
        max-width: 450px;
    }
    .notif-box h3 {
        font-size: 1.2rem;
    }
    .notif-box p {
        font-size: 0.9rem;
    }
    .btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    .block-info {
        width: 90%;
        top: 120%;
        left: 5%;
        gap: 110px;
    }
    .logo {
        width: 20%;
    }
    .headline h1 {
        font-size: 7.5rem;
    }
    .description h3 {
        font-size: 4.2rem;
    }
    .destiny {
        padding: 6rem 12rem;
        font-size: 7rem;
        border-radius: 150px;
    }
    .backLight {
        width: 1300px;
        height: 1300px;
        top: 0;
        right: 10%;
    }
    .product {
        width: 80%;
        top: 20%;
        right: 0;
    }
    .footer-content {
        flex-direction: column-reverse;
        gap: 0
    }
    #newsletter-call h2 {
        font-size: 4rem;
        margin-bottom: 2rem;
    }
    .newsletter-btn {
        padding: 4rem 6rem;
        font-size: 4rem;
    }
}