#bgImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://source.unsplash.com/pazM9TQJ2Ck");
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 360px) {
  .bg-fondojumbo {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  #promo {
    padding: 20px;
  }
}

#welcome p {
  max-width: 800px;
  font-size: 20px;
  margin: 0 auto;
}

.site-section h3 {
  font-weight: normal;
  margin-bottom: 30px;
}

#news {
  background-color: #5383d3;
  padding-bottom: 10px;
}

#news-section h2 {
  color: white;
}

