/*Variables*/
:root{
  --loader-bg:#ffffff;
  --cancion-bg:rgba(255, 255, 255, 0.6);
  --icono-color:#8e5f35;
  --icono-bg:#e0ddd3;
  --bg:#999790;
  --text: #3d3c38;
  --countdown-bg: #1e1e1e;
  --countdown-text:#f4ecdf;
  --btn-bg:#8e5f35;
  --btn-text:#ffffff;
  --box-shadow:;
  --timer-fontsize:40px;
  --accordion-bg:rgba(255, 255, 255, 0.4);
  --accordion-text:#3d3c38;
  --accordion-btn-bg:#8e5f35;
  --accordion-btn-text:#ffffff;
  --scrollbar-color:#8e5f35;
  --footer-bg:#e0ddd3;
}

@font-face {
  font-family: 'Poppins ';
  src: url('../../fonts/PoppinsVariable.otf') format('opentype');
}

body {
  font-family: "Poppins ";
  font-size: 18px;
  font-weight: 400;
  background-image: url('bg/b14b.webp');
   background-size: cover;
   background-attachment: fixed;
}

.icono-bg{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

main{
  background-image: linear-gradient(rgba(151, 125, 99, 0.7),rgba(151, 125, 99,0.7)), 
   url('bg/b14a.webp');
   background-size: cover;
   box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}

.portada img{
  width: 85%;
  margin: auto;
}

.date, .asistencia{
  background-image: url('bg/b14c.webp');
   background-size: cover;
   box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
   border-radius: 30px;
}


.boton{
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  height: 40px;
}

div.scroll-container img{
   border-radius: 15px;
}

footer{
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}
