.software {
  padding-bottom: 40px;
}

.software span {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.11;
  text-align: left;
  color: #303030;
}

.software p {
  font-family: Roboto-B;
  font-size: 16px;
  line-height: 1.11;
  text-align: left;
  color: #303030;
}

.software i {
  font-size: 30px;
  color: #65727E;
  padding-bottom: 15px;
}

.software .baixar .icon {
  padding-right: 0%;
}

.software .baixar .text {
  padding-left: 0%;
}

.software .baixar:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}

.software .baixar:hover i {
  color: #045237;
}

.software .baixar:hover span {
  color: #045237;
}
