.hover:hover{
    cursor:pointer;
}
.hover.peliculas:hover{
    background-color: #eee;
}

#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 99999;
  }
  
  #loading-image {
    width: 70%;
  }