body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* area restrita*/
#conteudo{
	padding-top:100px;
	w///idth:inherit;
	min-height: 560px;
}


p {
  text-align: justify;
}


/* MENU
-------------------------------------------------- */




.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;
}

/*.navbar .navbar-inverser {
	background-color: #3071a9;
}
.navbar .navbar-inverser .navbar-brand{
	color: #000000;
}*/


/* DESTAQUE
-------------------------------------------------- */

.carousel {
  height: 560px;
  margin-bottom: 40px;
}
.carousel-caption {
  z-index: 10;
  color: inherit;
  c//olor: #3071a9;
}

.carousel-caption h1{
	color: #000000;
}
.carousel-caption p{
	color: #000000;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 560px;
  b///ackground-color: #c0c0c0;
  b///ackground: url(acic.img/LOGO-ACIC.png) center bottom no-repeat;
  b//ackground: url(acic.img/bg-opaco-500px-ok2.jpg) center bottom no-repeat;
  b//ackground: url(acic.img/logo-limpo-500px-OK4.jpg) center bottom no-repeat;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  h//eight: 560px;
  min-height: 100%;
 opacity: 0.3
}



/* MARKETING
-------------------------------------------------- */

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* CONTEUDOS ABAIXO
------------------------- */

.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



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

@media (min-width: 768px) {

  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }


  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}