.separador {
  /*width: 100%;*/
  height: 60px;
  /*position: fixed;*/
  bottom: 80px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 999;
}

.balanza-svg {
  width: 100%;
  height: auto;
  /*margin-top: 50px;*/
}

@media (max-width: 768px) {
  .separador {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .balanza-svg {
    height: 40px;
  }
}

.svg-container {
  /*position: sticky;*/
  /*top: 0;*/
  /*background: white;*/
  z-index: 999;
  display: flex;
  justify-content: center;
  height: 80px;
  overflow: hidden;
}

#miSVG {
  width: 1500px;
  /*height: 80px;*/
  /*max-width: 100%;*/
  /*flex-shrink: 0;*/
  position: absolute;
  right: 0px;
}

.service-text {
  font-family: 'Montserrat';
  color: #ffffff;
}

heading-text-footer {
}

.item-container {
  padding: 5px;
  margin-bottom: 35px;
}

.item-container {
  border-left: 5px solid white;
  height: 50px;
}

@media (max-width:740px) {
  .item-container {
    border-bottom: 2px solid white;
  }
}

