.hero .hero-blq {
  height: 370px;
  padding: 130px 0 60px;
  margin-bottom: 24px;
  background: linear-gradient(280deg, #9E49AA 0%, #414093 95%);
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.hero .hero-blq picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .hero-blq picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .hero-blq picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .hero-blq .container {
  position: relative;
  margin-top: auto;
  z-index: 1;
}
.hero .hero-blq .container .section-inf {
  display: flex;
}
.hero .hero-blq .container .section-inf .section-estaticas {
  display: flex;
  flex-direction: row;
}
.hero .hero-blq .container .section-inf .section-estaticas .estaticas-tit {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.hero .hero-blq .container .section-inf .section-estaticas .estaticas-tit.activa {
  color: #FFFFFF;
  font-weight: 700;
}
.hero .hero-blq .container .section-inf .section-estaticas .estaticas-tit:not(:last-of-type)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.7);
  margin: 0 16px;
}
.hero .hero-blq .container .section-inf .section-txt {
  color: #FFFFFF;
  font-weight: 700;
  text-wrap: nowrap;
}
.hero .hero-blq .container .section-inf .section-txt * {
  margin-bottom: 0;
}
.hero .hero-blq .section-sup {
  color: #FFFFFF;
}
.hero .hero-blq .section-tit {
  padding: 16px 0px;
  border-bottom: 4px solid var(--primary-005, #FEFEFF);
  margin-bottom: 34px;
  text-wrap: wrap;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .hero .hero-blq .estaticas-tit {
    font-size: 28px;
    line-height: 32px;
  }
  .hero .hero-blq .section-txt {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  .hero .hero-blq .section-tit {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .hero-blq .section-tit {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .hero-blq .estaticas-tit {
    font-size: 20px;
    line-height: 24px;
  }
  .hero .hero-blq .section-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .hero .hero-blq .section-inf {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .hero .hero-blq .section-inf {
    flex-direction: column;
    row-gap: 22px;
  }
  .hero .hero-blq .section-inf .section-txt {
    display: flex;
    justify-content: flex-end;
  }
  .hero .hero-blq .section-tit {
    font-size: 36px;
    line-height: 40px;
  }
  .hero .hero-blq .estaticas-tit {
    font-size: 12px;
    line-height: 16px;
  }
  .hero .hero-blq .section-txt {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
}
.hero > .container {
  margin-bottom: 48px;
}/*# sourceMappingURL=hero-comun.css.map */