/*!
 * 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: #F4F4ED;
}

h1 {
  color:#F4F4ED;
}

nav {
  background:#028090;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contenedor {
  display:block;
  margin-left: auto;
  margin-right: auto;
}

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

.centralo {
  text-align:center;
}
.footer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #6b5678;
  padding: 100px;
}

.lista-de-footer {
  margin: 20px;
  display: flex;
  flex-direction: row;
}

.lifooter{
  text-decoration: none;
 font-family: 'Montserrat', sans-serif;
 color: #e7f7e1;
}

.iconos-de-footer {
  margin-top: 20px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  font-size: xx-large;
  color: #e7f7e1;
}

i {
  color: #e7f7e1;
  text-decoration: none;
}

.mensaje-final {
  text-align: center;
  color: #e7f7e1;
}