#inicio {
  background: linear-gradient(rgba(55,55,55,0.65) 0%, rgba(0,0,0,0.85) 50%, rgba(55,55,55,0.65) 100%), url("../../assets/img/img1.jpg") no-repeat;
  background-size: auto, cover;
}

.list-unstyled {
  max-height: 400px;
  overflow-y: auto;
}

.color-azul {
  background-color: #0000a6;
}

#navcol-1 {
  font-size: 14px;
}

#contacto {
  background-color: rgb(60,61,65);
}

#contacto a {
  color: white !important;
}

