#header-bg.clientes {
  background-image: url(../../img/clientes/clientes.jpg);
  height: 530px;
  background-position: center 62%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  text-align: center;
}

@media (max-width: 767px){
  #header-bg.clientes{
    height: 400px;
  }
}

#header-bg.clientes::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.1)) ;
  position: absolute;
  top: 0;
  left: 0;
}

#header-bg.clientes div{
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  margin-top: 25px;
}


#header-bg.clientes h1{
  font-size: 55px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 25px;
  text-align: center;
  width: 100%;
  font-weight: 800;
  margin-bottom: 35px;
}

#header-bg.clientes p{
  font-size: 18px;
}

/* CLIENTES */

#clientes .img-fluid.cliente{
  min-height: 120px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* CLIENTES */