.barriosLine {
  overflow: hidden;
  position: relative;
  height: 340px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #111111;
}
.barriosLine div {
  position: absolute;
}
.barriosLine .bsCont {
  top: 0;
  left: 0;
  height: 100%;
}
.barriosLine .bsCont .bsItem {
  display: inline-block;
  top: 0px;
  height: 100%;
  overflow: hidden;
  background-color: black;
}
.barriosLine .bsCont .bsItem .bsTxt {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  bottom: 40px;
}
.barriosLine .bsCont .bsItem .bsTxt h3 {
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.barriosLine .bsCont .bsItem .bsTxt p {
  font-size: 14px;
  color: #FFFFFF;
  padding: 0;
}
.barriosLine .bsCont .bsItem img {
  position: absolute;
  opacity: 0;
}
.barriosLine .bsCont .bsItem .bsHit {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0px;
  z-index: 1;
}
.barriosLine .bsPrev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 2;
}
.barriosLine .bsNext {
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 3;
}
