/* Start custom CSS for html, class: .elementor-element-d4ce83a */<style>
.secao-contato-whatsapp {
    background-color: #f3ebe0;
    padding: 30px 15px;
    font-family: sans-serif;
}

.zap-container {
    background-color: #ffffff;
    max-width: 500px; /* Largura máxima para desktop */
    margin: 0 auto;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #dfbc86;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.zap-container h2 {
    color: #833530;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.campo-grupo {
    display: flex;
    flex-direction: column; /* Força ficar um abaixo do outro */
    margin-bottom: 15px;
}

.campo-grupo label {
    color: #833530;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.campo-grupo input, 
.campo-grupo select, 
.campo-grupo textarea {
    width: 100%; /* Ocupa toda a largura disponível */
    padding: 12px;
    border: 1px solid #e0d4c8;
    border-radius: 8px;
    box-sizing: border-box; /* Importante para o padding não quebrar a largura */
    font-size: 1rem;
    background-color: #fcfaf7;
}

.botao-zap {
    background-color: #833530;
    color: white;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.botao-zap:hover {
    background-color: #4d2a0e;
}
</style>/* End custom CSS */