/*
 * Start Bootstrap - Half Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 45%;
}

.item,
.active, 
.carousel-inner {
    height: 100%;
}

.carousel-caption{
  top:15px;
  text-align:center;
}
.carousel-caption img {
  max-width:100%;
  height:auto;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
   /* background-attachment:fixed;*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



    .portifolio{
      height:350px;
      margin-bottom:15px;
      margin-top:15px;
      margin-left:5px;
      margin-right:5px
    }
        .portifolio h2{
      text-align:left;
      padding-left:0;
      border-bottom:solid 2px;
          font-size:1.2em;
          margin-top:10px;
          
    }
    .portifolio p{
      text-align:justify;
      font-size:0.9em;
      
    }
.portifolio .carousel {
    height: 100%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}
.carousel-caption{
  height:100% !important;
  overflow:auto;
}
.carousel-caption img {
  max-width:100%;
  height:auto;
}
/* Background images are set within the HTML using inline CSS, not here */

.preenchido {
    width: 100%;
    height:100%;
  position:relative;
  top:-350px;
    background-attachment:local;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  z-index:200;
  opacity:0.7;
 
}
    .preenchido-sub{
      position:relative;
  top:0px;
      background:#000;
      z-index:10;
      width: 100%;
      height:100%;
    }