.brancoouazul {
  color: #4482B5;
}

@media screen and (min-width: 992px) and (max-width: 1000px) {

.brancoouazul {
  color: #FFFFFF;
}

.contraste2 {
  background-color: rgba(0,0,0,0.45);
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

.contraste3 {
  background-color: rgba(0,0,0,0.45);
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
}

}

@media screen and (max-width: 991px) {

  .brancoouazul {
    color: #FFFFFF;
  }

.contraste2 {
  background-color: rgba(0,0,0,0.45);
}

.contraste3 {
  background-color: rgba(0,0,0,0.45);
}

}

@media screen and (min-width: 960px) {

  .HeaderHome2 {
    background-image: url('../images/bg-porque.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome3 {
    background-image: url('../images/bg-melhor.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome4 {
    background-image: url('../images/bg-empresas.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    min-height: 600px;
}

  .HeaderHome5 {
    background-image: url('../images/bg-checkbox.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 20%;
    background-attachment: scroll;
    min-height: 600px;
  }

}

@media screen and (max-width: 540px) {

  .brancoouazul {
    color: #FFFFFF;
  }

  .HeaderHome2 {
    background-image: url('../images/bg-porque.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75% 75%;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome3 {
    background-image: url('../images/bg-melhor-v2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    min-height: 400px;
}

  .HeaderHome4 {
    background-image: url('../images/bg-empresas.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome5 {
    background-image: url('../images/bg-checkbox.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: scroll;
    min-height: 400px;
  }

}

@media screen and (min-width: 541px) and (max-width: 959px) {

  .brancoouazul {
    color: #FFFFFF;
  }

  .HeaderHome2 {
    background-image: url('../images/bg-porque.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome3 {
    background-image: url('../images/bg-melhor-v2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome4 {
    background-image: url('../images/bg-empresas.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: scroll;
    min-height: 400px;
  }

  .HeaderHome5 {
    background-image: url('../images/bg-checkbox.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: scroll;
    min-height: 400px;
  }

}
