.hero-section {
  height: 100vh;
  position: relative;
}
.hero-section > picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero-section > picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-section > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section.hero-negative {
  color: #FFFFFF;
}
.hero-section.hero-negative .blq-cont {
  position: relative;
  z-index: 1;
}
.hero-section.hero-negative.hero-anim-on .blq-linea-act:before {
  background-color: white;
}
.hero-section.hero-anim-on .blq-cont .blq-top {
  transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 1, 0.88, 0.985);
}
.hero-section.hero-anim-on .blq-cont .blq-des,
.hero-section.hero-anim-on .blq-cont .blq-nota {
  transform: translateY(100%);
  opacity: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.88, 0.985);
}
.hero-section.hero-anim-on .blq-cont .blq-icon {
  opacity: 0;
}
.hero-section .blq-cont {
  overflow: hidden;
}
.hero-section .blq-cont .blq-top {
  padding-top: 40px;
  padding-bottom: 20px;
}
.hero-section .blq-cont .blq-top .blq-tit {
  font-weight: 700;
}
.hero-section .blq-cont .blq-des + .blq-nota {
  margin-bottom: 10px;
}
.hero-section .blq-cont .blq-des:not(:has(+ .blq-nota)) {
  margin-bottom: 10px;
}
.hero-section .blq-cont .blq-icon img {
  padding: 10px 60px;
  position: relative;
  transition: transform 0.4s ease;
}
.hero-section .blq-cont .blq-icon:hover img {
  transform: translateY(15px);
}
@media (min-width: 1440px) {
  .hero-section {
    padding-top: 140px;
  }
  .hero-section .blq-des {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero-section .blq-des {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-section {
    padding-top: 120px;
  }
}
@media (min-width: 1024px) {
  .hero-section.hero-negative .blq-cont > div {
    width: 930px;
  }
  .hero-section .blq-des {
    width: 795px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-section {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 115px;
  }
  .hero-section .blq-des {
    font-size: 18px;
    line-height: 22px;
  }
}

.blq-hero-act .blq-top {
  transform: translateY(0) !important;
  transition: transform 0.4s;
  transition-delay: 0.8s;
}
.blq-hero-act .blq-des,
.blq-hero-act .blq-nota {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: opacity 0.2s, transform 0.4s;
  transition-delay: 1.2s;
}
.blq-hero-act .blq-icon {
  opacity: 1 !important;
  transition: opacity 0.4s;
  transition-delay: 1.6s;
}/*# sourceMappingURL=bloque-hero.css.map */