/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-abr-2016, 9:35:51
    Author     : Nene
*/
.navbar-container{
   position: absolute;
   top: 10px;
   z-index: 9;
   margin: auto;
   left: 0px;
   right: 0px;
}

.carousel{
   margin-bottom: 40px;
   
}
.carousel-caption{
/*   bottom: 75px !important;*/
   background-color: rgba(1,1,1,0.3);
   border-radius: 5px;
}

.carousel-caption h2{
   font-size: 25px;

}

.carousel-caption h1{

}

.carousel-caption h1 span{
   color: #0069ad;
   font-weight: 600
}

.featurette-divider{
   margin-top: 100px;
   margin-bottom: 100px;
}
.spacer{
   margin-top: 100px;
}