/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  background-color: black;
}

.carousel-item {
  width: 850px;
  height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
  align-content: center;
}

.portfolio-item {
  margin-bottom: 30px;
}

.letras{
  color: white;
}

.titulo{
  color: white;
  font-size: 25px;
}

.cabecera{
  color: white;
}

.footer-area{
  position:fixed;
  bottom: 0px;
  width: 100%;
}