.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;
  width: 100%;
}

.l-branding .logo img {
  display: block;
  /* height: auto; */
 /* margin: 0 auto;*/
      margin: auto 0;
    /*width: 100%;
  max-width: 200px;*/
    max-width:80%;
    max-height: 100px;
}

.l-branding .l-slogan {
  float: left;
  padding-left: 25px;
  padding-top: 10px;
  width: 75%;
  margin: 0 auto;
}

.l-branding .l-slogan h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500 ;
  text-align: center;
}

/****************************************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;
}

/* css para tablets */
@media (min-width: 1000px) {
    .l-header {
        height: 140px;
        position: fixed;
    }

    .l-branding .l-slogan {
        padding-top: 60px;
    }

    .l-branding .logo {
        float: left;
        width: 20%;
    }

    .l-region--hero {
        /*margin-top: -30px;*/
    }
    /*div[aria-label="Pop-out"] {
display: none;
 }

div[aria-label="toolbar"] {
width: 52px;
display:none;
}    
.cui-toolbar-buttondock{
    visibility :hidden !important;
}*/
    .cui-statusbar {
        visibility: hidden !important;
    }
}
@media (max-width: 1000px) {
  .l-branding .logo img {
	  max-width:100%;
  }
}
