//*Pantalla de carga*/
    body.loading {
      overflow: hidden;
    }

    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #ffb12c;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }


/*Estilo del icono cancion*/

#cancion{
   position:fixed;
    right:0;
    bottom:0;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 50%;
    border-style: none;
    background-color: rgba(254, 154, 50, 0.6);
}
/*Fin estilo cancion*/
@font-face {
  font-family: 'DM Serif Text';
  src: url('font/DMSerifText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*Cuerpo*/
body{
   font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
   font-size: 20px;
   text-align: justify;
   text-align-last: center;
   background-color: #f9f0e8;
   color: #191919;
}


lord-icon{
   width: 70px;
   height: 70px;
   margin: auto;
}

.icono{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   background-color: #fff5e6;
   width: 90px;
   height: 90px;
   margin: auto;
   margin-bottom: 20px;
   border-radius: 50%;
   padding: 10px;
}

#portada{
   background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(254, 154, 50, 1)),
                  url("quince7.webp");
   background-position: center;
   background-size: cover;
   width: 45%;
   margin: auto;
   text-shadow: 0.5px 0.5px 0.5px rgba(135, 97, 83, 0.9);
   box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

#portada img{
   width: 100%;
}

.divider img{
   width: 80%;
   margin: auto;
}

.portadatexto{
   color: #f9f0e8;
   padding: 200px 20px 75px 20px;
}

.portadatexto h1{
   font-size: 60px;
}

#frase{
   box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
   padding: 100px 20px 100px 20px;
}

/*Cuenta regresiva*/

.countdown{
   padding: 75px 5px 75px 5px;
   background-color: #fe9a32;
   color: #ffffff;
   box-shadow: rgba(25, 25, 25, 0.45) 0px 15px 30px -12px inset, rgba(25, 25, 25, 0.5) 0px 9px 17px -9px inset;
}

#timer{
   width: 50%;
   margin: auto;
}

span{
   font-size: 45px;
}

.date, .countdown{
   padding: 25px 15px 25px 15px;
}

/*Boton*/

.boton{
   width: 60%;
   height: auto;
   margin: auto;
   background-color: #ffb12c;
   border-radius: 20px;
   box-shadow: rgba(14, 9, 79, 0.5) 0px 1px 4px;
}
.boton:hover{
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.boton a{
   text-decoration: none;
   color: #191919;
}

.boton a:hover{
   text-decoration: none;
}


/*Card*/

.card.info{
   margin: 20px;
   border-radius: 60px;
   padding: 20px;
   background-color: #ffffff;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/*Playlist*/

#playlist{
   background-color: #f2dab8;
   color: #191919;
   padding: 25px;
}
.playlist{
   width: 80%;
   margin: auto;
}

.playlist img{
   width: 100%;
   height: auto;
   margin: auto;
   border: 10px solid #ffffff;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*Asistencia*/

.asistencia{
   width: 65%;
   margin: auto;
}

.card.asistencia{
   border-radius: 20px;
   padding: 20px;
   background-color: #ffffff;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Galeria de imagenes*/
.carousel{
   padding: 50px 5px 50px 5px;
   width: 70%;
   margin: auto;
 }

 .scroll-container {
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
  white-space: nowrap;
}

div.scroll-container img {
   width: 25%;
   height: auto;
   margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

/*Scrollbar*/
::-webkit-scrollbar {
  height: 10px;
}


::-webkit-scrollbar-track {
  background: none;
}


::-webkit-scrollbar-thumb {
   border-radius: 8px;
  background: #ce2c50;
  background-color: #ffb12c;
}


::-webkit-scrollbar-thumb:hover {
  background: #ffb12c;
}

/*Footer*/
footer{
   margin-top: 30px;
   padding: 35px 15px 35px 15px;
   border-top: 1px solid #ffb12c;
   background-color: #191919;
}

footer a{
   font-family: fisterra-fora, sans-serif;
   font-weight: 700;
   font-style: normal;
   color: white;
   text-decoration: none;
   font-size: 55px;
}

.redes{
   width: 40%;
   margin: auto;
}



@media screen and (max-width: 1024px){

  #timer, .carousel, .asistencia, .playlist{
    width: 100%;
  }

  #portada{
   width: 60%;
  }

   .card.info{
      text-align: center;
      margin: 25px 0px 25px 0px;
   }

   div.scroll-container img {
   width: 50%;
   }

  .boton{
   width: 85%;
  }

}


@media screen and (max-width: 430px){

   #portada{
      width: 100%;
   }

   .portadatexto{
   }

   div.scroll-container img {
   width: 80%;
   }

   .playlist img{
      margin-bottom: 25px;
   }

   #frase{
      padding-top: 150px;
      padding-bottom: 150px;
   }

}

@media screen and (max-width: 375px){

.portadatexto{
      padding: 10px;
   }
}
