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

#header-bg.home::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
}

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

#header-bg.home h1{
  font-size: 55px;
  text-transform: uppercase;
  margin: 0;
 
}

@media(max-width: 767px){
  #header-bg.home h1{
    font-size: 45px;
  }
}

#header-bg.home .btn{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 15px;
  padding: 15px 45px;
  z-index: 1;
  text-transform: uppercase;
}

#header-bg.home .btn:hover{
  color: var(--iaia);
  background-color: #fff;
}

/* SOLUCOES */

h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 26px;
}

#solucoes .card{
  height: 240px;
  border: 1px solid var(--cinza-rgba);
  padding: 15px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media(max-width: 1023px){
  #solucoes .card h5{
    font-size: 0.9rem;
  }
}

#solucoes .card i{
  font-size: 60px;
  margin-top: 30px;
}

.btn-ver-todas{
  text-transform: uppercase;
  color: #fff;
  background-color: var(--iaia);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 15px;
  display: block;
  border: 1px solid var(--iaia);
}

.btn-ver-todas:hover{
  background-color: #fff;
  color: var(--iaia);
}

/* SOLUCOES */

/* CLIENTES */

#clientes .img-fluid{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 125px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* CLIENTES */