html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  margin-bottom: 260px;
}

.footer {
	position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 260px;
  background-color: #f5f5f5;
}

@media (min-width: 768px)
{
	body {
  	padding-top: 50px;
  	margin-bottom: 200px;
	}
	
	.footer {
		position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	min-height: 200px;
  	background-color: #f5f5f5;
	}
}

@media (min-width: 992px)
{
	body {
  	padding-top: 50px;
  	margin-bottom: 150px;
	}
	
	.footer {
		position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	min-height: 150px;
  	background-color: #f5f5f5;
	}
}

.btn_app {
	margin-right: 10px;
	margin-bottom: 10px; 	
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.jumbotron-billboard .img {
	margin-bottom: 0px;
	opacity: 0.7;
	color: #fff;
	background: #000 url("../imgs/bg_nfe.png") center center;
	width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position:absolute;
  top:0;left:0;
  z-index:1;
}

.jumbotron {
	position:relative;
	padding:50px;
}

.jumbotron .container {
	z-index:2;
 	position:relative;
  z-index:2;
}

.marketing {
	margin-top: 20px;
}

.list-inline a {
	color: #57579F;
}

.list-inline a:hover {
	color: #494949;
}