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

/* Carousel base class */
.carousel {
  margin-bottom: 80px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 400px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 130px;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
  font-weight: 600;
}
.carousel-caption .btn {
  margin-top: 10px;
}
.carousel-caption>h1 {
  font-size: 90px;
}
.carousel-caption>.lead {
  font-size: 30px;
}


/* ------ SETA DE SCROLL PARA O TOPO------- */

#scroll-top a { width:16px; height:16px; padding:6px 8px 9px; border-radius:4px; background:#000000; position:fixed; bottom:48px; right:32px; display:none; opacity: 0.89; filter: alpha(opacity=89); z-index:499841;   }
#scroll-top a i { font-size:16px; color:#fff;}
#scroll-top a:hover { background-color:#666666; cursor:pointer;}



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

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 0px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -50px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

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

.span6>img{
  padding-top: 30px;
  padding-bottom: 20px;
}

.task {
  font-weight: bold;
}
.task>span {
  font-weight: normal;
}
.strong {
  font-weight: bold;
}
.person>a>h2{
  font-size: 20px;
}
.person>a>h3{
  font-size: 20px;
}

a {
  color: #ae9a34;
}
a:hover{
  color: #80713a;
}

/* PROJECT ICONS
-------------------------------------------------- */

.bioPhoto { 
  float: right; 
  width: 23%;
  padding: 0 10px 10px 10px;
}

.bioPhoto2 { 
  float: left; 
  width: 20%;
  padding: 0px 10px 10px 0px;
  padding: 0;
  border-radius: 4px;
}
.person2 {
  float: right;
  min-width: 77%;
  max-width: 77%;
}

.persons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.persons>li {
    float: left;
    padding-top: 10px;
    width: 50%;
}

.person {
  padding-top: 10px;
  padding-bottom: 10px;
  /*max-width: 375px;*/
  /*min-width: 250px;*/
}

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

@media (max-width: 979px) {

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }

  .carousel .item {
    height: 400px;
  }
  .carousel img {
    width: auto;
    height: 400px;
  }

  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}


@media (max-width: 767px) {

  .navbar-inner {
    margin: -20px;
  }

  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel .container {

  }
  .carousel .item {
    height: 230px;
  }
  .carousel img {
    height: 230px;
  }
  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }

    .bioPhoto2 { 
    float: left; 
    width: 27%;
    margin: 0px 10px 10px 0px;
    /*padding: 4px;*/
    /*border: 1px solid #ddd;*/
  }
  .person2 {
    float: right;
    min-width: 67%;
    max-width: 67%;
    padding-right: 10px;
    min-height: 200px;
  }
  .psmaller {
    min-height: 105px;
  }
  .psmaller2 {
    min-height: 130px;
  }

  .persons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .persons>li {
      float: left;
      width: 100%;
  }

  .person {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 360px;
    /*min-width: 250px;*/
  }
  .person2>ul {
    padding-left: 20px;
  }

}