.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.carousel {
  position:relative;
  height: 77vh;
}
.carousel-caption {
  z-index: 10;
}
.carousel-caption h2 {
  font-size:3em !important
}

.carousel .tam {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel .item {
  height: 77vh;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 77vh;
}

.carousel-indicators li{ background:#333; border:1px solid #333  }
.carousel-indicators li.active{ border-color:#08c; background:#fff}


