/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 19:48:41 */
Ajustes Formulário de Contato Home
/* Garante alinhamento à esquerda em todo o formulário */
.wpcf7 {
  direction: ltr !important;
  text-align: left !important;
}

/* Remove alinhamento central que possa vir do tema */
.wpcf7-form {
  text-align: left !important;
}

/* Garante que os rótulos fiquem alinhados à esquerda */
.wpcf7-form label {
  display: block;
  text-align: left !important;
  width: 100%;
}

/* Alinha todos os campos de entrada à esquerda */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  text-align: left !important;
  direction: ltr !important;
  width: 100%;
  display: block;
  margin: 0 auto 15px 0;
}

/* Mensagens do formulário (validação ou sucesso) */
.wpcf7-response-output {
  text-align: left !important;
}

/* Botão de envio à esquerda */
.wpcf7-form input[type="submit"] {
  float: left !important;
  text-align: left !important;
}

.wpcf7 form {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.wpcf7-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 input[type="file"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 15px;
}

.wpcf7-submit {
  background-color: #c7a45d;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #b18f4c;
}

.wpcf7 form {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.wpcf7-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 input[type="file"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 15px;
}

.wpcf7-submit {
  background-color: #c7a45d;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #b18f4c;
}

/* Estilo do botão Escolher Arquivo do Contact Form 7 */
.wpcf7 input[type="file"]::-webkit-file-upload-button {
    background-color: #7b9ace;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.wpcf7 input[type="file"]::-moz-file-upload-button {
    background-color: #7b9ace;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.wpcf7 input[type="file"]::-ms-browse {
    background-color: #7b9ace;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}