.box{
  padding: 100px 0px;
  /*background-image: url('https://img.freepik.com/fotos-premium/fundo-de-flo…tureza-preservar-e-floresta_35355-2598.jpg?w=1380');*/
  background-image: url("../images/foto-aerea-aerea-de-uma-floresta-densa-com-belas-arvores-e-vegetacao.jpg");
  background-size:cover;
  background-position: center;
  /*font-family: "Dancing Script", cursive;*/
  /*font-optical-sizing: auto;*/
  /*font-weight: 600;*/
  /*font-style: normal;*/
  text-align: center;
  font-size: 60px;
  color: white;
  text-shadow: 0.1em 0.1em 0.07em #081504;
}
.box-history{
  /*font-family: "Dancing Script", cursive;*/
  /*font-optical-sizing: auto;*/
  /*font-weight: 600;*/
  /*font-style: normal;*/
  text-align: center;
  font-size: 50px;
  padding: 100px 0px 20px 0px;
  color: #3b5b4e;
}
.title{
  color: white;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}

.box p{
  color: white;
}

.section-title{
  color: #3b5b4e;
  font-size: 21px;
}

strong{
  color: #3b5b4e;
}