/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #000;
  font-family: "Kumbh Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* 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;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 72%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: none;
}

.carousel-inner {
  background: url('../imagens/fundo_fixo.webp') #000 center no-repeat;
  background-size: 100% 100%;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}
.img_centro {width:100%; height:auto; max-width:340px;}
.img_centro2 {width:100%; height:auto; max-width:340px;}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 10px 0 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 0px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.featurette .lead {
  text-align: center;
  margin: 0 10px 20px 10px;
}



.featurette .col-md-5 {
  margin: 0 0 50px 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* 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: 10px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    font-style: italic;
  }

  .featurette-heading {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-top: 0px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
  .featurette .lead {
    text-align: center;
    margin: 0 10px 20px 10px;
  }

.carousel {  height: 450px;}
.carousel .item {  height: 450px;}
.carousel-inner > .item > img {  height: 450px;}
.img_centro {width:100%; height:auto; max-width:460px;}
.img_centro2 {width:100%; height:auto; max-width:900px;}

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
    text-align: left;
  }
  .featurette .lead {
    text-align: left;
    margin: 0 10px 50px 10px;
  }
}