/* GLOBAL STYLES
-------------------------------------------------- */


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

/* Carousel base class */
.carousel {
  height: 176px;
}

#myCarousel
{
  margin-top:-8px;
}

.carousel_shadow
{
  -webkit-box-shadow: 0px 0px 20px #000000;
  -moz-box-shadow:    0px 0px 20px #000000;
  box-shadow: 0px 0px 20px #000000;
}

.carrousel_img_border
{
  border:5px solid #00a651;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align:center;
  right:0px;
  left:0px;
  padding-bottom:30px;
  bottom:inherit;
  padding-top:0px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 176px;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-inner > .altura > img {
  min-height:176px;
}


.destaque
{
  height:145px !important;
}

.titulo_destaque
{
  margin-left:20px;
margin-right:20px;
margin-top:-8px;
background:#00a651;
color:#000000;
padding-top:10px;
padding-bottom:10px;
font-size:14px; 
text-align:center
}

.ler_mais_destaque
{
  color:#FFFFFF;
padding-top:8px; 
text-align:right;
}

.ler_mais_destaque a
{
  color:#FFFFFF;
padding:2px;
font-size:14px;
text-decoration:none;
font-weight:bold;
}

.ler_mais_destaque a:hover
{
  color:#00a651;
}



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

/* Center align the text within the three columns below the carousel */
.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;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* 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-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

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