@keyframes fadeInField {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
/* FORMULARIO COMPACTO */
.wpcf7 {
  max-width: 480px;
  margin: 24px auto;
  padding: 16px 20px;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #005eff;
  box-shadow: 0 0 8px rgba(0, 94, 255, 0.2);
  font-family: "Segoe UI", "Roboto", sans-serif;
  color: #111;
  animation: fadeInField 0.4s ease-in-out;
}
.wpcf7 form label {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 13px;
  color: #222;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 13px;
  background-color: #ffffff;
  color: #111;
  transition: all 0.3s ease;
  outline: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #005eff !important;
  box-shadow: 0 0 0 2px rgba(0, 94, 255, 0.3);
}
.wpcf7-list-item {
  margin-bottom: 10px;
}
.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
}
.wpcf7-list-item-label input[type="checkbox"] {
  appearance: none;
  width: 32px;
  height: 16px;
  background: #ccc;
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.wpcf7-list-item-label input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wpcf7-list-item-label input[type="checkbox"]:checked {
  background: #005eff;
}
.wpcf7-list-item-label input[type="checkbox"]:checked::before {
  transform: translateX(16px);
}
.wpcf7 input[type="submit"] {
  background-color: #005eff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  padding-right: 36px;
}
.wpcf7 input[type="submit"]::after {
  content: "➜";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.3s ease;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #003fb8;
  transform: translateY(-2px);
  box-shadow: 0 0 6px rgba(0, 94, 255, 0.4);
}
.wpcf7 input[type="submit"]:hover::after {
  transform: translate(4px, -50%);
}
.wpcf7-response-output {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  animation: fadeInField 0.3s ease;
}
.wpcf7-mail-sent-ok {
  background-color: #243e2c;
  border: 1px solid #28a745;
  color: #7afc8e;
}
.wpcf7-mail-sent-ok::before {
  content: "✔️ ";
  margin-right: 5px;
}
.wpcf7-validation-errors {
  background-color: #3b1f1f;
  border: 1px solid #dc3545;
  color: #ffb3b3;
}
@media (min-width: 768px) {
  .wpcf7 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .wpcf7 form p,
  .wpcf7 textarea,
  .wpcf7 .wpcf7-response-output,
  .wpcf7 .wpcf7-submit,
  .wpcf7 .wpcf7-form-control-wrap.textarea-333,
  .wpcf7 .wpcf7-form-control-wrap.checkbox-225,
  .wpcf7 .wpcf7-form-control-wrap.checkbox-920 {
    grid-column: 1 / -1;
  }
  .wpcf7 input[type="submit"] {
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .wpcf7 {
    padding: 14px;
    margin: 14px;
  }
  .wpcf7 input[type="submit"] {
    width: 100%;
    padding: 10px 0;
  }
  .wpcf7-list-item-label {
    flex-wrap: wrap;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea,
  .wpcf7 select {
    font-size: 14px;
  }
}
.ast-primary-header-bar,
.ast-header-break-point .main-header-bar {
  background-color: #ffffff !important;
}
.main-header-menu a {
  color: #000000 !important;
}

.share-button {
  margin-top: 16px;
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}
.share-button:hover {
  background: linear-gradient(135deg, #15803d, #22c55e);
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}