#loader {
  background-color: #f7f7f7;
}

#cancion{
background-color: rgba(255, 255, 255, 0.6);
}

lord-icon {
  --lord-icon-primary: #af0004;
  --lord-icon-secondary: #af0004;
}

.icono{
  border-radius: 50%;
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 2px 5px -1px, rgba(0, 0, 0, 0.65) 0px 1px 3px -1px;
}

@font-face {
  font-family: 'matcha';
  src: url('fonts/matcha.ttf') format('truetype');
}

body{
  font-family: 'matcha';
  background-color: #f7f7f7;
  color: #000000;
  font-size: 21px;
  font-weight: 500;
}

.boton{
   border-radius: 15px;
  background-color:#af0004 ;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.boton a, .boton p{
  color: #ffffff;
}
main{
  height: 95dvh;
  max-width: 450px;
  margin: auto;
}
.main{
   height: 100%;
  display: flex;
  flex-direction: column;
}



.top img, .bottom img{
  max-width: 100%;
  height: auto;
  display: block;
}

.top{
  align-self: flex-start;
}

.texto-portada{
  margin: auto 0;
  text-align: center;
}

.bottom{
  align-self: flex-end;
}

h1{
  font-size: 85px;
}

#countdown{
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.frase{
  position: relative;
}

.frase, .asistencia{
  padding: 60px 40px 60px 40px;
}

.s1, .d1, .d2, .d3, .d4, .d5, .d6, .d7{
  position: absolute;
}
.s1{
  width: 150px;
  top: -120px;
  left: 5px;
}


#date{
  padding: 25px;
}
.date, .asistencia{
  padding: 25px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}


.d1{
  width: 150px;
  right: 0;
  top: -100px;
}

.d2{
  width: 90px;
  left: 0;
  top: -20px;
}
.d3{
  width: 100px;
  right: 0;
  bottom: -100px;
}

.d4{
  width: 100px;
  left: 0;
  bottom: -100px;
}

.galeria img{
  border-radius: 30px;
}

/*Accordion*/
.info{
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}


.d5{
  transform: scaleY(-1);
  width: 250px;
  left: 0;
  top: 0;
}

.d8{
  width: 100px;
  right: 0;
  bottom: 0;
}

.accordion{
  --bs-accordion-bg:#ffffff;
  --bs-accordion-color:#252525;
  --bs-accordion-btn-bg: #ffffff;
  --bs-accordion-btn-color: #af0004;
  margin-bottom: 50px;
}

.accordion-button{
  font-size: 24px;
  font-weight: 800;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #af0004;
    }

#asistencia{
  padding: 20px;
  position: relative;
}

.d6{
  width: 280px;
  transform: scaleX(-1);
  right: 0;
  bottom: 0;
}

.d7{
  width: 120px;
  right: 0;
  top: -50px;
  z-index: 20;
}
span{
  font-size: 40px;
}

footer{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #252525;
  border-top: solid;
}

::-webkit-scrollbar-thumb {
   border-radius: 8px;
  background-color: #000000;
}


@media screen and (max-width: 375px){
  body{
    font-size: 18px;
  }
  h1{
    font-size: 35px;
  }

  .accordion-button{
  font-size: 20px;
}
}

@media screen and (min-width: 768px){

}

@media screen and (min-width: 1024px){
  main{
  height: 75dvh;
  max-width: 400px;
}
h1{
  font-size: 40px;
}
.top img{
  display: none;
}
}

@media screen and (min-width: 1440px){
}