
.botao {
	border: none;
    border-radius: 30px;
}

.botao.grande {
	padding: 8px 16px;
}

.botao.principal {
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.busca {
    background: transparent;
    border: none;
}

.tag-comprar {
    border-radius: 30px;
}

.menu.superior {
	background: transparent;
}

.superior .nivel-um {
    display: flex;   
}

.nivel-um > * {
	flex: 1;
}

.nivel-um i {
    height: 16px;
    width: 16px;
    border-radius: 30px;
}

.busca.borda-alpha {
	padding: 0 10px 0 5px;
}

#auto-complete {
	height: 30px;
    width: 97%;
    padding: 4px 6px;
}

.botao-busca.icon-search {
	height: 40px;
    top: 0;
    right: 8px;
    border-radius: 4px;
}

.botao-busca.botao-input.icon-search {
	height: 30px;
}

.menu.superior .titulo{
    white-space: nowrap;
}

.componente {
	background: #fff;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.newsletter .botao {
    height: 100%;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
	.botao-busca.icon-search {
    	right: 6px;
	}
}
.lista-redes.span3.hidden-phone {
            display: none;
        }