/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

.principal
{
    align-items: center;
}

.principal .row div
{
    background-color: black !important;
    color: white !important;
}

#video
{
    height: 300px;
    width: 400px;
}

#eje p
{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1px;
    color: chartreuse;
}

#conciertos
{
    margin-top: 5px;
}

#concer
{
    height: 150px;
    margin-top: 10px;
    padding-top: 10px;
    overflow-y: scroll;
}

#listaConciertos
{
    margin-top: 50px;
}

#concer li
{
    padding-top: 10px;
}

#concer li::first-line
{
    font-weight: bold;
}

#imgConcierto
{
    background-image: url("../img/berronesConcierto50.jpg");
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

#h1_T
{
  font-weight: bold;
  text-align: center;
  font-family:'Belwe Bd BT','Verdana','Monaco',sans-serif;
  color: chartreuse;
}

#h2
{
    color: hsla(0, 0%, 0%, .9);
    font: normal 35px Varela Round, sans-serif;
    position: absolute;
    text-align: center;
    padding-left: 30px;
    text-transform: uppercase;;
    animation: move linear 2000ms infinite;  
}

@keyframes move {
  0% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  25% {    
    text-shadow:      
      -4px -4px 0 hsla(180, 100%, 50%, 1), 
      -3px -3px 0 hsla(180, 100%, 50%, 1), 
      -2px -2px 0 hsla(180, 100%, 50%, 1), 
      -1px -1px 0 hsla(180, 100%, 50%, 1),
      4px 4px 0 hsla(0, 100%, 50%, 1), 
      3px 3px 0 hsla(0, 100%, 50%, 1), 
      2px 2px 0 hsla(0, 100%, 50%, 1), 
      1px 1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  50% {
    text-shadow:
      -4px 4px 0 hsla(0, 100%, 50%, 1), 
      -3px 3px 0 hsla(0, 100%, 50%, 1), 
      -2px 2px 0 hsla(0, 100%, 50%, 1), 
      -1px 1px 0 hsla(0, 100%, 50%, 1),
      4px -4px 0 hsla(180, 100%, 50%, 1), 
      3px -3px 0 hsla(180, 100%, 50%, 1), 
      2px -2px 0 hsla(180, 100%, 50%, 1), 
      1px -1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  75% {
    text-shadow:
      4px 4px 0 hsla(180, 100%, 50%, 1), 
      3px 3px 0 hsla(180, 100%, 50%, 1), 
      2px 2px 0 hsla(180, 100%, 50%, 1), 
      1px 1px 0 hsla(180, 100%, 50%, 1),
      -4px -4px 0 hsla(0, 100%, 50%, 1), 
      -3px -3px 0 hsla(0, 100%, 50%, 1), 
      -2px -2px 0 hsla(0, 100%, 50%, 1), 
      -1px -1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  100% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }  
}

#uno {
  position: absolute;
  background-color: transparent;
  top: 34%;
  left: 13%;
  width: 19%;
  height: 50%;
}

#dos {
  position: absolute;
  background-color: transparent;
  top: 34%;
  left: 25%;
  width: 22%;
  height: 52%;
}

#tres {
  position: absolute;
  background-color: transparent;
  top: 31%;
  left: 38%;
  width: 18%;
  height: 54%;
}

#cuatro {
  position: absolute;
  background-color: transparent;
  top: 27%;
  left: 54%;
  width: 18%;
  height: 48%;
}

#cinco {
  position: absolute;
  background-color: transparent;
  top: 37%;
  left: 71%;
  width: 20%;
  height: 50%;
}

.img
{
    transition: transform 0.5s;
    cursor: pointer;
}

.img:hover
{
    transform: scale(2);
}

#descripcionGrupo
{
  position: relative; /* Establecer la posición absoluta del texto */
  top: 90%; /* Colocar el texto en la parte inferior del contenedor */
  left: 70px; /* Colocar el texto en el centro del contenedor */
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}



