
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

*{
  margin: 0;

}
html{
  scroll-behavior: smooth;
  scrollbar-width: none;
}html::-webkit-scrollbar {
  display: none;
}

body{
  background-color: black;
  background-image: url("./bg.jpg") ;
  background-blend-mode:difference;
  font-family:'Roboto',sans-serif;
}

header{
  width: 100vw;
  height: 100px;
  display: block;
  overflow: hidden;
}

h1{
  margin: 0;
  font-family: 'Fredoka One', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 85px;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: whitesmoke;
  opacity: 85%;
  text-shadow: 0 7px black;
  user-select: none; 
}

h3{
  width: 100%;
  max-lines: 1;  
  text-align:center;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration:underline;
  font-weight: 600;
  font-size: 20px;
  text-shadow: 0 2px rgba(0,0,0,0.7);
  color:#ccc;
  user-select: none;
  margin-top: 30px;
}

hr{
  width: 96vw;
  float: left;
  /* Arriba | Derecha | Abajo | Izquierda */
  margin: 15px 2vw 15px 2vw ;
  opacity: 50%;
  box-shadow: 0 2px 2px black;
}


.contenedor{
  width: 100%;
  display: flex;
  flex-wrap: wrap ;
  justify-content: center;
}


.caja{
  height: 125px;
  width: 120px;
  margin: 7px;
  position:relative;
  float: left;
  /* border: 1px solid red; */
}

.boton{
  cursor: pointer;
  overflow: hidden;
  display:block;
  padding: 10px;
  padding-bottom: 15px;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  background-color: #607D8B;
  background-image: url("./bg.jpg") ;
  background-blend-mode:difference;
  background-position: 50% 0%;
  box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.5);
  box-shadow:inset 0 -5px 0 rgba(0,0,0,0.5);
  user-select: none; 
  opacity: 90%;
  text-align:center;
  transition: 0.1s;
}.boton:hover{
  opacity: 95%;
}.boton:hover img{
    opacity: 100%;
}.boton:active{
  opacity: 100%;
  height: 97px;
  width: 104px ;
  margin: 8px -2px 0px -2px  ;
  padding: 10px;
  box-shadow: inset 0 0px 25px  rgba(256,256,256,0.5);
}.boton:active img{
  mix-blend-mode: normal;
}.boton h2{
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  max-lines: 1;  
  text-align:center;
  text-decoration: none;
  font-family:'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 2px rgba(0,0,0,0.5);
  color:#fff;
  user-select: none;
}



.activo{
  opacity: 100%;
  height: 99px;
  width: 102px ;
  margin: 6px -1px 0px -1px  ;
  padding: 10px;
  box-shadow: inset 0 0px 25px  rgba(256,256,256,0.5);
}.activo img{
  opacity: 100%;
  mix-blend-mode: normal;
}


.shot{
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}.shot h2{
  height: 16px;
  line-height: 16px;
  max-lines: 1; 
  font-size: 12px ;
  font-weight: 800;
}

.shot img{
  height: 75px;
  max-width: 75px;
}


img{
  user-select: none; 
  height: 80px;
  max-width: 100px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 75%;
  transition: 0.5s;
  mix-blend-mode: luminosity;
  
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  /* user-drag: none; */
}img:hover{
  opacity: 100%;
}img:active{
  mix-blend-mode: normal;
}

audio{
transition: 0.1s;
}


h4{
  /* Arriba | Derecha | Abajo | Izquierda */
  margin: 2px 2vw -10px 2vw ;
  color: #999;
  opacity: 0.5;
  cursor: pointer;
  mix-blend-mode: luminosity;
}h4:hover{
  mix-blend-mode: normal;
  opacity: 0.9;
}


footer{
  /* Arriba | Derecha | Abajo | Izquierda */
  margin: 10px 5vw 15px 5vw ;
  color: #fff;
  width: 90vw;
  font-weight: 600;
  text-align: center;
  opacity: 85%;
} footer a{
  color:#ddd;
}footer a:hover{
  color:#fff;
}


.none{
  display: none !important;
}
.invisible{
  opacity: 0% !important;
}





/* 
#######################
#####   COLORES   #####
#######################
*/
.red{background-color: #f44336;}
.pink{background-color: #E91E63;}
.purple{background-color: #9C27B0;}
.violet{background-color: #673AB7;}
.indigo{background-color: #3F51B5;}
.blue{background-color: #2196F3;}
.lblue{background-color: #03A9F4;}
.cyan{background-color: #00BCD4;}
.teal{background-color: #009688;}
.green{background-color: #4CAF50;}
.lgreen{background-color: #8BC34A;}
.lime{background-color: #CDDC39;}
.yellow{background-color: #FFEB3B;}
.amber{background-color: #FFC107;}
.orange{background-color: #FF9800;}
.crimson{background-color: #FF5722;}
.brown{background-color: #795548;}




@media screen {
  
}