.banner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #0B0910;
  border-bottom: 1px solid #0B0910;
  text-align: center;
}
.banner .section-tit1 {
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .banner .section-tit1 {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .banner .section-tit1 {
    max-width: 300px;
  }
}/*# sourceMappingURL=bloque-banner.css.map */