* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100vh;
  background:url(../images/fondo-player.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  object-fit: cover;

}
img {
  width: 100%;
}
.full-height{
    height:100%;
    /* background:url(../images/fondo-player-2025-compu.jpg) */
}
.blur{
    position:absolute;
    width:100%;
    height:100%;
    margin:0;
    z-index:-3;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    filter:blur(0px);
    -webkit-filter:blur(0px);
    transform:scale(1);
    opacity:.5;
}
.contenedor {
  width: 95%;
  max-width: 360px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
}
@media (width >= 650px){
  body {
    background:url(../images/fondo-player-2025-compu.jpg);
  }
}