.body{
margin: 0;
}

.container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none;
  border-radius:10px;
  background-color:  #2499C7;
  
  
 
}


.image{
  background-color:  #2499C7;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  text-align: center;

}

.ADD{
  background-color:  #2499C7;
  width:100%;
  height:150px;
  border: none;
  border-radius:10px;
 
}
.item1{
 color:red; 
}

.noticia{
  width:35%;
  height:320px;
  background-color:  #2499C7;
  border: none;
  border-radius: 10px;

     
}

.pnoticia{
  
  width:116px;
  height: 90px;
  background-color: #2499C7;
  border-radius: 10px;
  border: none;
  display: flex;

}

.pequeno1{
   width:116px;
  height: 90px;
  background-color: #2499C7;
  border-radius: 10px;
  border: none;

}













