.total-header{
	width:100%;
	margin: 0 auto;
	height:125px;
	background: #FFF;
}
.header-interno{
	height: 125px;
	background: #FFF;
	overflow: hidden;
}
.header-interno .conteudo-header{
	box-shadow: 0px 5px 20px #CCC;
}
.header-interno-produtos{
	height: 125px;
	background: #FFF;
}
.total-header .conteudo{
	min-height:10px;	
}
.logo-header{
	padding-right: 65px;
	float: left;
}
.conteudo-header{
	padding-top: 20px;
	padding-bottom: 10px;
	background: url('../../imagens/fundo-menu.png');
	max-width: 1920px;
	margin: 0 auto;
}
.icone-menu{
	margin:0 auto;
	height:55px;
}
.icone-inicio{
	background:url(../../imagens/icone-menu-pagina-inicial.png) no-repeat;
	width:47px;	
}
.icone-empresa{
	background:url(../../imagens/icone-menu-empresa.png) 0px 3px no-repeat;
	width:55px;	
}
.icone-servicos{
	background:url(../../imagens/icone-menu-servicos.png) no-repeat;
	width:37px;	
}
.icone-faleconosco{
	background:url(../../imagens/icone-menu-faleconosco.png) 0px 5px no-repeat;
	width:51px;	
}
.menu-header{
	display: table;
	float: left;
	margin-top: 24px;
}
.menu-header a{
	color:#474747;
	float:left;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	font-weight:500;
	font-size:18px;
	-webkit-transition:0.5s;
	transition:0.5s;
	font-family: 'Montserrat', sans-serif;
}
.menu-header a + a{
	background:url(../../imagens/detalhe-menu-header.png) left center no-repeat;
}
.menu-header a:hover .contorno-menu{
	border:1px solid #474747;
}
.borda-menu{
	margin-top:18px;
	float:left;
	height:4px;
	width:4px;
	border-radius: 10px;	
	-webkit-transition:0.5s;
	transition:0.5s;
	background:#474747;
}
.detalhe-menu{
	width:calc(100% + 20px);
	height:7px;
	float:left;
	opacity: 0;
	margin-left:-10px;
	-webkit-transition:0.5s;
	transition:0.5s;
	border-bottom: 1px solid #474747;
}
.frase-header{
    width: 100%;
    text-align: center;
    color: #474747;
    font-size: 40px;
    font-weight: 400;
    margin-top: 300px;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
}
.frase-header p{
	width: 100%;
	text-align: center;
	color: #474747;
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
	font-family: 'Montserrat', sans-serif;
}
.frase-header-interno{
	margin-top: 100px;
}
.frase-header-interno-produtos{
	margin-top: 100px;
}
.busca-header{
	margin-top: 25px;
	float: right;
	position: relative;
}
.input-busca{
	padding-left: 15px;
	font-size: 14px;
	font-weight: 400;
	width: 280px;
	color: #474747;
	font-size: 14px;
	border: 1px solid #474747;
	height: 37px;
	border-radius:10px;
	outline: none;
    font-family: 'Montserrat', sans-serif;
}
.botao-busca{
	width: 19px;
	height: 19px;
	border: 0px;
	position: absolute;
	right: 13px;
	top: 8px;
	outline: none;
	background: url('../../imagens/icone-btt-busca.png') no-repeat;
}
.contorno-menu{
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 5px;
}
.menu-selecionado{
	border: 1px solid #474747;
}
@media (max-width: 767px){
	.logo-header{
		width:100%;
		text-align:center;
		float:none;	
		display: table;
		margin-top: 0px;
		padding-left:0px;
		padding-right: 0px;
	}
	.total-header{
		min-height:10px;
		height: auto;
		padding-bottom:10px;
		padding-top: 10px;
		background: #FFF;
	}
	.frase-header{
		font-size: 30px;
	    margin-top: 20px;
	    line-height: 30px;
	}
	.frase-header p{
		font-size: 30px;
	}
	.busca-header{
		float: none;
		display: table;
		margin:0 auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}
@media (min-width:768px) and (max-width:999px){
	.logo-header{
		width:100%;
		text-align:center;
		float:none;	
		display: table;
		margin-top: 0px;
		padding-left:0px;
		padding-right: 0px;
	}
	.total-header{
		min-height:10px;
		height: auto;
		padding-bottom:10px;
		padding-top: 10px;
		background: #FFF;
	}
	.frase-header{
		font-size: 30px;
	    margin-top: 20px;
	    line-height: 30px;
	}
	.frase-header p{
		font-size: 30px;
	}
	.busca-header{
		float: none;
		display: table;
		margin:0 auto;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}
@media (min-width:998px) and (max-width:1208px){

	.logo-header{
		padding-right: 20px;
		width: 200px;
		margin-top: 13px;
	}
	.logo-header img{
		width: 100%;
	}
	.contorno-menu{
		font-size: 15px;
	}
	.input-busca{
		width: 200px;
	}

}