/* ===== ECOGRAFITE ===== */

.logo img {
    max-height: 95px !important;
}

.menu.superior {
    background: #003b7a !important;
}

.menu.superior .titulo {
    color: #fff !important;
    font-weight: 700 !important;
}

.banner img,
.flexslider img {
    border-radius: 12px;
}

.listagem-item {
    border-radius: 12px;
    transition: all .25s ease;
}

.listagem-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.botao-comprar,
.botao.principal {
    background: #0057b8 !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
}

.preco-promocional {
    color: #0057b8 !important;
    font-weight: 800 !important;
}

/* ===== MENU SUPERIOR ECOGRAFITE ===== */

.menu.superior {
    background: #003b7a !important;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0;
}

.menu.superior .nivel-um > li > a {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 16px 18px !important;
    transition: all .2s ease;
}

.menu.superior .nivel-um > li > a:hover {
    background: #0057b8 !important;
    color: #fff !important;
}

.menu.superior .nivel-dois {
    background: #ffffff !important;
    border-radius: 0 0 10px 10px;
}

.menu.superior .nivel-dois a {
    color: #333 !important;
    font-weight: 600;
}

.menu.superior .nivel-dois a:hover {
    color: #0057b8 !important;
}

/* ===== CORREÇÃO DE ESPAÇOS ECOGRAFITE ===== */

.container {
    max-width: 1280px !important;
    width: 95% !important;
}

.banner.cheio img {
    width: 100% !important;
    height: auto !important;
}