/* CSS 'mural.html'*/

.img-fluid {
  box-shadow: none;
}

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/imgUsina/Foto\ Aéra\ Usina\ 1.jpeg);
  background-position: center;
  background-size: cover;
}

/*Ascensão*/
.section-mural {
  border-radius: 10px;
}

.mural p img {
  float: left;
  clear: left;
  width: 500px;
  height: auto;
  border-radius: 10px;
  background-color: #999;
  border: 3px solid #042C6A;
  box-shadow: 3px 3px 3px #474747;
}

.mural p {
  text-align: justify;
  font-weight: 400;
}

/*Dados de Safra, Aprendiz e Saúde*/

.safra img {
  float: left;
  clear: left;
  width: auto;
  height: auto;
  border-radius: 10px;
  background-color: #999;
  border: 3px solid #042C6A;
}

.aprendiz img{
  width: auto;
  height: auto;
  border-radius: 10px;
  background-color: #999;
  border: 3px solid #042C6A;
  box-shadow: 3px 3px 3px #474747;
}

.safra p,
.aprendiz p{
  text-align: justify;
  font-weight: 400;
}

.safra-dados {
  color: #BDE549;
  font-weight: 600;
}

@media (max-width: 768px) {
  #boletim h6 {
    font-size: 20px;
  }
  .safra-dados {
    font-size: 14px;
    font-weight: 600;
  }
}