video
  {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
    object-fit: cover;
  }

body
{
  background-color: black;
  cursor: url(../../../Imagenes/Laferrerecursor.png),auto;
}

area
{
  cursor: url(../../../Imagenes/Homecursor.png),auto;
}

.puntaje
{
  color: white;
}

.invisible
{
  display: none;
}

.visible
{
  background: green;
  opacity: 50%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:50;
}

.jugando
{
  border-radius: 1em;
  border: 0.5em solid white;
  opacity: 100%;
  background: grey;
  width: 25%;
  height: 50%;
  position: fixed;
  top: 25%;
  left: 37.5%;
  z-index: 99;
}

@media screen and (max-width: 580px)
{

}
@media screen and (max-width: 720px) and (min-width: 581px)
{
 
}

@media screen and (max-width: 860px) and (min-width: 721px)
{
  
}
@media screen and (min-width: 1361px)
{

}
/*Celulares*/
@media (max-device-width: 600px)
{

}
