.l-header {
  background-image: url('../img/grey_line.png');
  background-color: white;
  background-repeat: repeat-x;
  background-position: 0% 135px;
  top: 0;
  width: 100%;
  z-index: 9999;
}
h3.outroscursos__title {
    font-weight: 300;
    text-transform: uppercase;
}
/****************************************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;
  padding-top: 65px;
}

.l-branding .logo {
  position: absolute;
z-index: 9;
  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: normal ;
}
/****************************************Linha que separa o logotipo*****************************************/

.linha {
	border-top: 1px solid #989898;
  top: 84px;
  position: absolute;
  width: 100%;
}


h2.page-title {
  float: right;
  clear: both;
  width: 75%;
  box-sizing: border-box;
  font-weight: normal;
  color: #666666;
  padding: 0 1em 1em;
  font-size: 15px;
  font-weight: bold;
}
.l-header hr {
  display: none;
}
/* css para tablets */
@media (min-width: 44em) {
  .l-header {
    height: 124px;
    margin-bottom: 15px;
    /*position: relative;*/
	 position: fixed;
  }

  .l-header hr {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 30px;
  }

  .l-branding {
    width: 16%;
    padding-top: 10px;
    padding-left: 53px;
  }

  .l-branding .l-slogan {
    padding-top: 60px;
  }
  .l-branding .logo {
    float: left;
  }
}
