.conteiner-principal .conteiner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.produto .acoes-flutuante .close_float {
}

/*.produto .acoes-flutuante{display:block!important;transition:unset!important;}*/
@media(min-width: 990px) {
    .menu.superior {
        position:relative;
    }

    .menu.superior .categoria-id-all {
        position: initial;
    }

    .menu.superior .categoria-id-all > ul.nivel-dois {
        width: 1060px;
        left: 0;
        background: #fff;
        z-index: 3;
        min-width: unset!important;
    }

    .menu.superior .categoria-id-all > ul > li {
        width: calc(33% - 37px);
        float: left;
    }

    .menu.superior .categoria-id-all > ul > li > a > i {
        transform: rotate(-90deg);
    }
}

@media(max-width: 990px) {
    .listagem .listagem-item .acoes-produto-responsiva {
        display:none!important;
    }

    .listagem .listagem-item .nome-produto {
        font-size: 12px;
    }

    .listagem .listagem-item .preco-produto .preco-parcela, .listagem .listagem-item .preco-produto .preco-parcela *, .listagem .listagem-item .preco-produto, .listagem .listagem-item .preco-produto * {
        font-size: 12px;
        font-weight: normal;
    }

    .listagem .listagem-item .preco-produto strong {
        font-size: 16px;
        font-weight: bold;
    }
}

.banners-list {
    display: flex;
    justify-content: space-between;
}

.banners-list .banners-list__first {
    margin-right: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.banners-list .banners-list__last {
    margin-left: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .banners-list {
        flex-direction: column;
        margin: 35px 0 -1px 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .banners-list>div {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.atalhos-mobile li.menu-float > a {
    background: none;
    margin: 0;
    padding: 0;
    height: 48px;
    top: 0;
    width: 46px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.atalhos-mobile li.menu-float {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.menu.superior .nivel-um>li i {
    display: none;
}

@media screen and (max-width: 767px) {
    .marcas.hidden-phone{display:none!important;}
    .menu.superior .nivel-um>li>i.fa.fa-toggle-down{
        display:block;
        background: transparent;
        color:#000;
        font-size: 15px;
    }
    
    .conteudo-topo .menu.superior .menu-close {
        border: none;
        cursor: pointer;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 100%;
        width: 20%;
        background: 0 0
    }

    .conteudo-topo .menu.superior .menu-close:after {
        content: 'X';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 72px;
        line-height: 72px;
        font-size: 20px;
        font-weight: 600;
        background: #dbb671;
        color: #fff
    }

    .conteudo-topo .menu.superior.menu-active {
        left: 0;
        visibility: visible;
        opacity: 1
    }

    .menu.superior, .menu.lateral {
        position: fixed;
        background: white;
        top: 0;
        z-index: 9999;
        left: 0;
        height: -webkit-fill-available;
        background: #000000ba;
        width: 100%;
        display: none;
    }

    .menu.superior > ul {
        max-width: 80%;
        background: white;
        margin: 0 !important;
        height: 100%;
        border: 0 !important;
        display: block !important;
        overflow-y: scroll;
    }

    i.close {
        font-size: 19px;
        position: fixed;
        top: 0;
        right: 0;
        color: white;
        font-style: normal;
        font-family: cursive;
        width: 20%;
        background: #7f7f7f;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        text-align: center;
        line-height: 46px;
        text-shadow: 0 0 BLACK;
    }

    .menu.superior .nivel-um>li>ul {
        display: none;
    }

    .menu.superior .nivel-um>li>a>strong {
        font-size: 13px !important;
        FONT-WEIGHT: 600;
    }

    .menu.superior .nivel-um>li {
        background: white;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
    }

    .menu.superior .nivel-um>li>a {
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
    }

    .menu.superior .nivel-um>li>i {
        background: #ffffff26;
        padding: 10px;
        position: absolute;
        color: black;
        font-size: 19px;
        font-weight: 400;
        z-index: 999;
        left: 0;
        text-align: right;
        top: 0;
        height: 1.8em;
        width: 94%;
        border-radius: 0;
    }
    
      .menu.superior .nivel-um img.icon-category {
        margin:12px 5px;
    }
}

@media only screen and (min-width: 808px) and (max-width: 1288px) {
    .menu.superior .nivel-um img.icon-category {
        margin:12px 5px;
    }

    .menu.superior .nivel-um>li>a {
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
    }
     .menu.superior .nivel-um>li i.icon-chevron-down.fundo-secundario {
        display:block;
        margin: 15px 8px;
    }
}

#instagram {
    text-align: center;
    margin: 0 0 20px
}

#instagram h2 {
    display: flex;
    padding: 0;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

#instagram h2 span {
    margin-right: 5px;
    color: #171717;
    justify-content: center
}

#instagram h2 a {
    color: #171717;
    justify-content: start;
    font-weight: 700 !important;
}

#instagram h2 a:hover {
    color: #171717
}

#instagram h2 a,#instagram h2 span {
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    text-decoration: none;
    display: flex;
    float: left
}

#instagram .traco {
    background-color: #171717;
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 auto 30px
}

#instagram .icon {
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px
}

#instagram .icon .cls-1 {
    fill: #171717
}

#instagram ul {
    display: flex;
    flex-flow: row;
    margin: 0
}

#instagram ul li {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    flex: auto;
    border-radius: 0;
    cursor: pointer;
    max-height: 204px
}

#instagram ul li a {
    position: relative;
    display: block;
    height: 100%
}

#instagram ul li a:before {
    content: "\F06E";
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10
}

#instagram ul li a:after,#instagram ul li a:before {
    position: absolute;
    opacity: 0;
    transition: all .2s ease-out
}

#instagram ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block
}

#instagram ul li a img {
    border-radius: 8px;
    transition: all .2s ease-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%
}

#instagram ul li:hover img {
    transform: scale(1.1)
}

#instagram ul li:hover a:after,#instagram ul li:hover a:before {
    opacity: 1
}

#instagram ul li:last-child {
    margin-right: 0
} 

@media only screen and (min-width: 1200px) {
    .menu.superior .nivel-dois img.icon-category {
        margin: 5px 5px ;
    }
}

.menu.lateral .titulo {
    margin-bottom: 10px;
}
.menu.lateral img.icon-category {
    padding-top: 7px;
}

.menu.superior .nivel-um img.icon-category {
    padding-top: 10px;
}
