/*Pantalla de carga*/
    body.loading {
      overflow: hidden;
    }

    /* Pantalla de carga */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #f9f0ea;
      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(249, 240, 234, 0.6);
}

/*Fin estilo cancion*/

@font-face {
  font-family: 'Rochester';
  src: url('font/Rochester-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*Cuerpo*/
body{
   font-family: 'Rochester';
   font-style: normal;
   text-align: justify;
   text-align-last: center;
   font-size: 26px;
   background-color: #f9f0ea;
   color: #4b5c42;
}


lord-icon, .icono img{
   width: 70px;
   height: 70px;
   margin: auto;
}

.icono{
   box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
   background-color: #4b5c42;
   width: 90px;
   height: 90px;
   margin: auto;
   margin-bottom: 20px;
   border-radius: 50%;
   padding: 10px;
}


.main{
   width: 70%;
   margin: auto;
}

#portada{
   padding: 0px;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#portada img{
   width: 100%;
   margin: auto;
}

.fecha{
   padding: 10px;
}

#frase, .event{
   background-image: linear-gradient(rgba(249, 240, 234, 0.7), rgba(249, 240, 234, 0.8)),
                  url("floresbg1.webp");
   background-size: auto;
}

#frase{
   padding: 70px;
}

.portadatexto{
   padding: 50px 10px 50px 10px;
}

.portadatexto h1{
   font-size: 65px
}

.divider img{
   width: 75%;
   margin: auto;
}

/*Cuenta regresiva*/

.countdown{
   padding: 20px;
}

#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: 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: #4b5c42;
   border-radius: 20px;
}

.boton:hover{
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.boton a{
   text-decoration: none;
   color: #cbcbc3;
}

.boton a:hover{
   text-decoration: none;
}

.event{
   border: 3px solid #4b5c42;
   border-radius: 50px;
   padding: 80px 0px 80px 0px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }


 /*Timeline*/
   table{
   margin: auto;
  }

  .timeline{
   margin: 30px;
  }

  .timeline img{
      height: 90px;
      width: auto;
      padding: 10px;
      margin-right: 15px;
      border-radius: 50%;
      background-color: #4b5c42;
   }

/*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: #4b5c42;
}


::-webkit-scrollbar-thumb:hover {
  background: #4b5c42;
}

/*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: #535644;
   border-width: 3px;
}

.textoasistencia{
   width: 65%;
   margin: auto;
}
/*Footer*/
footer{
   padding: 35px 15px 35px 15px;
   border-top: 1px solid #284139;
   background-color: #adb09f;
}

footer a{
   font-family: fisterra-fora, sans-serif;
   font-weight: 700;
   font-style: normal;
   color: white;
   color: #284139;
   text-decoration: none;
   font-size: 55px;
}

.redes{
   width: 40%;
   margin: auto;
}


@media screen and (max-width: 1024px){

   .main, .countdown, #timer, .carousel{
      width: 100%
   }
   .portadatexto h1{
      font-size: 50px;
   }

   .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;
   } 

   .portadatexto{
   padding: 100px 10px 100px 10px;
   }

   .date{
      width: 100%;
   }

   .icono{
      margin-top: 35px;
   }

   .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){

   .portadatexto{
   padding: 40px 10px 40px 10px;
   }

}