/*Pantalla de carga*/
    body.loading {
      overflow: hidden;
    }

    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #F9F8F2;
      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;
    background-color: rgba(221, 212, 202, 0.6);
}


body{
  text-align: justify;
  text-align-last: center;
}

/*Portada*/
#main{
  display: grid;
  height: 95vh;
}

.divider img{
  width: 98%;
  margin: auto;
}

.decofull img{
  width: 85%;
  margin: auto;
}

.decomedium img{
  width: 50%;
  margin: auto;
}

.decomini img{
  width: 30%;
  margin: auto;
}

.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;
}

/*Extras*/

#info{
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
}

/*Scrollbar*/
::-webkit-scrollbar {
  height: 10px;
}


::-webkit-scrollbar-track {
  background: none;
}

/*Accordion*/
.accordion-item{
  margin-top: 10px;
  margin-bottom: 10px;
}

#countdown{
  padding-top: 50px;
  padding-bottom: 50px;
}

/*Footer*/
footer{
  margin-top: 75px;
  padding-bottom: 25px;
}

footer img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 368px){
  .boton{
   width: 210px;
   height: 50px;
   padding: 5px;
   margin: auto;
}
}
@media screen and (min-width: 768px){

  #main, .accordion{
    width: 70%;
    margin: auto;
  }

  .divider img{
  width: 75%;
  }

  div.scroll-container img {
   width: 50%;
  }


  footer img{
    width: 60%;
  }

}

@media screen and (min-width: 1024px){
  
  #main{
    width: 45%;
    margin: auto;
  }

  .divider img{
  width: 65%;
  }

  .countdown,.frase,.lugar,.galeria,.extra,.asistencia, .accordion{
    width: 70%;
    margin: auto;
  }

  div.scroll-container img {
   width: 35%;
  }

  footer img{
    width: 45%;
  }

}

@media screen and (min-width: 1440px){

  #main{
    width: 35%;
    margin: auto;
  }

  .divider img{
  width: 50%;
  }

  .decofull img{
  width: 65%;
  margin: auto;
}

.decomedium img{
  width: 40%;
  margin: auto;
}

.decomini img{
  width: 20%;
  margin: auto;
}

  .countdown,.frase,.lugar,.galeria,.extra,.asistencia{
    width: 60%;
    margin: auto;
  }

  div.scroll-container img {
   width: 30%;
  }

  footer img{
    width: 35%;
  }
}
