.empleo .empleo-top .empleo-tit {
  margin-bottom: 16px;
  background: linear-gradient(280deg, #9E49AA 0%, #414093 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.empleo .empleo-top .empleo-txt {
  margin-bottom: 32px;
}
.empleo .empleo-bottom .empleo-item {
  margin-bottom: 24px;
}
.empleo .empleo-bottom .empleo-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .empleo .section-cont {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .empleo .empleo-tit {
    font-size: 28px;
    line-height: 32px;
  }
  .empleo .empleo-txt {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .empleo .empleo-tit {
    font-size: 24px;
    line-height: 28px;
  }
  .empleo .empleo-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .empleo .empleo-item a {
    font-size: 16px;
    line-height: 24px;
  }
}/*# sourceMappingURL=empleo.css.map */