* {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}


body {
    background-color: #000000;
}


.__body_container {
    overflow: hidden;
    height: auto;
    width: 100%;

}

.__container_body {
    overflow: auto;
    height: auto;
    width: 100%;
    display: block;

}

.__container_body div {
    margin-bottom: 5px;
}

.section {
    height: 75vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__section_envolve_container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.__container_section_t {
    background-color: black;
}




.head_container_flex {
    position: relative;
    width: 98%;
    height: 98%;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.76),
            rgba(0, 0, 0, 0.65)),
        url('/assets/imgs/ChatGPT\ Image\ 19\ de\ jul.\ de\ 2026\,\ 21_06_07.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

}

.__rgba_container {
    position: absolute;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.659);
}

.circle_color_gray {
    background: linear-gradient(45deg, #0e0909, #363636);
}

.__circle_color_nature {
    background: radial-gradient(circle, #151a0a, #090b05);
}

.__nature_container {
    position: relative;
    width: 99%;
    overflow: hidden;
    height: 99%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.437),
            rgba(0, 0, 0, 0.519)), url('/assets/imgs/capa_florest_nature.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.__city_wallpaper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.742),
            rgba(0, 0, 0, 0.619)), url('/assets/imgs/city.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}



.__gift_container_flex_center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}





.__text_decored_show span {
    opacity: 0;
    display: inline-block;
    animation: showWord 0.5s ease forwards;
}

@keyframes showWord {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#confettiCanvasCare {
    position: absolute;
}



.__text_rocket_center_space {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    height: 100%;

}

.__text_section_one_space {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}



.__section_text_event {
    display: flex;
    gap: 0.25em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 44px;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 28px;
    opacity: 0.7;

    color: rgb(216, 214, 214);
}


.__section_text_event span {
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    animation: revealWord 0.6s ease forwards;
}

@keyframes revealWord {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.__text_bottom_warn_user {

    width: 100%;
    height: 40px;
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
}


.__text_warn_user {
    font-family: sans-serif;
    color: rgba(140, 102, 26, 0.938);
    text-align: center;
    font-size: 10px;
    font-weight: bold;

}

.__text_warn_user span {
    opacity: 0;
    display: inline-block;
    animation: showWord 0.4s forwards;
}

@keyframes showWord {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes button_active_up {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    70% {
        transform: translateY(-8px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.__letter_close {
  
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.data-div-p{
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}