.msjq{
    width:auto;
    height: auto;
    background-color: #f48234;
    border-radius: 25px;
}

.msjq2{
    width:auto;
    height: auto;
    background-color: #d7d6d6;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.msjq3{
    width:auto;
    height: auto;
    background-color: #d6eb52;
    border-radius: 15px;
}

.msjP{
    width: auto;
    height: auto;
    background-color: #056839;
    background-repeat: no-repeat;
    border-radius: 25px 25px 0px 0px;
    font-size: 35px;
    margin: 0;
    color: #fff;
}
/**********************************/

.panel-heading {
    background: #f8f8f8;
    padding: 5 10px;  
    color: #3b3c44;
    padding: 5px 10px;
    font-size:16px;
    }

    .panel-heading:hover, .panel-heading:focus, .panel-heading:active{
        cursor:pointer;
        background:#f48234;
        color: #fff;
    }

    .ptitulo1{
    font-size: 24px;
    color: #797979;
    font-weight: 600;
    text-align: center;
    }

    .ptitulo2{
    font-size: 20px;
    color: #797979;
    font-weight: 400;
    text-align: center;
    }

    .titImg {
    min-height: 55px;
    padding-top: 15px;
    }

    .textD{
    height: 160px;
    }

    .textD2{
        height: 130px;
        }

    .tow {
      width: 80px;
      margin-top: 10px;
      background-color: #f48234;
      background-repeat: no-repeat;
      font-weight: bold;
      color: #fff;
  }
  
  .tow:active, .tow:hover, .tow:focus {
      width: 80px;
      margin-top: 10px;
      background-color: #f48234;
      background-repeat: no-repeat;
      font-weight: bold;
      color: red;
  }
  
  .taw {
      width: 80px;
      margin-top: 10px;
      background-color: #949191;
      background-repeat: no-repeat;
      font-weight: bold;
      color: #fff;
      margin-left: 10px;
  }
  
  .taw:active, .taw:hover, .taw:focus {
      width: 80px;
      margin-top: 10px;
      background-color: #949191;
      background-repeat: no-repeat;
      font-weight: bold;
      color: red;
  
  }
