/*//////////////////////// 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:300px; height:254px; margin-bottom:-5px}
.w3cgAlignCenter video{width:100%; margin-bottom:-5px}
.w3cgAlignLeft audio, .w3cgAlignRight audio{width:300px; margin-bottom:-5px}
.w3cgAlignCenter audio{width:100%; margin-bottom:-5px}
.w3cgAlignLeft iframe, .w3cgAlignRight iframe{width:300px; height:254px; 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:300px; margin-right:15px;}
.w3cgAlignCenter{width:100%; margin-right:auto; margin-left:auto; margin-bottom:15px;}
.w3cgAlignRight	{float: right; width:300px; margin-left:15px;}