.divProduto button {
    margin-top: auto;
    padding: 0.5rem 1rem;
    font-size: 24px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}


.btn-arrow-maisvendidos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}

.btn-arrow-maisvendidos.left {
    left: 0;
    transform: translate(-100%, -50%);
}

.btn-arrow-maisvendidos.right {
    right: 0;
}

.btn-arrow-maisvendidos:hover {
    background-color: #0056b3;
}

.card {
    width: 20.5%;
    height: auto;
    bottom: 0;
    transition: trasform 0.2 ease;
}

.card:hover {
    transform: translateY(-5px);
}

.imgProduto {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.divImgProduto {
    text-align: center;
}


#carouselMaisVendidos::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.miniBanner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.btnProduto {
    font-size: 20px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    color: white;
    background-color: #29A33C;
    border-radius: 10px;
    border: none;
}

.btnProdutosL {
    left: -40px;
}

.titleProduto {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 28px;
    font-family: "Open Sans", "Sans-serif";
    width: 80%;
    margin: auto;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
    color: #2D2F30;
}

.precoAntigo {
    font-size: 16px;
    color: #2D2F30;
    font-family: "Open Sans", "Sans-serif";
    font-weight: 300;
    text-align: center;
    margin-top: 2%;
}

.porApenas {
    font-size: 24px;
    font-weight: 400;
    font-family: "Open Sans", "Sans-serif";
    text-align: center;
    margin-top: 2%;
    color: #2D2F30;
}

.precoProduto {
    font-size: 28px;
    font-family: "Open Sans", "Sans-serif";
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
    color: #29A33C !important;
}

.hr {
    width: 9%;
    background-color: #A3141E;
    height: 1vh;
    border: 1px solid #A3141E;
}

.hrMenor {
    width: 7%;
}

.whatsapp-icon {
    fill: #25D366 !important;
}

.whatsapp-icon:hover {
    fill: #075E54 !important;
}

@media screen and (max-width: 536px) {

    .card {
        width: 80%;
    }

    .porApenas {
        font-size: 22px;
    }

    .btnProduto {
        font-size: 17px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: white;
        background-color: #29A33C;
        border-radius: 10px;
        border: none;
        margin-top: 4%;
    }

}

@media screen and (min-width:537px) and (max-width: 767px) {

    .card {
        width: 50%;
    }

    .titleArticle {
        padding-top: 10%;
        font-family: "Montserrat", "Sans-serif";
        color: #A3141E;
        font-size: 25px;
    }

    .hr {
        width: 14%;
    }

    .imgProduto {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .titleProduto {
        font-size: 27px;
        font-family: "Open Sans", "Sans-serif";
        width: 78%;
        margin: auto;
        font-weight: 300;
        text-align: center;
        color: #2D2F30;
    }

    .title {
        margin-top: 3%;
        font-size: 20px;
        font-weight: bold;
        color: #A3141E;
        text-align: left;
        font-family: "Montserrat", "Sans-serif";
    }

    .porApenas {
        font-size: 22px;
    }

}

@media screen and (min-width: 767px) and (max-width: 999px) {

    .card {
        width: 40%;
        height: auto;
    }

    .miniBanner {
        width: 80%;
        height: auto;
        object-fit: cover;
    }

    .hr {
        width: 14%;
    }

    .imgProduto {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .titleProduto {
        font-size: 25px;
        font-family: "Open Sans", "Sans-serif";
        width: 80%;
        margin: auto;
        font-weight: 300;
        text-align: center;
        color: #2D2F30;
    }

}

@media screen and (min-width: 1000px) and (max-width: 1100px) {

    .miniBanner {
        width: 60%;
        height: auto;
        object-fit: cover;
    }

    .card {
        width: 40%;
    }

}

@media screen and (min-width: 1101px) and (max-width:1600px) {

    .miniBanner {
        width: 45%;
        height: auto;
        object-fit: cover;
    }

    .card {
        width: 25%;
    }

    .imgProduto {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .title {
        font-size: 24px;
    }

    .titleProduto {
        font-size: 24px;
        font-family: "Open Sans", "Sans-serif";
        font-weight: 400;
    }

    .porApenas {
        font-size: 20px;
    }

    .precoProduto {
        font-size: 24px;
    }

    .btnProduto {
        font-size: 15px;
        width: 50%;
    }

    .divBtnProduto {
        width: 85%;
        margin: auto;
    }

}

@media screen and (min-width: 1601px) {}