  .bloco-principal {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .bloco-principal h6 {
    font-size: 22px;
    font-weight: bold;
  }



  .star {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: #fdd835;
    /* Cor de fundo amarelo (pode ser ajustada) */
    clip-path: polygon(50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%);
    float: left;
    margin-right: 3px;
    font-weight: bold;
  }

  .p-bloco {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;    
    font-size: 16px;
  }

  .p-bloco::before {
    content: '\2713 ';
    color: green;
    font-size: 16px;
    font-weight: bold;
    padding-right: 4px;
  }

  .estrelas-box {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
  }

  .coluna-12 {
    width: 100%;
    padding-left: 15px;
  }

  .modelo-2 {
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 15px 1px rgb(0 0 0 / 17%);
    box-shadow: 0px 6px 15px 1px rgb(0 0 0 / 17%);
  }

  .separacao_linha{
    width: 98%;
    border-bottom:solid 1px #ddd ;
    display:block;
  }

  /*.separacao_linha:last-child{
    border-bottom:none;
  }*/