/* WHATSAPP FIXO */
.whatsapp-fixo {
    position: fixed;
    bottom:10px;
    right:10px;
    z-index: 999;
}

/* Alteração - DevRocket | contato@devrocket.com.br */

.conteiner{
	max-width: 1240px;
}
.conteiner-principal .conteiner{
	box-shadow: none;
}
.menu.superior{
	background-color: #fff;
}
.menu.superior .nivel-um>li, .menu.superior .nivel-um>li:hover{
	border-color: #fff;
}
.menu.superior .titulo{
    text-transform: uppercase;
    font-weight: bold;
	margin: 14px 0;
    font-size: 14px;
}
.menu.superior .nivel-um{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.menu li {
	padding: 0 6px;
}
.menu li>a i, .menu-responsivo i, .menu-responsivo i:hover {
	margin-left: 0px;
    background-color: transparent !important;
    color: #222 !important;
}
.menu.superior .nivel-dois{
	top: 42px;
}
#cabecalho .menu .nivel-um a .titulo{
	color: #222;
}
.menu.superior .nivel-um>li{
	border-left: 0px;
}
.links-rodape ul li{
	list-style-image: none;
}

#rodape .institucional, #rodape .pagamento-selos{
	background-color: #222;
    color: #fff;
    box-shadow: none;
    border-width: 0;
}
#rodape .pagamento-selos{
    background-image: none;
}
#rodape .redes-sociais{
	background-color: #eee;
    background-image: none;
}
#rodape .pagamento-selos .cor-secundaria{
	color: #fff;
}

@media only screen and (max-width: 767px){
    .menu.superior .nivel-um{
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
    }
    #rodape .redes-sociais{
    	background-color: transparent;
    }
}


