.hero-empleo {
  height: 75vh;
  background: url("../images/hero/pexels-sora-shimazaki-5673502.jpg") center/cover no-repeat fixed;
  position: relative;
}

.hero-empleo .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.resource-card {
  border-radius: 12px;
  transition: 0.3s;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.resource-card:hover {
  background: #fff3cd;
  transform: translateY(-5px);
}


input[type=file] {
  background: #fff7d1;
  padding: 12px;
  border: 2px dashed #ffc107;
  border-radius: 10px;
}
input[type=file]:hover {
  background: #fffae6;
}
