h2::after {
    content: '';
    margin: 0 auto;
    background-image: url(../img/separador.png);
    height: 30px;
    width: 100px;
    display: block;
  }

img.alto-card {
    height: 250px;
}

.oferta:hover {
  transform: scale(1.1);
  border: .5px inset #dddddd;
  box-shadow: 0px 0px 50px #666;
}

img.alto-100 {
  height: 100px;
}


.nodecorado {
  list-style:none;
}

.imagen-150 {
    width:150px;
    height:auto;
}

.fsp-1 {
  font-size: 3.5em;
}
.fsp-2 {
  font-size: 3em;
}
.fsp-3 {
  font-size: 2.5em;
}
.fsp-4 {
  font-size: 2em;
}
.fsp-5 {
  font-size: 1.5em;
}