:root {
  --PrimaryColor: #137695;
  --TitlesColor: #043c4d;
  --LegendsColor: #8c9394;
  --MenuHoverColor: #00c3ff;
  --ButonTextColor: #ffffff;
}

.home-software .home-infra-img {
  width: 50%;
  height: 100%;
  background-image: url(../images/solutionsImages/homeImg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#services-home .home-infra-img {
  background-image: url(../images/dashs/MONITORAMENTO.png);
  background-position: right;
}

@media (max-width: 768px) {
}
.home-software .home-infra-img {
  width: 100%;
}
