.barra-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #f1f1f1;
  position: absolute ;
  height: 100%;
  position: relative;
  float: left;
}
@media (max-width: 700px){
  .barra-ul a{
    font-size: 70%;
    padding: auto;

  }
}

.barra-li{
    border: 1px solid white;
    border-radius: 5px;
}

.barra-li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.barra-li a.active {
  background-color: #28ABE3;
  color: white;
}

.barra-li a:hover:not(.active) {
  background-color: #555;
  color: white;
  border-radius: 5px;
}

.info-servicio img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}