.preco-topo{
      padding: 10px;
      width: 100%;
      color: white !important;
      font-size: 20px;
      text-align: center;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    .preco{
      padding: 20px;
      width: 100%;
      color: black !important;
      font-size: 16px;
      text-align: center;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #f2f2f2 !important;
    }