/*Pantalla de carga*/
    body.loading {
      overflow: hidden;
    }

    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    } 
    
/*Estilo del icono cancion*/

#cancion{
   position:fixed;
   z-index: 9998;
    right:0;
    bottom:0;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 50%;
    border-style: none;
}

#countdown, #frase, #date, #galeria, #info, #asistencia, footer{
  padding-top: 75px;
  padding-bottom: 75px;
}

body{
  text-align: justify;
  text-align-last: center;
}

/*Portada*/
main{
  display: grid;
  place-items: center;
}

.icono{
  width: 120px;
  height: 120px;
  padding: 10px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 30px;
}

.icono img{
  width: 90px;
  height: 90px;
  margin: auto;
}

lord-icon{
  width: 90px;
  height: 90px;
  margin: auto;
}

/*Boton*/
.boton{
   width: 250px;
   height: 50px;
   padding: 5px;
   margin: auto;
}

.boton:hover{
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.boton a, .boton p{
   text-decoration: none;
}

.boton a:hover{
   text-decoration: none;
}

/*Galeria*/

.scroll-container {
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
  white-space: nowrap;
}

div.scroll-container img {
   width: 80%;
   height: auto;
   margin: 5px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   border-radius: 5px;
}

/*Accordion*/
.accordion-button:focus {
    box-shadow: none;
}

/*Scrollbar*/
::-webkit-scrollbar {
  height: 10px;
}


::-webkit-scrollbar-track {
  background: none;
}

/*Accordion*/
.accordion-item{
  margin-top: 10px;
  margin-bottom: 10px;
}


/*Footer*/

footer img{
  width: 300px;
  height: auto;
}

@media screen and (max-width: 368px){
  .boton{
   width: 250px;
   height: 50px;
   padding: 5px;
   margin: auto;
}
}

@media screen and (min-width: 768px){

  .divider img{
  width: 75%;
  }
  .main{
    margin: auto;
  }

  div.scroll-container img {
   width: 50%;
  }

}

@media screen and (min-width: 1024px){
  
  .divider img{
  width: 65%;
  }

  .date{
    width: 90%;
    margin: auto;
  }
  .countdown,.frase,.galeria,.info,.asistencia, .accordion{
    width: 70%;
    margin: auto;
  }

  div.scroll-container img {
   width: 35%;
  }

}

@media screen and (min-width: 1440px){
  
  .countdown,.frase,.date,.galeria,.info,.asistencia, .accordion{
    width: 50%;
    margin: auto;
  }

  .date{
    width: 70%;
    margin: auto;
  }
}
