a[href="https://edconsultora.zohorecruit.com/jobs/Careers"] {
  background-color: #349877;
  border-radius: 10px;
  padding: 8px 8px;
  color: #fff !important;
  font-weight: semibold;
  display: inline-block;
   transition: background-color 0.3s ease;
}

a[href="https://edconsultora.zohorecruit.com/jobs/Careers"]:hover {
  background-color: #fafafa; /* tono más oscuro al pasar el mouse */
  text-decoration: none;
}