.conteudo-header{
	display: table;
	margin: 0 auto;
	padding-bottom: 40px;
}
.conteudo-header a {
	float: left;
	color: #505050;
	font-size: 16px;
	font-weight: 400;
	margin-top: 70px;
	transition:0.5s;
	font-family: 'Titillium Web', sans-serif;
}
.conteudo-header a:hover{
	transition:0.5s;
	color: #00B1CE;
}
.detalhe-menu{
	float: left;
	width: 6px;
	height: 7px;
	background: #00B1CE;
	margin-top:79px;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 0px;
}
.logo-header{
	margin-top: 40px !important;
	padding-left: 48px;
	padding-right: 48px;
}
.conteudo-header-responsivo{
	display: none;
}
.menu-selecionado{
	color: #00B1CE !important;
}
@media (max-width: 767px){
	.conteudo-header{
		display: none;
	}
	.conteudo-header-responsivo{
		display: block;
	}
	.logo-responsivo{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
	.logo-responsivo img{
		max-width: 100%;
	}
	.menu-responsivo{
		width: 100%;
		display: block;
		height: 50px;
		padding-top: 12px;
		background: #00B1CE;
	}
	.icone-menu-responsivo{
		width: 40px;
		height: 25px;
		cursor: pointer;
		display: table;
		margin: 0 auto;
		background: url('../imagens/iconemenu.png');
	}
	.abre-menu-responsivo{
		display: none;
	}
	.abre-menu-responsivo a{
		width: 100%;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #009FBB;
		color: #FFF;
		border: 1px solid #0094AE;
		font-family: 'Titillium Web', sans-serif;
	}
}

/* CATEGORIAS HEADER */
.total-categorias-header{
    height: 190px;
    position: relative;
    z-index: 999999999;
    width: 100%;
}
.campo-categoria{
    float: left;
    width: 20%;
    height: 190px;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    padding-top: 30px;
    font-family: 'amatica_scregular';
}
.campo-01{
    background: #00C5E5;
}
.campo-01:hover{
	background: #00BEDF;
}
.campo-02{
    background: #00B1CE;
}
.campo-02:hover{
	background: #00ADCC;
}
.campo-03{
    background: #00A4B5;
}
.campo-03:hover{
	background: #009DAE;	
}
.campo-04{
    background: #008391;
}
.campo-04:hover{
	background: #007582;
}
.campo-05{
    background: #01DBFF;
}
.campo-05:hover{
	background: #11d5f5;
}
.icone-campo{
    display: table;
    margin:0 auto;
}
.i-caca{
    width: 76px;
    height: 76px;
    background: url('../imagens/icone-caca.png');
}
.i-pesca{
    width: 112px;
    height: 76px;
    background: url('../imagens/icone-pesca.png');
}
.i-camping{
    width: 157px;
    height: 76px;
    background: url('../imagens/icone-camping.png');
}
.i-fogos{
    width: 128px;
    height: 76px;
    background: url('../imagens/icone-fogos.png');
}
.i-chicotes{
    width: 170px;
    height: 76px;
    background: url('../imagens/icone-chicote.png') center 13px no-repeat;
}
.titulo-campo{
    margin-top: 10px;
}
@media (min-width:768px) and (max-width:999px){
    .campo-categoria{
        width: 50%;
        margin-bottom: 10px;
    }
    .total-categorias-header{
        min-height: 10px;
        height: auto;
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .campo-categoria{
        width: 100%;
        margin-bottom: 10px;
    }
    .total-categorias-header{
        min-height: 10px;
        height: auto;
        margin-top: 30px;
    }
}