.nota-cont {
    align-items: flex-start;
    gap: 15px;
    max-width: 600px;
    max-height: 160px;
    overflow: hidden;
    position: relative;
    transition: 1s ease max-height;
}
.nota-cont.activo {
    /* max-height: 999px !important; */
}
.pre-text {
    max-width: 100%;
    /* min-width: 350px; */
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0;
    font-family: inherit;
    font-size: 1rem;
    padding: 10px 0 10px 0;
    text-align: left;
}
.dif-efect {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    height: 100px;
    width: 100% !important;
    position: absolute;
    bottom: 0;
}