/*Ultimas noticias*/

.noticias-conteiner-354845 {
    padding-bottom: 65px;
}
div.noticias-conteiner-354845:nth-child(2){padding-top: 12px;}
.documentByLine {display:none;}

@media screen and (max-width: 765px){  
  
  .noticias-conteudo {
    width: 77% !important;
}
  .noticias-data{
	margin-bottom: 4% !important;
  }

.sobre-o-conama-left img {
    width: 60%;
    padding-left: 20%;
}
}


.ultima-noticias {
    float: right;
}




.noticias-data{

	background: #0e345b;
    color: #fff;
    padding: 7px 11px;
    float:left;


    position: relative;
}

.noticias-data:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 6px solid #0e345b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6px;
}


.noticias-conteudo{
    background: #edeff1;
    padding: 15px 25px;

    float: right;
    color: #2e342f;
    width: 70%;
    font-weight: normal;
   }

/*Sobre o CONAMA*/

.sobre-o-conama-left{
float:left;

}
/* Correção em FAQ */
.su-spoiler-title h3 {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: normal !important;
}


/*Programas pagina inicial*/



@media screen and (max-width: 765px){
  .programas-pagina-inicial img {
    width: 60% !important;
    padding-left: 20%;
}
  
  a.saiba_mais_padding_left {
    padding-right: 20%;
}
}

