.empleo .empleo-cv {
  display: flex;
}
.empleo .empleo-cv .cv-tit {
  font-weight: 300;
}
.empleo .empleo-cv .cv-txt {
  color: #00BFB3;
}
.empleo .empleo-cv .cv-right {
  height: inherit;
}
.empleo .empleo-cv .cv-right picture {
  width: 100%;
  height: 100%;
}
.empleo .empleo-cv .cv-right picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.empleo .empleo-caract .section-tit3 {
  font-weight: 300;
}
.empleo .caract-blq .caracteristica {
  padding: 20px;
  border: 1px solid #00BFB3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.empleo .caract-blq .caracteristica .cifra {
  text-transform: uppercase;
  color: #00BFB3;
  font-weight: 700;
  margin-bottom: 8px;
}
.empleo .caract-blq .caracteristica .txt p {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .empleo .empleo-cv {
    height: 450px;
    margin-bottom: 80px;
  }
  .empleo .empleo-cv .cv-left {
    padding-top: 47px;
    padding-right: 130px;
  }
  .empleo .empleo-cv .cv-left .cv-tit {
    width: 320px;
    font-size: 54px;
    line-height: 58px;
  }
  .empleo .caract-blq .cifra {
    font-size: 54px;
    line-height: 58px;
  }
  .empleo .caract-blq .txt {
    font-size: 24px;
    line-height: 28px;
  }
  .empleo .empleo-caract {
    margin-bottom: 80px;
  }
  .empleo .empleo-caract .section-tit3 {
    display: block;
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .empleo .empleo-cv {
    margin-bottom: 48px;
  }
  .empleo .empleo-cv .cv-left {
    padding-right: 32px;
  }
}
@media (max-width: 1439px) {
  .empleo .caract-blq .txt {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .empleo .empleo-cv .cv-tit {
    width: 320px;
    font-size: 42px;
    line-height: 46px;
  }
  .empleo .empleo-caract {
    margin-bottom: 66px;
  }
  .empleo .empleo-caract .section-tit3 {
    display: block;
    width: 310px;
  }
  .empleo .empleo-caract .cifra {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .empleo .caract-blq {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
  .empleo .caract-blq .caracteristica {
    min-height: 360px;
  }
  .empleo .caract-blq .caracteristica .cifra span {
    display: block;
  }
}
@media (min-width: 768px) {
  .empleo .empleo-cv > * {
    flex-basis: 50%;
  }
  .empleo .empleo-cv .cv-cont {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .empleo .empleo-cv .cv-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .empleo .empleo-caract {
    margin-bottom: 56px;
  }
  .empleo .empleo-caract .caracteristica {
    min-height: 146px;
  }
}
@media (max-width: 1023px) {
  .empleo .empleo-cv .cv-tit {
    font-size: 24px;
    line-height: 28px;
  }
  .empleo .empleo-cv .cv-cont {
    font-size: 14px;
    line-height: 20px;
  }
  .empleo .empleo-cv .cv-txt {
    font-size: 18px;
    line-height: 22px;
  }
  .empleo .empleo-caract .section-tit3 {
    display: block;
    width: 220px;
  }
  .empleo .empleo-caract .caract-blq .caracteristica {
    margin-bottom: 32px;
  }
  .empleo .empleo-caract .caract-blq .caracteristica .cifra {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .empleo .btn {
    width: 100%;
  }
  .empleo .empleo-cv {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .empleo .empleo-cv > * {
    flex-basis: 50%;
  }
  .empleo .empleo-cv .cv-left {
    margin-bottom: 32px;
  }
  .empleo .empleo-cv .cv-left .cv-cont {
    margin-bottom: 30px;
  }
  .empleo .empleo-caract {
    margin-bottom: 40px;
  }
  .empleo .empleo-caract .caracteristica {
    min-height: 290px;
  }
}/*# sourceMappingURL=empleo.css.map */