@import url('https://fonts.googleapis.com/css2?family=Fields+Display:wght@300;400;600;700&display=swap');

.thank-you-content {
    font-family: "fields-display", Sans-serif;
}


/* assets/css/muito-obrigado.css */
.thank-you-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}



.thank-you-content .check-icon svg {
      color: #45ff36;
   width: 80px;
    height: auto;
   
}

.thank-you-content h2 {
    font-size: 42px;
    color: #D08B79;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    margin: 0 0 9px;
}

.mensagem-obr {
    color: #ADAFC6;
    font-family: "Chroma ST";
    font-weight: 300;
    font-size: 16px;
     margin-bottom: 10px;
}


.thank-you-content .whatsapp-button-wrapper {
    margin-top: 30px;
}

.thank-you-content .whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #45ff36;
    color: #011020;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
    font-family: "Chroma ST";
    line-height: 1.2em;
    text-align: left;
}

.thank-you-content .whatsapp-button:hover {
    background: #fff;
    transform: translateY(-2px);
   
     box-shadow: 0 0px 36px #45ff36;
}

.thank-you-content .whatsapp-button svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}








@media (max-width: 767px) {

span.txt-cta-zap {
    max-width: 170px;
}

    .thank-you-content .whatsapp-button {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }



}

