.__gallery_container_go_TO {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: black;
    z-index: 9999999999999999999999999999999;
}

.__envolv_gallery_buy_index {
    width: 100%;
    height: 80%;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: black;


    animation: __smoothContainerShow 0.9s cubic-bezier(.19,1,.22,1) forwards;

   
    transform:
        translateY(40px)
        scale(0.92);
}


.__gallery_icon_ {
    width: 150px;
    height: 150px;
    background-image: url('/Assets/Imagens/Estrutural/application/gift-bx.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


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

}

.__description_gallery_popstate p {
    text-align: justify;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 40px;
    width: 80%;
}

.__center_container_resgate {

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











.class_button_lead {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #f8331d, #ffffff);
    color: white;
    font-family: 'Arial', sans-serif;
    border: none;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    height: 70px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}


.class_button_lead:hover {
    background: linear-gradient(45deg, #f8331d, #a09f9f);
    /* Cor levemente mais escura no hover */
    transform: scale(1.05);
    /* Pequeno aumento ao passar o mouse */
}

.class_button_lead:active {
    transform: scale(0.98);
    /* Reduz o tamanho levemente ao ser clicado */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    /* Sombra menos pronunciada ao clicar */
}














.popsatate_lead_user_call {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(4px);

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

    z-index: 9999;

    padding: 20px;
    box-sizing: border-box;
}

.popsatate_lead_user_call_content {
    width: 100%;
    max-width: 420px;

    background: #ffffff;

    border-radius: 28px;

    padding: 32px 24px;

    box-sizing: border-box;

    position: relative;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, .15);

    animation: popsatate_lead_user_call_animation .35s ease;
}

@keyframes popsatate_lead_user_call_animation {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.95);
    }

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

.popsatate_lead_user_call_close {
    position: absolute;
    top: 16px;
    right: 16px;

    width: 38px;
    height: 38px;

    border: none;
    border-radius: 50%;

    background: #f3f3f3;

    cursor: pointer;

    font-size: 16px;

    transition: .2s ease;
}

.popsatate_lead_user_call_close:hover {
    background: #e7e7e7;
}

.popsatate_lead_user_call_title {
    margin: 0;

    font-size: 28px;
    line-height: 1.4;
    text-align: center;

    color: #111;

    padding-right: 40px;
}

.popsatate_lead_user_call_description {
    margin-top: 12px;
    margin-bottom: 28px;

    color: #666;

    font-size: 15px;
    line-height: 1.5;
}

.popsatate_lead_user_call_form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.popsatate_lead_user_call_input {
    width: 100%;

    height: 58px;

    border: 1px solid #e5e5e5;
    border-radius: 18px;

    padding: 0 18px;

    box-sizing: border-box;

    font-size: 15px;

    outline: none;

    transition: .2s ease;
}

.popsatate_lead_user_call_input:focus {
    border-color: #111;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .05);
}

.popsatate_lead_user_call_button {
    width: 100%;
    height: 58px;

    border: none;
    border-radius: 18px;

    background: linear-gradient(135deg,
            #ff4d8d 0%,
            #ff7a59 50%,
            #ffb347 100%);

    background-size: 200% 200%;

    color: #fff;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-position .4s ease;

    box-shadow:
        0 10px 25px rgba(255, 122, 89, .35);
}

.popsatate_lead_user_call_button:hover {
    transform: translateY(-3px);

    background-position: right center;

    box-shadow:
        0 16px 35px rgba(255, 122, 89, .45);
}

.popsatate_lead_user_call_button:active {
    transform: scale(.98);
}



/* CSS */
.button-17 {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.button-17:hover {
    background: #F6F9FE;
    color: #174ea6;
}

.button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.__inputs_popstate_regix {

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


.__error_tegix {
    color: red !important;
}


.__overlay_done_lead_catch {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 150px;
}









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

    background: linear-gradient(135deg, #16a34a, #22c55e);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);

    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

    opacity: 0;
    transform: translateY(40px);

    animation: doneLeadAnimation 3s ease forwards;
}

@keyframes doneLeadAnimation {

    /* ENTRA */
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

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

    /* FICA PARADO */
    70% {
        opacity: 1;
        transform: translateY(0px);
    }

    /* SAI */
    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

















@keyframes __smoothContainerShow {

    0% {

        transform:
            translateY(40px)
            scale(0.92);

  
    }

    60% {
     

        transform:
            translateY(-6px)
            scale(1.02);

      
    }

    100% {
      

        transform:
            translateY(0px)
            scale(1);

     
    }
}