#loader {
  background-color: #8e6164;
}

#cancion{
background-color: rgba(251, 248, 242, 0.85);
}

lord-icon {
  --lord-icon-primary: #d99195;
  --lord-icon-secondary: #d99195;
}

.icono{
  border: 5px solid #f6f5ed;
  border-radius: 50%;
  background-color: #f8c6d9;
  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: 'Playfair Display';
  src: url('fonts/PlayfairDisplay.ttf') format('truetype');
}

body{
  font-family: 'Playfair Display';
  background-color: #f6f5ed;
  color: #8e6164;
  font-size: 20px;
}

main{
  background-image: url('fondos_cumple/bgcumple_09.webp');
  background-size: cover;
  height: 95dvh;
  max-width: 500px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.main.container{
  overflow: hidden;
}


h1{
  font-size: 60px;
}


.boton{
   border-radius: 15px;
  background-color:#d99195 ;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.boton a, .boton p{
  color: #f6f5ed;
}


#countdown{
  position: relative;
  background-color: #d99195;
  color: #f6f5ed;
}
.countdown{
  padding: 25px 0px 25px 0px;
}
.d3, .d4, .d5, .d6{
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  max-width: 100dvw;
}
.d3, .d5{
  left: 0;
  top:0;
}
.d4, .d6{
  left: 0;
  bottom:0;
}

.frase{
  padding: 25px;
}

#date{
  position: relative;
}
.date{
  padding: 45px 20px 45px 20px;
}
.d7, .d8, .d9, .d10{
  position: absolute;
  max-width: 80px;
}

.d8{
  right:0px;
  bottom: 0px;
}
.d7{
  top: 20px;
  left: 0;
}

.d9{
  top:-100px;
  left: 25px;
}

.d10{
  bottom:-100px;
  right: 25px;
}
.info{
  position: relative;
}



/*Accordion*/
.accordion{
  position: relative;
  margin-bottom: 50px;
  --bs-accordion-bg:#f2f0e3;
  --bs-accordion-color:#8e6164;
  --bs-accordion-btn-bg: #f2f0e3;
  --bs-accordion-btn-color: #8e6164;
}
.accordion-button:not(.collapsed) {
    background-color: #f2f0e3;
    color: #8e6164;
    }
.accordion-button{
  font-size: 20px;
  font-weight: 800;
}    

#asistencia{
  background-color: #f2f0e3;
   position: relative;
}

.asistencia{
  padding-top: 50px;
}
span{
  font-size: 40px;
}

footer{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #8e6164;
}

::-webkit-scrollbar-thumb {
   border-radius: 8px;
  background-color: #8e6164;
}

@media screen and (max-width: 320px){
}

@media screen and (max-width: 375px){
}

@media screen and (min-width: 768px){
.countdown, .date {
  padding-top: 50px;
  padding-bottom: 50px;
}

.asistencia{
  padding-top: 150px;
}
}

@media screen and (min-width: 1024px){

.d3, .d4, .d5, .d6{
  width: 50dvw;
}
}

@media screen and (min-width: 1440px){
}