.pag-produtos{
    margin-bottom: 50px;
}
.pag-produtos ul{
    padding: 0;
    margin: 0
}
.pag-produtos .divisoria-2{
    margin-bottom: 30px
}
.pag-produtos li{
    list-style-type: none;
    margin-bottom: 15px;
    padding: 10px;
    color: #000;
}

.pag-produtos li i{
    color:#000
}

.todos-produtos li:hover{
    
    color: #bf0703 !important
}

.pag-produtos li:hover i{
    color: #fff;
}
.pag-produtos .titulo-menu{
    color: #bf0703;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18pt;
    line-height: 20pt
}

.categorias li{
    border-bottom: 1px solid #bf0703;
}
/* .pag-produtos .rodape-menu{
    color: #bf0703;
    text-align: left;
    margin-top: 20px;
    font-size: 25pt;
    line-height: 28pt
} */
.bloco-produtos{
    position: relative;
    height: 450px;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 40px;
}
/* .veja{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bf0703;
    color: #ffdb00;
    font-size: 12pt;
    line-height: 12pt;
    padding: 5px;
    text-align: center;
    width: 80px;
    border-radius: 0 0 10px 0
} */
/* .veja:hover, .bloco-produtos p:hover{
    background: #000;
    color: #fff
} */
.prod-titulos{
    font-size: 13pt;
    line-height: 14pt;
    color: #000;
    text-align: center;
    font-weight: bolder;
}

.bloco-produtos .veja-mais{
    background: #bf0703;
    border-radius: 15px;
    color: #fff;
    font-weight: bolder;
    width: 150px;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
}

.bloco-produtos .veja-mais:hover{
    background: #000;
}

.bloco-produtos img{
    height: 150px;
    object-fit: contain;
    width: 100%
}

/* .bloco-produtos .peso{
    position: absolute;
    top: 150px;
    background: #bf0703;
    color: #fff;
    font-weight: bolder;
    left: 0;
    padding: 5px
} */

.ativo{
    color: #bf0703 !important
}
.ativo i{
    color: #fff !important
} 
.foto-produto img{
    height: 400px;
    object-fit: contain;
    width: 100%

}
.caracteristicas p{
    color: #000;
    padding: 5px;
    margin: 0 0 15px 0;
    display: table
}
.caracteristicas p a{
    color: #000;
    padding: 5px
}
.caracteristicas p a:hover{
    background: #bf0703
}

  .accordions {
        width: 100%;
        margin-top: 30px;
        border: 1px solid #bf0703;
        border-radius: 15px
    }
    
    .accordion-item {
        position: relative;
    }
    
    .accordion-item input {
        display: none;
    }
    
    .accordion-item label {
        display: block;
        border: 1px solid #bf0703;
        background: #bf0703;
        cursor: pointer;
        padding: 5px 3px;
        transition: 0.5s;
        text-align: center;
        color: #fff;
        border-radius: 15px
    }
    
    .accordion-content {
        height: 0px;
        overflow: hidden;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -ms-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
    
    [id^=accordion]:checked~.accordion-content {
        height: 420px;
    }

    .accordion-content img{
        height: 400px;
        width: 100%;
        object-fit: contain

    }
    
    /* .seta {
        border-top: 7px solid #000;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute;
        transition: 0.5s;
        left: 20px;
        top: 17px
    }
    
    #accordion-1:checked~label .seta {
        border-top: 0px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #000;
    } */

    .pag-produtos #titulo-produtos{
        padding: 10px 40px; color: #fff; text-align: right; background: #bf0703; border-radius: 0 20px 0 0; width: 100%
    }
    
    #accordion-1:checked~label {
        color: #000;
        background-color: #fff;
    }
    .pag-produtos .carousel-fotos{
        height: 300px
    }
    .owl-dots{
        display:none
    }

    .pesquisar{
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #000;
        width: 100%;
        margin-top: 45px;
        font-size: 15pt;
        
    }
    .coluna-categorias{
        margin-bottom: 30px;
        border: 1px solid #bf0703;
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 20px;
    }

    .bc-produtos{
        float: left !important;
    }

    .order-1{
        order: 1
    }
    .order-2{
        order: 2
    }

    @media screen and (max-width: 640px) {
        .pesquisar{
            margin-top: 10px;
        }
        .meio{
            display: none
        }

        .pag-produtos #titulo-produtos{
            padding: 15px; 
            text-align: left; 
        }
        .todos-produtos{
            display: flex; 
  flex-direction: column; 

        }
        .order-1{
            order: 2
        }
        .order-2{
            order: 1
        }
    }