body {
  font-family: 'Segoe UI', sans-serif;
}

.navbar {
  background: rgba(0, 0, 0, 0.8);
}

.hero {
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.65)),
               url('Portada.png') center/cover no-repeat;
              /*url('https://images.unsplash.com/photo-1502877338535-766e1452684a') center/cover no-repeat;*/
}

.hero h1 {
  color: #ffc107;
}

.stats h3 {
  margin: 0;
}

.stats small {
  opacity: .9;
}

.icon {
  font-size: 3rem;
  color: #ffc107;
}