@font-face{
  font-family: "Special Elite";
  src: url("/fonts/SpecialElite-Regular.ttf");
}

@font-face{
  font-family: "Spectral";
  src: url("/fonts/Spectral-Regular.ttf");
  font-weight: 400;
}

@font-face{
  font-family: "Spectral";
  src: url("/fonts/Spectral-Bold.ttf");
  font-weight: 700;
}

@font-face{
  font-family: "Share Tech Mono";
  src: url("/fonts/ShareTechMono-Regular.ttf");
  font-weight: 400;
}

@keyframes parpadeo{
  
  0%,49%{
    border-color: #701705;
  }
  
  50%,100%{
    border-color: #400B0B;
  }
}

@keyframes titulos{
  
  0%,49%{
    background: #701705;
  }
  
  50%,100%{
    background: #400B0B;
  }
}

/* Colores 
rojo: #701705
rojo obscuro: #400B0B
gris #919191

font-family: "Special Elite";
font-family: "Share Tech Mono";
font-family: "Spectral", Sans-Serif;
*/

body{
  background-color: black;
  padding: 40px; 
  background-image: url('/ImgMain/fondo.jpg');
  color: #919191;
}

body::selection{
  background-color: #4D0B0B;
}

header{
  user-select: none;
  position: relative;
  top: 40px;
  left: 50px;
  width: 520px;
  pointer-events: none;
}

.cajas{
  background: black;
  border: 20px solid transparent;
  border-image-source: url(/ImgMain/border.png);
  border-image-slice: 33%;
  border-image-repeat: round;
  z-index: 1;
}

nav{
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  width: 50%;
  height: 80px;
}

nav a{
  color: white;
  font-family: "Special Elite";
  text-align: center;
  text-decoration: none;
  font-size: 25px;
}

.container{
  color: #cfcfcf;
  width: 1400px;
}

.cont2{
  position: relative;
  margin: 50px;
  width: 90%;
  height: 600px;
}

.info{
  font-size: 18px;
  position: absolute;
  top: -200px;
  right: 0px;
  width: 400px;
  z-index: -1;
}

.window{
  width: fit-content;
  border: 8px solid #400B0B;
  border-radius: 5px;
  background: black;
  text-decoration: none;
  position: absolute;
}

.titulo{
  display: flex;
  justify-content: space-between;
  background: #400B0B;
  font-family: "Share Tech Mono";
  color: #919191;
  align-content: center;
}

.titulo img{
  width: 60px;
  height: 60px;
  user-select: none;
}

.titulo h3{
  position: relative;
  top: -25px;
  left: 10px;
  font-size: 35px;
  height: 1px;
}

.contenido img{
  width: 400px;
}

.Walbum{
  left: 80px
}

.Wcancion{
  top: 90px;
  left: 350px;
}

footer{
  text-align: center;
  margin: 10px;
  height: 25px;
}

.char{
  pointer-events: none;
  position: fixed;
  right: 60px;
  bottom: -50px;
  width: 400px;
  z-index: 98;
}


.ornamentos1{
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 350px;
  z-index: 99;
}

.ornamentos2{
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  transform: rotate(-180deg);
  z-index: 99;
}
