.mainContent {
  position: relative;
}
@media (min-width: 1440px) {
  .mainContent {
    padding-top: 170px !important;
  }
  .mainContent:before {
    content: "";
    width: 949px;
    height: 536px;
    background-image: url("../../../../images/iconos/isotipo1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -209px;
    left: 50%;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .mainContent {
    padding-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .mainContent {
    padding-top: 80px !important;
  }
}

section .ofertas .section-sup {
  font-weight: 300;
}
section .ofertas .listado-ofertas {
  margin-top: 10px;
}
section .ofertas .listado-ofertas .oferta {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #DDE2E5;
  border-bottom: 1px solid #DDE2E5;
  position: relative;
}
section .ofertas .listado-ofertas .oferta a:hover .oferta-tit {
  color: #3C3C3B;
}
section .ofertas .listado-ofertas .oferta .oferta-sub {
  color: #3C3C3B;
  font-size: 12px;
  line-height: 16px;
}
section .ofertas .listado-ofertas .oferta .oferta-sub > span + span {
  margin-left: 14px;
}
section .ofertas .listado-ofertas .oferta .oferta-sub .tag {
  padding: 1px 12px;
  border-radius: 11px;
  background-color: #ececeb;
}
section .ofertas #cargarMas {
  margin-top: 60px;
}
section .ofertas .banner-empleo {
  background-color: #BC3B4A;
  color: #FFFFFF;
}
section .ofertas .banner-empleo .banner-tit,
section .ofertas .banner-empleo .banner-txt {
  font-family: var(--fontFamilySecondary);
}
section .ofertas .banner-empleo .banner-tit {
  font-weight: 500;
}
section .ofertas .banner-empleo .banner-txt {
  margin-bottom: 0;
  font-weight: 300;
}
section .ofertas .banner-empleo .banner-sub {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
section .ofertas .banner-empleo .btn {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  section .hero {
    padding-bottom: 100px;
  }
  section .hero .tit-empleo {
    width: 747px;
    margin-bottom: 60px;
    color: #BC3B4A;
    font-family: var(--fontFamilySecondary);
    font-size: 92px;
    line-height: 96px;
    font-weight: 400;
  }
  section .hero .section-cont {
    width: 100%;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  section .hero .section-cont .blq-img {
    width: 440px;
    margin-right: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 440px;
  }
  section .hero .section-cont .blq-txt {
    flex-grow: 1;
  }
  section .hero .section-cont .blq-txt .section-sub {
    margin-bottom: 20px;
  }
  section .hero .section-cont .blq-txt .section-sub ~ * {
    margin-left: 40px;
  }
  section .ofertas {
    padding-top: 100px;
    padding-bottom: 130px;
    background-color: #f8f9fa;
  }
  section .ofertas .banner-empleo .blq-left {
    width: 467px;
    margin-right: 16px;
    flex-basis: 467px;
  }
  section .ofertas .banner-empleo .banner-txt {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  section .ofertas .section-tit2 {
    font-size: 48px;
    line-height: 52px;
  }
  section .ofertas .listado-ofertas {
    padding-bottom: 80px;
  }
  section .ofertas .banner-empleo {
    padding: 40px 80px 40px 60px;
  }
  section .ofertas .banner-empleo .banner-tit {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .ofertas {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .ofertas .banner-empleo .blq-left {
    width: 401px;
    margin-right: 40px;
    flex-basis: 401px;
  }
}
@media (max-width: 1439px) {
  section .hero {
    display: none;
  }
  section .ofertas .banner-empleo .banner-txt {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  section .ofertas .listado-ofertas .oferta {
    padding-right: 40px;
  }
  section .ofertas .listado-ofertas .oferta .oferta-tit {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section .ofertas .banner-empleo .banner-cont {
    display: flex;
  }
  section .ofertas .banner-empleo .banner-cont .blq-left {
    flex-grow: 0;
    flex-shrink: 0;
  }
  section .ofertas .banner-empleo .banner-cont .blq-right {
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .ofertas .banner-empleo .blq-left {
    width: 266px;
    margin-right: 20px;
    flex-basis: 266px;
  }
}
@media (max-width: 1023px) {
  section .ofertas .section-tit2 {
    font-size: 36px;
    line-height: 40px;
  }
  section .ofertas .listado-ofertas {
    padding-bottom: 50px;
  }
  section .ofertas .banner-empleo {
    padding: 40px 30px;
  }
  section .ofertas .banner-empleo .banner-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  section .ofertas {
    padding-bottom: 60px;
  }
  section .ofertas .listado-ofertas .oferta .oferta-tit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section .ofertas .banner-empleo .blq-left {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=ofertasEmpleoFront.css.map */