body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.fundo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 158, 209, 0.45)), to(rgba(113, 158, 209, 0.45))), url('../images/beach-close-up-cold-1533720a.jpg');
  background-image: linear-gradient(180deg, rgba(113, 158, 209, 0.45), rgba(113, 158, 209, 0.45)), url('../images/beach-close-up-cold-1533720a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coming {
  margin-bottom: 22px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

.botao-contato {
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 500;
  letter-spacing: 2px;
}

.lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.lightbox.sucesso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.form-block {
  width: 50%;
}

.fechar {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .form-block {
    width: 90%;
  }
}