.full.menu .conteiner .nivel-um>li .nivel-dois .container-menu.mega-categorias li a {
    display: flex;
    color: #313131;
}

#corpo {
    background-color: #f7f7f7;
}

#rodape .sobre-loja-rodape p {
    text-transform: none;
    text-align: justify;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}
#rodape .institucional li a {
    transition: all .2s ease-out;
    position: relative;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: inherit;
}
#rodape .lista-redes h3 {
    font-size: 18px;
    font-weight: 400;
    color: #313131;
}
.row.minibanner {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
    align-items: center;    
    margin: auto;
}
#cabecalho .row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.botao, .botao:hover {
    color: #000!important;
}

.full.menu {
    background-color: #0086ff;
    flex: 1;
    /* border-top: 1px solid #d0d0d0; */
    height: 70px;
}

.full.menu .conteiner .nivel-um>li>a>.titulo {
    color: #ffffff;
    font-size: 14px;
    font-family: Poppins,sans-serif;
    transition: all .2s ease-out;
    line-height: 18px;
    letter-spacing: .5px;
    font-weight: 600;
}

.full.menu .conteiner .nivel-um>li>a .icon-chevron-down:before {
    color: #ffffff;
}

.full.menu .conteiner .nivel-um>li>a>.titulo:hover {
    color: #fff;
}

a.submit-email.botao.principal.grande {
    background-color: #fb9900;
    font-size: 14px;
    border: none;
}