.elementor-361 .elementor-element.elementor-element-135af74{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b4761c0 *//* Resetando alguns estilos padrões */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos gerais */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f1f1f1;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.thank-you-container {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 90%;
    max-width: 600px;
}

.thank-you-content h1 {
    font-size: 2.8rem;
    color: #927852; /* Cor do título */
    margin-bottom: 20px;
}

.thank-you-content p {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 20px;
}

.call-to-action {
    font-size: 1.15rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.whatsapp-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #927852; /* Cor do botão */
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.whatsapp-button:hover {
    background-color: #735e3d; /* Cor do botão no hover */
    transform: scale(1.05);
}/* End custom CSS */