#rodape .titulo {color: #000000;}
#rodape .fundo-secundario {background-color: #8bc03f;}
#rodape .links-rodape {color: #000000;}
#cabecalho .barra-inicial {background-color: #362b14;}
.listagem .listagem-item{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.listagem .listagem-item:hover{
  height: calc(100% + 50px);
}


.listagem-item .acoes-produto {
  bottom: 10px!important;
  padding: 6px 6px 65px 6px!important;
}

.listagem [data-produtos-linha] li:hover a.duvidas-whatsapp, .row-fluid .listagem li:hover a.duvidas-whatsapp {
    opacity: 1;
}

a.duvidas-whatsapp {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 33px);
    margin: 40px 0 0;
    background-color: #fff;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    border: solid 1px #77bbff;
    justify-content: space-between;
    border-radius: 4px;
    text-align: center;
    opacity: 0;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a.duvidas-whatsapp:hover {
    border-color: #0083FF;
    background-color: #0099ff;
    color: white;
    font-weight: 600;
}
a.duvidas-whatsapp i {
    color: #0099FF;
    font-size: 16px;
    vertical-align: middle;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a.duvidas-whatsapp:hover i {
    color: #FFF;
}