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

.aplication-home {
  width: 100%;
  height: 100vh;
  background-color: #f9fdff;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#industries-home {
  background-image: url(../images/sa/refrigeracaoEquip.png);
}

#supermarket-home {
  background-image: url(../images/sa/supermarket-home.png);
}

.aplication-home .container {
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: none;
}

.aplication-home-text {
  width: 50%;
  min-height: 500px;
  background-color: #ffffff;
  padding: 50px 30px;
}

.aplication-home h1 {
  font-size: 43px;
  color: var(--TitlesColor);
}

.aplication-home p {
  color: var(--LegendsColor);
  padding-top: 35px;
  text-align: justify;
  font-size: 14px;
}

.aplication-home .whatsapp-button {
  display: inline-block;
  height: 60px;
  width: calc(50% - 4px);
  padding: 18px 0px;
  margin-top: 70px;
  text-align: center;
  border: 1px solid var(--PrimaryColor);
}

.aplication-home .whatsapp-button:first-of-type {
  background-color: rgba(255, 0, 0, 0);
  color: var(--PrimaryColor);
}

.aplication-home .whatsapp-button:first-of-type:hover {
  border: 2px solid var(--PrimaryColor);
}

@media (max-width: 768px) {
  .aplication-home-text {
    width: 100%;
    background-color: #ffffffeb;
  }
}
