.todasNoticias{    
    width: 660px;
    background: #FFF;
    color: #6D6E71;
    /*font-family: 'Open sans', sans-serif;*/
    font-size: 12px;
    margin-top: 20px;

}

.todasNoticias .textoNoticia{    
    margin-left: 30px;    
    margin-right: 30px;   
    text-align: justify; 
}
.todasNoticias .imagemNoticia{
    margin-left: 30px;    
    margin-top: 20px;
}
.todasNoticias .imagemNoticia img{
    margin-right: 10px;
}

.todasNoticias .titulo{
    font-weight: bolder;
    font-size: 12px;
    color: #6D6E71;
}

.todasNoticias .data{
    color: #A1A0A0;
    font-size: 11px;
}

.todasNoticias .corpoNoticia{
    min-height: 165px;
}

.todasNoticias .corpoNoticia:nth-child(odd){
    background: #FFF; 
    padding-top: 3px;
    padding-bottom: 3px;
}
.todasNoticias .corpoNoticia:nth-child(even){
    background: #F8F8F8; 
    padding-top: 3px;
    padding-bottom: 3px;
}
.noticia{
    background-color: #FFF;
    margin-top: 20px;
    height: auto;
}
.noticia .corpoNoticia{
    width: 660px;
    background-color: #FFF;
    margin-top: 10px;
    margin-left: 15px;
    text-align: justify;
    word-wrap: break-word;

}
.noticia .corpoNoticia .carousel .item {
    width: 500px;
}
.noticia .corpoNoticia .carousel .item .item-content {
    width: 200px;
    display: inline;
}
.noticia .corpoNoticia .carousel-inner .next { 
    left:  100%; 
}
.noticia .corpoNoticia .galeriaFotos img{
    margin-bottom: 40px;
}
.noticia .corpoNoticia .galeriaFotos .carousel-inner img{
    margin-left: 25px;
}
.noticia .corpoNoticia .galeriaFotos .setadireita{
    margin-left: -35px;
}

.noticia .localData{
    font-family: 'Open sans', sans-serif;  
    font-size: 11px;
    color: #A1A0A0; 
}

.noticia .titulo{
    font-family: 'Open sans', sans-serif;  
    font-size: 24px;
    font-weight: bolder;
    color: #6D6E71;
}

.noticia .subtitulo{
    font-family: 'Open sans', sans-serif;  
    font-size: 14px;    
    font-style: italic;
    color: #6D6E71;
    margin-right: 15px;
}

.noticia .compartilhe{
    font-family: 'Open sans', sans-serif;  
    font-size: 11px;
    color: #A1A0A0;
    margin-bottom: 10px;
}

.noticia .conteudo{
    /*font-family: 'Open sans', sans-serif;  */
    font-size: 12px;    
    margin-top: 25px;
    margin-right:15px;
    word-wrap: break-word;
    line-height:2;
}

.noticia .galeriaFotos{
    margin-top: 60px;
    margin-right:15px;
}

.bodyleft .relacionadas{
    font-family: 'Open sans', sans-serif; 
    background-color: #FFF;
    margin-top: 20px;
}

.bodyleft .corpoRelacionadas{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #6D6E71;
}

.bodyleft .corpoRelacionadas .spanRelacionadas{
    font-family: 'Open sans', sans-serif;  
    font-size: 14px;
    font-weight: bolder;
    color: #000;
}

.bodyleft .corpoRelacionadas .tituloRelacionadas{
    font-family: 'Open sans', sans-serif;  
    font-size: 14px;
    font-weight: bolder;
    color: #6D6E71;
}

.bodyleft .corpoRelacionadas .dataRelacionadas{
    font-family: 'Open sans', sans-serif;  
    font-size: 12px;
}

.noticia .corpoNoticia .imgPrincipal{
    display:         flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    justify-content: center;
    align-items: center;
}
