.header_menu {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    width: 100%;
    background-image: url("../img/bg-logo.png");
}

.menuTop {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF !important;
    padding: 10px;
}

.logotipo {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.menu ul,
li {
    padding: 0px;
    margin: 0px;
}

.has_child {
    position: relative;
}

.has_child:hover ul {
    display: block;
}

.has_child:after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFF;
    display: block;
    height: 0;
    width: 0;
    right: -0.1em;
    top: 1.5em;
    position: absolute;
}

#menu-toggle {
    display: none !important;
    /* Oculto por padrão */
}

.menu {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background-color: #010542 !important;
}

.menu nav {
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    clear: both;
    flex: 0 0 auto;
    width: 100%;
}

.menu nav ul {
    list-style: none;
}

.menu nav ul li {
    float: left;
}

.menu nav ul li a {
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    padding-left: 13px;
    padding-right: 12px;
}

.menu nav ul li:last-child {
    border-right: none;
}

.menu nav ul li a:hover {
    border-color: #fff;
    background-color: #f2f2f2;
    color: #000;
}

.menu nav ul li a.active {
    border-color: #000;
    background-color: #f2f2f2;
    color: #0067ab;
}

.menu nav ul li ul {
    z-index: 10;
    display: none;
    width: 220px;
    position: absolute;
    background-color: #010542;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}

.menu nav ul li ul li {
    float: none;
    border-bottom: 1px solid #c3c3c3;
    border-right: none;
}

.menu nav ul li ul li a {
    display: block;
    padding: 0px 10px;
}

.menu nav ul li ul li a:hover {
    background-color: #010542;
    color: #fff;
}

.menu nav ul li ul li a.active {
    border-color: #000;
    background-color: #f2f2f2;
    color: #0067ab;
}

.entre-em-contato-top {
    font-size: 1.5em;
    color: #25d366;
    justify-items: center;
}

.entre-com-o-atendimento-top {
    font-size: 1.5em;
}

.status-de-atendimento-online {
    text-decoration: none;
    color: #25d366;
    font-weight: 700;
}

.status-de-atendimento-offline {
    text-decoration: none;
    color: #bd0101;
    font-weight: 700;
}

.link-minhas-compras {
    background: #d6363a !important;
}

@media only screen and (max-width: 700px) {
    #menu-toggle {
        display: block !important;
        flex: 0 0 auto;
        height: 45px;
        width: 100%;
    }

    .menuTop {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        flex: 0 0 auto;
        width: 100%;
    }

    .entre-em-contato-top {
        font-size: 1.5em;
        color: #25d366;
        justify-items: center;
        margin: auto;
    }

    .entre-com-o-atendimento-top {
        font-size: 1.5em;
        margin: auto;
    }

    .atendimento-em-todo-brasil {
        color: #000;
        margin: auto;
    }

    .menu nav ul {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 45px;
        left: 0;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .menu nav ul li {
        margin-left: 0px;
        padding-right: 0px !important;
        float: none !important;
        border-right: none;
    }

    .menu nav ul li a {
        width: 300px;
        background: #010542;
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid #d3d3d3;
        margin-left: 0px;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    .menu nav ul li a:hover {
        background: #0067ab;
        color: #FFF;
    }

    .menu nav ul li a.active {
        background: #0067ab;
        color: #FFF;
    }

    .menu nav ul li ul {
        border: none;
        position: static;
        width: 100%;
    }

    .menu nav ul li ul li {
        border-bottom: none;
        display: none;
    }

    .has_child:after {
        content: "";
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #FFF;
        display: block;
        height: 0;
        width: 0;
        right: 0.7em;
        top: 1.2em;
        position: absolute;
    }

    .link-minhas-compras {
        background: #d6363a;
    }
}