.corpo {
  transform: scale(0.97);
}

.particula-area{
    width: 100%;
    height: 700px;
    margin-bottom: 30px;
}

.principal {
  width: 100%;
  height: 700px;
  position: absolute;
}

.secundaria {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  /*position: absolute;
  margin-top: 0;
  margin-left: 0;*/
}

.secundaria table {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  z-index: 888;
 
}

.secundaria table tr {
  display: flex;
  justify-content: center;
  align-items: center;
 
}


.img-Principal {
    width: 100%px;
    border-radius: 20px;
}

.saiba-mais{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006633;
  color: white;
  height: 150px;
  text-transform: none;
}

.btnSaiba-mais {
   width: 400px;
   height: 50px;
   background-color: white;
   border-radius: 30px;
   border-style: none;
}

.btnLaiaMais {
   width: 200px;
   height: 50px;
   color: white;
   background-color: #006633;
   border-radius: 50px;
   border-style: none;
}

.fundo-contato {
  background-image: url('../imagens/fundo-contato.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0, 200px;
}