

.header .logo {
	width: 114px;
	height: 40px;
	background-image: url("../images/logo-light.png");
	background-size: 114px 40px;
	background-repeat: no-repeat;
}

.header.stikcy-menu .logo {
	background-image: url("../images/logo.png");
}

.btn-sistema {
	padding:5px 10px!important;
}
.header.stikcy-menu .btn-sistema {
	color:#fff;
}
.header.stikcy-menu .btn-sistema:hover {
	color:#fff;
}

.hero {
  background-position: center center;
}

.call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/call-to-action.jpg") center center;
}

.contact-info a {
	text-decoration: none!important;
}

