  #more-info-button2{
    background-color: springgreen;
    width: 100%;
    height: 30px;
    bottom: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #more-info-button2:hover{
    background-color: black;
    color: springgreen;
  }
  #caracteristicas{
padding-bottom: 100px;
  }
  #spacer{
    width: 100%;
    height: 100px;
  }