.texto-noticia {
    font-size: 1.24rem;
}

.texto-noticia p {
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 30px
}

.texto-noticia img {
    max-width: 100%;
    height: auto
}

/*<<<<< RETIRAR*/

/*//////////////////////// CONTROLES DE MIDIAS DENTRO DO TEXTO ///////////////////////////////*/
.w3cgWrapper {
    background-color: #f1f3f4;
    margin-bottom: 16px;
    display: block;
    max-width: 100%
}

.w3cgLegenda {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.4;
    padding: 4px 8px;
    display: block;
    background-color: #323232
}

.w3cgLegenda:empty {
    display: none;
}

.w3cgWrapper img {
    width: 100%;
    height: auto
}

.w3cgAlignLeft video,
.w3cgAlignRight video {
    width: 400px;
    height: 225px;
    margin-bottom: -5px
}

.w3cgAlignCenter video {
    width: 100%;
    margin-bottom: -5px
}

.w3cgAlignLeft audio,
.w3cgAlignRight audio {
    width: 400px;
    margin-bottom: -5px
}

.w3cgAlignCenter audio {
    width: 100%;
    margin-bottom: -5px
}

.w3cgAlignLeft iframe,
.w3cgAlignRight iframe {
    width: 400px;
    height: 225px;
    margin-bottom: -5px
}

.w3cgAlignCenter iframe {
    width: 900px;
    height: 374px;
    margin-bottom: -5px
}

/*Youtube Ratio: 1,77777778 - ALTERAR A LARGURA AQUI TAMBÉM*/

.w3cgAlignLeft {
    float: left;
    width: 400px;
    margin-right: 15px;
}

.w3cgAlignCenter {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.w3cgAlignRight {
    float: right;
    width: 400px;
    margin-left: 15px;
}


@media (min-width: 576px) {

    .w3cgAlignLeft,
    .w3cgAlignRight {
        width: 49%
    }

    .w3cgAlignCenter iframe {
        height: calc((100vw / 1.6) - 60px);
    }

    .w3cgAlignLeft iframe,
    .w3cgAlignRight iframe {
        height: calc(((100vw / 1.5) - 80px) / 1.9);
    }
}

@media (min-width: 768px) {
    .w3cgAlignCenter iframe {
        height: 405px;
    }
}

@media (min-width: 992px) {
    .w3cgAlignCenter iframe {
        height: 308px;
    }

    .w3cgAlignLeft,
    .w3cgAlignRight {
        width: 400px;
    }

    .w3cgAlignCenter iframe {
        height: 374px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 575px) {

    .w3cgAlignLeft,
    .w3cgAlignRight {
        width: 100%
    }

    .w3cgAlignCenter iframe {
        height: calc((100vw / 1.7777) - 30px)
    }

    .w3cgAlignLeft iframe,
    .w3cgAlignRight iframe {
        height: calc(((100vw / 1.5) - 80px) / 1.9);
    }
}