.elementor-2912 .elementor-element.elementor-element-c324021{--display:flex;}.elementor-2912 .elementor-element.elementor-element-c324021.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2912 .elementor-element.elementor-element-c324021{--width:91.111%;}}/* Start custom CSS for shortcode, class: .elementor-element-c8dc0cc *//* ===== Estilo Geral ===== */
body {
  font-family: "Poppins", sans-serif;
  background: #f5f7fa;
  margin: 0;
  padding: 0;
  color: #333;
}

.wpcf7 form {
  max-width: 750px;
  margin: 30px auto;
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* ===== Títulos ===== */
.wpcf7 form h3 {
  text-align: center;
  background: linear-gradient(135deg, #02A2E2, #04a08a);
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  font-size: 20px;
  margin-bottom: 25px;
}

/* ===== Labels e Inputs ===== */
.wpcf7 form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #111;
  font-size: 14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 18px;
  background: #fafafa;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #02A2E2;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(2,162,226,0.15);
}

/* ===== Checkbox e Radio ===== */
.wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  transition: all 0.3s;
}

.wpcf7-list-item input {
  margin-right: 10px;
}

.wpcf7-list-item label:hover {
  border-color: #04a08a;
  background: #f0fdfa;
}

/* Quando selecionado */
.wpcf7-list-item input:checked + span {
  font-weight: bold;
  color: #04a08a;
}

/* ===== Botão Enviar ===== */
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #02A2E2, #04a08a);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ===== Upload de Arquivo ===== */
.wpcf7 input[type="file"] {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 18px;
  width: 100%;
}

/* ===== Mensagens ===== */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #04a08a;
  background: #f0fdfa;
  color: #04a08a;
}

.wpcf7-validation-errors {
  border: 2px solid #f87171;
  background: #fef2f2;
  color: #dc2626;
}/* End custom CSS */