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

.equipament-section {
  width: 100%;
  margin-top: 100px;
}

.equipament-section h3 {
  font-size: 32px;
  color: var(--TitlesColor);
  text-align: center;
}

.equipament-section .container > span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: var(--LegendsColor);
  padding: 20px 0;
}

.equipament-container {
  width: 100%;
  height: 400px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.equipament-container-text {
  width: 40%;
}
.equipament-container-text h4 {
  font-size: 25px;
  color: var(--PrimaryColor);
}

.equipament-container-text p {
  padding-top: 10px;
  color: var(--LegendsColor);
}

.blocos {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.blocos-info-wrap {
  display: flex;
  align-items: center;
  background-color: #ededed;
  padding: 5px 10px;
  border-radius: 5px;
}

.blocos-info-wrap .icon {
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  background-image: url(../../../images/icones/INFRA-SENSOR.png);
}

.blocos-info-wrap .blocos-text {
  display: flex;
  flex-direction: column;
}

.blocos-text .bloco-title {
  font-size: 12px;
  color: #545757;
}

.bloco-title-sub {
  color: var(--TitlesColor);
}

.equipament-img {
  width: 60%;
  height: 100%;
  background-image: url(../../../images/Equipaments/SEED.jpeg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
