/* LISTAGEM DOS PRODUTOS */
.page-header{padding-bottom: 0px !important; }

.produto{margin-bottom: 50px; border: 1px solid transparent; height: 410px;}
.produto a:hover{text-decoration: none;}
.img-produto{height: 180px; position: relative;}
.img-produto img{max-height: 180px; margin: 0 auto;}
.produto .pic-1{opacity: 1; transition:all .7s  0s}
.produto:hover .pic-1{opacity: 0;}
.produto .pic-2{opacity: 0;transition:all .7s  0s;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin-inline: auto;}
.produto:hover .pic-2{opacity: 1;}
.produto:hover .img-produto{animation-name:blur;animation-duration:0.7s;}
@keyframes blur{0%{filter: opacity(1)}50%{filter: opacity(0.7)}100%{filter: opacity(1)}}
.nome-prod-desktop{font-size: 17px;text-align: center;color: var(--atilaVinhoSecond);margin: 10px 0px;height: 65px;line-height: 1.4; font-weight: bold;}
.nome-prod-mobile{font-size: 13px;color: var(--atilaVinhoSecond);height: 32px;display: none;text-align: center; font-weight: bold;}
.preco-prod{justify-content: center;}
.preco-de{text-decoration: line-through;color: #ccc;text-align: center;font-weight: bold;display: flex;justify-content: center;height: 24px;}
span.preco-por{text-align: center;font-size: 18px;font-weight: bold;display: flex;justify-content: center;height: 30px;color: var(--atilaVinhoSecond);}
span.preco-por b{font-size: 21px; display: inline;}
.sem-juros{margin: 0; margin-top: 5px; color: #000;}
.indisponivel{ opacity: 0.60; }
.produto:hover{border: 1px solid;border-radius: 14px;}

.parcelas{font-size: 14px !important;text-align: center;}
.boleto{font-size: 18px; color:#000 !important;}

.btn-comprar{width: 90%;display: block;margin-inline: auto;background: var(--atilaVinho);color: #fff;border: none;padding: 12px 0;font-weight: bold;font-size: 17px;border-radius: 7px;margin-top: 12px;}


 /*Ver mais*/
 .produto:hover .preco-prod{display: none!important;}
.info-comp{display: flex;justify-content: center;font-size: 14px;color: #fff;cursor: pointer;}
.info-comp:hover{text-decoration: none !important;color: #fff;}
/* SELOS */

.selos{border-radius: 0px;background: var(--atilaVinhoSecond);color: #fff;font-weight: bold !important;text-transform: uppercase;padding: 8px 10px;font-size: 10px;position: absolute;border-radius: 7px;padding: 8px;font-weight: 600;letter-spacing: 1px;z-index: 9;}
.selo-l{}
.selo-r{right: 15px; }

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-15, .col-md-15 { width: 20%; float: left; }

@media (min-width: 768px) and (max-width: 995px) {
    .produto {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {

    .nome-prod-desktop{font-size: 16px;text-align: center;color: #646464;margin: 10px 0px;height: 65px;line-height: 1.4;}
    .nome-prod-mobile{font-size: 12px;color: #646464;height: 32px;display: none;text-align: center;}
    .preco-prod{display: flex; justify-content: center;}
    .preco-de{color: #bdbdbd !important; text-decoration: line-through; margin-top: 33px;}
    span.preco-por{color: #A60C0C;font-size: 18px;font-weight: bold;}
    span.preco-por b{font-size: 21px;color: #000;display: inline;}
    .produto{border: none !important;}
        .nome-prod-desktop{display: none;}
        .nome-prod-mobile{display: block;}
    }

/*INSTAFEED API */
.div-api-insta{
    display: inline-block;
}

.img-instafeed{
    -webkit-filter: brightness(100%);
 }

.img-instafeed:hover{
    -webkit-filter: brightness(40%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.likes-insta{
    opacity: 0;
    height: 0px;
}

.img-instafeed:hover + .likes-insta{ 
    /*display: block;*/
    opacity: 1;
    bottom: 82px;
    position: relative;
    color: white;
    height: 0px;
}