/* texto menu superior */

.act-link:before {
    background: transparent !important;
}
.act-link{
    color: gray !important;
    font-size: 1.2em;
}
.act-link:hover{
    color: black !important;
}

/* Improve contrast of Contact Form 7 placeholders */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #333 !important;  /* Dark grey instead of light grey */
  opacity: 1;              /* Ensure full opacity */
}

/* Optional: style the input text itself */
.wpcf7 .wpcf7-text,
.wpcf7 textarea {
  color: #111 !important;  /* Strong readable text */
}