/* Ajustes WordPress, CF7 y barra de administración */

body.admin-bar .header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}

footer .menu,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu li,
footer ul li {
  margin: 0;
}

.wpcf7 form.form,
.wpcf7-form.form {
  display: grid;
  gap: 12px;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.wpcf7 label,
.wpcf7-form label {
  font-weight: 600;
  font-size: 0.9rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font: inherit;
  background: #fff;
}
.wpcf7 input[type="submit"],
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  background: var(--cta);
  color: #fff;
}
.wpcf7-not-valid-tip { color: var(--danger); font-size: 0.85rem; }
.wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 12px;
  padding: 12px 14px;
}
.wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7-acceptance .wpcf7-list-item-label { font-weight: 500; }

.alignnone, .aligncenter, .alignleft, .alignright { max-width: 100%; height: auto; }
.wp-caption { max-width: 100%; }
