img {
  max-width: 100%;
}

body.gigantes{
    margin-top: 0px;
    background: none;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background: #444242; 
  background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.gigantes .container-fluid {
  position: relative;
}

.dados {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.dados img {
  max-width: 50vw;
}

.gigantes h1 {
  text-align: center;
  font-size: 34pt;
  line-height: 48pt;
  text-transform: uppercase;
}

.gigantes h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.gigantes p {
  font-size: 14pt;
  line-height: 26pt;
}

.gigantes .titulo {
  padding: 40px 0;
}
.gigantes .descricao {
  padding-bottom: 40px;
}
.gigantes .indicacoes {
  padding-bottom: 0px;
}

.gigantes a, .gigantes a:hover, .gigantes a:focus, .gigantes a:active {
  color: #dac390;
}

.gigantes .footer {
  text-align: center;
  padding: 20px 0;
}

.gigantes .footer p {
  margin: 0;
  text-transform: uppercase;
  font-size: 11pt;
  line-height: 11pt;
}

@media (max-width:767px) {
  .dados img {
    max-width: 80vw;
  }
  .gigantes .titulo {
    padding-top: 170px;
  }
  .gigantes .titulo {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gigantes .descricao {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gigantes .indicacoes {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gigantes h1 {
    text-align: center;
    font-size: 24pt;
    line-height: 38pt;
    text-transform: uppercase;
  }
}

@media (max-width:500px) {
  .gigantes .titulo {
    padding-top: 130px;
  }
}

@media (max-width:400px) {
  .gigantes .titulo {
    padding-top: 100px;
  }
}