.banner-empleo {
  display: flex;
  position: relative;
  z-index: 1;
}
.banner-empleo .banner-left {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.banner-empleo .banner-left > * {
  position: relative;
  z-index: 1;
}
.banner-empleo .banner-left .banner-txt {
  margin-bottom: 37px;
}
.banner-empleo .banner-left.green-blend-top:before {
  left: -534px;
  top: -222px;
}
.banner-empleo .banner-left.green-blend-bottom:after {
  top: auto;
  bottom: -422px;
  right: -793px;
}
.banner-empleo .banner-right {
  height: inherit;
}
.banner-empleo .banner-right picture {
  width: 100%;
  height: inherit;
}
.banner-empleo .banner-right picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  .banner-empleo {
    height: 397px;
    margin-top: 80px;
  }
  .banner-empleo > * {
    flex-basis: 50%;
  }
  .banner-empleo .banner-left {
    padding: 80px;
  }
  .banner-empleo .banner-left .banner-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 1439px) {
  .banner-empleo {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .banner-empleo .banner-left {
    padding: 60px 40px;
    flex-basis: 55%;
  }
  .banner-empleo .banner-right {
    flex-basis: 45%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .banner-empleo {
    height: 357px;
  }
  .banner-empleo .banner-left .banner-tit {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .banner-empleo .banner-left .banner-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .banner-empleo .banner-left .banner-tit {
    font-size: 32px;
    line-height: 38px;
  }
  .banner-empleo .banner-left .banner-txt {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-empleo {
    height: 337px;
  }
}
@media (max-width: 767px) {
  .banner-empleo .btn {
    width: 100%;
  }
  .banner-empleo .banner-left {
    padding: 24px;
  }
  .banner-empleo .banner-right {
    display: none;
  }
}/*# sourceMappingURL=banner-empleo.css.map */