.l-header {
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/****************************************headesearch*****************************************/
.headesearch {
	position: relative;
	z-index: 20;
	width: 960px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
	height: 50px;
}
.search {
	position: relative;
	z-index: 20;
	width: 205px;
	text-align: right;
	margin-top: 15px;
	color: #fff;
	float: right;
}

/*iconcasa*/
.iconhome {
	background:#A2CF53;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	float: right;
	margin-top: 15px;
}
.iconhome img {
	display: block;
	margin-top: 3px;
  margin-left: 3px;
}


.search input {
	z-index: 15;
	background: #000;
	border-radius: 10px;
	color: #fff;
	height: 30px;
	border: none;
	width: 200px;
}
.search button {
	margin-left: 165px;
	z-index: 20;
	position: absolute;
	border: none;
	width: 30px;
	height: 25px;
	background: none;
	cursor: pointer;
}
.search button img {
	display: block;
}

/* */
.l-branding {
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.l-branding .logo {
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.l-branding .logo img {
  /*width: 100%;*/
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.l-branding .l-slogan {
  float: left;
  padding-left: 25px;
  padding-top: 10px;
  width: 75%;
}

.l-branding .l-slogan h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300 ;
}
/****************************************Linha que separa o logotipo*****************************************/

.linha {
	border-top: 1px solid #333;
  bottom: 89px;
  position: absolute;
  width: 100%;
}


h2.page-title {
  float: right;
  clear: both;
  width: 75%;
  box-sizing: border-box;
  font-weight: 300;
  color: #666666;
  padding: 0 1em 1em;
  font-size: 15px;
  /*font-weight: bold;*/
}

/* css para tablets */
@media (min-width: 44em) {
  .l-header {
    height: 170px;
    position: fixed;
  }

  .l-branding .l-slogan {
    padding-top: 60px;
  }
  .l-branding .logo {
    float: left;
  }
}
