/*Pantalla de carga*/
    body.loading {
      overflow: hidden;
    }

    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #10141c;
      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(255, 255, 255, 0.6);
}

/*Fin estilo cancion*/

@font-face {
  font-family: 'VenturisADFStyle-Italic';
  src: url('font/VenturisADFStyle-Italic.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'VenturisADF-Regular';
  src: url('font/VenturisADF-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*Cuerpo*/
body{
   font-family: 'VenturisADF-Regular';
   font-style: normal;
   text-align: justify;
   text-align-last: center;
   font-size: 22px;
   background-color: #ede5dd;
   color: #221f20;
}


lord-icon, .icono img{
   width: 70px;
   height: 70px;
   margin: auto;
}

.icono{
   box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
   background-color: #191919;
   width: 90px;
   height: 90px;
   margin: auto;
   margin-bottom: 20px;
   border-radius: 50%;
   padding: 10px;
}


.main{
   width: 70%;
   margin: auto;
}

#portada{
   padding: 0px;
   color: #e5e5e5;
   text-shadow: 1.5px 1.5px 2px rgba(0,0,0,1);
}

#portada img{
   width: 100%;
   margin: auto;
   box-shadow: rgba(237, 229, 221, 0.5) 2px 2px 2px 10px inset;
}

.fecha{
   padding: 10px;
}

.fecha, #frase, .event, .asistencia{
   background-color: #221f20;
   color: #ddd4ca;
}

#frase{
   padding: 100px 20px 50px 20px;
}

.texto{
   color: #faffeb;
   padding: 30px 10px 30px 10px;
}

.divider img{
   width: 75%;
   margin: auto;
}

/*Cuenta regresiva*/

.countdown{
   color: #faffeb;
   padding: 75px 5px 5px 5px;
}

#timer{
   width: 50%;
   margin: auto;
}

span{
   font-size: 45px;
}

.date{
   padding: 60px 0px 60px 0px;
}

/*Card*/
.card.info{
   padding: 25px;
   border: none;
   background-color: rgba(0, 0, 0, 0);
}


/*Boton*/

.boton{
   width: 60%;
   height: auto;
   margin: auto;
   background-color: #c0a98d;
   border: 1px solid #221f20;
   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: #221f20;
}

.boton a:hover{
   text-decoration: none;
}

.event{
   border-radius: 50px;
   padding: 80px 0px 80px 0px;
}


 /*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: 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: #846b4f;
}


::-webkit-scrollbar-thumb:hover {
  background: #846b4f;
}

/*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: #a08e98;
   border-width: 3px;
}

.textoasistencia{
   width: 65%;
   margin: auto;
}
/*Footer*/
footer{
   padding: 35px 15px 35px 15px;
   border-top: 1px solid #c0a98d;
   background-color: #ede5dd;
}

footer a{
   font-family: fisterra-fora, sans-serif;
   font-weight: 700;
   font-style: normal;
   color: white;
   color: #221f20;
   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){

   #frase{
   padding: 150px 5px 150px 5px;
   }

   .date{
      width: 100%;
   }

   .divider img{
      width: 100%;
   }

   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){

}