.escondido{
  /* visibility: hidden; */
  display: none;
  opacity: 0.9;
}

.block-with-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 12px;
}


.zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.btn-circle {
    width: 25px;
    height: 25px;
    padding: 2px 0px 0px 2px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 1.42857;
    margin-right: 5px;
}

.player-2 {
    position: fixed;
    bottom: 0;
    width: 100%;
}
audio{
    width: 100%;

}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.titulo{
    font-size: 24px
}

.sub-valor {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

