*{
	margin: 0px;
	padding: 0px;

}

#anuncio-topo > #ad > button#control {
	display: none;
	visibility: hidden;
}

body {
	font-family:arial;
	font-size:100%;
	background-color: #fff;
	margin:0 auto;
	color:#444;
	overflow-x: hidden;
}


#tudo
{
	width: 100%;
	min-width:300px;
	height:auto;
	overflow-x:hidden;

}

/* TOPO  */
#topo
{
	width: 100%;
	height:36px;
	background:#000;
	padding: 5px;
	overflow: hidden;
	position: relative;
}

#logo
{
	width:31.25%;
	height: 50px;
	margin:0 auto;
	float:left;
}

#logo img
{
	border:0px;
}


/* BUSCA */

.busca-mobile form{
	min-width: 280px;
	margin: -5px auto 3px auto;
	text-align: center;
}

.busque-no-guia{
	font:11px Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	background:#224596;
	text-align:center;
	height:25px;
	display: block;
	padding-top:7px;
	margin-bottom:2px;
}
#busca{
	width: 300px;
	height: 40px;
	margin: 14px auto;
	border: 1px solid #ccc;
}
.campo-busca{
	border: 0;
	padding:11px 0;
	width: 235px;
	outline: none;
	margin-left: 15px;
	float: left;
	color: #a0a0a0;
}

.botao-busca{
	width: 45px;
	height: 40px;
	background: #f5811e url("../img/lupa.png") no-repeat 9px 6px;
	border: 0;
	float: right;
}

.botao-busca1 {
    width: 45px;
    height: 40px;
    border: 0;
    float: right;
	background: #f5811e;
	color: white;
	font-size: 25px;
}

.botao-busca1 i{
    color: #fff;
    font-size: 25px;
}



/* MENU */
/* INICIO MENU CATEGORIAS */

ul {
    list-style: none;
}

#menu_categoriras {
	position: fixed;
	top: 46px;
	right:0;
	z-index: 1;
	width: 220px;
	height: calc(100% + 200px);
	background: #303030;
}

#menu_categoriras li a {
	display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 0.9em;
    position: relative;
    padding: 5px 0 5px 10px;
}

#menu_categoriras .titulo{
    font-weight: 800;
    font-size: 1.3em;
    margin: 5px 0;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width:95%;
}

/*
	Aqui você esconde o #menu_categoriras para fora da tela 
	O valor é exatamente a largura da sidebar
*/
#menu_categoriras {
	-webkit-transform: translateX(220px);
	-moz-transform: translateX(220px);
	-ms-transform: translateX(220px);
	transform: translateX(220px);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

#menu_categoriras li span{
    border-bottom: 1px solid rgba(255,255,255,.3) !important;
    width: calc(100% - 45px);
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 13px;
    padding-bottom: 10px;
    font-weight: bold;
}

#menu_categoriras li:last-child span{
	border-bottom:0;
}

#menu_categoriras img{
	width:25px;
	background-color:#fff;
	border-radius:5px;
	padding: 5px;
}
/* FIM */


/*INICIO TOPO*/
#topo, .main {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

/* INICIO TOPO */
.menu-mobile {
    background: #fff;
    color: #444444;
    padding: 4px !important;
    width: 55px;
    border-radius: 5px;
    text-decoration: none;
    height: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    box-shadow: 1px 1px 3px #1B1919;
}

#topo #menu_toggle{/*menu atual*/
    position: absolute;
    top: 12px;
    right: 9px;
    padding: 0px 7px 0px 7px;
}

#img_portal{
    position: absolute;
    z-index: 1;
    top: 5px;
}

.btn_menu {/* ESTILO BTN TOPO */
    height: 32px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: right;
    top: 6px;
    right: 15px;
    z-index: 9999;
    font-size: 1.1em;
    text-transform: uppercase;
    color:#fff;
}

#topo h1 a {
	display: inline-block;
	text-align: left;
	position: absolute;
	top: 10px;
    width: 100%;
	font-size: 0.6em;
	color:#fff;
	text-decoration:none;
}

#topo input {
	float: right;
	padding: 10px;
	width: 200px;
	border: none;
}
/*FIM*/

/*ESTILO ATIVO COM MENU CATEGORIA VISIVEL*/
.menu-active #menu_categoriras {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
    z-index: 999;
}

.menu-active #topo1, 
.menu-active .main {
	-webkit-transform: translateX(-220px);
	-moz-transform: translateX(-220px);
	-ms-transform: translateX(-220px);
	transform: translateX(-220px);
}

/* FIM */