


main {
    max-width: 1250px;
    position: relative;
    margin: auto;
}

/* CARROSEL ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.slideshow-container {
    max-width: 1250px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover,
    .next:hover {
        color: white;
        background-color: rgba(0, 0, 0, 0.8);
    }

.text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active,
    .dot:hover {
        background-color: #717171;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Titulos para cada sessão ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.titulos {
    margin: auto;
    display: flex;
    font-size: 29px;
}

.greenTxt {
    color: #319C31;
}

/* CARROSEL ITENS ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nxt-btn {
    font-size: 25px;
    color: #23a840;
    right: 0px;
    position: absolute;
    margin: 25px;
    cursor: pointer;
    background-color: #ffffffc1;
    border: 1px solid rgb(50, 147, 33);
    padding: 10px;
}

.pre-btn {
    font-size: 25px;
    z-index: 1;
    color: #23a840;
    position: absolute;
    margin: 25px;
    cursor: pointer;
    background-color: #ffffffc1;
    border: 1px solid rgb(50, 147, 33);
    padding: 10px 10px;
}

.produtos {
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
}

.produtos-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
}

    .produtos-container::-webkit-scrollbar {
        display: none;
    }

.card {
    position: relative;
    margin: 6px;
    background-color: #ffffff;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in;
}

.card-image img {
    object-fit: contain;
    height: 170px;
    width: 250px;
}

.card-image {
    overflow: hidden;
}



.card-info {
    margin: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card .info h1 {
    margin: 8px;
    font-size: 20px;
    color:black;
}


.card .info p {
    margin: 8px;
    font-size: 12px;
   
}

.promocao {
    font-size: 13px;
    text-decoration: line-through;
color:red;
margin: 8px;
}

.preco {
    margin: 8px;
    font-size: 18px;
    color: rgb(29, 174, 60);
}

.btnComprar2 {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 8px;
    height: 47px;
    width: 90%;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    background-color: #268812;
    transition: all 0.3s ease-in-out;
}

    .btnComprar2:hover {
        filter: contrast(1);
        background-color: #379d1d;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .btnComprar2:active {
        transform: scale(0.98);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }


.carfav a {
    cursor: pointer;
    font-size: 23px;
    color: green;
    margin: 4px;
    padding: 0px;
    text-decoration: none;
}

.carfav {
    z-index: 1;
    margin: 6px;
    position: absolute;
    top: 1px;
    right: 1px;
    display: flex;
}


/* NOVA SESSAO */

.produtosbanner {
    margin: 10px;
    height: 150px;
}



.titulos {
    margin: auto;
    display: flex;
    font-size: 24px;
}

    .titulos h2 {
        margin-top: 10px;
        margin-bottom: 15px;
    }

.Banner {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.produtosMaisVendidos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

/* SESSAO ITENS MAIS VENDIDOS CARDS */

.sessaoItens {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: auto;
}

.card2 {
    display: flex;
    width: 300px;
    position: relative;
    margin: 6px;
    background-color: #ffffff;
    border: 1px solid black;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


    .card2 .info h1 {
        margin: 8px;
        font-size: 20px;
    }

    .card2 .info p {
        margin: 8px;
        font-size: 12px;
    }

.EnderecoEcontato {
    margin: auto;
}

.FaxadaBanner {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.bannerLoja {
    display: flex;
    justify-content: center;
}

.bannerLoja2 {
    display: flex;
    justify-content: center;
}

.bannerContato {
    width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////RESPONSIVIDADE /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 1245px) {

    .slideshow-container {
        width: 100%;
    }

    /* CARROSEL ITENS */

    .card {
        margin: 4px;
    }

    .card-image img {
        width: 200px;
        height: 140px;
    }

    .card .info p {
        margin: 4px;
    }

    .card .info h1 {
        margin: 4px;
        font-size: 18px;
        color:black;
    }

    .btnComprar2 {
        margin: 4px;
        height: 40px;
    }

    /* CARDS PROTUDOS MAIS VENDIDOS */

    .card2 {
        width: 200px;
    }

        .card2 .info p {
            margin: 4px;
        }

        .card2 .info h1 {
            margin: 4px;
            font-size: 18px;
        }
}


@media only screen and (max-width: 768px) {


    .dot {
        display: none;
    }


    .slideshow-container {
        width: 100%;
    }


    .titulos h2 {
        margin-left: 10px;
        font-size: 30px;
    }

    .prev,
    .next {
        display: none;
    }

    /* CARROSSEL DE INTES */
    .card {
        margin: 5px;
    }

    .card-image img {
        width: 150px;
        height: 90px;
    }

    .card .info p {
        margin: 4px;
        font-size: 9px;
    }

    .card .info h1 {
        margin: 4px;
        font-size: 14px;
    }

    .btnComprar2 {
        margin: 4px;
        font-size: 12px;
        height: 30px;
    }

    .promocao {
        font-size: 12px;
    }

    .preco {
        font-size: 14px;
    }

    .nxt-btn,
    .pre-btn {
        display: none;
    }

    .carfav a {
        margin: 2px;
        font-size: 19px;
    }

    .carfav {
        margin: 2px;
    }

    /* CARDS PROTUDOS MAIS VENDIDOS */
    .card2 {
        width: 150px;
    }

        .card2 .info p {
            margin: 4px;
            font-size: 9px;
        }

        .card2 .info h1 {
            margin: 4px;
            font-size: 14px;
        }
}


@media only screen and (max-width: 600px) {
    .titulos h2 {
        margin-left: 10px;
        font-size: 23px;
    }

    .numbertext {
        padding: 4px;
        font-size: 8px;
    }

    /* CARROSSEL INTENS */
    .card {
        margin: 3px;
    }

    .card-image img {
        width: 120px;
        height: 65px;
    }

    .card .info p {
        margin: 4px;
        font-size: 8px;
    }

    .card .info h1 {
        margin: 4px;
        font-size: 11px;
    }

    .btnComprar2 {
        margin: 2px;
        font-size: 9px;
        border-radius: 3px;
        height: 24px;
    }

    .promocao {
        font-size: 10px;
    }

    .preco {
        font-size: 12px;
    }

    .nxt-btn {
        margin: 6px;
        font-size: 12px;
        padding: 8px;
    }

    .pre-btn {
        margin: 6px;
        font-size: 12px;
        padding: 8px;
    }

    .numbertext {
        font-size: 4px;
    }

    /* CARDS PROTUDOS MAIS VENDIDOS */
    .card2 {
        width: 120px;
    }

        .card2 .info p {
            margin: 4px;
            font-size: 8px;
        }

        .card2 .info h1 {
            margin: 4px;
            font-size: 11px;
        }
}

@media only screen and (max-width:470px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }

    .titulos h2 {
        margin-left: 10px;
        font-size: 19px;
    }
}

