.bannerProdutos{
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bannerProdutos h2{
  color: #fff!important;
  text-transform: uppercase;
  font-size:2.5rem
}

.introducao h2{
  font-size: 2.8rem;
}

@media (min-width: 768px){
  .col-md-20 {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

.pecasUsinadas {
  background-color: var(--azul);
}

.pecasUsinadas h4{
  color: var(--azul-claro);
  text-transform: uppercase;
  text-align: center;
}

.pecasUsinadas .item{
  background-image: url('../../img/produtos/produto_fundo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  transition: .4s ease;
  position: relative;

}

.pecasUsinadas .item img{
  
    max-width: 80%;
    max-height: 85px;

}


.dispositivos h4{
  color: var(--azul);
  text-transform: uppercase;
  text-align: center;
}


.dispositivos .item{
  background-image: url('../../img/produtos/dispositivo_fundo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  transition: .4s ease;
  position: relative;
}

.pecasUsinadas .item:hover, .dispositivos .item:hover{
  transform: scale(1.5);
  background-image: url('../../img/produtos/fundo_azul.png');
  z-index: 9;
}

.dispositivos .item img{
  
    max-width: 80%;
    max-height: 85px;

}

.servicos {
  /* background-color: var(--azul); */
}

.servicos h2{
  font-size: 2.8rem;
  margin-bottom: 25px;
  color: var(--azul);
}

.servicos p{
  color: var(--cinza-text);
  font-size: 20px;
}

.servicos ul li{
  color: var(--cinza-text);
}

.servicos ul li::marker{
  color: var(--azul);
  transform: scale(1.3);
}

@media (max-width: 767px){
  .item img{

    width: auto;
    height: 60px;

  }
}

body{
  overflow-x: hidden;
}



.carousel-maquinas{
  width: 100%;
  padding: 25px;
  border-radius: 25px;
  background-color: #c7c5c5;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 5px #858585cf;
}

.carousel-maquinas .carousel{
  width: 100%;
}

.carousel-maquinas .carousel .carousel-inner{
  height: 320px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.carousel-maquinas .carousel img{
  max-height: 320px;
  max-width: 100%;
  margin: auto;
}

.carousel-control-next, .carousel-control-prev{
  border: 0;
  background: transparent;
}