
@media (max-width: 1140px) {
    .container_selos {
        flex-direction: column;
        align-items: center;
    }

    .selo_envio, .selo_qualidade, .selo_contato{
        padding-bottom: 60px;
    }

    
}  

/*---------- MENU_CELULAR ----------*/
@media only screen and (max-width:1024px){
    nav ul{
        position: absolute;
        top: 70px;
        left: 0;
        background-color: var(--color-white);
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    nav ul li{
        display: block;
        margin-top: 10px;
        margin-right: 50px;
        margin-bottom: 10px;
    }

    nav ul li a{
        color: var(--color-dark);
    }

    .menu_celular{
        display: block;
        cursor: pointer;
    }
}
/*---------- MENU_CELULAR ----------*/

/*---------- CELULAR 600----------*/
@media only screen and (max-width:600px){
    .linha{
        text-align: center;
    }

    .col-2, .col-3,  .col-5, .col-7{
        flex-basis: 100%;
    }

    .col-2 h1{
        line-height: 1.3;
        font-size: 30px;
    }

    .col-2 p{
        font-size: 14px;
    }

    .rodape_col-1 ,.rodape_col-2, .rodape_col-3, .rodape_col-4, .rodape_col-5{
        text-align: center;
        padding-top: 40px;
    }

    .corpo_manutencao{
        max-width: 1500px;
    }

    .col-6{
        min-width: 340px;
    }

    .col-6 img{
        width: 110%;
        padding-right: 0;
    }

    .col-6 h1{
        font-size: 30px;
        line-height: 1.3;
    }

    .col-6 small{
        font-size: 14px;
    }

    .col-7{
        margin-bottom: 100px;
    }

    .col-7:last-child{
        margin-bottom: 0;
    }

    .logo img{
        margin-top: 10px;
        width: 160px;
    }

    .categorias{
        margin: 100px 0;
    }

    .col-3{
        padding: 0 0 50px 0;
    }

    .col-3:last-child{
        padding: 0;
    }


}
/*---------- CELULAR 600 ----------*/

/*---------- DETALHES PRODUTO ----------*/
@media only screen and (max-width:1024px){
    .img-col{
        display: flex;
        flex: 0 0 auto;
        width: 100% !important;
        justify-content: center;
        align-items: center;
    }

    .img-col img{
        width: 100% !important; 
        height: 63px !important;
        object-fit: contain;
        border-radius: 5px;
    }

    .ver_produtos #produtoDestaque{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        max-height: 400px;
        border-radius: 5px;
        object-fit: contain;
    }

    .img-linha{
        flex-wrap: nowrap;
        overflow-x: auto; /* Scroll horizontal se necessário */
        gap: 10px;
        padding: 10px 0;
    }

    .produtoMiniatura{
        width: 100px !important;
        object-fit: contain !important; /* Mostra imagem completa */
        border: 2px solid #f0f0f0;
        border-radius: 8px;
        padding: 5px;
        background: white;
    }

    .produtoMiniatura:hover{
        border-color: #fcd40f;
    }

    .ver_produtos .linha{
        text-align: left;
    }
}
/*---------- DETALHES PRODUTO ----------*/