body { 
    color: #fff !important;
}

#cabecalho { 
	background-size: cover;  
}

.span8 a { 
	font-weight: bold;
    font-size: 16px;
    background: white;
}

.barra-inicial.fundo-secundario { 
    background-color: #000000;
}

.menu.lateral {
    display: none;
}

h1 { 
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
    color: #fff;
}

.titulo-categoria > strong { 
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 24px;
}

#auto-complete:focus { 
    border-color: rgba(999, 0, 0, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(999,0, 0,.6);
}

.conteiner-principal #corpo { 
	background: transparent !important;
}

/*@media only screen and (max-width: 767px) { */
/*	.menu.lateral { */
/*    	background-color: rgba(0, 0, 0, 0.7);*/
/*    }*/
    
/*    a .titulo.cor-secundaria { */
/*    	color: #fff;*/
/*    }*/
/*}*/


.menu.nivel-dois li:hover, .menu.lateral.outras .nivel-um li:hover a { 
	background-color: rgba(0,0,0,.1);
    transition: all .5s ease; 
}

a:hover > strong {
	color: #960808 !important;
}

.botao.botao-busca {
    background-color: #F90505 !important;
}

.bandeira-indisponivel {
    color: #F90505;
}

.atalhos-mobile {
    background-color: #F90505 !important;
}

/*
.secao-banners .conteiner { 
	width: 100%;
    margin-left: 0;    
    margin-right: 0;
	padding-left: 0;
    padding-right: 0;
}

.secao-banners img { 
	max-height: 200px;
}
*/