.preco-produto:not(.banner-preco) s {
    color: #080702 !important;
}

li.categoria-paginas > ul.nivel-dois {
display: block !important;
}

#rodape-institucional {
height: auto !important;
}

.comprar {
    position:fixed;
    bottom:0;
}

@media screen and (max-width: 767px) {
body.pagina-produto {
padding-bottom: 82px;
 }

.produto-detalhes .acoes-produto .comprar {
background: #fff;
bottom: 0;
left: 0;
padding: 16px;
padding-bottom:82px;
position: fixed;
right: 0;
z-index: 5;
}
}

 .titulo-h2 {
      font-size: 16px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
      font-family: Arial, sans-serif;
      color: #333;
    }
    .paragrafo {
      font-size: 16px;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      margin-bottom: 15px;
    }