/*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;
    right:0;
    bottom:0;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 50%;
    border-style: none;
    background-color: rgba(221, 212, 202, 0.6);
}

/*Fin estilo cancion*/

@font-face {
  font-family: 'Gochi Hand Regular';
  src: url('font/GochiHand-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*Cuerpo*/
body{
   font-family: 'Gochi Hand Regular';
   text-align: justify;
   text-align-last: center;
   font-size: 25px;
   background-color: #F9F8F2;
   color: #191919;
}

hr{
   border-color: #191919;
   border-width: 2px;
}

.container{
   width: 65%;
   margin: auto;
   border-right: solid;
   border-left: solid;
}

lord-icon , .icono img{
   width: 90px;
   height: 90px;
   margin: auto;
}

.main, .date, .event, .infoextra, .asistencia{
   padding: 50px 0px 50px 0px;
}

.texto{
   width: 75%;
   margin: auto;
}

.main img{
   width: 60%;
   height: auto;
   margin: auto;
   padding: 25px 0px 25px 0px;
}

.main h1{
   font-size: 50px;
}
.divider img{
   width: 90%;
   margin: auto;
}

/*Animacion*/
@keyframes rebote {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.rebote {
  animation: rebote 2s infinite ease-in-out;
}

/*Cuenta regresiva*/

.countdown{
   padding: 75px 5px 75px 5px;
}

.countdown img{
   margin-bottom: 30px;
}

#timer{
   width: 50%;
   margin: auto;
}

span{
   font-size: 45px;
}


/*Boton*/

.boton{
   width: 80%;
   height: auto;
   margin: auto;
   box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
   background-color: #FFFDF3;
   border-radius: 20px;
}

.boton:hover{
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.boton a{
   color: #191919;
   text-decoration: none;
   text-transform: uppercase;
}

.boton a:hover{
   text-decoration: none;
}


 /*Timeline*/
   table{
   margin: auto;
  }

  .timeline{
   margin: 30px;
  }

  .timeline img{
      height: 90px;
      width: auto;
      padding-right: 15px;
      margin-right: 15px;
      border-right: solid;
      border-color: #e5ddd6;
   }

/*Galeria de imagenes*/
.carousel{
   width: 95%;
   margin: auto;
   padding-top: 30px;
 }

 .scroll-container {
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
  white-space: nowrap;
}

div.scroll-container img {
   width: 85%;
   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 {
  background: #ce2c50;
  background-color: #191919;
}


::-webkit-scrollbar-thumb:hover {
  background: #191919;
}

/*Info extra*/
.infoextra{
   border-style: double;
   border-color: #191919;
   border-width: 10px;
   border-radius: 10px;
   margin: 20px;
   padding: 20px;
}

/*Asistencia*/

.asistencia{
   padding: 50px 20px 20px 20px;
   margin-top: 50px;
   border-top: solid;
   border-color: #a08e98;
   border-width: 3px;
}

/*Footer*/
footer{
   padding: 35px 15px 35px 15px;
   border-top: 1px solid #191919;
}

footer a{
   font-family: fisterra-fora, sans-serif;
   font-weight: 700;
   font-style: normal;
   color: white;
   color: #191919;
   text-decoration: none;
   font-size: 55px;
}

.redes{
   width: 40%;
   margin: auto;
}


@media screen and (max-width: 1024px){

   .container{
      width: 100%;
      border: none;
      margin: auto;
   }

   #timer{
      width: 100%;
   }
}


@media screen and (max-width: 430px){

   .texto{
      width: 100%;
   }

   .main img{
   width: 100%;
   }

   .icono img{
   margin-top: 15px;
}

}

@media screen and (max-width: 376px){

}