.richText p {
    line-height: 1.5;
}

.ModalRichTextClose {
    cursor: pointer;
    text-align: right;
    position: absolute;
    right: 7px;
    top: 3px;
}

.ModalrichtTextImg {
    max-width: 100%;
    width: auto;
    margin-top: 35px;
}
    /*.richText .rtContent.effect-theme:hover {
        height: 100%;
        background-position: left center;
        background-size: 200%;
        transition: background-position 0.5s;
        background-image: linear-gradient(to left, var(--color-svg-stop-1), var(--color-svg-stop-2) 50%, transparent 11%) !important;*/ /* Definição do gradiente */
        /*background-position: -100%;
    }*/
