:root {
  --site-gold: #e8b44f;
  --site-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='240' viewBox='0 0 340 240'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Ccircle cx='34' cy='38' r='11' stroke='%23656f78' stroke-opacity='.22' stroke-width='1.4'/%3E%3Ccircle cx='281' cy='201' r='4' fill='%23878f96' fill-opacity='.24' stroke='none'/%3E%3Crect x='126' y='25' width='16' height='16' rx='2' transform='rotate(24 134 33)' stroke='%234a5660' stroke-opacity='.18' stroke-width='1.3'/%3E%3Crect x='300' y='80' width='10' height='10' transform='rotate(45 305 85)' fill='%23727c84' fill-opacity='.18' stroke='none'/%3E%3Cpath d='M58 178l14-23 14 23z' stroke='%238f979d' stroke-opacity='.2' stroke-width='1.3'/%3E%3Cpath d='M198 119h24M210 107v24' stroke='%23545f68' stroke-opacity='.17' stroke-width='1.4'/%3E%3Cpath d='M310 18l13 8-13 8-13-8z' stroke='%237b848b' stroke-opacity='.2'/%3E%3Cpath d='M148 210l9-9 9 9-9 9z' fill='%23646f78' fill-opacity='.17' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

body {
  padding-top: 0 !important;
  background-color: #f5f3ee !important;
  background-image: var(--site-pattern) !important;
}

.banner-arriba,
.menu-indices-fiestas {
  display: none !important;
}

.legal-page .legal-nav__home {
  display: none !important;
}

.fiesta-header {
  position: sticky !important;
  inset: 0 auto auto !important;
  z-index: 1000 !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 16px 8px !important;
  overflow: visible !important;
  background-color: #f5f3ee !important;
  background-image: var(--site-pattern) !important;
  box-sizing: border-box !important;
}

.fiesta-header__bar {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  width: min(1180px, 100%);
  min-height: 70px;
  margin: 0 auto;
  padding: 9px 10px 9px 22px;
  overflow: hidden;
  background: linear-gradient(112deg, #581222, #7f1f2a 52%, #57172d);
  border: 1px solid rgba(255, 232, 185, .3);
  border-radius: 20px;
  box-shadow: 0 17px 42px rgba(72, 22, 31, .2), inset 0 1px rgba(255, 255, 255, .12);
  box-sizing: border-box;
}

.fiesta-header__canvas { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; opacity: .9; pointer-events: none; }
.fiesta-header__brand, .fiesta-header__links, .fiesta-header__languages { position: relative; z-index: 1; }
.fiesta-header__brand { color: #fff !important; font: 700 clamp(1.05rem, 1.8vw, 1.38rem) Georgia, serif !important; text-decoration: none !important; white-space: nowrap; }
.fiesta-header__brand span { color: var(--site-gold); }
.fiesta-header__links { display: flex; justify-content: center; min-width: 0; }
.fiesta-header__links a { padding: 12px clamp(8px, 1.15vw, 14px); color: rgba(255,250,240,.76) !important; font: 700 clamp(.76rem,1.05vw,.91rem)/1.15 Arial,sans-serif !important; text-decoration: none !important; white-space: nowrap; }
.fiesta-header__links a:first-of-type { color: #fff !important; background: rgba(255,250,235,.12); border: 1px solid rgba(255,220,143,.42); border-radius: 12px; }
.fiesta-header__languages { display: flex; gap: 6px; }
.fiesta-header__languages a { display: grid; place-items: center; width: 42px; height: 42px; color: #fff !important; font: 800 .78rem Arial,sans-serif !important; text-decoration: none !important; border: 1px solid rgba(255,232,185,.24); border-radius: 11px; }
.fiesta-header__languages a[aria-current="page"] { color: #48131f !important; background: var(--site-gold); }

.site-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 !important;
  padding: clamp(36px, 5vw, 58px) max(24px, calc((100% - 1080px) / 2)) !important;
  color: #f7fbfc !important;
  background: linear-gradient(118deg, #163f4d, #205664 54%, #183f50) !important;
  box-sizing: border-box;
}
.site-intro h1 { position: relative; z-index: 1; margin: 0 0 12px !important; padding: 0 !important; color: #fff !important; background: none !important; border: 0 !important; }
.site-intro p { position: relative; z-index: 1; margin: 0 !important; color: #e5f0f3 !important; }
.site-intro a { color: #fff !important; }
.site-intro .home-intro__bubbles { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; }

main, article, section { background-image: var(--site-pattern) !important; }

@media (max-width: 820px) {
  .fiesta-header__bar { grid-template-columns: auto auto; gap: 8px 14px; }
  .fiesta-header__links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; }
  .fiesta-header__languages { justify-self: end; }
}
