.conteudo {
        padding: 0;
}

.painelcnt {
        position: relative;
        display: flex;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 20px 20px 60px;
        overflow: hidden;
        border: none;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
        box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
        overflow: unset;        
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;        
        background: white;
}

.imgcnt {
   border-radius: 50%;
   max-height: 100px;
   max-width: 100px;
   padding: 10px;
}

.colunacnt{
        width: 47%;        
        float: left;
}

@media (min-width: 300px) {
  .colunacnt {
    width: 99%;
    margin-right: 0px;
  }
}

@media (min-width: 1024px) {
  .colunacnt {
    width: 47%;
    margin-right: 25px;
  }
}

.linhacnt{
        width: 99%;
        float: left;
}

.faixaiconcnt {
  position: absolute;
  left: -14px;
  top: -18px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 85px;
  text-align: right;
}

.faixaiconcnt span {
  display: block;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  width: 65px;
  background: rgb(0,96,96);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 30px;
  left: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.faixaiconcnt span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 7px solid transparent;
  border-right: 7px solid rgb(0,96,96);
  border-bottom: 7px solid transparent;
  border-top: 7px solid rgb(0,96,96);
}

.titulocnt{
  color: #737373;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  width: 96%;
  float: left;
  cursor: pointer;
}

.titulocnt:after {
  content: '';
  flex: 1;
  margin: auto 1em;
  height: 0;
  border-top: dashed #666666 1px;
}

.titulocnt:hover {
  color: #4d4d4d;
}

.subtitulocnt{
  color: #8c8c8c;
  font-size: 12px;
  font-style: italic;
  line-height: 10px;
  margin-bottom: 7px;
}

.container-title{
  font-size: 17px;
  font-weight: bold;
  color: black;
}

.container-subtitle{
  font-size: 15px;
  color: black;
}

.icone-vermelho {
  color:red;
  float: left;
  font-size: 30px !important;
  font-weight: bold !important;
  cursor: pointer;
}



