/*Pantalla de carga*/
    body.loading {
      overflow: hidden;
    }

    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #fcfbfc;
      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(63, 63, 63, 0.8);
}

/*Fin estilo cancion*/

@font-face {
  font-family: 'Chomsky';
  src: url('font/Chomsky.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corben';
  src: url('font/Corben-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*Cuerpo*/
body{
   font-family: 'Corben';
   font-style: normal;
   text-align: justify;
   text-align-last: center;
   font-size: 20px;
   background-image: url('paperbg.webp');
   background-size: auto;
   background-position: center;
   color: #3f3f3f;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


lord-icon, .icono img{
   width: 70px;
   height: 70px;
   margin: auto;
}

.icono{
   background: #191919;
   width: 90px;
   height: 90px;
   margin: auto;
   margin-bottom: 20px;
   border-radius: 50%;
   padding: 10px;
}

.main{
   width: 70%;
   margin: auto;
}

.titulo h1{
   font-size: 50px;
   font-family: 'Chomsky';
}

.titulo p{
   font-size: 30px;
   font-family: abril-text, serif;
   font-style: normal;
   border-bottom: double;
   border-top: double;
}

#portada{
   padding: 20px;
}

#portada img{
   width: 80%;
   height: auto;
   margin: auto;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.divider img{
   width: 50%;
   margin: auto;
}

#frase{
   padding: 100px 20px 100px 20px;
}

/*Cuenta regresiva*/

.countdown{
   padding: 50px;
   border-bottom: double;
   border-top: double;
}

#timer{
   text-transform: uppercase;
   width: 50%;
   margin: auto;
}

span{
   font-size: 45px;
}

.date{
   padding: 60px 0px 60px 0px;
}

/*Card*/
.card.info{
   color: #191919;
   padding: 25px;
   border: none;
   background-color: rgba(0, 0, 0, 0);
}

/*Boton*/

.boton{
   width: 80%;
   height: auto;
   margin: auto;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   background-color: #ffffff;
   border-radius: 20px;
}

.boton:hover{
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.boton a{
   text-transform: uppercase;
   text-decoration: none;
   color: #3f3f3f;
}

.boton a:hover{
   text-decoration: none;
}



 /*Timeline*/
   table{
   margin: auto;
  }

  .timeline{
   margin: 30px;
  }

  .timeline img{
      height: 90px;
      width: auto;
      padding: 10px;
      margin-right: 15px;
      border-radius: 50%;
      background-color: #191919;
   }

/*Galeria de imagenes*/
.carousel{
   width: 70%;
   margin: auto;
 }

 .scroll-container {
  background-color: rgba(0, 0, 0, 0);
  overflow: auto;
  white-space: nowrap;
}

div.scroll-container img {
   width: 60%;
   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{
   width: 60%;
   margin: auto;
   padding: 50px 0px 50px 0px;
}

/*Asistencia*/

.asistencia{
   padding: 50px 20px 100px 20px;
   margin-top: 50px;
   border-top: solid;
   border-color: #191919;
   border-width: 3px;
}

.textoasistencia{
   width: 65%;
   margin: auto;
}
/*Footer*/
footer{
   padding: 35px 15px 35px 15px;
   border-top: 1px solid #191919;
   background-color: #191919;
}

footer a{
   font-family: fisterra-fora, sans-serif;
   font-weight: 700;
   font-style: normal;
   color: #ffffff;
   text-decoration: none;
   font-size: 55px;
}

.redes{
   width: 40%;
   margin: auto;
}


@media screen and (max-width: 1024px){

   .main, .countdown, #timer, .carousel{
      width: 100%
   }

   .card.info{
      margin: 30px 0px 30px 0px;
   }

   .timeline{
   margin: 10px;
  }

  .boton{
   width: 85%;
  }

  .infoextra{
   width: 80%;
  }

}


@media screen and (max-width: 430px){

   #portada img{
      width: 100%;
   }

   #frase{
   padding: 120px 20px 120px 20px;
   }

   .date{
      width: 100%;
   }

   .icono{
      margin-top: 35px;
   }

   .divider img{
      width: 75%;
   }

   .countdown{
   padding: 15px;
   }

   div.scroll-container img {
      margin: 5px;
      width: 75%;
   }

   .timeline{
   margin: 10px;
   padding-top: 50px;
   padding-bottom: 50px;
   }

   .asistencia{
      padding: 50px 10px 50px 10px;
   }
   .textoasistencia{
      width: 100%;
   }

   .infoextra{
      width: 100%;
   }

}

@media screen and (max-width: 376px){

   #portada{
   }

}