
html{
  min-height: 100%;
}

body{
  height: 100%;
  margin: 0 auto;
  background-image: url(../images/background@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#brands{
  height: 100vh;
  display: flex;
  align-items: center;
}
.bars{
  height: 5px;
  background-color: #FF8732;
  width: 30%;
  margin: 2em auto;
}
.btnBrand{
  background-color: #D62300;
  padding: 8px;
  width: 60%;
  max-width: 250px;
  margin: 10px auto;
  border-radius: 20px;
}
.logoBrands img{
  max-height: 80px;
}
.btn-circle{
  padding: 10px !important;
  border-radius: 50%;
  border: 2px solid #000000;
  width: 40px;
  height: 40px;
  margin: 0 5px
}
.btn-circle .fa{
position: relative;
top: -5px;
font-size: 24px;
left: -2px;
}