
.secao-banners .conteiner {
  
    padding:0;
    max-width:100%;
    margin-top:0;
    border:none;   

}    
    position: relative;
    background-color: #e8e8e8;
    border-bottom: 4px solid #000;
}

/* borda envio e etc */
.conteudo>.row-fluid { 
    margin-bottom: -25px;
}

/* Nome negrito produto */
.listagem .listagem-item .nome-produto {
    font-size: 15px;
    font-weight: bolder;
    line-height: 18px;
    display: inline-block;
    min-height: 40px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

/* WhatsApp Plugin */
.whatsapp-fixo {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 42px;
    z-index: 1020;
    height: 42px;
    /* border: none; */
    box-shadow: 0 0 0 0 #46d87c73;
    border-radius: 55%;
    background-color: #d6555500;
    cursor: pointer;
    -webkit-animation: pulse 1.45s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.45s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.45s infinite cubic-bezier(0.66, 0, 0, 1);
    /* animation: pulse 1.45s infinite cubic-bezier(0.66, 0, 0, 1); */
}


.imgwpp {

	position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    z-index: 1020;
    height: 50px;

}

.whatsapp-fixo i:hover {
    transform: scale(1.15);
}

.whatsapp-fixo i {
    font-size: 50px;
    line-height: 44px;
    color: #4ee2b5;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 3px 4px #287b4700;
    transition: .59s;
    transform: scale(1);
}

.whatsapp-fixo::before {
    content: attr(data-tool);
    position: absolute;
    left: 150%;
    bottom: 25%;
    padding: 8px 12px;
    background: white;
    color: #727c92fa;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    border-radius: 5px;
    transition: all .2s ease;
    transform: translate3d(-40%, 10px, 0) scale(.9);
}

.whatsapp-fixo:hover::before {
    opacity: 1;
    transform: translate3d(0%, 10px, 0) scale(1)
}

.whatsapp-fixo:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 32px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 32px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 32px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 32px rgba(232, 76, 61, 0);
    }
}

