@font-face {
  font-family: 'Montserrat-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat-Medium'), url('http://www.mpxcuiaba.com.br/suspended/fonts/Montserrat-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat-Regular'), url('http://www.mpxcuiaba.com.br/suspended/fonts/Montserrat-Regular.woff2') format('woff2');
}
.text-center .img-responsive{
  display: inline-block;
}
.header-mpx{
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-image: url('http://www.mpxcuiaba.com.br/suspended/images/sunset.jpg');
  background-size: cover;
}
.box-mpx{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-mpx h2{
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
}
.box-mpx h4{
  font-family: 'Montserrat-Regular', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.67;
  letter-spacing: 0.6px;
  color: #ffffff;
}
.mpx-padrao{
  padding-top: 50px;
  padding-bottom: 30px;
}
.box-mpx a:hover h4{
  text-decoration: underline #fff;
}