@font-face {
    font-family: VarelaRound;
    font-style: normal;
    font-weight: 400;
    src: local('Varela Round'), local('VarelaRound'), url(https://fonts.gstatic.com/s/varelaround/v12/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
    font-display: swap;
}
@font-face {
  font-family: Satisfy;
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy'), url(https://fonts.gstatic.com/s/satisfy/v10/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Boogaloo;
  font-style: normal;
  font-weight: 400;
  src: local('Boogaloo'), url(https://fonts.gstatic.com/s/boogaloo/v24/kmK-Zq45GAvOdnaW6y1C9ys.woff2) format('woff2');
  font-display: swap;
}

body {
    text-align: center;
    font-family: VarelaRound;
    margin: 10px 0px 75px 0px;
    font-size: 1.1em;
/*    background-image: url(../images/fiestas_2022.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #fff;
    
}
h1 {
  font-family: Boogaloo;    
  text-transform: none;
    font-size: 2.5em;
    font-weight: bold;
    color: var(--dark);
    margin: 35px 0px 10px 0px;
}
h2 {
    padding: 15px;
    margin: 15px 0px 15px 0px;
    color: var(--white);
    background-color: #60bafa;
    font-variant: small-caps;
}
h3 {
  font-family: Boogaloo;     
  font-size: 2em;
    font-style: none;
    font-weight: bold;
    text-transform: none;
    margin: 10px 0px 25px 0px;
}
dt {
    font-style: italic;
    text-decoration: underline;
}

dd {
    padding-bottom: 1.6em;
}

.btn {
  margin: 0px 5px 0px 5px;
}

#portada p {
  padding: 0 20px 0 20px;
}

#portada p.salto {
  padding-top: 30px;
}


@media only screen and (min-width: 600px) {
  dt {
     text-align: right;
  }
  dd {
     text-align: left;
  }
  h1, h2, small {
    font-size: 3.5em;
    font-weight: bold;
  }
}

#dia-1, #dia-2, #dia-3, #dia-4, #dia-5, #dia-6 {
    display: none;
}

em {
  color: #666;
  font-size: 0.85em;
}
