#loader {
  background-color: white;
}

#cancion{
background-color:rgba(255, 255, 255, 0.85);
}

lord-icon {
  --lord-icon-primary: #7f0a13;
  --lord-icon-secondary: #7f0a13;
}

.icono{
  border-radius: 50%;
  border:3px solid #7f0a13;
  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: 'Alex Brush Regular';
  src: url('fonts/AlexBrush-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'matcha';
  src: url('fonts/matcha.ttf') format('truetype');
}

body{
  font-family: 'matcha';
  background-color: white;
  color: #7f0a13;
  font-size: 25px;
}

main{
  height: 95dvh;
  max-width: 500px;
  margin: auto;
  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;
}

.main, .asistencia{
  border-image-repeat: stretch;
  border-image-slice: 10 10 10 10 fill;
  border-image-source: url('marco_cumple/marcoc_02.webp');
  border-image-width: 5px;
  overflow: hidden;
  height: 60dvh;
  padding: 20px 5px 20px 5px;
  display: flex;
  place-items: center;
  font-size: 30px;
}

h1{
  font-family: 'Alex Brush Regular';
  font-size: 100px;
}


.boton{
  border-radius: 15px;
  background-color:#7f0a13 ;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.boton a, .boton p{
  color:white;
}

.countdown{
  position: relative;
  padding: 20px;
}

.d1, .d2, .d3, .d4, .d5, .d6, .d7, .d8, .d9, .d10, .d11, .d12{
  position: absolute;
}

.d1{
  width: 50px;
  top: -20px;
  left: 0px;
}

.d2{
  width: 30px;
  right: 20px;
  top: -15px;
}

.d3{
  width: 50px;
  bottom:-20px;
  right: 30px;
}

.d4{
  width: 200px;
  bottom:-40px;
  left: 30px;
}


.date, .info{
  position: relative;
  padding: 20px;
}

.d5{
  width: 100px;
  top:-70px;
  left: 30px;
}

.d6{
  width: 100px;
  top:-40px;
  right: 30px;
}

.d7{
  width: 100px;
  top:50px;
  left:0px;
}

.d8{
  width: 100px;
  bottom:100px;
  right: 0px;
}

.d9{
  width: 100px;
  bottom:-25px;
  left: 0px;
}

.d10{
  width: 100px;
  bottom:-50px;
  right: 150px;
}

#galeria{
  background-color: #7f0a13;
}
/*Accordion*/

.d11{
  width: 150px;
  top:-25px;
  left: 10px;
}

.d12{
  width: 100px;
  top:-50px;
  right: 50px;
}
.accordion{
  position: relative;
  margin-bottom: 50px;
  --bs-accordion-bg:white;
  --bs-accordion-color:#7f0a13;
  --bs-accordion-btn-bg: #7f0a13;
  --bs-accordion-btn-color: white;
}
.accordion-button:not(.collapsed) {
    background-color: #7f0a13;
    color: white;
    }

.accordion-button{
  font-size: 20px;
  font-weight: 800;
}    

#asistencia{
  padding: 20px;
}
.asistencia{
  display: flex;
  align-items: center;
}

.deco img{
  width: 100px;
  margin: auto;
}

span{
  font-weight: 800;
  font-size: 50px;
}

footer{
 border-top: solid;
 border-width: 5px;
 border-color: #7f0a13;
}
footer img{
  border-radius: 30px;
  background-color: #7f0a13;
}

::-webkit-scrollbar-thumb {
   border-radius: 8px;
  background-color: #f2e9d7;
}


@media screen and (max-width: 320px){

  h1{
  font-size: 70px;
}

}

@media screen and (max-width: 375px){
  .main{
  height: 80dvh;
  padding: 5px;
}

.asistencia{
  height: 90dvh;
}
.countdown{
  padding: 30px 15px 30px 15px;
} 
}

@media screen and (min-width: 768px){

  .asistencia{
  border-image-source: url('marco_cumple/marcoc_02a.webp');
  }

}

@media screen and (min-width: 1024px){

}

@media screen and (min-width: 1440px){
}