@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Tsukimi+Rounded&display=swap');



.icon_message_gift_view {
    width: 270px;
    height: 250px;
    background-image: url('/Assets/Imagens/Capas/gift_icon_style.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

}

.container_p_tag_message {
    height: 200px;
    width: 100%;

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

.container_p_tag_message p {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: justify;
    line-height: 35px;
    font-size: 15px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px;
    border-radius: 8px;
}

.box_container_overlay_icon_gift {

    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.text_recomendation_videos {

    height: 125px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.text_recomendation_videos p {
    font-size: 20px;
}






.array_container_video_elements {

    width: 100%;
    height: auto;
    display: block;

}

.aligment_container_action_array {
    margin-top: 25px;
    border-bottom: 1px solid black;

}

.aligment_container_action_array span {
    text-align: left;
    line-height: 33px;
    font-family: sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 600;
}


.container_iframe_gift {
    position: absolute;
    inset: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
}



.iframe_overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.iframe_children_element {

    width: 100%;
    height: 500px;
    position: relative;

}

.if_styled_yt {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    border: none !important;
    outline: none !important;
}


.spacing_hidden_el {

    width: 100%;
    height: 110px;

}


.__form_user_gift_warn {

    width: 300px;
    height: 200px;
    position: absolute;
    left: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(-50%, -50%);

    z-index: 20;

}

.envolve_class_content_form_gift {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    animation: __fadeSlide 2s ease-in-out forwards;
    background-color: white;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.05),
        0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.__class_gift_present {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    flex-direction: column;
    justify-content: space-evenly;
}

.__text_anim_form_gift {
    font-size: 18px;
    font-family: sans-serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: justify;
    color: black;
    line-height: 33px;
    width: 70%;
}

.__icon_gift_presente_container_form {
    width: 50px;
    height: 50px;
    transform: scale(1.1);
    background-image: url('/Assets/Imagens/Estrutural/application/gift-box.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes __fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

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

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

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}


.__overlay_whatsapp_talk {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 650px;
    z-index: 100;
}

.talk_with_us_envolve {
    /* Seus estilos originais */
    background-color: white;
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

    /* Adicione a animação */
    animation: popIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.whatsapp_icon {
    width: 140px;
    height: 140px;
    border-radius: 4px;
    background-image: url('/Assets/Imagens/Estrutural/application/icon_b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 160% 160%;
}

.__content_text_talk {
    width: 100%;

    display: flex;
    align-items: center;
    height: 350px;
    flex-direction: column;
    justify-content: space-evenly;
}

.__content_text_talk p {
    background-color: rgba(0, 0, 0, 0.616);
    border-radius: 5px;

    width: 90%;

    padding: 20px;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 33px;
    color: white;
}


.__button_talk_anchor {

    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BOTÃO PRINCIPAL */
.__talk_button_styled {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

/* SOMBRA */
.__talk_button_shadow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;

    background: hsl(0deg 0% 0% / 0.25);

    will-change: transform;

    transform: translateY(2px);

    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

/* BORDA */
.__talk_button_edge {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    border-radius: 12px;

    background: linear-gradient(to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%);
}

/* PARTE DA FRENTE */
.__talk_button_front {
    display: block;
    position: relative;

    padding: 12px 27px;

    border-radius: 12px;

    font-size: 1.1rem;
    color: white;

    background: #F2ACB2;

    font-family: monospace;

    will-change: transform;

    transform: translateY(-4px);

    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

/* RESPONSIVO */
@media (min-width: 768px) {
    .__talk_button_front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

/* HOVER */
.__talk_button_styled:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.__talk_button_styled:hover .__talk_button_front {
    transform: translateY(-6px);

    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.__talk_button_styled:hover .__talk_button_shadow {
    transform: translateY(4px);

    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

/* ACTIVE */
.__talk_button_styled:active .__talk_button_front {
    transform: translateY(-2px);

    transition: transform 34ms;
}

.__talk_button_styled:active .__talk_button_shadow {
    transform: translateY(1px);

    transition: transform 34ms;
}

/* FOCUS */
.__talk_button_styled:focus:not(:focus-visible) {
    outline: none;
}

.__close_button_styled_talk {
    color: red;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid red;
    width: 25px;
    height: 25px;
    display: flex;
    background-color: red;
    border-radius: 100%;
    color: white;

    align-items: center;
    justify-content: center;
    opacity: 0.8;
}


.__user_can_write {

    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.__mini_tex_title {

    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;


}

.__write_form {
    background-color: #e03f67;
    width: 90px;
    height: 70%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}