#suporte_entry{
  background: url(../images/support-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

#suporte_entry p {
  color: #eee;
  font-size: 17px;
  font-weight: 300;
}

#suporte_entry .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 0;
  top: 0;
}

#suporte_entry h3, #suporte_entry h1 {
  color: #fff;
  font-size: 30px;
  margin: 35% 0 0;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}