* {
  margin: 0;
  padding: 0;
}

body {
  background: rgb(40, 61, 83);    
}

/* .t {
  margin: 0 auto;
} */

.logo {
  width: 300px;  
}

#construcao {
  /* display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
    
}

.texto p{
  color: rgb(239, 219, 142);
  /* font: normal normal bold 60px/1.4em opensanshebrewcondensed-regular,sans-serif; */
  font-size: 55px;
  font-weight: bold;
  font-family: opensanshebrewcondensed-regular,sans-serif;
}



.whatsapp-link {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

.fa-whatsapp {
  margin-top: 16px;
}


footer {
  color:rgb(239, 219, 142);
}

footer li {
    list-style: none;
}

.footer-title {
  font-weight: bolder;
}

.footer-link {
  color:rgb(239, 219, 142);
}


@media screen and (max-width: 600px) {

  .texto p {
    font-size: 30px;
  }
  
  .centralizar {
    text-align:center !important;
  }
	
}