@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



body {     
  font-family: 'Roboto', sans-serif;
  font-weight: 300; 
  padding-bottom: 40px;
  color: #5a5a5a;
}
html, body {
    height: 100%;
}
.navbar{
  background-color:#70af18;
  border:none;
}
.navbar .navbar-brand{
  font-weight: 900; 
  font-size:32px;
  color:#549227;
} 

.navbar .navbar-brand img{
margin-top:-10px;
}
.badge{
  background-color:#428bca !important;
  color:#fff !important;
}
.navbar  ul li a {
  color:#fff !important;
  font-weight: 500; 
} 
.navbar ul li a:hover{
  color:#FFFFFF !important;
  background-color:#549227 !important;

}  
.navbar .active{
  color:#FFFFFF !important;
  background-color:#549227 !important;

}
.call2action{
  background: #428bca; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #428bca 0%, #70af18 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#428bca), color-stop(100%,#70af18)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #428bca 0%,#70af18 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #428bca 0%,#70af18 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #428bca 0%,#70af18 100%); /* IE10+ */
  background: linear-gradient(135deg, #428bca 0%,#70af18 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bca', endColorstr='#70af18',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#FFFFFF;
  text-align:center;
  font-weight: 300;
  font-size:16px; 
  padding: 20px 0px 20px 0px;
  line-height:12px;
}
.call2action p{
  line-height:14px;

}
.call2action a{
  color:#fff;


}


.go-top{
	display: inline-block;
	position: fixed;
	bottom:30px; 
	left:45%;
	right:45%;
	text-align: center;

}
.go-top:hover{
	-moz-transition: all 800ms;
	-webkit-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
  filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;	
}


h1{
  font-weight: 700;
  font-size:50px; 
  padding:20px;
  z-index:5; 
/*  background:rgba(0,0,0,0.1);     

  background-image: url(vagas/overlays/02.png);	    */
} 
h2{
  color:#549227;
  font-weight: 500; 
  font-size:40px; 
  margin: 20px 0px 20px 0px;
}
h3{
  font-weight: 600; 
  font-size:30px;

}  



a {
  color:#549227;

}


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

/* Carousel base class            */
.carousel {
  height: 700px;
 
}
 
.carousel-caption {
  z-index: 10;
}

 
.carousel .item {
  height: 700px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 700px;
}



/* Background images are set within the HTML using inline CSS, not here */

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



.carousel-caption {
  z-index: 10;
  margin-top: 0px;
}


/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 0%;
}



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

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

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



/* 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: 80px;
  }
}
