@font-face {
  font-family: 'SourceSansPro-Black';
  font-style: normal;
  font-weight: normal;
  src: local('SourceSansPro-Black'), url('https://www.cristhian.eu/suspended/fonts/SourceSansPro-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('SourceSansPro-Regular'), url('https://www.cristhian.eu/suspended/fonts/SourceSansPro-Regular.woff2') format('woff2');
}
.text-center .img-responsive{
  display: inline-block;
}
.header-faca{
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-image: url('https://www.cristhian.eu/suspended/images/sunset.jpg');
}
.faca-padrao{
  padding-top: 109px;
  padding-bottom: 60px;
}
.box-faca .contato{
  padding-bottom: 30px;
}
.box-faca{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-faca h1{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'SourceSansPro-Black', sans-serif;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-align: left;
  color: #FFF;
}
.box-faca h3{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'SourceSansPro-Regular', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #FFF;
}
.box-faca a:hover h3{
  text-decoration: underline #FFF;
}