/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding: 0px;
  margin: 0px;
  color: #5a5a5a;
}

@media (min-width:768px) { 
    .navbar-transparent {
        background: transparent;
        border: none;
        color: #fff;
    }
    .navbar-transparent .nav.navbar-nav > li > a {
        color: #fff;
        /*font-weight: bold;*/
        font-family: Tahoma, Geneva, sans-serif;
        text-shadow: 1px 1px 2px #666666;
    }
    .navbar-transparent .nav.navbar-nav li.active > a {
        background: transparent
    }
    .dropdown-menu > li > a {
        font-family: Tahoma, Geneva, sans-serif;
    }
    .navbar-transparent .navbar-brand {
        color: #fff
    }
}
.item-1 {
  background: black
}
.item-2 {
  background: black
}
.item-3 {
  background: black
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-toggle {
  margin-top: 30px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
}
.carousel-inner > .item > img {
  position: relative;
  min-width: 100%;
  height: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /*.navbar-nav{
    margin-top: 30px;
  }*/
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

@media (max-width: 992px) and (min-width: 768px) {
  .navbar-transparent .nav.navbar-nav > li > a {
      font-size: 11px;
  }
  .nav > li > a {
    padding: 10px 10px;
  }
  .container{
    width: 100%;
    /*padding-right: 0;
    padding-left: 0;*/
  }
  .navbar-header img{
    max-width: 150px; /*100px ou 150px*/
  }
  .navbar-nav{
    margin-top: 15px;
  }
}

/*slider mais baixo*/
@media (max-width: 767px) {
  .carousel {
    height: auto;
    margin-top: 90px;
  }
  .carousel .item {
    height: auto;
  }
  .carousel-inner > .item > img {
    height: auto;
  }
  .navbar-inverse {
      background-color: #333333;
  }
}

.jumbotron {
    margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .jumbotron2 {
      position: absolute;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 5px;
      margin-top: -123px;
      background-color: rgba(0,0,0,0.3);
  }
}


.navbar-collapse {
  text-align: center;
}
.navbar-nav {
  float: unset !important;
  display: inline-block;
}
#index-logo {
  display: none;
}
@media (max-width: 767px) {
  #index-logo {
    display: block;
  }
  #myCarousel {
    display: none;
  }
  .jumbotron.jumbotron2 {
    margin-top: 100px;
  }
    .navbar-nav {
      float: left !important;
      text-align: left;
    }
  }