
header nav{



}

header .navbar-collapse
{
	width: auto;
	flex-grow: 0;
}

header .nav-link{
	border-bottom: solid transparent;
	font-weight: 500;
}

.info-principal
{

	/*background-image: url(images/info-principal.png);
	background-repeat: no-repeat;
  	background-size: cover;*/

  	background: black;
  	min-height: 900px;
}

.info-loja
{

  	background: black;
  	min-height: 400px;
}

.card-plano
{
	box-shadow: 4px 15px 5px #000000;
}

.card-plano:hover
{
	box-shadow: -5px 4px 15px 5px #000000;
}



section.hero {
  padding: 0;
  color: #fff;
}

section.hero .container {
  padding: 200px 20px;
  position: relative;
}

section.hero h1 {
  line-height: 1.2em;
}

section.hero .continue {
  position: absolute;
  bottom: 30px;
  left: 20px;
  text-decoration: none !important;
  color: inherit !important;
  text-transform: uppercase;
  font-size: 0.75em;
  opacity: 0.8;
}

section.hero .continue i {
  margin-right: 5px;
}

/* Hero Section Media Query ------------------------------------- */
@media (max-width: 767px) {
  section.hero .container {
    padding: 150px 20px;
  }
}
