section .hero .blq-txt .section-tit2 {
  margin-bottom: 45px;
}
section .hero .blq-txt .section-tit4-invar {
  margin-bottom: 25px;
}
section .hero .blq-txt .listado-simple {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  section .hero > * .blq-img {
    width: 53%;
    flex-basis: 53%;
  }
  section .hero > * .blq-txt {
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  section .hero > * {
    display: flex;
  }
  section .hero > * .blq-img {
    flex-shrink: 0;
    flex-grow: 0;
  }
  section .hero > * .blq-txt {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .hero > * .blq-img {
    width: 460px;
    flex-basis: 460px;
  }
  section .hero > * .blq-txt {
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .hero .blq-txt .listado-simple {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section .hero .blq-txt .listado-simple > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  section .hero .blq-txt .listado-simple > * {
    width: auto;
  }
}/*# sourceMappingURL=areas.css.map */