/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ====================================================================
   CUSTOM.SCSS - Festival Nacional de San Juan 2025
   Archivo principal compilado por Gantry 5
   ==================================================================== */
/* ==========================================================================
   FNS 2025 — Índice (importa shared + 2025 + partículas + legacy)
   ========================================================================= */
/* ==========================================================================
   SHARED — Dependencies (mixins utilitarios, sin colores de marca)
   ========================================================================= */
/* Breakpoints:
   - mobile-only:  < 48rem (768px)
   - tablet-only:  48–64rem
   - desktop-only: ≥ 64rem (1024px)
*/
/* Reset mínimo y helpers tipográficos seguros */
html {
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
:root {
  --radius-md: .5rem;
  --radius-lg: 1rem;
}
/* ==========================================================================
   SHARED — Helpers (genéricos, sin depender de tokens del año)
   ========================================================================= */
/* Ruido SVG reusable (no requiere assets) */
/* Gradiente genérico */
/* Bloque accesible con colores + enlaces */
/* Clases de utilidad para alineación de texto */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* ==========================================================================
   SHARED — Animations (genéricas, sin colores de marca)
   ========================================================================= */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.anim-fade-up, .fns-anim-fade-up {
  animation: fade-up 0.8s ease-out both;
}
.anim-fade-left, .fns-anim-fade-left {
  animation: fade-left 0.8s ease-out both;
}
.anim-fade-right, .fns-anim-fade-right {
  animation: fade-right 0.8s ease-out both;
}
.anim-scale-in, .fns-anim-scale-in {
  animation: scale-in 0.6s ease-out both;
}
/* Delays utilitarios */
.delay-1, .fns-delay-1 {
  animation-delay: 0.12s;
}
.delay-2, .fns-delay-2 {
  animation-delay: 0.24s;
}
.delay-3, .fns-delay-3 {
  animation-delay: 0.36s;
}
.delay-4, .fns-delay-4 {
  animation-delay: 0.48s;
}
.delay-5, .fns-delay-5 {
  animation-delay: 0.6s;
}
.delay-6, .fns-delay-6 {
  animation-delay: 0.72s;
}
.delay-7, .fns-delay-7 {
  animation-delay: 0.84s;
}
.delay-8, .fns-delay-8 {
  animation-delay: 0.96s;
}
.delay-9, .fns-delay-9 {
  animation-delay: 1.08s;
}
.delay-10, .fns-delay-10 {
  animation-delay: 1.2s;
}
.delay-11, .fns-delay-11 {
  animation-delay: 1.32s;
}
.delay-12, .fns-delay-12 {
  animation-delay: 1.44s;
}
/* ==========================================================================
   SHARED — Backgrounds (mixins + helpers genéricos)
   ========================================================================= */
/* Gradiente con ruido + viñeta opcional */
/* Contenedor base */
.fns-bg {
  position: relative;
}
.fns-bg > * {
  position: relative;
  z-index: 1;
}
/* Helpers de imagen (el base se define en el año) */
.fns-bg--image1, .fns-bg--gradient1 {
  background-image: url('../images/fns/2025/backgrounds/bg1.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image2, .fns-bg--gradient2 {
  background-image: url('../images/fns/2025/backgrounds/bg2.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image3, .fns-bg--gradient3 {
  background-image: url('../images/fns/2025/backgrounds/bg3.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image4, .fns-bg--gradient4 {
  background-image: url('../images/fns/2025/backgrounds/bg4.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image5, .fns-bg--gradient5 {
  background-image: url('../images/fns/2025/backgrounds/bg5.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image6, .fns-bg--gradient6 {
  background-image: url('../images/fns/2025/backgrounds/bg6.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image7, .fns-bg--gradient7 {
  background-image: url('../images/fns/2025/backgrounds/bg7.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image8, .fns-bg--gradient8 {
  background-image: url('../images/fns/2025/backgrounds/bg8.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image9, .fns-bg--gradient9 {
  background-image: url('../images/fns/2025/backgrounds/bg9.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image10, .fns-bg--gradient10 {
  background-image: url('../images/fns/2025/backgrounds/bg10.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image {
  background-image: var(--fns-bg-image);
  background-size: cover;
  background-position: center;
}
/* Helpers de padding típicos */
/* .fns-section { padding-block: clamp(3rem, 6vw, 6rem); }
.fns-section--hero { padding-block: clamp(6rem, 10vw, 12rem); } */
/* Scrims de contraste (para texto claro/oscuro) */
.scrim-light::before, .fns-bg--scrim-light::before, .fns-section--scrim-light::before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0)), url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: normal;
}
.scrim-dark::before, .fns-bg--scrim-dark::before, .fns-section--scrim-dark::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: normal;
}
/* ==========================================================================
   2025 — Tokens (paleta oficial + variantes por área)
   ========================================================================= */
:root {
  --fns-display: "Bricolage Grotesque", system-ui, sans-serif;
  --fns-ui:      "Bricolage Grotesque", system-ui, sans-serif;
  --fns-cosmos:   #171C2C;
  --fns-petroleo: #254252;
  --fns-turquesa: #00798B;
  --fns-ambar:    #E9B46E;
  --fns-naranja:  #F39731;
  --fns-rosa:     #DD89B8;
  --fns-uva:      #5D407B;
  --fns-vino:     #781917;
  --fns-rojo:     #C2322A;
  --fns-fuego:    #E17036;
  --fns-arena:    #EED9B7;
  --fns-blanco:   #FFFFFF;
  --fns-negro:    #000000;
  --fns-text:    "Bricolage Grotesque", system-ui, sans-serif;
}
/* Variantes por área */
/* ==========================================================================
   2025 — Aliases (compatibilidad con tu SCSS existente)
   ========================================================================= */
/* Históricos 2024 */
/* ==========================================================================
   2025 — Animations específicas (usa tokens 2025)
   ========================================================================= */
@keyframes fns-glow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(233, 180, 110, 0);
  }
  50% {
    box-shadow: 0 0 18px rgba(233, 180, 110, 0.55);
  }
}
.fns-anim-glow {
  animation: fns-glow 2.4s ease-in-out infinite;
}
/* Atajos con nombres del año (apoyados en shared) */
/* añade glow y atajos fns-anim-*/
/* ==========================================================================
   2025 — Backgrounds (gradientes + presets por área)
   ========================================================================= */
/* ==========================================================================
   SHARED — Backgrounds (mixins + helpers genéricos)
   ========================================================================= */
/* Gradiente con ruido + viñeta opcional */
/* Contenedor base */
.fns-bg {
  position: relative;
}
.fns-bg > * {
  position: relative;
  z-index: 1;
}
/* Helpers de imagen (el base se define en el año) */
.fns-bg--image1, .fns-bg--gradient1 {
  background-image: url('../images/fns/2025/backgrounds/bg1.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image2, .fns-bg--gradient2 {
  background-image: url('../images/fns/2025/backgrounds/bg2.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image3, .fns-bg--gradient3 {
  background-image: url('../images/fns/2025/backgrounds/bg3.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image4, .fns-bg--gradient4 {
  background-image: url('../images/fns/2025/backgrounds/bg4.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image5, .fns-bg--gradient5 {
  background-image: url('../images/fns/2025/backgrounds/bg5.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image6, .fns-bg--gradient6 {
  background-image: url('../images/fns/2025/backgrounds/bg6.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image7, .fns-bg--gradient7 {
  background-image: url('../images/fns/2025/backgrounds/bg7.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image8, .fns-bg--gradient8 {
  background-image: url('../images/fns/2025/backgrounds/bg8.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image9, .fns-bg--gradient9 {
  background-image: url('../images/fns/2025/backgrounds/bg9.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image10, .fns-bg--gradient10 {
  background-image: url('../images/fns/2025/backgrounds/bg10.jpg');
  background-size: cover;
  background-position: center;
}
.fns-bg--image {
  background-image: var(--fns-bg-image);
  background-size: cover;
  background-position: center;
}
/* Helpers de padding típicos */
/* .fns-section { padding-block: clamp(3rem, 6vw, 6rem); }
.fns-section--hero { padding-block: clamp(6rem, 10vw, 12rem); } */
/* Scrims de contraste (para texto claro/oscuro) */
.scrim-light::before, .fns-bg--scrim-light::before, .fns-section--scrim-light::before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0)), url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: normal;
}
.scrim-dark::before, .fns-bg--scrim-dark::before, .fns-section--scrim-dark::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: normal;
}
/* Ruta base para imágenes de 2025 */
/* Gradientes por tono */
.fns-bg--vino, .fns-bg-base-vino {
  background-image: linear-gradient(135deg, #781917, #E17036);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--vino::before, .fns-bg-base-vino::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--vino::after, .fns-bg-base-vino::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--fuego, .fns-bg-base-fuego {
  background-image: linear-gradient(135deg, #E17036, #F39731);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--fuego::before, .fns-bg-base-fuego::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--fuego::after, .fns-bg-base-fuego::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--atardecer, .fns-bg-base-atardecer {
  background-image: linear-gradient(135deg, #F39731, #E9B46E);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--atardecer::before, .fns-bg-base-atardecer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--atardecer::after, .fns-bg-base-atardecer::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--turquesa, .fns-bg-base-turquesa {
  background-image: linear-gradient(135deg, #00798B, #254252);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--turquesa::before, .fns-bg-base-turquesa::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--turquesa::after, .fns-bg-base-turquesa::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--cosmos, .fns-bg-base-cosmos {
  background-image: linear-gradient(135deg, #171C2C, #254252);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--cosmos::before, .fns-bg-base-cosmos::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--cosmos::after, .fns-bg-base-cosmos::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--uva, .fns-bg-base-uva {
  background-image: linear-gradient(135deg, #5D407B, #DD89B8);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--uva::before, .fns-bg-base-uva::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--uva::after, .fns-bg-base-uva::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
/* Alias por áreas */
.fns-bg--feria {
  background-image: linear-gradient(135deg, #F39731, #E17036);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--feria::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--feria::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--espectaculo {
  background-image: linear-gradient(135deg, #781917, #E17036);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--espectaculo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--espectaculo::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
.fns-bg--forum {
  background-image: linear-gradient(135deg, #00798B, #254252);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-bg--forum::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-bg--forum::after {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}
/* Scrims de contraste (atajos) */
/* ==========================================================================
    2025 — Overlays y fondos adicionales
    ========================================================================= */
/* Mixin para overlays */
/* Fondos base (extendiendo gradientes existentes) */
/* Fondos sólidos para opciones de background_mode */
.fns-bg--petroleo, .fns-bg-base-petroleo {
  background: #254252;
}
.fns-bg--ambar, .fns-bg-base-ambar {
  background: #E9B46E;
}
.fns-bg--naranja, .fns-bg-base-naranja {
  background: #F39731;
}
.fns-bg--rosa, .fns-bg-base-rosa {
  background: #DD89B8;
}
.fns-bg--rojo, .fns-bg-base-rojo {
  background: #C2322A;
}
.fns-bg--blanco, .fns-bg-base-blanco {
  background: #FFFFFF;
}
.fns-bg--negro, .fns-bg-base-negro {
  background: #000000;
}
/* Overlays */
.fns-bg-overlay-dark {
  position: relative;
}
.fns-bg-overlay-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.fns-bg-overlay-light {
  position: relative;
}
.fns-bg-overlay-light::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.fns-bg-overlay-naranja {
  position: relative;
}
.fns-bg-overlay-naranja::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(243, 151, 49, 0.4);
  pointer-events: none;
}
/* ==========================================================================
    FONDOS GRADIENT FNS2025 + OVERLAYS DE COLOR
    ========================================================================= */
.bg-fns2025-1 {
  background: url('../images/fns/2025/backgrounds/bg1.jpg') no-repeat center/cover;
}
.bg-fns2025-2 {
  background: url('../images/fns/2025/backgrounds/bg2.jpg') no-repeat center/cover;
}
.bg-fns2025-3 {
  background: url('../images/fns/2025/backgrounds/bg3.jpg') no-repeat center/cover;
}
.bg-fns2025-4 {
  background: url('../images/fns/2025/backgrounds/bg4.jpg') no-repeat center/cover;
}
.bg-fns2025-5 {
  background: url('../images/fns/2025/backgrounds/bg5.jpg') no-repeat center/cover;
}
.bg-fns2025-6 {
  background: url('../images/fns/2025/backgrounds/bg6.jpg') no-repeat center/cover;
}
.bg-fns2025-7 {
  background: url('../images/fns/2025/backgrounds/bg7.jpg') no-repeat center/cover;
}
.bg-fns2025-8 {
  background: url('../images/fns/2025/backgrounds/bg8.jpg') no-repeat center/cover;
}
.bg-fns2025-9 {
  background: url('../images/fns/2025/backgrounds/bg9.jpg') no-repeat center/cover;
}
.bg-fns2025-10 {
  background: url('../images/fns/2025/backgrounds/bg10.jpg') no-repeat center/cover;
}
.bg-fns2025-11 {
  background: url('../images/fns/2025/backgrounds/bg11.jpg') no-repeat center/cover;
}
@media (max-width: 768px) {
  .bg-fns2025-11 {
    background: url('../images/fns/2025/backgrounds/ruido.png'), radial-gradient(120% 90% at 50% 50%, #254252 0%, #213b49 40%, #1b2f3d 65%, #171C2C 100%);
  }
}
.bg-fns2025-1-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg1.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-2-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg2.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-3-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg3.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-4-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg4.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-5-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg5.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-6-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg6.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-7-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg7.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-8-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg8.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-9-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg9.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-10-overlay-dark {
  background: linear-gradient(rgba(23, 28, 44, 0.6), rgba(23, 28, 44, 0.6)), url('../images/fns/2025/backgrounds/bg10.jpg') no-repeat center center / cover;
  color: #FFFFFF;
}
.bg-fns2025-1-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg1.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-2-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg2.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-3-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg3.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-4-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg4.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-5-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg5.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-6-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg6.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-7-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg7.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-8-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg8.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-9-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg9.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-10-overlay-light {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/fns/2025/backgrounds/bg10.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-1-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg1.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-2-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg2.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-3-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg3.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-4-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg4.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-5-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg5.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-6-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg6.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-7-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg7.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-8-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg8.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-9-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg9.jpg') no-repeat center center / cover;
  color: #171C2C;
}
.bg-fns2025-10-overlay-naranja {
  background: linear-gradient(rgba(243, 151, 49, 0.4), rgba(243, 151, 49, 0.4)), url('../images/fns/2025/backgrounds/bg10.jpg') no-repeat center center / cover;
  color: #171C2C;
}
/* gradientes y aliases por área */
/* ==========================================================================
   2025 — Badges (variantes coloreadas + noise)
   ========================================================================= */
/* ==========================================================================
   SHARED — Helpers (genéricos, sin depender de tokens del año)
   ========================================================================= */
/* Ruido SVG reusable (no requiere assets) */
/* Gradiente genérico */
/* Bloque accesible con colores + enlaces */
/* Clases de utilidad para alineación de texto */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.fns-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.35em 0.9em;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: var(--fns-text);
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fns-badge__sep {
  opacity: 0.9;
  padding: 0 0.15em;
}
.fns-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.22"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  mix-blend-mode: overlay;
  pointer-events: none;
}
.fns-badge.is-pill {
  border-radius: 9999px;
}
.fns-badge.is-sm {
  font-size: 0.85rem;
  padding: 0.25em 0.65em;
}
.fns-badge.is-lg {
  font-size: 1.25rem;
  padding: 0.5em 1.15em;
}
.fns-badge.is-light {
  color: #171C2C;
  background: rgba(233, 180, 110, 0.9);
  border: 1px solid rgba(23, 28, 44, 0.12);
}
.fns-badge.is-light::after {
  mix-blend-mode: normal;
  opacity: 0.12;
}
.fns-badge.is-outline {
  background: none;
  color: inherit;
  border: 2px solid currentColor;
}
.fns-badge.is-outline::after {
  display: none;
}
.fns-badge--vino {
  background-image: linear-gradient(135deg, #781917, #E17036);
}
.fns-badge--fuego {
  background-image: linear-gradient(135deg, #E17036, #F39731);
}
.fns-badge--atardecer {
  background-image: linear-gradient(135deg, #F39731, #E9B46E);
}
.fns-badge--turquesa {
  background-image: linear-gradient(135deg, #00798B, #254252);
}
.fns-badge--cosmos {
  background-image: linear-gradient(135deg, #171C2C, #254252);
}
.fns-badge--uva {
  background-image: linear-gradient(135deg, #5D407B, #DD89B8);
}
/* Alias por áreas */
.fns-badge--feria {
  background-image: linear-gradient(135deg, #F39731, #E17036);
}
.fns-badge--espectaculo {
  background-image: linear-gradient(135deg, #781917, #E17036);
}
.fns-badge--forum {
  background-image: linear-gradient(135deg, #00798B, #254252);
}
/* badges 2025 */
/* ==========================================================================
   2025 — Presets Gantry (mapeo declarativo, mínimo DRY)
   ========================================================================= */
/* ==========================================================================
   SHARED — Helpers (genéricos, sin depender de tokens del año)
   ========================================================================= */
/* Ruido SVG reusable (no requiere assets) */
/* Gradiente genérico */
/* Bloque accesible con colores + enlaces */
/* Clases de utilidad para alineación de texto */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.preset-global #g-header, .preset-global .g-navigation {
  background-color: #fff;
  color: #171C2C;
}
.preset-global #g-header h1, .preset-global #g-header h2, .preset-global #g-header h3, .preset-global #g-header h4, .preset-global #g-header h5, .preset-global #g-header h6, .preset-global .g-navigation h1, .preset-global .g-navigation h2, .preset-global .g-navigation h3, .preset-global .g-navigation h4, .preset-global .g-navigation h5, .preset-global .g-navigation h6 {
  color: #171C2C;
}
.preset-global #g-header strong, .preset-global #g-header b, .preset-global .g-navigation strong, .preset-global .g-navigation b {
  color: #171C2C;
}
.preset-global #g-header a, .preset-global .g-navigation a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-header a:hover, .preset-global #g-header a:focus, .preset-global .g-navigation a:hover, .preset-global .g-navigation a:focus {
  color: #252d47;
}
.preset-global #g-header a.button, .preset-global .g-navigation a.button {
  text-decoration: none;
}
.preset-global #g-footer, .preset-global #g-copyright {
  background-color: #E17036;
  color: #171C2C;
}
.preset-global #g-footer h1, .preset-global #g-footer h2, .preset-global #g-footer h3, .preset-global #g-footer h4, .preset-global #g-footer h5, .preset-global #g-footer h6, .preset-global #g-copyright h1, .preset-global #g-copyright h2, .preset-global #g-copyright h3, .preset-global #g-copyright h4, .preset-global #g-copyright h5, .preset-global #g-copyright h6 {
  color: #171C2C;
}
.preset-global #g-footer strong, .preset-global #g-footer b, .preset-global #g-copyright strong, .preset-global #g-copyright b {
  color: #171C2C;
}
.preset-global #g-footer a, .preset-global #g-copyright a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-footer a:hover, .preset-global #g-footer a:focus, .preset-global #g-copyright a:hover, .preset-global #g-copyright a:focus {
  color: #252d47;
}
.preset-global #g-footer a.button, .preset-global #g-copyright a.button {
  text-decoration: none;
}
.preset-global #g-breadcrumb {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-breadcrumb h1, .preset-global #g-breadcrumb h2, .preset-global #g-breadcrumb h3, .preset-global #g-breadcrumb h4, .preset-global #g-breadcrumb h5, .preset-global #g-breadcrumb h6 {
  color: #171C2C;
}
.preset-global #g-breadcrumb strong, .preset-global #g-breadcrumb b {
  color: #171C2C;
}
.preset-global #g-breadcrumb a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-breadcrumb a:hover, .preset-global #g-breadcrumb a:focus {
  color: #252d47;
}
.preset-global #g-breadcrumb a.button {
  text-decoration: none;
}
.preset-global #g-fullwidth {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-fullwidth h1, .preset-global #g-fullwidth h2, .preset-global #g-fullwidth h3, .preset-global #g-fullwidth h4, .preset-global #g-fullwidth h5, .preset-global #g-fullwidth h6 {
  color: #171C2C;
}
.preset-global #g-fullwidth strong, .preset-global #g-fullwidth b {
  color: #171C2C;
}
.preset-global #g-fullwidth a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-fullwidth a:hover, .preset-global #g-fullwidth a:focus {
  color: #252d47;
}
.preset-global #g-fullwidth a.button {
  text-decoration: none;
}
.preset-global #g-showcase {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-showcase h1, .preset-global #g-showcase h2, .preset-global #g-showcase h3, .preset-global #g-showcase h4, .preset-global #g-showcase h5, .preset-global #g-showcase h6 {
  color: #171C2C;
}
.preset-global #g-showcase strong, .preset-global #g-showcase b {
  color: #171C2C;
}
.preset-global #g-showcase a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-showcase a:hover, .preset-global #g-showcase a:focus {
  color: #252d47;
}
.preset-global #g-showcase a.button {
  text-decoration: none;
}
.preset-global #g-intro {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-intro h1, .preset-global #g-intro h2, .preset-global #g-intro h3, .preset-global #g-intro h4, .preset-global #g-intro h5, .preset-global #g-intro h6 {
  color: #171C2C;
}
.preset-global #g-intro strong, .preset-global #g-intro b {
  color: #171C2C;
}
.preset-global #g-intro a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-intro a:hover, .preset-global #g-intro a:focus {
  color: #252d47;
}
.preset-global #g-intro a.button {
  text-decoration: none;
}
.preset-global #g-feature {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-feature h1, .preset-global #g-feature h2, .preset-global #g-feature h3, .preset-global #g-feature h4, .preset-global #g-feature h5, .preset-global #g-feature h6 {
  color: #171C2C;
}
.preset-global #g-feature strong, .preset-global #g-feature b {
  color: #171C2C;
}
.preset-global #g-feature a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-feature a:hover, .preset-global #g-feature a:focus {
  color: #252d47;
}
.preset-global #g-feature a.button {
  text-decoration: none;
}
.preset-global #g-subfeature {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-subfeature h1, .preset-global #g-subfeature h2, .preset-global #g-subfeature h3, .preset-global #g-subfeature h4, .preset-global #g-subfeature h5, .preset-global #g-subfeature h6 {
  color: #171C2C;
}
.preset-global #g-subfeature strong, .preset-global #g-subfeature b {
  color: #171C2C;
}
.preset-global #g-subfeature a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-subfeature a:hover, .preset-global #g-subfeature a:focus {
  color: #252d47;
}
.preset-global #g-subfeature a.button {
  text-decoration: none;
}
.preset-global #g-maintop {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-maintop h1, .preset-global #g-maintop h2, .preset-global #g-maintop h3, .preset-global #g-maintop h4, .preset-global #g-maintop h5, .preset-global #g-maintop h6 {
  color: #171C2C;
}
.preset-global #g-maintop strong, .preset-global #g-maintop b {
  color: #171C2C;
}
.preset-global #g-maintop a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-maintop a:hover, .preset-global #g-maintop a:focus {
  color: #252d47;
}
.preset-global #g-maintop a.button {
  text-decoration: none;
}
.preset-global #g-mainbody {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-global #g-mainbody h1, .preset-global #g-mainbody h2, .preset-global #g-mainbody h3, .preset-global #g-mainbody h4, .preset-global #g-mainbody h5, .preset-global #g-mainbody h6 {
  color: #171C2C;
}
.preset-global #g-mainbody strong, .preset-global #g-mainbody b {
  color: #171C2C;
}
.preset-global #g-mainbody a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-mainbody a:hover, .preset-global #g-mainbody a:focus {
  color: #252d47;
}
.preset-global #g-mainbody a.button {
  text-decoration: none;
}
.preset-global #g-aside {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-global #g-aside h1, .preset-global #g-aside h2, .preset-global #g-aside h3, .preset-global #g-aside h4, .preset-global #g-aside h5, .preset-global #g-aside h6 {
  color: #171C2C;
}
.preset-global #g-aside strong, .preset-global #g-aside b {
  color: #171C2C;
}
.preset-global #g-aside a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-aside a:hover, .preset-global #g-aside a:focus {
  color: #252d47;
}
.preset-global #g-aside a.button {
  text-decoration: none;
}
.preset-global #g-sidebar {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-global #g-sidebar h1, .preset-global #g-sidebar h2, .preset-global #g-sidebar h3, .preset-global #g-sidebar h4, .preset-global #g-sidebar h5, .preset-global #g-sidebar h6 {
  color: #171C2C;
}
.preset-global #g-sidebar strong, .preset-global #g-sidebar b {
  color: #171C2C;
}
.preset-global #g-sidebar a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-sidebar a:hover, .preset-global #g-sidebar a:focus {
  color: #252d47;
}
.preset-global #g-sidebar a.button {
  text-decoration: none;
}
.preset-global #g-mainbottom {
  background-color: #254252;
  color: #fff;
}
.preset-global #g-mainbottom h1, .preset-global #g-mainbottom h2, .preset-global #g-mainbottom h3, .preset-global #g-mainbottom h4, .preset-global #g-mainbottom h5, .preset-global #g-mainbottom h6 {
  color: #fff;
}
.preset-global #g-mainbottom strong, .preset-global #g-mainbottom b {
  color: #fff;
}
.preset-global #g-mainbottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-global #g-mainbottom a:hover, .preset-global #g-mainbottom a:focus {
  color: #ebebeb;
}
.preset-global #g-mainbottom a.button {
  text-decoration: none;
}
.preset-global #g-extension {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-extension h1, .preset-global #g-extension h2, .preset-global #g-extension h3, .preset-global #g-extension h4, .preset-global #g-extension h5, .preset-global #g-extension h6 {
  color: #171C2C;
}
.preset-global #g-extension strong, .preset-global #g-extension b {
  color: #171C2C;
}
.preset-global #g-extension a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-extension a:hover, .preset-global #g-extension a:focus {
  color: #252d47;
}
.preset-global #g-extension a.button {
  text-decoration: none;
}
.preset-global #g-additional {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-additional h1, .preset-global #g-additional h2, .preset-global #g-additional h3, .preset-global #g-additional h4, .preset-global #g-additional h5, .preset-global #g-additional h6 {
  color: #171C2C;
}
.preset-global #g-additional strong, .preset-global #g-additional b {
  color: #171C2C;
}
.preset-global #g-additional a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-additional a:hover, .preset-global #g-additional a:focus {
  color: #252d47;
}
.preset-global #g-additional a.button {
  text-decoration: none;
}
.preset-global #g-afterbottom {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-global #g-afterbottom h1, .preset-global #g-afterbottom h2, .preset-global #g-afterbottom h3, .preset-global #g-afterbottom h4, .preset-global #g-afterbottom h5, .preset-global #g-afterbottom h6 {
  color: #171C2C;
}
.preset-global #g-afterbottom strong, .preset-global #g-afterbottom b {
  color: #171C2C;
}
.preset-global #g-afterbottom a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-global #g-afterbottom a:hover, .preset-global #g-afterbottom a:focus {
  color: #252d47;
}
.preset-global #g-afterbottom a.button {
  text-decoration: none;
}
.preset-global #g-utility {
  background-color: #254252;
  color: #fff;
}
.preset-global #g-utility h1, .preset-global #g-utility h2, .preset-global #g-utility h3, .preset-global #g-utility h4, .preset-global #g-utility h5, .preset-global #g-utility h6 {
  color: #fff;
}
.preset-global #g-utility strong, .preset-global #g-utility b {
  color: #fff;
}
.preset-global #g-utility a {
  color: #fff;
  text-decoration: underline;
}
.preset-global #g-utility a:hover, .preset-global #g-utility a:focus {
  color: #ebebeb;
}
.preset-global #g-utility a.button {
  text-decoration: none;
}
.preset-global #g-prebottom {
  background-color: rgba(23, 28, 44, 0.06);
  color: #fff;
}
.preset-global #g-prebottom h1, .preset-global #g-prebottom h2, .preset-global #g-prebottom h3, .preset-global #g-prebottom h4, .preset-global #g-prebottom h5, .preset-global #g-prebottom h6 {
  color: #fff;
}
.preset-global #g-prebottom strong, .preset-global #g-prebottom b {
  color: #fff;
}
.preset-global #g-prebottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-global #g-prebottom a:hover, .preset-global #g-prebottom a:focus {
  color: #ebebeb;
}
.preset-global #g-prebottom a.button {
  text-decoration: none;
}
.preset-global #g-bottom {
  background-color: rgba(23, 28, 44, 0.06);
  color: #fff;
}
.preset-global #g-bottom h1, .preset-global #g-bottom h2, .preset-global #g-bottom h3, .preset-global #g-bottom h4, .preset-global #g-bottom h5, .preset-global #g-bottom h6 {
  color: #fff;
}
.preset-global #g-bottom strong, .preset-global #g-bottom b {
  color: #fff;
}
.preset-global #g-bottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-global #g-bottom a:hover, .preset-global #g-bottom a:focus {
  color: #ebebeb;
}
.preset-global #g-bottom a.button {
  text-decoration: none;
}
.preset-global #g-offcanvas {
  background-color: #254252;
  color: #fff;
}
.preset-global #g-offcanvas h1, .preset-global #g-offcanvas h2, .preset-global #g-offcanvas h3, .preset-global #g-offcanvas h4, .preset-global #g-offcanvas h5, .preset-global #g-offcanvas h6 {
  color: #fff;
}
.preset-global #g-offcanvas strong, .preset-global #g-offcanvas b {
  color: #fff;
}
.preset-global #g-offcanvas a {
  color: #fff;
  text-decoration: underline;
}
.preset-global #g-offcanvas a:hover, .preset-global #g-offcanvas a:focus {
  color: #ebebeb;
}
.preset-global #g-offcanvas a.button {
  text-decoration: none;
}
.preset-forum #g-header, .page-forum body #g-header, .menu-item-forum body #g-header, .preset-forum .g-navigation, .page-forum body .g-navigation, .menu-item-forum body .g-navigation {
  background-color: #fff;
  color: #171C2C;
}
.preset-forum #g-header h1, .page-forum body #g-header h1, .menu-item-forum body #g-header h1, .preset-forum #g-header h2, .page-forum body #g-header h2, .menu-item-forum body #g-header h2, .preset-forum #g-header h3, .page-forum body #g-header h3, .menu-item-forum body #g-header h3, .preset-forum #g-header h4, .page-forum body #g-header h4, .menu-item-forum body #g-header h4, .preset-forum #g-header h5, .page-forum body #g-header h5, .menu-item-forum body #g-header h5, .preset-forum #g-header h6, .page-forum body #g-header h6, .menu-item-forum body #g-header h6, .preset-forum .g-navigation h1, .page-forum body .g-navigation h1, .menu-item-forum body .g-navigation h1, .preset-forum .g-navigation h2, .page-forum body .g-navigation h2, .menu-item-forum body .g-navigation h2, .preset-forum .g-navigation h3, .page-forum body .g-navigation h3, .menu-item-forum body .g-navigation h3, .preset-forum .g-navigation h4, .page-forum body .g-navigation h4, .menu-item-forum body .g-navigation h4, .preset-forum .g-navigation h5, .page-forum body .g-navigation h5, .menu-item-forum body .g-navigation h5, .preset-forum .g-navigation h6, .page-forum body .g-navigation h6, .menu-item-forum body .g-navigation h6 {
  color: #171C2C;
}
.preset-forum #g-header strong, .page-forum body #g-header strong, .menu-item-forum body #g-header strong, .preset-forum #g-header b, .page-forum body #g-header b, .menu-item-forum body #g-header b, .preset-forum .g-navigation strong, .page-forum body .g-navigation strong, .menu-item-forum body .g-navigation strong, .preset-forum .g-navigation b, .page-forum body .g-navigation b, .menu-item-forum body .g-navigation b {
  color: #171C2C;
}
.preset-forum #g-header a, .page-forum body #g-header a, .menu-item-forum body #g-header a, .preset-forum .g-navigation a, .page-forum body .g-navigation a, .menu-item-forum body .g-navigation a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-header a:hover, .page-forum body #g-header a:hover, .menu-item-forum body #g-header a:hover, .preset-forum #g-header a:focus, .page-forum body #g-header a:focus, .menu-item-forum body #g-header a:focus, .preset-forum .g-navigation a:hover, .page-forum body .g-navigation a:hover, .menu-item-forum body .g-navigation a:hover, .preset-forum .g-navigation a:focus, .page-forum body .g-navigation a:focus, .menu-item-forum body .g-navigation a:focus {
  color: #252d47;
}
.preset-forum #g-header a.button, .page-forum body #g-header a.button, .menu-item-forum body #g-header a.button, .preset-forum .g-navigation a.button, .page-forum body .g-navigation a.button, .menu-item-forum body .g-navigation a.button {
  text-decoration: none;
}
.preset-forum #g-footer, .page-forum body #g-footer, .menu-item-forum body #g-footer, .preset-forum #g-copyright, .page-forum body #g-copyright, .menu-item-forum body #g-copyright {
  background-color: #E17036;
  color: #171C2C;
}
.preset-forum #g-footer h1, .page-forum body #g-footer h1, .menu-item-forum body #g-footer h1, .preset-forum #g-footer h2, .page-forum body #g-footer h2, .menu-item-forum body #g-footer h2, .preset-forum #g-footer h3, .page-forum body #g-footer h3, .menu-item-forum body #g-footer h3, .preset-forum #g-footer h4, .page-forum body #g-footer h4, .menu-item-forum body #g-footer h4, .preset-forum #g-footer h5, .page-forum body #g-footer h5, .menu-item-forum body #g-footer h5, .preset-forum #g-footer h6, .page-forum body #g-footer h6, .menu-item-forum body #g-footer h6, .preset-forum #g-copyright h1, .page-forum body #g-copyright h1, .menu-item-forum body #g-copyright h1, .preset-forum #g-copyright h2, .page-forum body #g-copyright h2, .menu-item-forum body #g-copyright h2, .preset-forum #g-copyright h3, .page-forum body #g-copyright h3, .menu-item-forum body #g-copyright h3, .preset-forum #g-copyright h4, .page-forum body #g-copyright h4, .menu-item-forum body #g-copyright h4, .preset-forum #g-copyright h5, .page-forum body #g-copyright h5, .menu-item-forum body #g-copyright h5, .preset-forum #g-copyright h6, .page-forum body #g-copyright h6, .menu-item-forum body #g-copyright h6 {
  color: #171C2C;
}
.preset-forum #g-footer strong, .page-forum body #g-footer strong, .menu-item-forum body #g-footer strong, .preset-forum #g-footer b, .page-forum body #g-footer b, .menu-item-forum body #g-footer b, .preset-forum #g-copyright strong, .page-forum body #g-copyright strong, .menu-item-forum body #g-copyright strong, .preset-forum #g-copyright b, .page-forum body #g-copyright b, .menu-item-forum body #g-copyright b {
  color: #171C2C;
}
.preset-forum #g-footer a, .page-forum body #g-footer a, .menu-item-forum body #g-footer a, .preset-forum #g-copyright a, .page-forum body #g-copyright a, .menu-item-forum body #g-copyright a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-footer a:hover, .page-forum body #g-footer a:hover, .menu-item-forum body #g-footer a:hover, .preset-forum #g-footer a:focus, .page-forum body #g-footer a:focus, .menu-item-forum body #g-footer a:focus, .preset-forum #g-copyright a:hover, .page-forum body #g-copyright a:hover, .menu-item-forum body #g-copyright a:hover, .preset-forum #g-copyright a:focus, .page-forum body #g-copyright a:focus, .menu-item-forum body #g-copyright a:focus {
  color: #252d47;
}
.preset-forum #g-footer a.button, .page-forum body #g-footer a.button, .menu-item-forum body #g-footer a.button, .preset-forum #g-copyright a.button, .page-forum body #g-copyright a.button, .menu-item-forum body #g-copyright a.button {
  text-decoration: none;
}
.preset-forum #g-breadcrumb, .page-forum body #g-breadcrumb, .menu-item-forum body #g-breadcrumb {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-breadcrumb h1, .page-forum body #g-breadcrumb h1, .menu-item-forum body #g-breadcrumb h1, .preset-forum #g-breadcrumb h2, .page-forum body #g-breadcrumb h2, .menu-item-forum body #g-breadcrumb h2, .preset-forum #g-breadcrumb h3, .page-forum body #g-breadcrumb h3, .menu-item-forum body #g-breadcrumb h3, .preset-forum #g-breadcrumb h4, .page-forum body #g-breadcrumb h4, .menu-item-forum body #g-breadcrumb h4, .preset-forum #g-breadcrumb h5, .page-forum body #g-breadcrumb h5, .menu-item-forum body #g-breadcrumb h5, .preset-forum #g-breadcrumb h6, .page-forum body #g-breadcrumb h6, .menu-item-forum body #g-breadcrumb h6 {
  color: #fff;
}
.preset-forum #g-breadcrumb strong, .page-forum body #g-breadcrumb strong, .menu-item-forum body #g-breadcrumb strong, .preset-forum #g-breadcrumb b, .page-forum body #g-breadcrumb b, .menu-item-forum body #g-breadcrumb b {
  color: #fff;
}
.preset-forum #g-breadcrumb a, .page-forum body #g-breadcrumb a, .menu-item-forum body #g-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-breadcrumb a:hover, .page-forum body #g-breadcrumb a:hover, .menu-item-forum body #g-breadcrumb a:hover, .preset-forum #g-breadcrumb a:focus, .page-forum body #g-breadcrumb a:focus, .menu-item-forum body #g-breadcrumb a:focus {
  color: #ebebeb;
}
.preset-forum #g-breadcrumb a.button, .page-forum body #g-breadcrumb a.button, .menu-item-forum body #g-breadcrumb a.button {
  text-decoration: none;
}
.preset-forum #g-fullwidth, .page-forum body #g-fullwidth, .menu-item-forum body #g-fullwidth {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-fullwidth h1, .page-forum body #g-fullwidth h1, .menu-item-forum body #g-fullwidth h1, .preset-forum #g-fullwidth h2, .page-forum body #g-fullwidth h2, .menu-item-forum body #g-fullwidth h2, .preset-forum #g-fullwidth h3, .page-forum body #g-fullwidth h3, .menu-item-forum body #g-fullwidth h3, .preset-forum #g-fullwidth h4, .page-forum body #g-fullwidth h4, .menu-item-forum body #g-fullwidth h4, .preset-forum #g-fullwidth h5, .page-forum body #g-fullwidth h5, .menu-item-forum body #g-fullwidth h5, .preset-forum #g-fullwidth h6, .page-forum body #g-fullwidth h6, .menu-item-forum body #g-fullwidth h6 {
  color: #fff;
}
.preset-forum #g-fullwidth strong, .page-forum body #g-fullwidth strong, .menu-item-forum body #g-fullwidth strong, .preset-forum #g-fullwidth b, .page-forum body #g-fullwidth b, .menu-item-forum body #g-fullwidth b {
  color: #fff;
}
.preset-forum #g-fullwidth a, .page-forum body #g-fullwidth a, .menu-item-forum body #g-fullwidth a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-fullwidth a:hover, .page-forum body #g-fullwidth a:hover, .menu-item-forum body #g-fullwidth a:hover, .preset-forum #g-fullwidth a:focus, .page-forum body #g-fullwidth a:focus, .menu-item-forum body #g-fullwidth a:focus {
  color: #ebebeb;
}
.preset-forum #g-fullwidth a.button, .page-forum body #g-fullwidth a.button, .menu-item-forum body #g-fullwidth a.button {
  text-decoration: none;
}
.preset-forum #g-showcase, .page-forum body #g-showcase, .menu-item-forum body #g-showcase {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-showcase h1, .page-forum body #g-showcase h1, .menu-item-forum body #g-showcase h1, .preset-forum #g-showcase h2, .page-forum body #g-showcase h2, .menu-item-forum body #g-showcase h2, .preset-forum #g-showcase h3, .page-forum body #g-showcase h3, .menu-item-forum body #g-showcase h3, .preset-forum #g-showcase h4, .page-forum body #g-showcase h4, .menu-item-forum body #g-showcase h4, .preset-forum #g-showcase h5, .page-forum body #g-showcase h5, .menu-item-forum body #g-showcase h5, .preset-forum #g-showcase h6, .page-forum body #g-showcase h6, .menu-item-forum body #g-showcase h6 {
  color: #fff;
}
.preset-forum #g-showcase strong, .page-forum body #g-showcase strong, .menu-item-forum body #g-showcase strong, .preset-forum #g-showcase b, .page-forum body #g-showcase b, .menu-item-forum body #g-showcase b {
  color: #fff;
}
.preset-forum #g-showcase a, .page-forum body #g-showcase a, .menu-item-forum body #g-showcase a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-showcase a:hover, .page-forum body #g-showcase a:hover, .menu-item-forum body #g-showcase a:hover, .preset-forum #g-showcase a:focus, .page-forum body #g-showcase a:focus, .menu-item-forum body #g-showcase a:focus {
  color: #ebebeb;
}
.preset-forum #g-showcase a.button, .page-forum body #g-showcase a.button, .menu-item-forum body #g-showcase a.button {
  text-decoration: none;
}
.preset-forum #g-intro, .page-forum body #g-intro, .menu-item-forum body #g-intro {
  background-color: #171C2C;
  color: #fff;
}
.preset-forum #g-intro h1, .page-forum body #g-intro h1, .menu-item-forum body #g-intro h1, .preset-forum #g-intro h2, .page-forum body #g-intro h2, .menu-item-forum body #g-intro h2, .preset-forum #g-intro h3, .page-forum body #g-intro h3, .menu-item-forum body #g-intro h3, .preset-forum #g-intro h4, .page-forum body #g-intro h4, .menu-item-forum body #g-intro h4, .preset-forum #g-intro h5, .page-forum body #g-intro h5, .menu-item-forum body #g-intro h5, .preset-forum #g-intro h6, .page-forum body #g-intro h6, .menu-item-forum body #g-intro h6 {
  color: #fff;
}
.preset-forum #g-intro strong, .page-forum body #g-intro strong, .menu-item-forum body #g-intro strong, .preset-forum #g-intro b, .page-forum body #g-intro b, .menu-item-forum body #g-intro b {
  color: #fff;
}
.preset-forum #g-intro a, .page-forum body #g-intro a, .menu-item-forum body #g-intro a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-intro a:hover, .page-forum body #g-intro a:hover, .menu-item-forum body #g-intro a:hover, .preset-forum #g-intro a:focus, .page-forum body #g-intro a:focus, .menu-item-forum body #g-intro a:focus {
  color: #ebebeb;
}
.preset-forum #g-intro a.button, .page-forum body #g-intro a.button, .menu-item-forum body #g-intro a.button {
  text-decoration: none;
}
.preset-forum #g-feature, .page-forum body #g-feature, .menu-item-forum body #g-feature {
  background-color: #171C2C;
  color: #fff;
}
.preset-forum #g-feature h1, .page-forum body #g-feature h1, .menu-item-forum body #g-feature h1, .preset-forum #g-feature h2, .page-forum body #g-feature h2, .menu-item-forum body #g-feature h2, .preset-forum #g-feature h3, .page-forum body #g-feature h3, .menu-item-forum body #g-feature h3, .preset-forum #g-feature h4, .page-forum body #g-feature h4, .menu-item-forum body #g-feature h4, .preset-forum #g-feature h5, .page-forum body #g-feature h5, .menu-item-forum body #g-feature h5, .preset-forum #g-feature h6, .page-forum body #g-feature h6, .menu-item-forum body #g-feature h6 {
  color: #fff;
}
.preset-forum #g-feature strong, .page-forum body #g-feature strong, .menu-item-forum body #g-feature strong, .preset-forum #g-feature b, .page-forum body #g-feature b, .menu-item-forum body #g-feature b {
  color: #fff;
}
.preset-forum #g-feature a, .page-forum body #g-feature a, .menu-item-forum body #g-feature a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-feature a:hover, .page-forum body #g-feature a:hover, .menu-item-forum body #g-feature a:hover, .preset-forum #g-feature a:focus, .page-forum body #g-feature a:focus, .menu-item-forum body #g-feature a:focus {
  color: #ebebeb;
}
.preset-forum #g-feature a.button, .page-forum body #g-feature a.button, .menu-item-forum body #g-feature a.button {
  text-decoration: none;
}
.preset-forum #g-subfeature, .page-forum body #g-subfeature, .menu-item-forum body #g-subfeature {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-subfeature h1, .page-forum body #g-subfeature h1, .menu-item-forum body #g-subfeature h1, .preset-forum #g-subfeature h2, .page-forum body #g-subfeature h2, .menu-item-forum body #g-subfeature h2, .preset-forum #g-subfeature h3, .page-forum body #g-subfeature h3, .menu-item-forum body #g-subfeature h3, .preset-forum #g-subfeature h4, .page-forum body #g-subfeature h4, .menu-item-forum body #g-subfeature h4, .preset-forum #g-subfeature h5, .page-forum body #g-subfeature h5, .menu-item-forum body #g-subfeature h5, .preset-forum #g-subfeature h6, .page-forum body #g-subfeature h6, .menu-item-forum body #g-subfeature h6 {
  color: #fff;
}
.preset-forum #g-subfeature strong, .page-forum body #g-subfeature strong, .menu-item-forum body #g-subfeature strong, .preset-forum #g-subfeature b, .page-forum body #g-subfeature b, .menu-item-forum body #g-subfeature b {
  color: #fff;
}
.preset-forum #g-subfeature a, .page-forum body #g-subfeature a, .menu-item-forum body #g-subfeature a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-subfeature a:hover, .page-forum body #g-subfeature a:hover, .menu-item-forum body #g-subfeature a:hover, .preset-forum #g-subfeature a:focus, .page-forum body #g-subfeature a:focus, .menu-item-forum body #g-subfeature a:focus {
  color: #ebebeb;
}
.preset-forum #g-subfeature a.button, .page-forum body #g-subfeature a.button, .menu-item-forum body #g-subfeature a.button {
  text-decoration: none;
}
.preset-forum #g-maintop, .page-forum body #g-maintop, .menu-item-forum body #g-maintop {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-maintop h1, .page-forum body #g-maintop h1, .menu-item-forum body #g-maintop h1, .preset-forum #g-maintop h2, .page-forum body #g-maintop h2, .menu-item-forum body #g-maintop h2, .preset-forum #g-maintop h3, .page-forum body #g-maintop h3, .menu-item-forum body #g-maintop h3, .preset-forum #g-maintop h4, .page-forum body #g-maintop h4, .menu-item-forum body #g-maintop h4, .preset-forum #g-maintop h5, .page-forum body #g-maintop h5, .menu-item-forum body #g-maintop h5, .preset-forum #g-maintop h6, .page-forum body #g-maintop h6, .menu-item-forum body #g-maintop h6 {
  color: #fff;
}
.preset-forum #g-maintop strong, .page-forum body #g-maintop strong, .menu-item-forum body #g-maintop strong, .preset-forum #g-maintop b, .page-forum body #g-maintop b, .menu-item-forum body #g-maintop b {
  color: #fff;
}
.preset-forum #g-maintop a, .page-forum body #g-maintop a, .menu-item-forum body #g-maintop a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-maintop a:hover, .page-forum body #g-maintop a:hover, .menu-item-forum body #g-maintop a:hover, .preset-forum #g-maintop a:focus, .page-forum body #g-maintop a:focus, .menu-item-forum body #g-maintop a:focus {
  color: #ebebeb;
}
.preset-forum #g-maintop a.button, .page-forum body #g-maintop a.button, .menu-item-forum body #g-maintop a.button {
  text-decoration: none;
}
.preset-forum #g-mainbody, .page-forum body #g-mainbody, .menu-item-forum body #g-mainbody {
  background-color: #fff;
  color: #171C2C;
}
.preset-forum #g-mainbody h1, .page-forum body #g-mainbody h1, .menu-item-forum body #g-mainbody h1, .preset-forum #g-mainbody h2, .page-forum body #g-mainbody h2, .menu-item-forum body #g-mainbody h2, .preset-forum #g-mainbody h3, .page-forum body #g-mainbody h3, .menu-item-forum body #g-mainbody h3, .preset-forum #g-mainbody h4, .page-forum body #g-mainbody h4, .menu-item-forum body #g-mainbody h4, .preset-forum #g-mainbody h5, .page-forum body #g-mainbody h5, .menu-item-forum body #g-mainbody h5, .preset-forum #g-mainbody h6, .page-forum body #g-mainbody h6, .menu-item-forum body #g-mainbody h6 {
  color: #171C2C;
}
.preset-forum #g-mainbody strong, .page-forum body #g-mainbody strong, .menu-item-forum body #g-mainbody strong, .preset-forum #g-mainbody b, .page-forum body #g-mainbody b, .menu-item-forum body #g-mainbody b {
  color: #171C2C;
}
.preset-forum #g-mainbody a, .page-forum body #g-mainbody a, .menu-item-forum body #g-mainbody a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-mainbody a:hover, .page-forum body #g-mainbody a:hover, .menu-item-forum body #g-mainbody a:hover, .preset-forum #g-mainbody a:focus, .page-forum body #g-mainbody a:focus, .menu-item-forum body #g-mainbody a:focus {
  color: #252d47;
}
.preset-forum #g-mainbody a.button, .page-forum body #g-mainbody a.button, .menu-item-forum body #g-mainbody a.button {
  text-decoration: none;
}
.preset-forum #g-aside, .page-forum body #g-aside, .menu-item-forum body #g-aside {
  background-color: #fff;
  color: #171C2C;
}
.preset-forum #g-aside h1, .page-forum body #g-aside h1, .menu-item-forum body #g-aside h1, .preset-forum #g-aside h2, .page-forum body #g-aside h2, .menu-item-forum body #g-aside h2, .preset-forum #g-aside h3, .page-forum body #g-aside h3, .menu-item-forum body #g-aside h3, .preset-forum #g-aside h4, .page-forum body #g-aside h4, .menu-item-forum body #g-aside h4, .preset-forum #g-aside h5, .page-forum body #g-aside h5, .menu-item-forum body #g-aside h5, .preset-forum #g-aside h6, .page-forum body #g-aside h6, .menu-item-forum body #g-aside h6 {
  color: #171C2C;
}
.preset-forum #g-aside strong, .page-forum body #g-aside strong, .menu-item-forum body #g-aside strong, .preset-forum #g-aside b, .page-forum body #g-aside b, .menu-item-forum body #g-aside b {
  color: #171C2C;
}
.preset-forum #g-aside a, .page-forum body #g-aside a, .menu-item-forum body #g-aside a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-aside a:hover, .page-forum body #g-aside a:hover, .menu-item-forum body #g-aside a:hover, .preset-forum #g-aside a:focus, .page-forum body #g-aside a:focus, .menu-item-forum body #g-aside a:focus {
  color: #252d47;
}
.preset-forum #g-aside a.button, .page-forum body #g-aside a.button, .menu-item-forum body #g-aside a.button {
  text-decoration: none;
}
.preset-forum #g-sidebar, .page-forum body #g-sidebar, .menu-item-forum body #g-sidebar {
  background-color: #fff;
  color: #171C2C;
}
.preset-forum #g-sidebar h1, .page-forum body #g-sidebar h1, .menu-item-forum body #g-sidebar h1, .preset-forum #g-sidebar h2, .page-forum body #g-sidebar h2, .menu-item-forum body #g-sidebar h2, .preset-forum #g-sidebar h3, .page-forum body #g-sidebar h3, .menu-item-forum body #g-sidebar h3, .preset-forum #g-sidebar h4, .page-forum body #g-sidebar h4, .menu-item-forum body #g-sidebar h4, .preset-forum #g-sidebar h5, .page-forum body #g-sidebar h5, .menu-item-forum body #g-sidebar h5, .preset-forum #g-sidebar h6, .page-forum body #g-sidebar h6, .menu-item-forum body #g-sidebar h6 {
  color: #171C2C;
}
.preset-forum #g-sidebar strong, .page-forum body #g-sidebar strong, .menu-item-forum body #g-sidebar strong, .preset-forum #g-sidebar b, .page-forum body #g-sidebar b, .menu-item-forum body #g-sidebar b {
  color: #171C2C;
}
.preset-forum #g-sidebar a, .page-forum body #g-sidebar a, .menu-item-forum body #g-sidebar a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-sidebar a:hover, .page-forum body #g-sidebar a:hover, .menu-item-forum body #g-sidebar a:hover, .preset-forum #g-sidebar a:focus, .page-forum body #g-sidebar a:focus, .menu-item-forum body #g-sidebar a:focus {
  color: #252d47;
}
.preset-forum #g-sidebar a.button, .page-forum body #g-sidebar a.button, .menu-item-forum body #g-sidebar a.button {
  text-decoration: none;
}
.preset-forum #g-mainbottom, .page-forum body #g-mainbottom, .menu-item-forum body #g-mainbottom {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-mainbottom h1, .page-forum body #g-mainbottom h1, .menu-item-forum body #g-mainbottom h1, .preset-forum #g-mainbottom h2, .page-forum body #g-mainbottom h2, .menu-item-forum body #g-mainbottom h2, .preset-forum #g-mainbottom h3, .page-forum body #g-mainbottom h3, .menu-item-forum body #g-mainbottom h3, .preset-forum #g-mainbottom h4, .page-forum body #g-mainbottom h4, .menu-item-forum body #g-mainbottom h4, .preset-forum #g-mainbottom h5, .page-forum body #g-mainbottom h5, .menu-item-forum body #g-mainbottom h5, .preset-forum #g-mainbottom h6, .page-forum body #g-mainbottom h6, .menu-item-forum body #g-mainbottom h6 {
  color: #fff;
}
.preset-forum #g-mainbottom strong, .page-forum body #g-mainbottom strong, .menu-item-forum body #g-mainbottom strong, .preset-forum #g-mainbottom b, .page-forum body #g-mainbottom b, .menu-item-forum body #g-mainbottom b {
  color: #fff;
}
.preset-forum #g-mainbottom a, .page-forum body #g-mainbottom a, .menu-item-forum body #g-mainbottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-mainbottom a:hover, .page-forum body #g-mainbottom a:hover, .menu-item-forum body #g-mainbottom a:hover, .preset-forum #g-mainbottom a:focus, .page-forum body #g-mainbottom a:focus, .menu-item-forum body #g-mainbottom a:focus {
  color: #ebebeb;
}
.preset-forum #g-mainbottom a.button, .page-forum body #g-mainbottom a.button, .menu-item-forum body #g-mainbottom a.button {
  text-decoration: none;
}
.preset-forum #g-extension, .page-forum body #g-extension, .menu-item-forum body #g-extension {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-extension h1, .page-forum body #g-extension h1, .menu-item-forum body #g-extension h1, .preset-forum #g-extension h2, .page-forum body #g-extension h2, .menu-item-forum body #g-extension h2, .preset-forum #g-extension h3, .page-forum body #g-extension h3, .menu-item-forum body #g-extension h3, .preset-forum #g-extension h4, .page-forum body #g-extension h4, .menu-item-forum body #g-extension h4, .preset-forum #g-extension h5, .page-forum body #g-extension h5, .menu-item-forum body #g-extension h5, .preset-forum #g-extension h6, .page-forum body #g-extension h6, .menu-item-forum body #g-extension h6 {
  color: #fff;
}
.preset-forum #g-extension strong, .page-forum body #g-extension strong, .menu-item-forum body #g-extension strong, .preset-forum #g-extension b, .page-forum body #g-extension b, .menu-item-forum body #g-extension b {
  color: #fff;
}
.preset-forum #g-extension a, .page-forum body #g-extension a, .menu-item-forum body #g-extension a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-extension a:hover, .page-forum body #g-extension a:hover, .menu-item-forum body #g-extension a:hover, .preset-forum #g-extension a:focus, .page-forum body #g-extension a:focus, .menu-item-forum body #g-extension a:focus {
  color: #ebebeb;
}
.preset-forum #g-extension a.button, .page-forum body #g-extension a.button, .menu-item-forum body #g-extension a.button {
  text-decoration: none;
}
.preset-forum #g-additional, .page-forum body #g-additional, .menu-item-forum body #g-additional {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-additional h1, .page-forum body #g-additional h1, .menu-item-forum body #g-additional h1, .preset-forum #g-additional h2, .page-forum body #g-additional h2, .menu-item-forum body #g-additional h2, .preset-forum #g-additional h3, .page-forum body #g-additional h3, .menu-item-forum body #g-additional h3, .preset-forum #g-additional h4, .page-forum body #g-additional h4, .menu-item-forum body #g-additional h4, .preset-forum #g-additional h5, .page-forum body #g-additional h5, .menu-item-forum body #g-additional h5, .preset-forum #g-additional h6, .page-forum body #g-additional h6, .menu-item-forum body #g-additional h6 {
  color: #fff;
}
.preset-forum #g-additional strong, .page-forum body #g-additional strong, .menu-item-forum body #g-additional strong, .preset-forum #g-additional b, .page-forum body #g-additional b, .menu-item-forum body #g-additional b {
  color: #fff;
}
.preset-forum #g-additional a, .page-forum body #g-additional a, .menu-item-forum body #g-additional a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-additional a:hover, .page-forum body #g-additional a:hover, .menu-item-forum body #g-additional a:hover, .preset-forum #g-additional a:focus, .page-forum body #g-additional a:focus, .menu-item-forum body #g-additional a:focus {
  color: #ebebeb;
}
.preset-forum #g-additional a.button, .page-forum body #g-additional a.button, .menu-item-forum body #g-additional a.button {
  text-decoration: none;
}
.preset-forum #g-afterbottom, .page-forum body #g-afterbottom, .menu-item-forum body #g-afterbottom {
  background-color: #fff;
  color: #171C2C;
}
.preset-forum #g-afterbottom h1, .page-forum body #g-afterbottom h1, .menu-item-forum body #g-afterbottom h1, .preset-forum #g-afterbottom h2, .page-forum body #g-afterbottom h2, .menu-item-forum body #g-afterbottom h2, .preset-forum #g-afterbottom h3, .page-forum body #g-afterbottom h3, .menu-item-forum body #g-afterbottom h3, .preset-forum #g-afterbottom h4, .page-forum body #g-afterbottom h4, .menu-item-forum body #g-afterbottom h4, .preset-forum #g-afterbottom h5, .page-forum body #g-afterbottom h5, .menu-item-forum body #g-afterbottom h5, .preset-forum #g-afterbottom h6, .page-forum body #g-afterbottom h6, .menu-item-forum body #g-afterbottom h6 {
  color: #171C2C;
}
.preset-forum #g-afterbottom strong, .page-forum body #g-afterbottom strong, .menu-item-forum body #g-afterbottom strong, .preset-forum #g-afterbottom b, .page-forum body #g-afterbottom b, .menu-item-forum body #g-afterbottom b {
  color: #171C2C;
}
.preset-forum #g-afterbottom a, .page-forum body #g-afterbottom a, .menu-item-forum body #g-afterbottom a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-afterbottom a:hover, .page-forum body #g-afterbottom a:hover, .menu-item-forum body #g-afterbottom a:hover, .preset-forum #g-afterbottom a:focus, .page-forum body #g-afterbottom a:focus, .menu-item-forum body #g-afterbottom a:focus {
  color: #252d47;
}
.preset-forum #g-afterbottom a.button, .page-forum body #g-afterbottom a.button, .menu-item-forum body #g-afterbottom a.button {
  text-decoration: none;
}
.preset-forum #g-utility, .page-forum body #g-utility, .menu-item-forum body #g-utility {
  background-color: #171C2C;
  color: #fff;
}
.preset-forum #g-utility h1, .page-forum body #g-utility h1, .menu-item-forum body #g-utility h1, .preset-forum #g-utility h2, .page-forum body #g-utility h2, .menu-item-forum body #g-utility h2, .preset-forum #g-utility h3, .page-forum body #g-utility h3, .menu-item-forum body #g-utility h3, .preset-forum #g-utility h4, .page-forum body #g-utility h4, .menu-item-forum body #g-utility h4, .preset-forum #g-utility h5, .page-forum body #g-utility h5, .menu-item-forum body #g-utility h5, .preset-forum #g-utility h6, .page-forum body #g-utility h6, .menu-item-forum body #g-utility h6 {
  color: #fff;
}
.preset-forum #g-utility strong, .page-forum body #g-utility strong, .menu-item-forum body #g-utility strong, .preset-forum #g-utility b, .page-forum body #g-utility b, .menu-item-forum body #g-utility b {
  color: #fff;
}
.preset-forum #g-utility a, .page-forum body #g-utility a, .menu-item-forum body #g-utility a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-utility a:hover, .page-forum body #g-utility a:hover, .menu-item-forum body #g-utility a:hover, .preset-forum #g-utility a:focus, .page-forum body #g-utility a:focus, .menu-item-forum body #g-utility a:focus {
  color: #ebebeb;
}
.preset-forum #g-utility a.button, .page-forum body #g-utility a.button, .menu-item-forum body #g-utility a.button {
  text-decoration: none;
}
.preset-forum #g-prebottom, .page-forum body #g-prebottom, .menu-item-forum body #g-prebottom {
  background-color: rgba(23, 28, 44, 0.06);
  color: #fff;
}
.preset-forum #g-prebottom h1, .page-forum body #g-prebottom h1, .menu-item-forum body #g-prebottom h1, .preset-forum #g-prebottom h2, .page-forum body #g-prebottom h2, .menu-item-forum body #g-prebottom h2, .preset-forum #g-prebottom h3, .page-forum body #g-prebottom h3, .menu-item-forum body #g-prebottom h3, .preset-forum #g-prebottom h4, .page-forum body #g-prebottom h4, .menu-item-forum body #g-prebottom h4, .preset-forum #g-prebottom h5, .page-forum body #g-prebottom h5, .menu-item-forum body #g-prebottom h5, .preset-forum #g-prebottom h6, .page-forum body #g-prebottom h6, .menu-item-forum body #g-prebottom h6 {
  color: #fff;
}
.preset-forum #g-prebottom strong, .page-forum body #g-prebottom strong, .menu-item-forum body #g-prebottom strong, .preset-forum #g-prebottom b, .page-forum body #g-prebottom b, .menu-item-forum body #g-prebottom b {
  color: #fff;
}
.preset-forum #g-prebottom a, .page-forum body #g-prebottom a, .menu-item-forum body #g-prebottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-prebottom a:hover, .page-forum body #g-prebottom a:hover, .menu-item-forum body #g-prebottom a:hover, .preset-forum #g-prebottom a:focus, .page-forum body #g-prebottom a:focus, .menu-item-forum body #g-prebottom a:focus {
  color: #ebebeb;
}
.preset-forum #g-prebottom a.button, .page-forum body #g-prebottom a.button, .menu-item-forum body #g-prebottom a.button {
  text-decoration: none;
}
.preset-forum #g-bottom, .page-forum body #g-bottom, .menu-item-forum body #g-bottom {
  background-color: rgba(23, 28, 44, 0.06);
  color: #fff;
}
.preset-forum #g-bottom h1, .page-forum body #g-bottom h1, .menu-item-forum body #g-bottom h1, .preset-forum #g-bottom h2, .page-forum body #g-bottom h2, .menu-item-forum body #g-bottom h2, .preset-forum #g-bottom h3, .page-forum body #g-bottom h3, .menu-item-forum body #g-bottom h3, .preset-forum #g-bottom h4, .page-forum body #g-bottom h4, .menu-item-forum body #g-bottom h4, .preset-forum #g-bottom h5, .page-forum body #g-bottom h5, .menu-item-forum body #g-bottom h5, .preset-forum #g-bottom h6, .page-forum body #g-bottom h6, .menu-item-forum body #g-bottom h6 {
  color: #fff;
}
.preset-forum #g-bottom strong, .page-forum body #g-bottom strong, .menu-item-forum body #g-bottom strong, .preset-forum #g-bottom b, .page-forum body #g-bottom b, .menu-item-forum body #g-bottom b {
  color: #fff;
}
.preset-forum #g-bottom a, .page-forum body #g-bottom a, .menu-item-forum body #g-bottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-bottom a:hover, .page-forum body #g-bottom a:hover, .menu-item-forum body #g-bottom a:hover, .preset-forum #g-bottom a:focus, .page-forum body #g-bottom a:focus, .menu-item-forum body #g-bottom a:focus {
  color: #ebebeb;
}
.preset-forum #g-bottom a.button, .page-forum body #g-bottom a.button, .menu-item-forum body #g-bottom a.button {
  text-decoration: none;
}
.preset-forum #g-last, .page-forum body #g-last, .menu-item-forum body #g-last {
  background-color: #fff;
  color: #171C2C;
}
.preset-forum #g-last h1, .page-forum body #g-last h1, .menu-item-forum body #g-last h1, .preset-forum #g-last h2, .page-forum body #g-last h2, .menu-item-forum body #g-last h2, .preset-forum #g-last h3, .page-forum body #g-last h3, .menu-item-forum body #g-last h3, .preset-forum #g-last h4, .page-forum body #g-last h4, .menu-item-forum body #g-last h4, .preset-forum #g-last h5, .page-forum body #g-last h5, .menu-item-forum body #g-last h5, .preset-forum #g-last h6, .page-forum body #g-last h6, .menu-item-forum body #g-last h6 {
  color: #171C2C;
}
.preset-forum #g-last strong, .page-forum body #g-last strong, .menu-item-forum body #g-last strong, .preset-forum #g-last b, .page-forum body #g-last b, .menu-item-forum body #g-last b {
  color: #171C2C;
}
.preset-forum #g-last a, .page-forum body #g-last a, .menu-item-forum body #g-last a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-forum #g-last a:hover, .page-forum body #g-last a:hover, .menu-item-forum body #g-last a:hover, .preset-forum #g-last a:focus, .page-forum body #g-last a:focus, .menu-item-forum body #g-last a:focus {
  color: #252d47;
}
.preset-forum #g-last a.button, .page-forum body #g-last a.button, .menu-item-forum body #g-last a.button {
  text-decoration: none;
}
.preset-forum #g-offcanvas, .page-forum body #g-offcanvas, .menu-item-forum body #g-offcanvas {
  background-color: #254252;
  color: #fff;
}
.preset-forum #g-offcanvas h1, .page-forum body #g-offcanvas h1, .menu-item-forum body #g-offcanvas h1, .preset-forum #g-offcanvas h2, .page-forum body #g-offcanvas h2, .menu-item-forum body #g-offcanvas h2, .preset-forum #g-offcanvas h3, .page-forum body #g-offcanvas h3, .menu-item-forum body #g-offcanvas h3, .preset-forum #g-offcanvas h4, .page-forum body #g-offcanvas h4, .menu-item-forum body #g-offcanvas h4, .preset-forum #g-offcanvas h5, .page-forum body #g-offcanvas h5, .menu-item-forum body #g-offcanvas h5, .preset-forum #g-offcanvas h6, .page-forum body #g-offcanvas h6, .menu-item-forum body #g-offcanvas h6 {
  color: #fff;
}
.preset-forum #g-offcanvas strong, .page-forum body #g-offcanvas strong, .menu-item-forum body #g-offcanvas strong, .preset-forum #g-offcanvas b, .page-forum body #g-offcanvas b, .menu-item-forum body #g-offcanvas b {
  color: #fff;
}
.preset-forum #g-offcanvas a, .page-forum body #g-offcanvas a, .menu-item-forum body #g-offcanvas a {
  color: #fff;
  text-decoration: underline;
}
.preset-forum #g-offcanvas a:hover, .page-forum body #g-offcanvas a:hover, .menu-item-forum body #g-offcanvas a:hover, .preset-forum #g-offcanvas a:focus, .page-forum body #g-offcanvas a:focus, .menu-item-forum body #g-offcanvas a:focus {
  color: #ebebeb;
}
.preset-forum #g-offcanvas a.button, .page-forum body #g-offcanvas a.button, .menu-item-forum body #g-offcanvas a.button {
  text-decoration: none;
}
.preset-feria #g-header, .page-feria body #g-header, .menu-item-feria body #g-header, .preset-feria .g-navigation, .page-feria body .g-navigation, .menu-item-feria body .g-navigation {
  background-color: #fff;
  color: #171C2C;
}
.preset-feria #g-header h1, .page-feria body #g-header h1, .menu-item-feria body #g-header h1, .preset-feria #g-header h2, .page-feria body #g-header h2, .menu-item-feria body #g-header h2, .preset-feria #g-header h3, .page-feria body #g-header h3, .menu-item-feria body #g-header h3, .preset-feria #g-header h4, .page-feria body #g-header h4, .menu-item-feria body #g-header h4, .preset-feria #g-header h5, .page-feria body #g-header h5, .menu-item-feria body #g-header h5, .preset-feria #g-header h6, .page-feria body #g-header h6, .menu-item-feria body #g-header h6, .preset-feria .g-navigation h1, .page-feria body .g-navigation h1, .menu-item-feria body .g-navigation h1, .preset-feria .g-navigation h2, .page-feria body .g-navigation h2, .menu-item-feria body .g-navigation h2, .preset-feria .g-navigation h3, .page-feria body .g-navigation h3, .menu-item-feria body .g-navigation h3, .preset-feria .g-navigation h4, .page-feria body .g-navigation h4, .menu-item-feria body .g-navigation h4, .preset-feria .g-navigation h5, .page-feria body .g-navigation h5, .menu-item-feria body .g-navigation h5, .preset-feria .g-navigation h6, .page-feria body .g-navigation h6, .menu-item-feria body .g-navigation h6 {
  color: #171C2C;
}
.preset-feria #g-header strong, .page-feria body #g-header strong, .menu-item-feria body #g-header strong, .preset-feria #g-header b, .page-feria body #g-header b, .menu-item-feria body #g-header b, .preset-feria .g-navigation strong, .page-feria body .g-navigation strong, .menu-item-feria body .g-navigation strong, .preset-feria .g-navigation b, .page-feria body .g-navigation b, .menu-item-feria body .g-navigation b {
  color: #171C2C;
}
.preset-feria #g-header a, .page-feria body #g-header a, .menu-item-feria body #g-header a, .preset-feria .g-navigation a, .page-feria body .g-navigation a, .menu-item-feria body .g-navigation a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-header a:hover, .page-feria body #g-header a:hover, .menu-item-feria body #g-header a:hover, .preset-feria #g-header a:focus, .page-feria body #g-header a:focus, .menu-item-feria body #g-header a:focus, .preset-feria .g-navigation a:hover, .page-feria body .g-navigation a:hover, .menu-item-feria body .g-navigation a:hover, .preset-feria .g-navigation a:focus, .page-feria body .g-navigation a:focus, .menu-item-feria body .g-navigation a:focus {
  color: #252d47;
}
.preset-feria #g-header a.button, .page-feria body #g-header a.button, .menu-item-feria body #g-header a.button, .preset-feria .g-navigation a.button, .page-feria body .g-navigation a.button, .menu-item-feria body .g-navigation a.button {
  text-decoration: none;
}
.preset-feria #g-footer, .page-feria body #g-footer, .menu-item-feria body #g-footer, .preset-feria #g-copyright, .page-feria body #g-copyright, .menu-item-feria body #g-copyright {
  background-color: #E17036;
  color: #171C2C;
}
.preset-feria #g-footer h1, .page-feria body #g-footer h1, .menu-item-feria body #g-footer h1, .preset-feria #g-footer h2, .page-feria body #g-footer h2, .menu-item-feria body #g-footer h2, .preset-feria #g-footer h3, .page-feria body #g-footer h3, .menu-item-feria body #g-footer h3, .preset-feria #g-footer h4, .page-feria body #g-footer h4, .menu-item-feria body #g-footer h4, .preset-feria #g-footer h5, .page-feria body #g-footer h5, .menu-item-feria body #g-footer h5, .preset-feria #g-footer h6, .page-feria body #g-footer h6, .menu-item-feria body #g-footer h6, .preset-feria #g-copyright h1, .page-feria body #g-copyright h1, .menu-item-feria body #g-copyright h1, .preset-feria #g-copyright h2, .page-feria body #g-copyright h2, .menu-item-feria body #g-copyright h2, .preset-feria #g-copyright h3, .page-feria body #g-copyright h3, .menu-item-feria body #g-copyright h3, .preset-feria #g-copyright h4, .page-feria body #g-copyright h4, .menu-item-feria body #g-copyright h4, .preset-feria #g-copyright h5, .page-feria body #g-copyright h5, .menu-item-feria body #g-copyright h5, .preset-feria #g-copyright h6, .page-feria body #g-copyright h6, .menu-item-feria body #g-copyright h6 {
  color: #171C2C;
}
.preset-feria #g-footer strong, .page-feria body #g-footer strong, .menu-item-feria body #g-footer strong, .preset-feria #g-footer b, .page-feria body #g-footer b, .menu-item-feria body #g-footer b, .preset-feria #g-copyright strong, .page-feria body #g-copyright strong, .menu-item-feria body #g-copyright strong, .preset-feria #g-copyright b, .page-feria body #g-copyright b, .menu-item-feria body #g-copyright b {
  color: #171C2C;
}
.preset-feria #g-footer a, .page-feria body #g-footer a, .menu-item-feria body #g-footer a, .preset-feria #g-copyright a, .page-feria body #g-copyright a, .menu-item-feria body #g-copyright a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-footer a:hover, .page-feria body #g-footer a:hover, .menu-item-feria body #g-footer a:hover, .preset-feria #g-footer a:focus, .page-feria body #g-footer a:focus, .menu-item-feria body #g-footer a:focus, .preset-feria #g-copyright a:hover, .page-feria body #g-copyright a:hover, .menu-item-feria body #g-copyright a:hover, .preset-feria #g-copyright a:focus, .page-feria body #g-copyright a:focus, .menu-item-feria body #g-copyright a:focus {
  color: #252d47;
}
.preset-feria #g-footer a.button, .page-feria body #g-footer a.button, .menu-item-feria body #g-footer a.button, .preset-feria #g-copyright a.button, .page-feria body #g-copyright a.button, .menu-item-feria body #g-copyright a.button {
  text-decoration: none;
}
.preset-feria #g-breadcrumb, .page-feria body #g-breadcrumb, .menu-item-feria body #g-breadcrumb {
  background-color: #F39731;
  color: #171C2C;
}
.preset-feria #g-breadcrumb h1, .page-feria body #g-breadcrumb h1, .menu-item-feria body #g-breadcrumb h1, .preset-feria #g-breadcrumb h2, .page-feria body #g-breadcrumb h2, .menu-item-feria body #g-breadcrumb h2, .preset-feria #g-breadcrumb h3, .page-feria body #g-breadcrumb h3, .menu-item-feria body #g-breadcrumb h3, .preset-feria #g-breadcrumb h4, .page-feria body #g-breadcrumb h4, .menu-item-feria body #g-breadcrumb h4, .preset-feria #g-breadcrumb h5, .page-feria body #g-breadcrumb h5, .menu-item-feria body #g-breadcrumb h5, .preset-feria #g-breadcrumb h6, .page-feria body #g-breadcrumb h6, .menu-item-feria body #g-breadcrumb h6 {
  color: #171C2C;
}
.preset-feria #g-breadcrumb strong, .page-feria body #g-breadcrumb strong, .menu-item-feria body #g-breadcrumb strong, .preset-feria #g-breadcrumb b, .page-feria body #g-breadcrumb b, .menu-item-feria body #g-breadcrumb b {
  color: #171C2C;
}
.preset-feria #g-breadcrumb a, .page-feria body #g-breadcrumb a, .menu-item-feria body #g-breadcrumb a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-breadcrumb a:hover, .page-feria body #g-breadcrumb a:hover, .menu-item-feria body #g-breadcrumb a:hover, .preset-feria #g-breadcrumb a:focus, .page-feria body #g-breadcrumb a:focus, .menu-item-feria body #g-breadcrumb a:focus {
  color: #252d47;
}
.preset-feria #g-breadcrumb a.button, .page-feria body #g-breadcrumb a.button, .menu-item-feria body #g-breadcrumb a.button {
  text-decoration: none;
}
.preset-feria #g-fullwidth, .page-feria body #g-fullwidth, .menu-item-feria body #g-fullwidth {
  background-color: #F39731;
  color: #171C2C;
}
.preset-feria #g-fullwidth h1, .page-feria body #g-fullwidth h1, .menu-item-feria body #g-fullwidth h1, .preset-feria #g-fullwidth h2, .page-feria body #g-fullwidth h2, .menu-item-feria body #g-fullwidth h2, .preset-feria #g-fullwidth h3, .page-feria body #g-fullwidth h3, .menu-item-feria body #g-fullwidth h3, .preset-feria #g-fullwidth h4, .page-feria body #g-fullwidth h4, .menu-item-feria body #g-fullwidth h4, .preset-feria #g-fullwidth h5, .page-feria body #g-fullwidth h5, .menu-item-feria body #g-fullwidth h5, .preset-feria #g-fullwidth h6, .page-feria body #g-fullwidth h6, .menu-item-feria body #g-fullwidth h6 {
  color: #171C2C;
}
.preset-feria #g-fullwidth strong, .page-feria body #g-fullwidth strong, .menu-item-feria body #g-fullwidth strong, .preset-feria #g-fullwidth b, .page-feria body #g-fullwidth b, .menu-item-feria body #g-fullwidth b {
  color: #171C2C;
}
.preset-feria #g-fullwidth a, .page-feria body #g-fullwidth a, .menu-item-feria body #g-fullwidth a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-fullwidth a:hover, .page-feria body #g-fullwidth a:hover, .menu-item-feria body #g-fullwidth a:hover, .preset-feria #g-fullwidth a:focus, .page-feria body #g-fullwidth a:focus, .menu-item-feria body #g-fullwidth a:focus {
  color: #252d47;
}
.preset-feria #g-fullwidth a.button, .page-feria body #g-fullwidth a.button, .menu-item-feria body #g-fullwidth a.button {
  text-decoration: none;
}
.preset-feria #g-showcase, .page-feria body #g-showcase, .menu-item-feria body #g-showcase {
  background-color: #F39731;
  color: #171C2C;
}
.preset-feria #g-showcase h1, .page-feria body #g-showcase h1, .menu-item-feria body #g-showcase h1, .preset-feria #g-showcase h2, .page-feria body #g-showcase h2, .menu-item-feria body #g-showcase h2, .preset-feria #g-showcase h3, .page-feria body #g-showcase h3, .menu-item-feria body #g-showcase h3, .preset-feria #g-showcase h4, .page-feria body #g-showcase h4, .menu-item-feria body #g-showcase h4, .preset-feria #g-showcase h5, .page-feria body #g-showcase h5, .menu-item-feria body #g-showcase h5, .preset-feria #g-showcase h6, .page-feria body #g-showcase h6, .menu-item-feria body #g-showcase h6 {
  color: #171C2C;
}
.preset-feria #g-showcase strong, .page-feria body #g-showcase strong, .menu-item-feria body #g-showcase strong, .preset-feria #g-showcase b, .page-feria body #g-showcase b, .menu-item-feria body #g-showcase b {
  color: #171C2C;
}
.preset-feria #g-showcase a, .page-feria body #g-showcase a, .menu-item-feria body #g-showcase a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-showcase a:hover, .page-feria body #g-showcase a:hover, .menu-item-feria body #g-showcase a:hover, .preset-feria #g-showcase a:focus, .page-feria body #g-showcase a:focus, .menu-item-feria body #g-showcase a:focus {
  color: #252d47;
}
.preset-feria #g-showcase a.button, .page-feria body #g-showcase a.button, .menu-item-feria body #g-showcase a.button {
  text-decoration: none;
}
.preset-feria #g-intro, .page-feria body #g-intro, .menu-item-feria body #g-intro {
  background-color: #F39731;
  color: #171C2C;
}
.preset-feria #g-intro h1, .page-feria body #g-intro h1, .menu-item-feria body #g-intro h1, .preset-feria #g-intro h2, .page-feria body #g-intro h2, .menu-item-feria body #g-intro h2, .preset-feria #g-intro h3, .page-feria body #g-intro h3, .menu-item-feria body #g-intro h3, .preset-feria #g-intro h4, .page-feria body #g-intro h4, .menu-item-feria body #g-intro h4, .preset-feria #g-intro h5, .page-feria body #g-intro h5, .menu-item-feria body #g-intro h5, .preset-feria #g-intro h6, .page-feria body #g-intro h6, .menu-item-feria body #g-intro h6 {
  color: #171C2C;
}
.preset-feria #g-intro strong, .page-feria body #g-intro strong, .menu-item-feria body #g-intro strong, .preset-feria #g-intro b, .page-feria body #g-intro b, .menu-item-feria body #g-intro b {
  color: #171C2C;
}
.preset-feria #g-intro a, .page-feria body #g-intro a, .menu-item-feria body #g-intro a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-intro a:hover, .page-feria body #g-intro a:hover, .menu-item-feria body #g-intro a:hover, .preset-feria #g-intro a:focus, .page-feria body #g-intro a:focus, .menu-item-feria body #g-intro a:focus {
  color: #252d47;
}
.preset-feria #g-intro a.button, .page-feria body #g-intro a.button, .menu-item-feria body #g-intro a.button {
  text-decoration: none;
}
.preset-feria #g-feature, .page-feria body #g-feature, .menu-item-feria body #g-feature {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-feria #g-feature h1, .page-feria body #g-feature h1, .menu-item-feria body #g-feature h1, .preset-feria #g-feature h2, .page-feria body #g-feature h2, .menu-item-feria body #g-feature h2, .preset-feria #g-feature h3, .page-feria body #g-feature h3, .menu-item-feria body #g-feature h3, .preset-feria #g-feature h4, .page-feria body #g-feature h4, .menu-item-feria body #g-feature h4, .preset-feria #g-feature h5, .page-feria body #g-feature h5, .menu-item-feria body #g-feature h5, .preset-feria #g-feature h6, .page-feria body #g-feature h6, .menu-item-feria body #g-feature h6 {
  color: #171C2C;
}
.preset-feria #g-feature strong, .page-feria body #g-feature strong, .menu-item-feria body #g-feature strong, .preset-feria #g-feature b, .page-feria body #g-feature b, .menu-item-feria body #g-feature b {
  color: #171C2C;
}
.preset-feria #g-feature a, .page-feria body #g-feature a, .menu-item-feria body #g-feature a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-feature a:hover, .page-feria body #g-feature a:hover, .menu-item-feria body #g-feature a:hover, .preset-feria #g-feature a:focus, .page-feria body #g-feature a:focus, .menu-item-feria body #g-feature a:focus {
  color: #252d47;
}
.preset-feria #g-feature a.button, .page-feria body #g-feature a.button, .menu-item-feria body #g-feature a.button {
  text-decoration: none;
}
.preset-feria #g-subfeature, .page-feria body #g-subfeature, .menu-item-feria body #g-subfeature {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-feria #g-subfeature h1, .page-feria body #g-subfeature h1, .menu-item-feria body #g-subfeature h1, .preset-feria #g-subfeature h2, .page-feria body #g-subfeature h2, .menu-item-feria body #g-subfeature h2, .preset-feria #g-subfeature h3, .page-feria body #g-subfeature h3, .menu-item-feria body #g-subfeature h3, .preset-feria #g-subfeature h4, .page-feria body #g-subfeature h4, .menu-item-feria body #g-subfeature h4, .preset-feria #g-subfeature h5, .page-feria body #g-subfeature h5, .menu-item-feria body #g-subfeature h5, .preset-feria #g-subfeature h6, .page-feria body #g-subfeature h6, .menu-item-feria body #g-subfeature h6 {
  color: #171C2C;
}
.preset-feria #g-subfeature strong, .page-feria body #g-subfeature strong, .menu-item-feria body #g-subfeature strong, .preset-feria #g-subfeature b, .page-feria body #g-subfeature b, .menu-item-feria body #g-subfeature b {
  color: #171C2C;
}
.preset-feria #g-subfeature a, .page-feria body #g-subfeature a, .menu-item-feria body #g-subfeature a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-subfeature a:hover, .page-feria body #g-subfeature a:hover, .menu-item-feria body #g-subfeature a:hover, .preset-feria #g-subfeature a:focus, .page-feria body #g-subfeature a:focus, .menu-item-feria body #g-subfeature a:focus {
  color: #252d47;
}
.preset-feria #g-subfeature a.button, .page-feria body #g-subfeature a.button, .menu-item-feria body #g-subfeature a.button {
  text-decoration: none;
}
.preset-feria #g-maintop, .page-feria body #g-maintop, .menu-item-feria body #g-maintop {
  background-color: #F39731;
  color: #171C2C;
}
.preset-feria #g-maintop h1, .page-feria body #g-maintop h1, .menu-item-feria body #g-maintop h1, .preset-feria #g-maintop h2, .page-feria body #g-maintop h2, .menu-item-feria body #g-maintop h2, .preset-feria #g-maintop h3, .page-feria body #g-maintop h3, .menu-item-feria body #g-maintop h3, .preset-feria #g-maintop h4, .page-feria body #g-maintop h4, .menu-item-feria body #g-maintop h4, .preset-feria #g-maintop h5, .page-feria body #g-maintop h5, .menu-item-feria body #g-maintop h5, .preset-feria #g-maintop h6, .page-feria body #g-maintop h6, .menu-item-feria body #g-maintop h6 {
  color: #171C2C;
}
.preset-feria #g-maintop strong, .page-feria body #g-maintop strong, .menu-item-feria body #g-maintop strong, .preset-feria #g-maintop b, .page-feria body #g-maintop b, .menu-item-feria body #g-maintop b {
  color: #171C2C;
}
.preset-feria #g-maintop a, .page-feria body #g-maintop a, .menu-item-feria body #g-maintop a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-maintop a:hover, .page-feria body #g-maintop a:hover, .menu-item-feria body #g-maintop a:hover, .preset-feria #g-maintop a:focus, .page-feria body #g-maintop a:focus, .menu-item-feria body #g-maintop a:focus {
  color: #252d47;
}
.preset-feria #g-maintop a.button, .page-feria body #g-maintop a.button, .menu-item-feria body #g-maintop a.button {
  text-decoration: none;
}
.preset-feria #g-mainbody, .page-feria body #g-mainbody, .menu-item-feria body #g-mainbody {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-feria #g-mainbody h1, .page-feria body #g-mainbody h1, .menu-item-feria body #g-mainbody h1, .preset-feria #g-mainbody h2, .page-feria body #g-mainbody h2, .menu-item-feria body #g-mainbody h2, .preset-feria #g-mainbody h3, .page-feria body #g-mainbody h3, .menu-item-feria body #g-mainbody h3, .preset-feria #g-mainbody h4, .page-feria body #g-mainbody h4, .menu-item-feria body #g-mainbody h4, .preset-feria #g-mainbody h5, .page-feria body #g-mainbody h5, .menu-item-feria body #g-mainbody h5, .preset-feria #g-mainbody h6, .page-feria body #g-mainbody h6, .menu-item-feria body #g-mainbody h6 {
  color: #171C2C;
}
.preset-feria #g-mainbody strong, .page-feria body #g-mainbody strong, .menu-item-feria body #g-mainbody strong, .preset-feria #g-mainbody b, .page-feria body #g-mainbody b, .menu-item-feria body #g-mainbody b {
  color: #171C2C;
}
.preset-feria #g-mainbody a, .page-feria body #g-mainbody a, .menu-item-feria body #g-mainbody a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-mainbody a:hover, .page-feria body #g-mainbody a:hover, .menu-item-feria body #g-mainbody a:hover, .preset-feria #g-mainbody a:focus, .page-feria body #g-mainbody a:focus, .menu-item-feria body #g-mainbody a:focus {
  color: #252d47;
}
.preset-feria #g-mainbody a.button, .page-feria body #g-mainbody a.button, .menu-item-feria body #g-mainbody a.button {
  text-decoration: none;
}
.preset-feria #g-aside, .page-feria body #g-aside, .menu-item-feria body #g-aside {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-feria #g-aside h1, .page-feria body #g-aside h1, .menu-item-feria body #g-aside h1, .preset-feria #g-aside h2, .page-feria body #g-aside h2, .menu-item-feria body #g-aside h2, .preset-feria #g-aside h3, .page-feria body #g-aside h3, .menu-item-feria body #g-aside h3, .preset-feria #g-aside h4, .page-feria body #g-aside h4, .menu-item-feria body #g-aside h4, .preset-feria #g-aside h5, .page-feria body #g-aside h5, .menu-item-feria body #g-aside h5, .preset-feria #g-aside h6, .page-feria body #g-aside h6, .menu-item-feria body #g-aside h6 {
  color: #171C2C;
}
.preset-feria #g-aside strong, .page-feria body #g-aside strong, .menu-item-feria body #g-aside strong, .preset-feria #g-aside b, .page-feria body #g-aside b, .menu-item-feria body #g-aside b {
  color: #171C2C;
}
.preset-feria #g-aside a, .page-feria body #g-aside a, .menu-item-feria body #g-aside a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-aside a:hover, .page-feria body #g-aside a:hover, .menu-item-feria body #g-aside a:hover, .preset-feria #g-aside a:focus, .page-feria body #g-aside a:focus, .menu-item-feria body #g-aside a:focus {
  color: #252d47;
}
.preset-feria #g-aside a.button, .page-feria body #g-aside a.button, .menu-item-feria body #g-aside a.button {
  text-decoration: none;
}
.preset-feria #g-sidebar, .page-feria body #g-sidebar, .menu-item-feria body #g-sidebar {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-feria #g-sidebar h1, .page-feria body #g-sidebar h1, .menu-item-feria body #g-sidebar h1, .preset-feria #g-sidebar h2, .page-feria body #g-sidebar h2, .menu-item-feria body #g-sidebar h2, .preset-feria #g-sidebar h3, .page-feria body #g-sidebar h3, .menu-item-feria body #g-sidebar h3, .preset-feria #g-sidebar h4, .page-feria body #g-sidebar h4, .menu-item-feria body #g-sidebar h4, .preset-feria #g-sidebar h5, .page-feria body #g-sidebar h5, .menu-item-feria body #g-sidebar h5, .preset-feria #g-sidebar h6, .page-feria body #g-sidebar h6, .menu-item-feria body #g-sidebar h6 {
  color: #171C2C;
}
.preset-feria #g-sidebar strong, .page-feria body #g-sidebar strong, .menu-item-feria body #g-sidebar strong, .preset-feria #g-sidebar b, .page-feria body #g-sidebar b, .menu-item-feria body #g-sidebar b {
  color: #171C2C;
}
.preset-feria #g-sidebar a, .page-feria body #g-sidebar a, .menu-item-feria body #g-sidebar a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-sidebar a:hover, .page-feria body #g-sidebar a:hover, .menu-item-feria body #g-sidebar a:hover, .preset-feria #g-sidebar a:focus, .page-feria body #g-sidebar a:focus, .menu-item-feria body #g-sidebar a:focus {
  color: #252d47;
}
.preset-feria #g-sidebar a.button, .page-feria body #g-sidebar a.button, .menu-item-feria body #g-sidebar a.button {
  text-decoration: none;
}
.preset-feria #g-mainbottom, .page-feria body #g-mainbottom, .menu-item-feria body #g-mainbottom {
  background-color: #781917;
  color: #fff;
}
.preset-feria #g-mainbottom h1, .page-feria body #g-mainbottom h1, .menu-item-feria body #g-mainbottom h1, .preset-feria #g-mainbottom h2, .page-feria body #g-mainbottom h2, .menu-item-feria body #g-mainbottom h2, .preset-feria #g-mainbottom h3, .page-feria body #g-mainbottom h3, .menu-item-feria body #g-mainbottom h3, .preset-feria #g-mainbottom h4, .page-feria body #g-mainbottom h4, .menu-item-feria body #g-mainbottom h4, .preset-feria #g-mainbottom h5, .page-feria body #g-mainbottom h5, .menu-item-feria body #g-mainbottom h5, .preset-feria #g-mainbottom h6, .page-feria body #g-mainbottom h6, .menu-item-feria body #g-mainbottom h6 {
  color: #fff;
}
.preset-feria #g-mainbottom strong, .page-feria body #g-mainbottom strong, .menu-item-feria body #g-mainbottom strong, .preset-feria #g-mainbottom b, .page-feria body #g-mainbottom b, .menu-item-feria body #g-mainbottom b {
  color: #fff;
}
.preset-feria #g-mainbottom a, .page-feria body #g-mainbottom a, .menu-item-feria body #g-mainbottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-feria #g-mainbottom a:hover, .page-feria body #g-mainbottom a:hover, .menu-item-feria body #g-mainbottom a:hover, .preset-feria #g-mainbottom a:focus, .page-feria body #g-mainbottom a:focus, .menu-item-feria body #g-mainbottom a:focus {
  color: #ebebeb;
}
.preset-feria #g-mainbottom a.button, .page-feria body #g-mainbottom a.button, .menu-item-feria body #g-mainbottom a.button {
  text-decoration: none;
}
.preset-feria #g-extension, .page-feria body #g-extension, .menu-item-feria body #g-extension {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-feria #g-extension h1, .page-feria body #g-extension h1, .menu-item-feria body #g-extension h1, .preset-feria #g-extension h2, .page-feria body #g-extension h2, .menu-item-feria body #g-extension h2, .preset-feria #g-extension h3, .page-feria body #g-extension h3, .menu-item-feria body #g-extension h3, .preset-feria #g-extension h4, .page-feria body #g-extension h4, .menu-item-feria body #g-extension h4, .preset-feria #g-extension h5, .page-feria body #g-extension h5, .menu-item-feria body #g-extension h5, .preset-feria #g-extension h6, .page-feria body #g-extension h6, .menu-item-feria body #g-extension h6 {
  color: #171C2C;
}
.preset-feria #g-extension strong, .page-feria body #g-extension strong, .menu-item-feria body #g-extension strong, .preset-feria #g-extension b, .page-feria body #g-extension b, .menu-item-feria body #g-extension b {
  color: #171C2C;
}
.preset-feria #g-extension a, .page-feria body #g-extension a, .menu-item-feria body #g-extension a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-extension a:hover, .page-feria body #g-extension a:hover, .menu-item-feria body #g-extension a:hover, .preset-feria #g-extension a:focus, .page-feria body #g-extension a:focus, .menu-item-feria body #g-extension a:focus {
  color: #252d47;
}
.preset-feria #g-extension a.button, .page-feria body #g-extension a.button, .menu-item-feria body #g-extension a.button {
  text-decoration: none;
}
.preset-feria #g-additional, .page-feria body #g-additional, .menu-item-feria body #g-additional {
  background-color: #F39731;
  color: #171C2C;
}
.preset-feria #g-additional h1, .page-feria body #g-additional h1, .menu-item-feria body #g-additional h1, .preset-feria #g-additional h2, .page-feria body #g-additional h2, .menu-item-feria body #g-additional h2, .preset-feria #g-additional h3, .page-feria body #g-additional h3, .menu-item-feria body #g-additional h3, .preset-feria #g-additional h4, .page-feria body #g-additional h4, .menu-item-feria body #g-additional h4, .preset-feria #g-additional h5, .page-feria body #g-additional h5, .menu-item-feria body #g-additional h5, .preset-feria #g-additional h6, .page-feria body #g-additional h6, .menu-item-feria body #g-additional h6 {
  color: #171C2C;
}
.preset-feria #g-additional strong, .page-feria body #g-additional strong, .menu-item-feria body #g-additional strong, .preset-feria #g-additional b, .page-feria body #g-additional b, .menu-item-feria body #g-additional b {
  color: #171C2C;
}
.preset-feria #g-additional a, .page-feria body #g-additional a, .menu-item-feria body #g-additional a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-additional a:hover, .page-feria body #g-additional a:hover, .menu-item-feria body #g-additional a:hover, .preset-feria #g-additional a:focus, .page-feria body #g-additional a:focus, .menu-item-feria body #g-additional a:focus {
  color: #252d47;
}
.preset-feria #g-additional a.button, .page-feria body #g-additional a.button, .menu-item-feria body #g-additional a.button {
  text-decoration: none;
}
.preset-feria #g-afterbottom, .page-feria body #g-afterbottom, .menu-item-feria body #g-afterbottom {
  background-color: #E9B46E;
  color: #171C2C;
}
.preset-feria #g-afterbottom h1, .page-feria body #g-afterbottom h1, .menu-item-feria body #g-afterbottom h1, .preset-feria #g-afterbottom h2, .page-feria body #g-afterbottom h2, .menu-item-feria body #g-afterbottom h2, .preset-feria #g-afterbottom h3, .page-feria body #g-afterbottom h3, .menu-item-feria body #g-afterbottom h3, .preset-feria #g-afterbottom h4, .page-feria body #g-afterbottom h4, .menu-item-feria body #g-afterbottom h4, .preset-feria #g-afterbottom h5, .page-feria body #g-afterbottom h5, .menu-item-feria body #g-afterbottom h5, .preset-feria #g-afterbottom h6, .page-feria body #g-afterbottom h6, .menu-item-feria body #g-afterbottom h6 {
  color: #171C2C;
}
.preset-feria #g-afterbottom strong, .page-feria body #g-afterbottom strong, .menu-item-feria body #g-afterbottom strong, .preset-feria #g-afterbottom b, .page-feria body #g-afterbottom b, .menu-item-feria body #g-afterbottom b {
  color: #171C2C;
}
.preset-feria #g-afterbottom a, .page-feria body #g-afterbottom a, .menu-item-feria body #g-afterbottom a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-afterbottom a:hover, .page-feria body #g-afterbottom a:hover, .menu-item-feria body #g-afterbottom a:hover, .preset-feria #g-afterbottom a:focus, .page-feria body #g-afterbottom a:focus, .menu-item-feria body #g-afterbottom a:focus {
  color: #252d47;
}
.preset-feria #g-afterbottom a.button, .page-feria body #g-afterbottom a.button, .menu-item-feria body #g-afterbottom a.button {
  text-decoration: none;
}
.preset-feria #g-utility, .page-feria body #g-utility, .menu-item-feria body #g-utility {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-feria #g-utility h1, .page-feria body #g-utility h1, .menu-item-feria body #g-utility h1, .preset-feria #g-utility h2, .page-feria body #g-utility h2, .menu-item-feria body #g-utility h2, .preset-feria #g-utility h3, .page-feria body #g-utility h3, .menu-item-feria body #g-utility h3, .preset-feria #g-utility h4, .page-feria body #g-utility h4, .menu-item-feria body #g-utility h4, .preset-feria #g-utility h5, .page-feria body #g-utility h5, .menu-item-feria body #g-utility h5, .preset-feria #g-utility h6, .page-feria body #g-utility h6, .menu-item-feria body #g-utility h6 {
  color: #171C2C;
}
.preset-feria #g-utility strong, .page-feria body #g-utility strong, .menu-item-feria body #g-utility strong, .preset-feria #g-utility b, .page-feria body #g-utility b, .menu-item-feria body #g-utility b {
  color: #171C2C;
}
.preset-feria #g-utility a, .page-feria body #g-utility a, .menu-item-feria body #g-utility a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-utility a:hover, .page-feria body #g-utility a:hover, .menu-item-feria body #g-utility a:hover, .preset-feria #g-utility a:focus, .page-feria body #g-utility a:focus, .menu-item-feria body #g-utility a:focus {
  color: #252d47;
}
.preset-feria #g-utility a.button, .page-feria body #g-utility a.button, .menu-item-feria body #g-utility a.button {
  text-decoration: none;
}
.preset-feria #g-prebottom, .page-feria body #g-prebottom, .menu-item-feria body #g-prebottom {
  background-color: rgba(23, 28, 44, 0.06);
  color: #fff;
}
.preset-feria #g-prebottom h1, .page-feria body #g-prebottom h1, .menu-item-feria body #g-prebottom h1, .preset-feria #g-prebottom h2, .page-feria body #g-prebottom h2, .menu-item-feria body #g-prebottom h2, .preset-feria #g-prebottom h3, .page-feria body #g-prebottom h3, .menu-item-feria body #g-prebottom h3, .preset-feria #g-prebottom h4, .page-feria body #g-prebottom h4, .menu-item-feria body #g-prebottom h4, .preset-feria #g-prebottom h5, .page-feria body #g-prebottom h5, .menu-item-feria body #g-prebottom h5, .preset-feria #g-prebottom h6, .page-feria body #g-prebottom h6, .menu-item-feria body #g-prebottom h6 {
  color: #fff;
}
.preset-feria #g-prebottom strong, .page-feria body #g-prebottom strong, .menu-item-feria body #g-prebottom strong, .preset-feria #g-prebottom b, .page-feria body #g-prebottom b, .menu-item-feria body #g-prebottom b {
  color: #fff;
}
.preset-feria #g-prebottom a, .page-feria body #g-prebottom a, .menu-item-feria body #g-prebottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-feria #g-prebottom a:hover, .page-feria body #g-prebottom a:hover, .menu-item-feria body #g-prebottom a:hover, .preset-feria #g-prebottom a:focus, .page-feria body #g-prebottom a:focus, .menu-item-feria body #g-prebottom a:focus {
  color: #ebebeb;
}
.preset-feria #g-prebottom a.button, .page-feria body #g-prebottom a.button, .menu-item-feria body #g-prebottom a.button {
  text-decoration: none;
}
.preset-feria #g-bottom, .page-feria body #g-bottom, .menu-item-feria body #g-bottom {
  background-color: rgba(23, 28, 44, 0.06);
  color: #fff;
}
.preset-feria #g-bottom h1, .page-feria body #g-bottom h1, .menu-item-feria body #g-bottom h1, .preset-feria #g-bottom h2, .page-feria body #g-bottom h2, .menu-item-feria body #g-bottom h2, .preset-feria #g-bottom h3, .page-feria body #g-bottom h3, .menu-item-feria body #g-bottom h3, .preset-feria #g-bottom h4, .page-feria body #g-bottom h4, .menu-item-feria body #g-bottom h4, .preset-feria #g-bottom h5, .page-feria body #g-bottom h5, .menu-item-feria body #g-bottom h5, .preset-feria #g-bottom h6, .page-feria body #g-bottom h6, .menu-item-feria body #g-bottom h6 {
  color: #fff;
}
.preset-feria #g-bottom strong, .page-feria body #g-bottom strong, .menu-item-feria body #g-bottom strong, .preset-feria #g-bottom b, .page-feria body #g-bottom b, .menu-item-feria body #g-bottom b {
  color: #fff;
}
.preset-feria #g-bottom a, .page-feria body #g-bottom a, .menu-item-feria body #g-bottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-feria #g-bottom a:hover, .page-feria body #g-bottom a:hover, .menu-item-feria body #g-bottom a:hover, .preset-feria #g-bottom a:focus, .page-feria body #g-bottom a:focus, .menu-item-feria body #g-bottom a:focus {
  color: #ebebeb;
}
.preset-feria #g-bottom a.button, .page-feria body #g-bottom a.button, .menu-item-feria body #g-bottom a.button {
  text-decoration: none;
}
.preset-feria #g-last, .page-feria body #g-last, .menu-item-feria body #g-last {
  background-color: #EED9B7;
  color: #171C2C;
}
.preset-feria #g-last h1, .page-feria body #g-last h1, .menu-item-feria body #g-last h1, .preset-feria #g-last h2, .page-feria body #g-last h2, .menu-item-feria body #g-last h2, .preset-feria #g-last h3, .page-feria body #g-last h3, .menu-item-feria body #g-last h3, .preset-feria #g-last h4, .page-feria body #g-last h4, .menu-item-feria body #g-last h4, .preset-feria #g-last h5, .page-feria body #g-last h5, .menu-item-feria body #g-last h5, .preset-feria #g-last h6, .page-feria body #g-last h6, .menu-item-feria body #g-last h6 {
  color: #171C2C;
}
.preset-feria #g-last strong, .page-feria body #g-last strong, .menu-item-feria body #g-last strong, .preset-feria #g-last b, .page-feria body #g-last b, .menu-item-feria body #g-last b {
  color: #171C2C;
}
.preset-feria #g-last a, .page-feria body #g-last a, .menu-item-feria body #g-last a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-feria #g-last a:hover, .page-feria body #g-last a:hover, .menu-item-feria body #g-last a:hover, .preset-feria #g-last a:focus, .page-feria body #g-last a:focus, .menu-item-feria body #g-last a:focus {
  color: #252d47;
}
.preset-feria #g-last a.button, .page-feria body #g-last a.button, .menu-item-feria body #g-last a.button {
  text-decoration: none;
}
.preset-feria #g-offcanvas, .page-feria body #g-offcanvas, .menu-item-feria body #g-offcanvas {
  background-color: #254252;
  color: #fff;
}
.preset-feria #g-offcanvas h1, .page-feria body #g-offcanvas h1, .menu-item-feria body #g-offcanvas h1, .preset-feria #g-offcanvas h2, .page-feria body #g-offcanvas h2, .menu-item-feria body #g-offcanvas h2, .preset-feria #g-offcanvas h3, .page-feria body #g-offcanvas h3, .menu-item-feria body #g-offcanvas h3, .preset-feria #g-offcanvas h4, .page-feria body #g-offcanvas h4, .menu-item-feria body #g-offcanvas h4, .preset-feria #g-offcanvas h5, .page-feria body #g-offcanvas h5, .menu-item-feria body #g-offcanvas h5, .preset-feria #g-offcanvas h6, .page-feria body #g-offcanvas h6, .menu-item-feria body #g-offcanvas h6 {
  color: #fff;
}
.preset-feria #g-offcanvas strong, .page-feria body #g-offcanvas strong, .menu-item-feria body #g-offcanvas strong, .preset-feria #g-offcanvas b, .page-feria body #g-offcanvas b, .menu-item-feria body #g-offcanvas b {
  color: #fff;
}
.preset-feria #g-offcanvas a, .page-feria body #g-offcanvas a, .menu-item-feria body #g-offcanvas a {
  color: #fff;
  text-decoration: underline;
}
.preset-feria #g-offcanvas a:hover, .page-feria body #g-offcanvas a:hover, .menu-item-feria body #g-offcanvas a:hover, .preset-feria #g-offcanvas a:focus, .page-feria body #g-offcanvas a:focus, .menu-item-feria body #g-offcanvas a:focus {
  color: #ebebeb;
}
.preset-feria #g-offcanvas a.button, .page-feria body #g-offcanvas a.button, .menu-item-feria body #g-offcanvas a.button {
  text-decoration: none;
}
.preset-espectaculo #g-header, .page-espectaculo body #g-header, .menu-item-espectaculo body #g-header, .preset-espectaculo .g-navigation, .page-espectaculo body .g-navigation, .menu-item-espectaculo body .g-navigation {
  background-color: #fff;
  color: #171C2C;
}
.preset-espectaculo #g-header h1, .page-espectaculo body #g-header h1, .menu-item-espectaculo body #g-header h1, .preset-espectaculo #g-header h2, .page-espectaculo body #g-header h2, .menu-item-espectaculo body #g-header h2, .preset-espectaculo #g-header h3, .page-espectaculo body #g-header h3, .menu-item-espectaculo body #g-header h3, .preset-espectaculo #g-header h4, .page-espectaculo body #g-header h4, .menu-item-espectaculo body #g-header h4, .preset-espectaculo #g-header h5, .page-espectaculo body #g-header h5, .menu-item-espectaculo body #g-header h5, .preset-espectaculo #g-header h6, .page-espectaculo body #g-header h6, .menu-item-espectaculo body #g-header h6, .preset-espectaculo .g-navigation h1, .page-espectaculo body .g-navigation h1, .menu-item-espectaculo body .g-navigation h1, .preset-espectaculo .g-navigation h2, .page-espectaculo body .g-navigation h2, .menu-item-espectaculo body .g-navigation h2, .preset-espectaculo .g-navigation h3, .page-espectaculo body .g-navigation h3, .menu-item-espectaculo body .g-navigation h3, .preset-espectaculo .g-navigation h4, .page-espectaculo body .g-navigation h4, .menu-item-espectaculo body .g-navigation h4, .preset-espectaculo .g-navigation h5, .page-espectaculo body .g-navigation h5, .menu-item-espectaculo body .g-navigation h5, .preset-espectaculo .g-navigation h6, .page-espectaculo body .g-navigation h6, .menu-item-espectaculo body .g-navigation h6 {
  color: #171C2C;
}
.preset-espectaculo #g-header strong, .page-espectaculo body #g-header strong, .menu-item-espectaculo body #g-header strong, .preset-espectaculo #g-header b, .page-espectaculo body #g-header b, .menu-item-espectaculo body #g-header b, .preset-espectaculo .g-navigation strong, .page-espectaculo body .g-navigation strong, .menu-item-espectaculo body .g-navigation strong, .preset-espectaculo .g-navigation b, .page-espectaculo body .g-navigation b, .menu-item-espectaculo body .g-navigation b {
  color: #171C2C;
}
.preset-espectaculo #g-header a, .page-espectaculo body #g-header a, .menu-item-espectaculo body #g-header a, .preset-espectaculo .g-navigation a, .page-espectaculo body .g-navigation a, .menu-item-espectaculo body .g-navigation a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-espectaculo #g-header a:hover, .page-espectaculo body #g-header a:hover, .menu-item-espectaculo body #g-header a:hover, .preset-espectaculo #g-header a:focus, .page-espectaculo body #g-header a:focus, .menu-item-espectaculo body #g-header a:focus, .preset-espectaculo .g-navigation a:hover, .page-espectaculo body .g-navigation a:hover, .menu-item-espectaculo body .g-navigation a:hover, .preset-espectaculo .g-navigation a:focus, .page-espectaculo body .g-navigation a:focus, .menu-item-espectaculo body .g-navigation a:focus {
  color: #252d47;
}
.preset-espectaculo #g-header a.button, .page-espectaculo body #g-header a.button, .menu-item-espectaculo body #g-header a.button, .preset-espectaculo .g-navigation a.button, .page-espectaculo body .g-navigation a.button, .menu-item-espectaculo body .g-navigation a.button {
  text-decoration: none;
}
.preset-espectaculo #g-footer, .page-espectaculo body #g-footer, .menu-item-espectaculo body #g-footer, .preset-espectaculo #g-copyright, .page-espectaculo body #g-copyright, .menu-item-espectaculo body #g-copyright {
  background-color: #E17036;
  color: #171C2C;
}
.preset-espectaculo #g-footer h1, .page-espectaculo body #g-footer h1, .menu-item-espectaculo body #g-footer h1, .preset-espectaculo #g-footer h2, .page-espectaculo body #g-footer h2, .menu-item-espectaculo body #g-footer h2, .preset-espectaculo #g-footer h3, .page-espectaculo body #g-footer h3, .menu-item-espectaculo body #g-footer h3, .preset-espectaculo #g-footer h4, .page-espectaculo body #g-footer h4, .menu-item-espectaculo body #g-footer h4, .preset-espectaculo #g-footer h5, .page-espectaculo body #g-footer h5, .menu-item-espectaculo body #g-footer h5, .preset-espectaculo #g-footer h6, .page-espectaculo body #g-footer h6, .menu-item-espectaculo body #g-footer h6, .preset-espectaculo #g-copyright h1, .page-espectaculo body #g-copyright h1, .menu-item-espectaculo body #g-copyright h1, .preset-espectaculo #g-copyright h2, .page-espectaculo body #g-copyright h2, .menu-item-espectaculo body #g-copyright h2, .preset-espectaculo #g-copyright h3, .page-espectaculo body #g-copyright h3, .menu-item-espectaculo body #g-copyright h3, .preset-espectaculo #g-copyright h4, .page-espectaculo body #g-copyright h4, .menu-item-espectaculo body #g-copyright h4, .preset-espectaculo #g-copyright h5, .page-espectaculo body #g-copyright h5, .menu-item-espectaculo body #g-copyright h5, .preset-espectaculo #g-copyright h6, .page-espectaculo body #g-copyright h6, .menu-item-espectaculo body #g-copyright h6 {
  color: #171C2C;
}
.preset-espectaculo #g-footer strong, .page-espectaculo body #g-footer strong, .menu-item-espectaculo body #g-footer strong, .preset-espectaculo #g-footer b, .page-espectaculo body #g-footer b, .menu-item-espectaculo body #g-footer b, .preset-espectaculo #g-copyright strong, .page-espectaculo body #g-copyright strong, .menu-item-espectaculo body #g-copyright strong, .preset-espectaculo #g-copyright b, .page-espectaculo body #g-copyright b, .menu-item-espectaculo body #g-copyright b {
  color: #171C2C;
}
.preset-espectaculo #g-footer a, .page-espectaculo body #g-footer a, .menu-item-espectaculo body #g-footer a, .preset-espectaculo #g-copyright a, .page-espectaculo body #g-copyright a, .menu-item-espectaculo body #g-copyright a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-espectaculo #g-footer a:hover, .page-espectaculo body #g-footer a:hover, .menu-item-espectaculo body #g-footer a:hover, .preset-espectaculo #g-footer a:focus, .page-espectaculo body #g-footer a:focus, .menu-item-espectaculo body #g-footer a:focus, .preset-espectaculo #g-copyright a:hover, .page-espectaculo body #g-copyright a:hover, .menu-item-espectaculo body #g-copyright a:hover, .preset-espectaculo #g-copyright a:focus, .page-espectaculo body #g-copyright a:focus, .menu-item-espectaculo body #g-copyright a:focus {
  color: #252d47;
}
.preset-espectaculo #g-footer a.button, .page-espectaculo body #g-footer a.button, .menu-item-espectaculo body #g-footer a.button, .preset-espectaculo #g-copyright a.button, .page-espectaculo body #g-copyright a.button, .menu-item-espectaculo body #g-copyright a.button {
  text-decoration: none;
}
.preset-espectaculo #g-breadcrumb, .page-espectaculo body #g-breadcrumb, .menu-item-espectaculo body #g-breadcrumb {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-breadcrumb h1, .page-espectaculo body #g-breadcrumb h1, .menu-item-espectaculo body #g-breadcrumb h1, .preset-espectaculo #g-breadcrumb h2, .page-espectaculo body #g-breadcrumb h2, .menu-item-espectaculo body #g-breadcrumb h2, .preset-espectaculo #g-breadcrumb h3, .page-espectaculo body #g-breadcrumb h3, .menu-item-espectaculo body #g-breadcrumb h3, .preset-espectaculo #g-breadcrumb h4, .page-espectaculo body #g-breadcrumb h4, .menu-item-espectaculo body #g-breadcrumb h4, .preset-espectaculo #g-breadcrumb h5, .page-espectaculo body #g-breadcrumb h5, .menu-item-espectaculo body #g-breadcrumb h5, .preset-espectaculo #g-breadcrumb h6, .page-espectaculo body #g-breadcrumb h6, .menu-item-espectaculo body #g-breadcrumb h6 {
  color: #fff;
}
.preset-espectaculo #g-breadcrumb strong, .page-espectaculo body #g-breadcrumb strong, .menu-item-espectaculo body #g-breadcrumb strong, .preset-espectaculo #g-breadcrumb b, .page-espectaculo body #g-breadcrumb b, .menu-item-espectaculo body #g-breadcrumb b {
  color: #fff;
}
.preset-espectaculo #g-breadcrumb a, .page-espectaculo body #g-breadcrumb a, .menu-item-espectaculo body #g-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-breadcrumb a:hover, .page-espectaculo body #g-breadcrumb a:hover, .menu-item-espectaculo body #g-breadcrumb a:hover, .preset-espectaculo #g-breadcrumb a:focus, .page-espectaculo body #g-breadcrumb a:focus, .menu-item-espectaculo body #g-breadcrumb a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-breadcrumb a.button, .page-espectaculo body #g-breadcrumb a.button, .menu-item-espectaculo body #g-breadcrumb a.button {
  text-decoration: none;
}
.preset-espectaculo #g-fullwidth, .page-espectaculo body #g-fullwidth, .menu-item-espectaculo body #g-fullwidth {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-fullwidth h1, .page-espectaculo body #g-fullwidth h1, .menu-item-espectaculo body #g-fullwidth h1, .preset-espectaculo #g-fullwidth h2, .page-espectaculo body #g-fullwidth h2, .menu-item-espectaculo body #g-fullwidth h2, .preset-espectaculo #g-fullwidth h3, .page-espectaculo body #g-fullwidth h3, .menu-item-espectaculo body #g-fullwidth h3, .preset-espectaculo #g-fullwidth h4, .page-espectaculo body #g-fullwidth h4, .menu-item-espectaculo body #g-fullwidth h4, .preset-espectaculo #g-fullwidth h5, .page-espectaculo body #g-fullwidth h5, .menu-item-espectaculo body #g-fullwidth h5, .preset-espectaculo #g-fullwidth h6, .page-espectaculo body #g-fullwidth h6, .menu-item-espectaculo body #g-fullwidth h6 {
  color: #fff;
}
.preset-espectaculo #g-fullwidth strong, .page-espectaculo body #g-fullwidth strong, .menu-item-espectaculo body #g-fullwidth strong, .preset-espectaculo #g-fullwidth b, .page-espectaculo body #g-fullwidth b, .menu-item-espectaculo body #g-fullwidth b {
  color: #fff;
}
.preset-espectaculo #g-fullwidth a, .page-espectaculo body #g-fullwidth a, .menu-item-espectaculo body #g-fullwidth a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-fullwidth a:hover, .page-espectaculo body #g-fullwidth a:hover, .menu-item-espectaculo body #g-fullwidth a:hover, .preset-espectaculo #g-fullwidth a:focus, .page-espectaculo body #g-fullwidth a:focus, .menu-item-espectaculo body #g-fullwidth a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-fullwidth a.button, .page-espectaculo body #g-fullwidth a.button, .menu-item-espectaculo body #g-fullwidth a.button {
  text-decoration: none;
}
.preset-espectaculo #g-showcase, .page-espectaculo body #g-showcase, .menu-item-espectaculo body #g-showcase {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-showcase h1, .page-espectaculo body #g-showcase h1, .menu-item-espectaculo body #g-showcase h1, .preset-espectaculo #g-showcase h2, .page-espectaculo body #g-showcase h2, .menu-item-espectaculo body #g-showcase h2, .preset-espectaculo #g-showcase h3, .page-espectaculo body #g-showcase h3, .menu-item-espectaculo body #g-showcase h3, .preset-espectaculo #g-showcase h4, .page-espectaculo body #g-showcase h4, .menu-item-espectaculo body #g-showcase h4, .preset-espectaculo #g-showcase h5, .page-espectaculo body #g-showcase h5, .menu-item-espectaculo body #g-showcase h5, .preset-espectaculo #g-showcase h6, .page-espectaculo body #g-showcase h6, .menu-item-espectaculo body #g-showcase h6 {
  color: #fff;
}
.preset-espectaculo #g-showcase strong, .page-espectaculo body #g-showcase strong, .menu-item-espectaculo body #g-showcase strong, .preset-espectaculo #g-showcase b, .page-espectaculo body #g-showcase b, .menu-item-espectaculo body #g-showcase b {
  color: #fff;
}
.preset-espectaculo #g-showcase a, .page-espectaculo body #g-showcase a, .menu-item-espectaculo body #g-showcase a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-showcase a:hover, .page-espectaculo body #g-showcase a:hover, .menu-item-espectaculo body #g-showcase a:hover, .preset-espectaculo #g-showcase a:focus, .page-espectaculo body #g-showcase a:focus, .menu-item-espectaculo body #g-showcase a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-showcase a.button, .page-espectaculo body #g-showcase a.button, .menu-item-espectaculo body #g-showcase a.button {
  text-decoration: none;
}
.preset-espectaculo #g-intro, .page-espectaculo body #g-intro, .menu-item-espectaculo body #g-intro {
  background-color: #171C2C;
  color: #fff;
}
.preset-espectaculo #g-intro h1, .page-espectaculo body #g-intro h1, .menu-item-espectaculo body #g-intro h1, .preset-espectaculo #g-intro h2, .page-espectaculo body #g-intro h2, .menu-item-espectaculo body #g-intro h2, .preset-espectaculo #g-intro h3, .page-espectaculo body #g-intro h3, .menu-item-espectaculo body #g-intro h3, .preset-espectaculo #g-intro h4, .page-espectaculo body #g-intro h4, .menu-item-espectaculo body #g-intro h4, .preset-espectaculo #g-intro h5, .page-espectaculo body #g-intro h5, .menu-item-espectaculo body #g-intro h5, .preset-espectaculo #g-intro h6, .page-espectaculo body #g-intro h6, .menu-item-espectaculo body #g-intro h6 {
  color: #fff;
}
.preset-espectaculo #g-intro strong, .page-espectaculo body #g-intro strong, .menu-item-espectaculo body #g-intro strong, .preset-espectaculo #g-intro b, .page-espectaculo body #g-intro b, .menu-item-espectaculo body #g-intro b {
  color: #fff;
}
.preset-espectaculo #g-intro a, .page-espectaculo body #g-intro a, .menu-item-espectaculo body #g-intro a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-intro a:hover, .page-espectaculo body #g-intro a:hover, .menu-item-espectaculo body #g-intro a:hover, .preset-espectaculo #g-intro a:focus, .page-espectaculo body #g-intro a:focus, .menu-item-espectaculo body #g-intro a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-intro a.button, .page-espectaculo body #g-intro a.button, .menu-item-espectaculo body #g-intro a.button {
  text-decoration: none;
}
.preset-espectaculo #g-feature, .page-espectaculo body #g-feature, .menu-item-espectaculo body #g-feature {
  background-color: #171C2C;
  color: #fff;
}
.preset-espectaculo #g-feature h1, .page-espectaculo body #g-feature h1, .menu-item-espectaculo body #g-feature h1, .preset-espectaculo #g-feature h2, .page-espectaculo body #g-feature h2, .menu-item-espectaculo body #g-feature h2, .preset-espectaculo #g-feature h3, .page-espectaculo body #g-feature h3, .menu-item-espectaculo body #g-feature h3, .preset-espectaculo #g-feature h4, .page-espectaculo body #g-feature h4, .menu-item-espectaculo body #g-feature h4, .preset-espectaculo #g-feature h5, .page-espectaculo body #g-feature h5, .menu-item-espectaculo body #g-feature h5, .preset-espectaculo #g-feature h6, .page-espectaculo body #g-feature h6, .menu-item-espectaculo body #g-feature h6 {
  color: #fff;
}
.preset-espectaculo #g-feature strong, .page-espectaculo body #g-feature strong, .menu-item-espectaculo body #g-feature strong, .preset-espectaculo #g-feature b, .page-espectaculo body #g-feature b, .menu-item-espectaculo body #g-feature b {
  color: #fff;
}
.preset-espectaculo #g-feature a, .page-espectaculo body #g-feature a, .menu-item-espectaculo body #g-feature a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-feature a:hover, .page-espectaculo body #g-feature a:hover, .menu-item-espectaculo body #g-feature a:hover, .preset-espectaculo #g-feature a:focus, .page-espectaculo body #g-feature a:focus, .menu-item-espectaculo body #g-feature a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-feature a.button, .page-espectaculo body #g-feature a.button, .menu-item-espectaculo body #g-feature a.button {
  text-decoration: none;
}
.preset-espectaculo #g-subfeature, .page-espectaculo body #g-subfeature, .menu-item-espectaculo body #g-subfeature {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-subfeature h1, .page-espectaculo body #g-subfeature h1, .menu-item-espectaculo body #g-subfeature h1, .preset-espectaculo #g-subfeature h2, .page-espectaculo body #g-subfeature h2, .menu-item-espectaculo body #g-subfeature h2, .preset-espectaculo #g-subfeature h3, .page-espectaculo body #g-subfeature h3, .menu-item-espectaculo body #g-subfeature h3, .preset-espectaculo #g-subfeature h4, .page-espectaculo body #g-subfeature h4, .menu-item-espectaculo body #g-subfeature h4, .preset-espectaculo #g-subfeature h5, .page-espectaculo body #g-subfeature h5, .menu-item-espectaculo body #g-subfeature h5, .preset-espectaculo #g-subfeature h6, .page-espectaculo body #g-subfeature h6, .menu-item-espectaculo body #g-subfeature h6 {
  color: #fff;
}
.preset-espectaculo #g-subfeature strong, .page-espectaculo body #g-subfeature strong, .menu-item-espectaculo body #g-subfeature strong, .preset-espectaculo #g-subfeature b, .page-espectaculo body #g-subfeature b, .menu-item-espectaculo body #g-subfeature b {
  color: #fff;
}
.preset-espectaculo #g-subfeature a, .page-espectaculo body #g-subfeature a, .menu-item-espectaculo body #g-subfeature a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-subfeature a:hover, .page-espectaculo body #g-subfeature a:hover, .menu-item-espectaculo body #g-subfeature a:hover, .preset-espectaculo #g-subfeature a:focus, .page-espectaculo body #g-subfeature a:focus, .menu-item-espectaculo body #g-subfeature a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-subfeature a.button, .page-espectaculo body #g-subfeature a.button, .menu-item-espectaculo body #g-subfeature a.button {
  text-decoration: none;
}
.preset-espectaculo #g-maintop, .page-espectaculo body #g-maintop, .menu-item-espectaculo body #g-maintop {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-maintop h1, .page-espectaculo body #g-maintop h1, .menu-item-espectaculo body #g-maintop h1, .preset-espectaculo #g-maintop h2, .page-espectaculo body #g-maintop h2, .menu-item-espectaculo body #g-maintop h2, .preset-espectaculo #g-maintop h3, .page-espectaculo body #g-maintop h3, .menu-item-espectaculo body #g-maintop h3, .preset-espectaculo #g-maintop h4, .page-espectaculo body #g-maintop h4, .menu-item-espectaculo body #g-maintop h4, .preset-espectaculo #g-maintop h5, .page-espectaculo body #g-maintop h5, .menu-item-espectaculo body #g-maintop h5, .preset-espectaculo #g-maintop h6, .page-espectaculo body #g-maintop h6, .menu-item-espectaculo body #g-maintop h6 {
  color: #fff;
}
.preset-espectaculo #g-maintop strong, .page-espectaculo body #g-maintop strong, .menu-item-espectaculo body #g-maintop strong, .preset-espectaculo #g-maintop b, .page-espectaculo body #g-maintop b, .menu-item-espectaculo body #g-maintop b {
  color: #fff;
}
.preset-espectaculo #g-maintop a, .page-espectaculo body #g-maintop a, .menu-item-espectaculo body #g-maintop a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-maintop a:hover, .page-espectaculo body #g-maintop a:hover, .menu-item-espectaculo body #g-maintop a:hover, .preset-espectaculo #g-maintop a:focus, .page-espectaculo body #g-maintop a:focus, .menu-item-espectaculo body #g-maintop a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-maintop a.button, .page-espectaculo body #g-maintop a.button, .menu-item-espectaculo body #g-maintop a.button {
  text-decoration: none;
}
.preset-espectaculo #g-mainbody, .page-espectaculo body #g-mainbody, .menu-item-espectaculo body #g-mainbody {
  background-color: #171C2C;
  color: #fff;
}
.preset-espectaculo #g-mainbody h1, .page-espectaculo body #g-mainbody h1, .menu-item-espectaculo body #g-mainbody h1, .preset-espectaculo #g-mainbody h2, .page-espectaculo body #g-mainbody h2, .menu-item-espectaculo body #g-mainbody h2, .preset-espectaculo #g-mainbody h3, .page-espectaculo body #g-mainbody h3, .menu-item-espectaculo body #g-mainbody h3, .preset-espectaculo #g-mainbody h4, .page-espectaculo body #g-mainbody h4, .menu-item-espectaculo body #g-mainbody h4, .preset-espectaculo #g-mainbody h5, .page-espectaculo body #g-mainbody h5, .menu-item-espectaculo body #g-mainbody h5, .preset-espectaculo #g-mainbody h6, .page-espectaculo body #g-mainbody h6, .menu-item-espectaculo body #g-mainbody h6 {
  color: #fff;
}
.preset-espectaculo #g-mainbody strong, .page-espectaculo body #g-mainbody strong, .menu-item-espectaculo body #g-mainbody strong, .preset-espectaculo #g-mainbody b, .page-espectaculo body #g-mainbody b, .menu-item-espectaculo body #g-mainbody b {
  color: #fff;
}
.preset-espectaculo #g-mainbody a, .page-espectaculo body #g-mainbody a, .menu-item-espectaculo body #g-mainbody a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-mainbody a:hover, .page-espectaculo body #g-mainbody a:hover, .menu-item-espectaculo body #g-mainbody a:hover, .preset-espectaculo #g-mainbody a:focus, .page-espectaculo body #g-mainbody a:focus, .menu-item-espectaculo body #g-mainbody a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-mainbody a.button, .page-espectaculo body #g-mainbody a.button, .menu-item-espectaculo body #g-mainbody a.button {
  text-decoration: none;
}
.preset-espectaculo #g-aside, .page-espectaculo body #g-aside, .menu-item-espectaculo body #g-aside {
  background-color: #171C2C;
  color: #fff;
}
.preset-espectaculo #g-aside h1, .page-espectaculo body #g-aside h1, .menu-item-espectaculo body #g-aside h1, .preset-espectaculo #g-aside h2, .page-espectaculo body #g-aside h2, .menu-item-espectaculo body #g-aside h2, .preset-espectaculo #g-aside h3, .page-espectaculo body #g-aside h3, .menu-item-espectaculo body #g-aside h3, .preset-espectaculo #g-aside h4, .page-espectaculo body #g-aside h4, .menu-item-espectaculo body #g-aside h4, .preset-espectaculo #g-aside h5, .page-espectaculo body #g-aside h5, .menu-item-espectaculo body #g-aside h5, .preset-espectaculo #g-aside h6, .page-espectaculo body #g-aside h6, .menu-item-espectaculo body #g-aside h6 {
  color: #fff;
}
.preset-espectaculo #g-aside strong, .page-espectaculo body #g-aside strong, .menu-item-espectaculo body #g-aside strong, .preset-espectaculo #g-aside b, .page-espectaculo body #g-aside b, .menu-item-espectaculo body #g-aside b {
  color: #fff;
}
.preset-espectaculo #g-aside a, .page-espectaculo body #g-aside a, .menu-item-espectaculo body #g-aside a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-aside a:hover, .page-espectaculo body #g-aside a:hover, .menu-item-espectaculo body #g-aside a:hover, .preset-espectaculo #g-aside a:focus, .page-espectaculo body #g-aside a:focus, .menu-item-espectaculo body #g-aside a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-aside a.button, .page-espectaculo body #g-aside a.button, .menu-item-espectaculo body #g-aside a.button {
  text-decoration: none;
}
.preset-espectaculo #g-sidebar, .page-espectaculo body #g-sidebar, .menu-item-espectaculo body #g-sidebar {
  background-color: #171C2C;
  color: #fff;
}
.preset-espectaculo #g-sidebar h1, .page-espectaculo body #g-sidebar h1, .menu-item-espectaculo body #g-sidebar h1, .preset-espectaculo #g-sidebar h2, .page-espectaculo body #g-sidebar h2, .menu-item-espectaculo body #g-sidebar h2, .preset-espectaculo #g-sidebar h3, .page-espectaculo body #g-sidebar h3, .menu-item-espectaculo body #g-sidebar h3, .preset-espectaculo #g-sidebar h4, .page-espectaculo body #g-sidebar h4, .menu-item-espectaculo body #g-sidebar h4, .preset-espectaculo #g-sidebar h5, .page-espectaculo body #g-sidebar h5, .menu-item-espectaculo body #g-sidebar h5, .preset-espectaculo #g-sidebar h6, .page-espectaculo body #g-sidebar h6, .menu-item-espectaculo body #g-sidebar h6 {
  color: #fff;
}
.preset-espectaculo #g-sidebar strong, .page-espectaculo body #g-sidebar strong, .menu-item-espectaculo body #g-sidebar strong, .preset-espectaculo #g-sidebar b, .page-espectaculo body #g-sidebar b, .menu-item-espectaculo body #g-sidebar b {
  color: #fff;
}
.preset-espectaculo #g-sidebar a, .page-espectaculo body #g-sidebar a, .menu-item-espectaculo body #g-sidebar a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-sidebar a:hover, .page-espectaculo body #g-sidebar a:hover, .menu-item-espectaculo body #g-sidebar a:hover, .preset-espectaculo #g-sidebar a:focus, .page-espectaculo body #g-sidebar a:focus, .menu-item-espectaculo body #g-sidebar a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-sidebar a.button, .page-espectaculo body #g-sidebar a.button, .menu-item-espectaculo body #g-sidebar a.button {
  text-decoration: none;
}
.preset-espectaculo #g-mainbottom, .page-espectaculo body #g-mainbottom, .menu-item-espectaculo body #g-mainbottom {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-mainbottom h1, .page-espectaculo body #g-mainbottom h1, .menu-item-espectaculo body #g-mainbottom h1, .preset-espectaculo #g-mainbottom h2, .page-espectaculo body #g-mainbottom h2, .menu-item-espectaculo body #g-mainbottom h2, .preset-espectaculo #g-mainbottom h3, .page-espectaculo body #g-mainbottom h3, .menu-item-espectaculo body #g-mainbottom h3, .preset-espectaculo #g-mainbottom h4, .page-espectaculo body #g-mainbottom h4, .menu-item-espectaculo body #g-mainbottom h4, .preset-espectaculo #g-mainbottom h5, .page-espectaculo body #g-mainbottom h5, .menu-item-espectaculo body #g-mainbottom h5, .preset-espectaculo #g-mainbottom h6, .page-espectaculo body #g-mainbottom h6, .menu-item-espectaculo body #g-mainbottom h6 {
  color: #fff;
}
.preset-espectaculo #g-mainbottom strong, .page-espectaculo body #g-mainbottom strong, .menu-item-espectaculo body #g-mainbottom strong, .preset-espectaculo #g-mainbottom b, .page-espectaculo body #g-mainbottom b, .menu-item-espectaculo body #g-mainbottom b {
  color: #fff;
}
.preset-espectaculo #g-mainbottom a, .page-espectaculo body #g-mainbottom a, .menu-item-espectaculo body #g-mainbottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-mainbottom a:hover, .page-espectaculo body #g-mainbottom a:hover, .menu-item-espectaculo body #g-mainbottom a:hover, .preset-espectaculo #g-mainbottom a:focus, .page-espectaculo body #g-mainbottom a:focus, .menu-item-espectaculo body #g-mainbottom a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-mainbottom a.button, .page-espectaculo body #g-mainbottom a.button, .menu-item-espectaculo body #g-mainbottom a.button {
  text-decoration: none;
}
.preset-espectaculo #g-extension, .page-espectaculo body #g-extension, .menu-item-espectaculo body #g-extension {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-extension h1, .page-espectaculo body #g-extension h1, .menu-item-espectaculo body #g-extension h1, .preset-espectaculo #g-extension h2, .page-espectaculo body #g-extension h2, .menu-item-espectaculo body #g-extension h2, .preset-espectaculo #g-extension h3, .page-espectaculo body #g-extension h3, .menu-item-espectaculo body #g-extension h3, .preset-espectaculo #g-extension h4, .page-espectaculo body #g-extension h4, .menu-item-espectaculo body #g-extension h4, .preset-espectaculo #g-extension h5, .page-espectaculo body #g-extension h5, .menu-item-espectaculo body #g-extension h5, .preset-espectaculo #g-extension h6, .page-espectaculo body #g-extension h6, .menu-item-espectaculo body #g-extension h6 {
  color: #fff;
}
.preset-espectaculo #g-extension strong, .page-espectaculo body #g-extension strong, .menu-item-espectaculo body #g-extension strong, .preset-espectaculo #g-extension b, .page-espectaculo body #g-extension b, .menu-item-espectaculo body #g-extension b {
  color: #fff;
}
.preset-espectaculo #g-extension a, .page-espectaculo body #g-extension a, .menu-item-espectaculo body #g-extension a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-extension a:hover, .page-espectaculo body #g-extension a:hover, .menu-item-espectaculo body #g-extension a:hover, .preset-espectaculo #g-extension a:focus, .page-espectaculo body #g-extension a:focus, .menu-item-espectaculo body #g-extension a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-extension a.button, .page-espectaculo body #g-extension a.button, .menu-item-espectaculo body #g-extension a.button {
  text-decoration: none;
}
.preset-espectaculo #g-additional, .page-espectaculo body #g-additional, .menu-item-espectaculo body #g-additional {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-additional h1, .page-espectaculo body #g-additional h1, .menu-item-espectaculo body #g-additional h1, .preset-espectaculo #g-additional h2, .page-espectaculo body #g-additional h2, .menu-item-espectaculo body #g-additional h2, .preset-espectaculo #g-additional h3, .page-espectaculo body #g-additional h3, .menu-item-espectaculo body #g-additional h3, .preset-espectaculo #g-additional h4, .page-espectaculo body #g-additional h4, .menu-item-espectaculo body #g-additional h4, .preset-espectaculo #g-additional h5, .page-espectaculo body #g-additional h5, .menu-item-espectaculo body #g-additional h5, .preset-espectaculo #g-additional h6, .page-espectaculo body #g-additional h6, .menu-item-espectaculo body #g-additional h6 {
  color: #fff;
}
.preset-espectaculo #g-additional strong, .page-espectaculo body #g-additional strong, .menu-item-espectaculo body #g-additional strong, .preset-espectaculo #g-additional b, .page-espectaculo body #g-additional b, .menu-item-espectaculo body #g-additional b {
  color: #fff;
}
.preset-espectaculo #g-additional a, .page-espectaculo body #g-additional a, .menu-item-espectaculo body #g-additional a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-additional a:hover, .page-espectaculo body #g-additional a:hover, .menu-item-espectaculo body #g-additional a:hover, .preset-espectaculo #g-additional a:focus, .page-espectaculo body #g-additional a:focus, .menu-item-espectaculo body #g-additional a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-additional a.button, .page-espectaculo body #g-additional a.button, .menu-item-espectaculo body #g-additional a.button {
  text-decoration: none;
}
.preset-espectaculo #g-afterbottom, .page-espectaculo body #g-afterbottom, .menu-item-espectaculo body #g-afterbottom {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-afterbottom h1, .page-espectaculo body #g-afterbottom h1, .menu-item-espectaculo body #g-afterbottom h1, .preset-espectaculo #g-afterbottom h2, .page-espectaculo body #g-afterbottom h2, .menu-item-espectaculo body #g-afterbottom h2, .preset-espectaculo #g-afterbottom h3, .page-espectaculo body #g-afterbottom h3, .menu-item-espectaculo body #g-afterbottom h3, .preset-espectaculo #g-afterbottom h4, .page-espectaculo body #g-afterbottom h4, .menu-item-espectaculo body #g-afterbottom h4, .preset-espectaculo #g-afterbottom h5, .page-espectaculo body #g-afterbottom h5, .menu-item-espectaculo body #g-afterbottom h5, .preset-espectaculo #g-afterbottom h6, .page-espectaculo body #g-afterbottom h6, .menu-item-espectaculo body #g-afterbottom h6 {
  color: #fff;
}
.preset-espectaculo #g-afterbottom strong, .page-espectaculo body #g-afterbottom strong, .menu-item-espectaculo body #g-afterbottom strong, .preset-espectaculo #g-afterbottom b, .page-espectaculo body #g-afterbottom b, .menu-item-espectaculo body #g-afterbottom b {
  color: #fff;
}
.preset-espectaculo #g-afterbottom a, .page-espectaculo body #g-afterbottom a, .menu-item-espectaculo body #g-afterbottom a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-afterbottom a:hover, .page-espectaculo body #g-afterbottom a:hover, .menu-item-espectaculo body #g-afterbottom a:hover, .preset-espectaculo #g-afterbottom a:focus, .page-espectaculo body #g-afterbottom a:focus, .menu-item-espectaculo body #g-afterbottom a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-afterbottom a.button, .page-espectaculo body #g-afterbottom a.button, .menu-item-espectaculo body #g-afterbottom a.button {
  text-decoration: none;
}
.preset-espectaculo #g-utility, .page-espectaculo body #g-utility, .menu-item-espectaculo body #g-utility {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-utility h1, .page-espectaculo body #g-utility h1, .menu-item-espectaculo body #g-utility h1, .preset-espectaculo #g-utility h2, .page-espectaculo body #g-utility h2, .menu-item-espectaculo body #g-utility h2, .preset-espectaculo #g-utility h3, .page-espectaculo body #g-utility h3, .menu-item-espectaculo body #g-utility h3, .preset-espectaculo #g-utility h4, .page-espectaculo body #g-utility h4, .menu-item-espectaculo body #g-utility h4, .preset-espectaculo #g-utility h5, .page-espectaculo body #g-utility h5, .menu-item-espectaculo body #g-utility h5, .preset-espectaculo #g-utility h6, .page-espectaculo body #g-utility h6, .menu-item-espectaculo body #g-utility h6 {
  color: #fff;
}
.preset-espectaculo #g-utility strong, .page-espectaculo body #g-utility strong, .menu-item-espectaculo body #g-utility strong, .preset-espectaculo #g-utility b, .page-espectaculo body #g-utility b, .menu-item-espectaculo body #g-utility b {
  color: #fff;
}
.preset-espectaculo #g-utility a, .page-espectaculo body #g-utility a, .menu-item-espectaculo body #g-utility a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-utility a:hover, .page-espectaculo body #g-utility a:hover, .menu-item-espectaculo body #g-utility a:hover, .preset-espectaculo #g-utility a:focus, .page-espectaculo body #g-utility a:focus, .menu-item-espectaculo body #g-utility a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-utility a.button, .page-espectaculo body #g-utility a.button, .menu-item-espectaculo body #g-utility a.button {
  text-decoration: none;
}
.preset-espectaculo #g-prebottom, .page-espectaculo body #g-prebottom, .menu-item-espectaculo body #g-prebottom {
  background-color: rgba(255, 255, 255, 0.06);
  color: #171C2C;
}
.preset-espectaculo #g-prebottom h1, .page-espectaculo body #g-prebottom h1, .menu-item-espectaculo body #g-prebottom h1, .preset-espectaculo #g-prebottom h2, .page-espectaculo body #g-prebottom h2, .menu-item-espectaculo body #g-prebottom h2, .preset-espectaculo #g-prebottom h3, .page-espectaculo body #g-prebottom h3, .menu-item-espectaculo body #g-prebottom h3, .preset-espectaculo #g-prebottom h4, .page-espectaculo body #g-prebottom h4, .menu-item-espectaculo body #g-prebottom h4, .preset-espectaculo #g-prebottom h5, .page-espectaculo body #g-prebottom h5, .menu-item-espectaculo body #g-prebottom h5, .preset-espectaculo #g-prebottom h6, .page-espectaculo body #g-prebottom h6, .menu-item-espectaculo body #g-prebottom h6 {
  color: #171C2C;
}
.preset-espectaculo #g-prebottom strong, .page-espectaculo body #g-prebottom strong, .menu-item-espectaculo body #g-prebottom strong, .preset-espectaculo #g-prebottom b, .page-espectaculo body #g-prebottom b, .menu-item-espectaculo body #g-prebottom b {
  color: #171C2C;
}
.preset-espectaculo #g-prebottom a, .page-espectaculo body #g-prebottom a, .menu-item-espectaculo body #g-prebottom a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-espectaculo #g-prebottom a:hover, .page-espectaculo body #g-prebottom a:hover, .menu-item-espectaculo body #g-prebottom a:hover, .preset-espectaculo #g-prebottom a:focus, .page-espectaculo body #g-prebottom a:focus, .menu-item-espectaculo body #g-prebottom a:focus {
  color: #252d47;
}
.preset-espectaculo #g-prebottom a.button, .page-espectaculo body #g-prebottom a.button, .menu-item-espectaculo body #g-prebottom a.button {
  text-decoration: none;
}
.preset-espectaculo #g-bottom, .page-espectaculo body #g-bottom, .menu-item-espectaculo body #g-bottom {
  background-color: rgba(255, 255, 255, 0.06);
  color: #171C2C;
}
.preset-espectaculo #g-bottom h1, .page-espectaculo body #g-bottom h1, .menu-item-espectaculo body #g-bottom h1, .preset-espectaculo #g-bottom h2, .page-espectaculo body #g-bottom h2, .menu-item-espectaculo body #g-bottom h2, .preset-espectaculo #g-bottom h3, .page-espectaculo body #g-bottom h3, .menu-item-espectaculo body #g-bottom h3, .preset-espectaculo #g-bottom h4, .page-espectaculo body #g-bottom h4, .menu-item-espectaculo body #g-bottom h4, .preset-espectaculo #g-bottom h5, .page-espectaculo body #g-bottom h5, .menu-item-espectaculo body #g-bottom h5, .preset-espectaculo #g-bottom h6, .page-espectaculo body #g-bottom h6, .menu-item-espectaculo body #g-bottom h6 {
  color: #171C2C;
}
.preset-espectaculo #g-bottom strong, .page-espectaculo body #g-bottom strong, .menu-item-espectaculo body #g-bottom strong, .preset-espectaculo #g-bottom b, .page-espectaculo body #g-bottom b, .menu-item-espectaculo body #g-bottom b {
  color: #171C2C;
}
.preset-espectaculo #g-bottom a, .page-espectaculo body #g-bottom a, .menu-item-espectaculo body #g-bottom a {
  color: #171C2C;
  text-decoration: underline;
}
.preset-espectaculo #g-bottom a:hover, .page-espectaculo body #g-bottom a:hover, .menu-item-espectaculo body #g-bottom a:hover, .preset-espectaculo #g-bottom a:focus, .page-espectaculo body #g-bottom a:focus, .menu-item-espectaculo body #g-bottom a:focus {
  color: #252d47;
}
.preset-espectaculo #g-bottom a.button, .page-espectaculo body #g-bottom a.button, .menu-item-espectaculo body #g-bottom a.button {
  text-decoration: none;
}
.preset-espectaculo #g-last, .page-espectaculo body #g-last, .menu-item-espectaculo body #g-last {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-last h1, .page-espectaculo body #g-last h1, .menu-item-espectaculo body #g-last h1, .preset-espectaculo #g-last h2, .page-espectaculo body #g-last h2, .menu-item-espectaculo body #g-last h2, .preset-espectaculo #g-last h3, .page-espectaculo body #g-last h3, .menu-item-espectaculo body #g-last h3, .preset-espectaculo #g-last h4, .page-espectaculo body #g-last h4, .menu-item-espectaculo body #g-last h4, .preset-espectaculo #g-last h5, .page-espectaculo body #g-last h5, .menu-item-espectaculo body #g-last h5, .preset-espectaculo #g-last h6, .page-espectaculo body #g-last h6, .menu-item-espectaculo body #g-last h6 {
  color: #fff;
}
.preset-espectaculo #g-last strong, .page-espectaculo body #g-last strong, .menu-item-espectaculo body #g-last strong, .preset-espectaculo #g-last b, .page-espectaculo body #g-last b, .menu-item-espectaculo body #g-last b {
  color: #fff;
}
.preset-espectaculo #g-last a, .page-espectaculo body #g-last a, .menu-item-espectaculo body #g-last a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-last a:hover, .page-espectaculo body #g-last a:hover, .menu-item-espectaculo body #g-last a:hover, .preset-espectaculo #g-last a:focus, .page-espectaculo body #g-last a:focus, .menu-item-espectaculo body #g-last a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-last a.button, .page-espectaculo body #g-last a.button, .menu-item-espectaculo body #g-last a.button {
  text-decoration: none;
}
.preset-espectaculo #g-offcanvas, .page-espectaculo body #g-offcanvas, .menu-item-espectaculo body #g-offcanvas {
  background-color: #254252;
  color: #fff;
}
.preset-espectaculo #g-offcanvas h1, .page-espectaculo body #g-offcanvas h1, .menu-item-espectaculo body #g-offcanvas h1, .preset-espectaculo #g-offcanvas h2, .page-espectaculo body #g-offcanvas h2, .menu-item-espectaculo body #g-offcanvas h2, .preset-espectaculo #g-offcanvas h3, .page-espectaculo body #g-offcanvas h3, .menu-item-espectaculo body #g-offcanvas h3, .preset-espectaculo #g-offcanvas h4, .page-espectaculo body #g-offcanvas h4, .menu-item-espectaculo body #g-offcanvas h4, .preset-espectaculo #g-offcanvas h5, .page-espectaculo body #g-offcanvas h5, .menu-item-espectaculo body #g-offcanvas h5, .preset-espectaculo #g-offcanvas h6, .page-espectaculo body #g-offcanvas h6, .menu-item-espectaculo body #g-offcanvas h6 {
  color: #fff;
}
.preset-espectaculo #g-offcanvas strong, .page-espectaculo body #g-offcanvas strong, .menu-item-espectaculo body #g-offcanvas strong, .preset-espectaculo #g-offcanvas b, .page-espectaculo body #g-offcanvas b, .menu-item-espectaculo body #g-offcanvas b {
  color: #fff;
}
.preset-espectaculo #g-offcanvas a, .page-espectaculo body #g-offcanvas a, .menu-item-espectaculo body #g-offcanvas a {
  color: #fff;
  text-decoration: underline;
}
.preset-espectaculo #g-offcanvas a:hover, .page-espectaculo body #g-offcanvas a:hover, .menu-item-espectaculo body #g-offcanvas a:hover, .preset-espectaculo #g-offcanvas a:focus, .page-espectaculo body #g-offcanvas a:focus, .menu-item-espectaculo body #g-offcanvas a:focus {
  color: #ebebeb;
}
.preset-espectaculo #g-offcanvas a.button, .page-espectaculo body #g-offcanvas a.button, .menu-item-espectaculo body #g-offcanvas a.button {
  text-decoration: none;
}
/* mapeo Gantry 2025 */
/* Partículas y legacy (se conservan) */
.fns-section {
  position: relative;
  font-family: var(--fns-display);
  color: var(--fns-ink);
  isolation: isolate;
  /* Overlay genérico controlado por var --overlay (0..1) */
}
.fns-section__overlay {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: rgb(0 0 0 var(--overlay, 0));
  inset: 0;
}
.fns-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  padding: clamp(24px, 5vw, 64px) clamp(16px, 4vw, 48px);
  margin: 0 auto;
}
.fns-section--width-sm .fns-section__inner {
  max-width: 760px;
}
.fns-section--width-lg .fns-section__inner {
  max-width: 1360px;
}
.fns-section__header {
  margin-bottom: clamp(12px, 2vw, 20px);
}
.fns-section__media {
  margin: 0;
}
.fns-section__actions {
  display: flex;
  margin-top: clamp(16px, 2.5vw, 28px);
  flex-wrap: wrap;
  gap: 0.75rem;
}
/* Alineación de texto */
.fns-section--align-center .fns-section__inner {
  text-align: center;
}
.fns-section--align-end .fns-section__inner {
  text-align: right;
}
/* Grid */
.fns-section__grid {
  display: grid;
  gap: clamp(16px, 3vw, 40px);
}
.fns-section--has-media .fns-section__grid {
  align-items: center;
  grid-template-columns: 1fr 1fr;
  /* base; se ajusta por ratio en desktop */
}
/* Ratios de columnas (aplican en desktop cuando hay 2 col) */
.fns-section--cols-50-50 {
  --col-a: 1fr;
  --col-b: 1fr;
}
.fns-section--cols-60-40 {
  --col-a: 3fr;
  --col-b: 2fr;
}
.fns-section--cols-40-60 {
  --col-a: 2fr;
  --col-b: 3fr;
}
/* DESKTOP (>=769px) */
@media (min-width: 769px) {
  /* 2 columnas: left/right */
  /* Orden para left/right */
  /* Apilado en desktop */
  .fns-section--has-media.fns-section--desktop-columns-left .fns-section__grid {
    grid-template-columns: var(--col-a, 1fr) var(--col-b, 1fr);
  }
  .fns-section--has-media.fns-section--desktop-columns-right .fns-section__grid {
    grid-template-columns: var(--col-a, 1fr) var(--col-b, 1fr);
  }
  .fns-section--desktop-columns-left .fns-section__col--media {
    order: 0;
  }
  .fns-section--desktop-columns-left .fns-section__col--content {
    order: 1;
  }
  .fns-section--desktop-columns-right .fns-section__col--content {
    order: 0;
  }
  .fns-section--desktop-columns-right .fns-section__col--media {
    order: 1;
  }
  .fns-section--desktop-stack-media-first .fns-section__grid, .fns-section--desktop-stack-text-first .fns-section__grid {
    grid-template-columns: 1fr;
  }
  .fns-section--desktop-stack-media-first .fns-section__col--media {
    order: 0;
  }
  .fns-section--desktop-stack-media-first .fns-section__col--content {
    order: 1;
  }
  .fns-section--desktop-stack-text-first .fns-section__col--content {
    order: 0;
  }
  .fns-section--desktop-stack-text-first .fns-section__col--media {
    order: 1;
  }
}
/* MOBILE (<=768px) */
@media (max-width: 768px) {
  /* apila por defecto */
  /* 2 col explícitas en mobile */
  /* Orden en mobile */
  .fns-section__grid {
    grid-template-columns: 1fr !important;
  }
  .fns-section--mobile-two-columns .fns-section__grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .fns-section--mobile-stack-media-first .fns-section__col--media {
    order: 0 !important;
  }
  .fns-section--mobile-stack-media-first .fns-section__col--content {
    order: 1 !important;
  }
  .fns-section--mobile-stack-text-first .fns-section__col--content {
    order: 0 !important;
  }
  .fns-section--mobile-stack-text-first .fns-section__col--media {
    order: 1 !important;
  }
}
/* DESKTOP (>=992px) */
@media (min-width: 992px) {
  /* Altura removida para mantener independencia de partículas */
}
.fns-media__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fns-media__ratio {
  position: relative;
  width: 100%;
  /* AUTO: sin ratio forzado */
}
.fns-media__ratio > * {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.fns-media__ratio--16by9 {
  padding-top: 56.25%;
}
.fns-media__ratio--4by3 {
  padding-top: 75%;
}
.fns-media__ratio--1by1 {
  padding-top: 100%;
}
.fns-media__ratio--21by9 {
  padding-top: 42.8571%;
}
.fns-media__ratio--auto {
  position: static;
  padding-top: 0;
}
.fns-media__ratio--auto > * {
  position: static;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Spacer */
.fns-media--spacer .fns-spacer {
  min-height: var(--spacer-h, 320px);
  background: var(--spacer-bg, transparent);
}
@media (max-width: 768px) {
  .fns-media--spacer .fns-spacer {
    min-height: var(--spacer-h-mobile, 200px);
  }
}
/* Edge lock utilitarios */
.fns-section--edge-top .fns-section__inner {
  padding-top: 0;
}
.fns-section--edge-bottom .fns-section__inner {
  padding-bottom: 0;
}
.fns-section--edge-left-right .fns-section__inner {
  padding-right: 0;
  padding-left: 0;
}
.fns-section--edge-all .fns-section__inner {
  padding: 0;
}
.fns-section__eyebrow {
  margin: 0 0 0.5em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fns-section__title {
  margin: 0 0 0.4em;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.25;
}
.fns-section__subtitle {
  margin: 0 0 0.8em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.fns-section__copy {
  max-width: 65ch;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .fns-section__title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .fns-section__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .fns-section__copy {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* Título XL cuando el layout está apilado en desktop */
@media (min-width: 769px) {
  .fns-section--desktop-stack-media-first .fns-section__title, .fns-section--desktop-stack-text-first .fns-section__title {
    font-size: clamp(3rem, 5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
.fns-actions {
  display: flex;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.fns-actions__item {
  margin: 0;
}
@media (max-width: 768px) {
  .fns-actions {
    justify-content: center;
  }
}
section.fns-section .fns-section__btn {
  display: inline-flex;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.08s ease, filter 0.2s ease;
  text-decoration: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px;
  background: var(--fns-primary, #00798b) !important;
  align-items: center;
  gap: 8px;
}
section.fns-section .fns-section__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
section.fns-section .fns-section__btn--secondary {
  color: var(--fns-ink, #171c2c) !important;
  border: 1px solid color-mix(in oklab, var(--fns-primary, #f39731) 45%, transparent) !important;
  background: color-mix(in oklab, var(--fns-primary, #f39731) 12%, transparent) !important;
}
section.fns-section .fns-section__btn--ghost {
  color: var(--fns-primary, #f39731) !important;
  border: 1px dashed color-mix(in oklab, var(--fns-primary, #f39731) 55%, transparent) !important;
  background: transparent !important;
}
section.fns-section .fns-section__btn__icon {
  display: inline-flex;
}
/* Usar clases de fns/2025/_backgrounds.scss para gradientes y fondos */
/* Imagen dinámica por CSS var */
.fns-bg--image {
  background-image: var(--fns-bg-image);
  background-position: center;
  background-size: cover;
}
/* Video de fondo */
.fns-bg--video {
  position: relative;
}
.fns-bg--video .fns-bg-video {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.fns-bg--video .fns-section__overlay {
  z-index: 1;
}
.fns-bg--video .fns-section__inner {
  position: relative;
  z-index: 2;
}
/* Scrims (usa clases de shared/_backgrounds para unificar) */
/* Ruido opcional encima de todo el fondo (cuando NO usás .fns-bg) */
.fns-section.has-noise::before {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  /* de shared/_helpers */
  inset: 0;
  mix-blend-mode: overlay;
}
/* Nota: si usás .fns-bg + .fns-bg--feria/forum/espectaculo, ya tenés ruido incorporado. */
.fns-media__ratio > .fns-youtube-lite, .fns-media__ratio > iframe, .fns-media__ratio > .fns-media__video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  inset: 0;
}
.fns-youtube-lite {
  position: relative;
  padding: 0;
  cursor: pointer;
  background: var(--poster, none);
  background-position: center;
  background-size: cover;
}
.fns-youtube-lite__play {
  position: absolute;
  display: grid;
  pointer-events: none;
  inset: 0;
  place-items: center;
}
.fns-youtube-lite__play::after {
  width: 68px;
  height: 48px;
  content: "";
  transition: filter 0.2s ease;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) inset;
}
.fns-youtube-lite__play::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  transform: translateX(6px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}
@media (hover: hover) {
  .fns-youtube-lite:hover .fns-youtube-lite__play::after {
    filter: brightness(1.1);
  }
}
.fns-youtube-lite:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.fns-section.is-default {
  --fns-accent: #E9B46E;
  --fns-ink: #171C2C;
  --fns-primary: #F39731;
}
.fns-section.is-feria {
  --fns-accent: #E17036;
  --fns-ink: #171C2C;
  --fns-primary: #F39731;
}
.fns-section.is-espectaculo {
  --fns-accent: #DD89B8;
  --fns-ink: #171C2C;
  --fns-primary: #5D407B;
}
.fns-section.is-forum {
  --fns-accent: #254252;
  --fns-ink: #171C2C;
  --fns-primary: #00798B;
}
/* Animaciones consistentes con fns_creative_grid */
.fns-section .will-animate {
  transition: opacity var(--anim-duration) ease, transform var(--anim-duration) ease;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
}
.fns-section .is-visible {
  transform: none;
  opacity: 1;
}
.fns-section [data-anim="up"] .will-animate {
  transform: translateY(24px);
}
.fns-section [data-anim="down"] .will-animate {
  transform: translateY(-24px);
}
.fns-section [data-anim="left"] .will-animate {
  transform: translateX(-24px);
}
.fns-section [data-anim="right"] .will-animate {
  transform: translateX(24px);
}
.fns-section [data-anim="zoom"] .will-animate {
  transform: scale(0.96);
}
.fns-section [data-anim="fade"] .will-animate {
  transform: none;
}
/* Accesibilidad */
.fns-section .fns-btn:focus-visible, .fns-section a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
/* Contraste de header/copy (sutil, no invade logos) */
.fns-section__header, .fns-section__copy {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.06);
}
.fns-section {
  --fns-accent: var(--fns-accent,  #f39731);
  --fns-display: var(--fns-display, "Bricolage Grotesque", system-ui, sans-serif);
  --fns-ink: var(--fns-ink, #171c2c);
  /* Cosmos */
  --fns-primary: var(--fns-primary, #00798b);
  --fns-text: var(--fns-text, "Bricolage Grotesque", system-ui, sans-serif);
  --fns-ui: var(--fns-ui,   "Bricolage Grotesque", system-ui, sans-serif);
}
/* Alias retrocompatibles: tus "gradient#" en realidad son imágenes */
/* FNS – Creative Grid v2.5 (masonry + tokens 2025 + noise + areas) */
.fns-creative-grid {
  /* Defaults desde tokens (puede sobreescribir el contenedor/outline) */
  --fns-surface: var(--background-color, #EED9B7);
  --fns-on-surface: var(--foreground-color, #171C2C);
  --fns-primary: var(--accent-color, #00798b);
  --fns-on-primary: var(--on-background-color, #fff);
  --fns-neutral: var(--background-color, #f5f5f5);
  --fns-on-neutral: var(--foreground-color, #171c2c);
  --fns-accent: var(--accent-color, #F39731);
  --fns-on-accent: var(--on-background-color, #fff);
  --fns-neutral-600: var(--foreground-color, #666);
  --fns-ink: var(--foreground-color, #171C2C);
  --background-color: var(--background-color, var(--fns-surface, #EED9B7));
  /* Arena por defecto */
  --foreground-color: var(--foreground-color, var(--fns-ink, #171C2C));
  /* Cosmos */
  --accent-color: var(--accent-color, var(--fns-accent, #F39731));
  /* Naranja */
  --on-background-color: var(--on-background-color, var(--fns-on-surface, #171C2C));
  --card-bg: var(--fns-card-bg, #fff);
  --card-fg: var(--fns-card-fg, #171C2C);
  --fns-surface: var(--fns-surface, #EED9B7);
  --px: clamp(1rem, 3vw, 2rem);
  --py: clamp(1.25rem, 4vw, 3rem);
  --gutter: clamp(.75rem, 2vw, 1.25rem);
  --cols: 3;
  --anim-duration: .45s;
  background: var(--background-color);
  color: var(--foreground-color);
  padding: var(--py) var(--px);
  /* Botones de sección */
  /* Variantes cromáticas (tokens FNS 2025) como utilidades */
  /* Modos por área (setean CSS vars, no sobreescriben tu HTML) */
  /* espectáculo */
  /* Responsivo */
}
.fns-creative-grid .fns-creative-grid__inner {
  margin: 0 auto;
}
.fns-creative-grid .fns-creative-grid__header {
  /*max-width:860px;*/
  margin: 0 auto 2.5rem;
}
.fns-creative-grid .fns-creative-grid__header .volanta {
  margin: 0.5rem 0 0;
  font-weight: 600;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.fns-creative-grid .fns-creative-grid__header .title {
  font-size: clamp(2rem, calc(1.2rem + 2.8vw), 3rem);
  line-height: 1.05;
  margin: 0.25rem 0 0.5rem;
  font-weight: 800;
}
.fns-creative-grid .fns-creative-grid__header .desc {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 65ch;
}
.fns-creative-grid .fns-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 0;
}
.fns-creative-grid .fns-actions .fns-actions__item {
  display: flex;
}
.fns-creative-grid .fns-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  font-family: var(--fns-display);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.08s ease, filter 0.2s ease;
  cursor: pointer;
  border: none;
}
.fns-creative-grid .fns-section__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.fns-creative-grid .fns-section__btn--primary {
  color: var(--on-background-color, #fff);
  background: var(--accent-color, var(--fns-primary, #00798b));
}
.fns-creative-grid .fns-section__btn--secondary {
  color: var(--foreground-color, var(--fns-ink, #171c2c));
  border: 1px solid color-mix(in oklab, var(--accent-color, var(--fns-primary, #f39731)) 45%, transparent);
  background: color-mix(in oklab, var(--accent-color, var(--fns-primary, #f39731)) 12%, transparent);
}
.fns-creative-grid .fns-section__btn--ghost {
  color: var(--accent-color, var(--fns-primary, #f39731));
  border: 1px dashed color-mix(in oklab, var(--accent-color, var(--fns-primary, #f39731)) 55%, transparent);
  background: transparent;
}
.fns-creative-grid .fns-creative-grid__masonry {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: var(--gutter);
}
.fns-creative-grid .fns-creative-grid__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card-bg, var(--fns-surface));
  color: var(--card-fg, var(--foreground-color));
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 12px 24px rgba(0, 0, 0, 0.06);
  /* Etiqueta/chip */
  /* Animación progresiva (usa dataset en el contenedor) */
}
.fns-creative-grid .fns-creative-grid__item .chip {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: var(--fns-neutral);
  color: var(--fns-neutral-600);
  margin: 0.5rem 0.5rem 0;
}
.fns-creative-grid .fns-creative-grid__item.is-card {
  /* Ruido opcional sobre media */
  /* Botones */
}
.fns-creative-grid .fns-creative-grid__item.is-card .card {
  height: 100%;
}
.fns-creative-grid .fns-creative-grid__item.is-card .media {
  display: block;
  overflow: hidden;
  position: relative;
}
.fns-creative-grid .fns-creative-grid__item.is-card .media.image img {
  display: block;
  width: 100%;
  height: auto;
}
.fns-creative-grid .fns-creative-grid__item.is-card .media.video .card-video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.fns-creative-grid .fns-creative-grid__item.is-card.has-noise .media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency="0.9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.12"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  /* requiere shared/_helpers */
}
.fns-creative-grid .fns-creative-grid__item.is-card .card-body {
  padding: 0.9rem 1rem 1.15rem;
  color: color-contrast(var(--card-bg), #000, #fff);
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fns-creative-grid .fns-creative-grid__item.is-card .card-title {
  font-size: clamp(1rem, calc(.9rem + .6vw), 1.35rem);
  line-height: 1.2;
  margin: 0.35rem 0 0.25rem;
  font-weight: 800;
}
.fns-creative-grid .fns-creative-grid__item.is-card .card-text {
  opacity: 0.88;
  font-size: 0.98rem;
  flex: 1;
}
.fns-creative-grid .fns-creative-grid__item.is-card .fns-creative-grid .card-actions {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.fns-creative-grid .fns-creative-grid__item.is-card .fns-creative-grid .fns-section__btn {
  display: inline-flex !important;
  padding: 12px 18px !important;
  font-family: var(--fns-display) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transition: transform 0.08s ease, filter 0.2s ease !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  align-items: center !important;
  gap: 8px !important;
}
.fns-creative-grid .fns-creative-grid__item.is-card .fns-creative-grid .fns-section__btn:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.05) !important;
}
.fns-creative-grid .fns-creative-grid__item.is-card .fns-creative-grid .fns-section__btn--primary {
  color: var(--on-background-color, #fff) !important;
  border: none !important;
  background: var(--accent-color, var(--fns-primary, #00798b)) !important;
}
.fns-creative-grid .fns-creative-grid__item.is-card .fns-creative-grid .fns-section__btn--secondary {
  color: var(--foreground-color, var(--fns-ink, #171c2c)) !important;
  border: 1px solid color-mix(in oklab, var(--accent-color, var(--fns-primary, #f39731)) 45%, transparent) !important;
  background: color-mix(in oklab, var(--accent-color, var(--fns-primary, #f39731)) 12%, transparent) !important;
}
.fns-creative-grid .fns-creative-grid__item.is-card .fns-creative-grid .fns-section__btn--ghost {
  color: var(--accent-color, var(--fns-primary, #f39731)) !important;
  border: 1px dashed color-mix(in oklab, var(--accent-color, var(--fns-primary, #f39731)) 55%, transparent) !important;
  background: transparent !important;
}
.fns-creative-grid .fns-creative-grid__item.is-quote {
  padding: 1.25rem 1.25rem 1.35rem;
  background: var(--card-bg, var(--fns-surface));
}
.fns-creative-grid .fns-creative-grid__item.is-quote .quote {
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.fns-creative-grid .fns-creative-grid__item.is-quote .q-m {
  font-size: clamp(1.1rem, calc(1rem + .6vw), 1.4rem);
}
.fns-creative-grid .fns-creative-grid__item.is-quote .q-l {
  font-size: clamp(1.3rem, calc(1.1rem + 1vw), 1.9rem);
}
.fns-creative-grid .fns-creative-grid__item.is-quote .q-xl {
  font-size: clamp(1.6rem, calc(1.2rem + 1.6vw), 2.4rem);
}
.fns-creative-grid .fns-creative-grid__item.is-quote .quote-cite {
  margin: 0.6rem 0 0;
  opacity: 0.9;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.fns-creative-grid .fns-creative-grid__item.is-quote .quote-cite .quote-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.fns-creative-grid .fns-creative-grid__item.is-quote .quote-cite .quote-logo {
  height: 20px;
  width: auto;
  opacity: 0.8;
}
.fns-creative-grid .fns-creative-grid__item.is-quote .quote-cite .q-name {
  font-weight: 700;
}
.fns-creative-grid .fns-creative-grid__item.is-quote .quote-cite .q-role, .fns-creative-grid .fns-creative-grid__item.is-quote .quote-cite .q-source {
  opacity: 0.8;
}
.fns-creative-grid .fns-creative-grid__item.is-quote.pull {
  border-left: 6px solid var(--card-accent, var(--accent-color));
  background: var(--card-bg, var(--fns-surface));
}
.fns-creative-grid .fns-creative-grid__item.is-quote.banner {
  column-span: all;
  padding: clamp(1rem, 1.5vw, 2rem);
  border-radius: 20px;
  background: var(--card-bg, var(--fns-surface));
}
.fns-creative-grid .fns-creative-grid__item.is-quote.banner .quote-banner {
  display: grid;
  gap: 0.6rem;
}
.fns-creative-grid .fns-creative-grid__item.is-quote.banner .chip {
  align-self: flex-start;
}
.fns-creative-grid .fns-creative-grid__item.is-quote.banner .quote {
  font-weight: 900;
}
.fns-creative-grid .fns-creative-grid__item.will-animate {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity var(--anim-duration) ease, transform var(--anim-duration) ease;
}
.fns-creative-grid .fns-creative-grid__item.is-visible {
  opacity: 1;
  transform: none;
}
[data-anim="up"] .fns-creative-grid .fns-creative-grid__item.will-animate {
  transform: translateY(24px);
}
[data-anim="down"] .fns-creative-grid .fns-creative-grid__item.will-animate {
  transform: translateY(-24px);
}
[data-anim="left"] .fns-creative-grid .fns-creative-grid__item.will-animate {
  transform: translateX(-24px);
}
[data-anim="right"] .fns-creative-grid .fns-creative-grid__item.will-animate {
  transform: translateX(24px);
}
[data-anim="zoom"] .fns-creative-grid .fns-creative-grid__item.will-animate {
  transform: scale(0.96);
}
[data-anim="fade"] .fns-creative-grid .fns-creative-grid__item.will-animate {
  transform: none;
}
.fns-creative-grid .color-ambar {
  color: #E9B46E;
}
.fns-creative-grid .btn-color-ambar.btn-primary {
  background: #E9B46E;
  color: #fff;
}
.fns-creative-grid .btn-color-ambar.btn-secondary {
  background: transparent;
  color: #E9B46E;
  border-color: #E9B46E;
}
.fns-creative-grid .btn-color-ambar.btn-ghost {
  background: transparent;
  color: #E9B46E;
}
.fns-creative-grid .color-naranja {
  color: #F39731;
}
.fns-creative-grid .btn-color-naranja.btn-primary {
  background: #F39731;
  color: #fff;
}
.fns-creative-grid .btn-color-naranja.btn-secondary {
  background: transparent;
  color: #F39731;
  border-color: #F39731;
}
.fns-creative-grid .btn-color-naranja.btn-ghost {
  background: transparent;
  color: #F39731;
}
.fns-creative-grid .color-fuego {
  color: #E17036;
}
.fns-creative-grid .btn-color-fuego.btn-primary {
  background: #E17036;
  color: #fff;
}
.fns-creative-grid .btn-color-fuego.btn-secondary {
  background: transparent;
  color: #E17036;
  border-color: #E17036;
}
.fns-creative-grid .btn-color-fuego.btn-ghost {
  background: transparent;
  color: #E17036;
}
.fns-creative-grid .color-vino {
  color: #781917;
}
.fns-creative-grid .btn-color-vino.btn-primary {
  background: #781917;
  color: #fff;
}
.fns-creative-grid .btn-color-vino.btn-secondary {
  background: transparent;
  color: #781917;
  border-color: #781917;
}
.fns-creative-grid .btn-color-vino.btn-ghost {
  background: transparent;
  color: #781917;
}
.fns-creative-grid .color-rojo {
  color: #C2322A;
}
.fns-creative-grid .btn-color-rojo.btn-primary {
  background: #C2322A;
  color: #fff;
}
.fns-creative-grid .btn-color-rojo.btn-secondary {
  background: transparent;
  color: #C2322A;
  border-color: #C2322A;
}
.fns-creative-grid .btn-color-rojo.btn-ghost {
  background: transparent;
  color: #C2322A;
}
.fns-creative-grid .color-rosa {
  color: #DD89B8;
}
.fns-creative-grid .btn-color-rosa.btn-primary {
  background: #DD89B8;
  color: #fff;
}
.fns-creative-grid .btn-color-rosa.btn-secondary {
  background: transparent;
  color: #DD89B8;
  border-color: #DD89B8;
}
.fns-creative-grid .btn-color-rosa.btn-ghost {
  background: transparent;
  color: #DD89B8;
}
.fns-creative-grid .color-uva {
  color: #5D407B;
}
.fns-creative-grid .btn-color-uva.btn-primary {
  background: #5D407B;
  color: #fff;
}
.fns-creative-grid .btn-color-uva.btn-secondary {
  background: transparent;
  color: #5D407B;
  border-color: #5D407B;
}
.fns-creative-grid .btn-color-uva.btn-ghost {
  background: transparent;
  color: #5D407B;
}
.fns-creative-grid .color-turquesa {
  color: #00798B;
}
.fns-creative-grid .btn-color-turquesa.btn-primary {
  background: #00798B;
  color: #fff;
}
.fns-creative-grid .btn-color-turquesa.btn-secondary {
  background: transparent;
  color: #00798B;
  border-color: #00798B;
}
.fns-creative-grid .btn-color-turquesa.btn-ghost {
  background: transparent;
  color: #00798B;
}
.fns-creative-grid .color-petroleo {
  color: #254252;
}
.fns-creative-grid .btn-color-petroleo.btn-primary {
  background: #254252;
  color: #fff;
}
.fns-creative-grid .btn-color-petroleo.btn-secondary {
  background: transparent;
  color: #254252;
  border-color: #254252;
}
.fns-creative-grid .btn-color-petroleo.btn-ghost {
  background: transparent;
  color: #254252;
}
.fns-creative-grid .color-cosmos {
  color: #171C2C;
}
.fns-creative-grid .btn-color-cosmos.btn-primary {
  background: #171C2C;
  color: #fff;
}
.fns-creative-grid .btn-color-cosmos.btn-secondary {
  background: transparent;
  color: #171C2C;
  border-color: #171C2C;
}
.fns-creative-grid .btn-color-cosmos.btn-ghost {
  background: transparent;
  color: #171C2C;
}
.fns-creative-grid .color-arena {
  color: #EED9B7;
}
.fns-creative-grid .btn-color-arena.btn-primary {
  background: #EED9B7;
  color: #fff;
}
.fns-creative-grid .btn-color-arena.btn-secondary {
  background: transparent;
  color: #EED9B7;
  border-color: #EED9B7;
}
.fns-creative-grid .btn-color-arena.btn-ghost {
  background: transparent;
  color: #EED9B7;
}
.fns-creative-grid .color-white {
  color: #FFFFFF;
}
.fns-creative-grid .btn-color-white.btn-primary {
  background: #FFFFFF;
  color: #fff;
}
.fns-creative-grid .btn-color-white.btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.fns-creative-grid .btn-color-white.btn-ghost {
  background: transparent;
  color: #FFFFFF;
}
.fns-creative-grid .color-black {
  color: #000000;
}
.fns-creative-grid .btn-color-black.btn-primary {
  background: #000000;
  color: #fff;
}
.fns-creative-grid .btn-color-black.btn-secondary {
  background: transparent;
  color: #000000;
  border-color: #000000;
}
.fns-creative-grid .btn-color-black.btn-ghost {
  background: transparent;
  color: #000000;
}
.fns-creative-grid .color-default {
  color: inherit;
}
.fns-creative-grid .btn-color-accent.btn-primary {
  background: var(--card-accent, var(--accent-color));
  color: #fff;
}
.fns-creative-grid .btn-color-accent.btn-secondary {
  background: transparent;
  color: var(--card-accent, var(--accent-color));
  border-color: currentColor;
}
.fns-creative-grid .btn-color-accent.btn-ghost {
  background: transparent;
  color: var(--card-accent, var(--accent-color));
}
.fns-creative-grid.is-forum {
  --accent-color: #00798B;
  --background-color: #FFFFFF;
  --foreground-color: #171C2C;
}
.fns-creative-grid.is-feria {
  --accent-color: #E17036;
  --background-color:#EED9B7;
  --foreground-color: #171C2C;
}
.fns-creative-grid.is-global {
  --accent-color: #F39731;
  --background-color:#EED9B7;
  --foreground-color: #171C2C;
}
.fns-creative-grid.is-show {
  --accent-color: #DD89B8;
  --background-color: #171C2C;
  --foreground-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .fns-creative-grid .fns-creative-grid__masonry {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fns-creative-grid .fns-creative-grid__masonry {
    grid-template-columns: 1fr;
  }
  .fns-creative-grid .fns-creative-grid__header {
    margin-bottom: 1.5rem;
  }
}
/* @import "../../particles/_fns_landing_lineup"; version anterior */
.fns-lineup {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative;
  font-family: var(--fns-text);
  color: var(--fns-blanco);
  line-height: 1.6;
  --gap: 24px;
  display: grid;
  gap: var(--gap);
}
.fns-lineup h1 {
  font-size: 3em;
  margin-bottom: 40px;
}
.lineup-row {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
}
.lineup-col img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 550px;
}
.lineup-col--meta img {
  max-width: 380px;
}
.lineup-titulo-con-sticker {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  width: fit-content;
  justify-self: center;
}
.lineup-title-container {
  background-size: cover;
  background-position: center;
  padding: 1rem 5rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  mask: repeating-conic-gradient(from 45deg at 0.5em 50%, #0000, #000 1deg 89deg, #0000 90deg 180deg) -0.5em 50% / 100% 1em;
}
.lineup-title {
  font-size: clamp(3rem, 6vw, 6rem);
  margin: 0;
  font-family: var(--fns-display);
  font-weight: 800;
  color: var(--fns-blanco);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.lineup-subtitle-container {
  background: var(--fns-blanco);
  color: var(--fns-fuego);
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0 1rem;
  text-align: center;
  margin: -2.5rem auto 20px;
  width: fit-content;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.lineup-sun-icon {
  position: absolute;
  top: -2rem;
  right: -1rem;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
}
.lineup-col {
  --anim-duration: 0.6s;
}
.lineup-col.will-animate {
  transition: opacity var(--anim-duration) ease, transform var(--anim-duration) ease;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
}
.lineup-col.is-visible {
  transform: none;
  opacity: 1;
}
.lineup-col[data-anim="up"].will-animate {
  transform: translateY(24px);
}
.lineup-col[data-anim="down"].will-animate {
  transform: translateY(-24px);
}
.lineup-col[data-anim="left"].will-animate {
  transform: translateX(-24px);
}
.lineup-col[data-anim="right"].will-animate {
  transform: translateX(24px);
}
.lineup-col[data-anim="zoom"].will-animate {
  transform: scale(0.96);
}
.lineup-col[data-anim="fade"].will-animate {
  transform: none;
}
.cta-button, .lineup-cta-button {
  display: block;
  background: var(--fns-fuego);
  color: var(--fns-blanco);
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  width: fit-content;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.cta-button:hover, .lineup-cta-button:hover {
  transform: scale(1.05);
}
.lineup-cta-button.will-animate {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}
.lineup-cta-button.is-visible {
  opacity: 1;
  transform: none;
}
.lineup-cta-button:hover, .lineup-cta-button:focus {
  transform: scale(1.05);
}
.lineup-cta-button:active {
  transform: scale(0.95);
}
.fns-lineup__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.fns-lineup__actions.will-animate {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity var(--anim-duration, 0.6s) ease, transform var(--anim-duration, 0.6s) ease;
}
.fns-lineup__actions.is-visible {
  opacity: 1;
  transform: none;
}
.fns-lineup__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  background: var(--fns-accent, #E17036);
  color: var(--fns-blanco, #fff);
}
.fns-lineup__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.fns-lineup__btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.fns-lineup__btn__icon {
  font-size: 1.25em;
}
.fns-lineup__btn__label {
  font-size: 1.125rem;
}
.fns-lineup__btn--primary:hover {
  background: var(--fns-accent-hover, #F39731);
}
.fns-lineup__btn.will-animate {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fns-lineup__btn.is-visible {
  opacity: 1;
  transform: none;
}
/* Mobile: fecha siempre primero */
@media (max-width: 767px) {
  .lineup-col--meta {
    order: -1;
  }
  .lineup-col img, .lineup-col--meta img {
    max-width: 100%;
  }
}
/* Desktop ≥768px */
@media (min-width: 768px) {
  /* Noche 2 invertida */
  .lineup-row {
    grid-template-columns: 65% 35%;
    width: 100%;
  }
  .lineup-col--meta {
    justify-self: start;
  }
  .fns-lineup .lineup-row:nth-of-type(4) {
    grid-template-columns: 35% 65%;
  }
  .fns-lineup .lineup-row:nth-of-type(4) .lineup-col.lineup-col--meta {
    justify-self: right;
  }
}
.fns-lineup .lineup-row:nth-of-type(4) .lineup-col.lineup-col--meta img {
  max-width: 300px !important;
}
/* version nueva */
.titulo-con-sticker {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0;
}
.lineup-titulo-con-sticker {
  text-align: center;
}
.title-container {
  background: url('../../../../bg1.png') center center no-repeat;
  background-size: cover;
  padding: 1rem 5rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  mask: repeating-conic-gradient(from 45deg at 0.5em 50%, #0000, #000 1deg 89deg, #0000 90deg 180deg) -0.5em 50%/100% 1em;
}
.title-container h2 {
  font-family: var(--fns-display) !important;
  font-weight: 800 !important;
  font-size: clamp(2rem, 3vw, 4rem) !important;
  color: #FFFFFF !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  margin: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.06) !important;
}
.sun-icon {
  position: absolute;
  top: -2rem;
  right: -1rem;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 47.99rem) {
  .sun-icon {
    width: 60px;
    height: 60px;
    top: -1.5rem;
    right: -0.5rem;
  }
}
.subtitle-container {
  background: #FFFFFF;
  color: #F39731;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 47.99rem) {
  .subtitle-container {
    padding: 0.4rem 1.5rem;
    margin-top: -15px;
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fns-anim-fade-up {
  animation: fade-up 0.8s ease-out both;
}
.fns-anim-scale-in {
  animation: scale-in 0.6s ease-out both;
}
.fns-delay-1 {
  animation-delay: 0.12s;
}
.fns-delay-2 {
  animation-delay: 0.24s;
}
.is-inview.anim-fade-up, .is-inview.fns-anim-fade-up {
  animation: fade-up 0.8s ease-out both;
}
/* @import "../../legacy/_seccion";
@import "../../legacy/_memories";
@import "../../legacy/_portfolio";*/
.g-media-box .g-grid {
  margin-bottom: 32px;
}
.g-media-box .g-grid:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .g-media-box .g-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.g-media-box .g-grid .g-block {
  margin-right: 32px;
}
@media (max-width: 47.99rem) {
  .g-media-box .g-grid .g-block {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.g-media-box .g-grid .g-block:last-child {
  margin-right: 0;
}
@media (max-width: 47.99rem) {
  .g-media-box .g-grid .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-media-box .g-media-box-item .g-media-box-content {
  background: #ffffff;
  padding: 2rem;
  border: none;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media {
  color: #171c2c;
  background: transparent;
  border: 1px solid lightgrey;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media:hover {
  color: #ffffff;
  background: #c2322a;
  border-color: #c2322a;
}
@media (max-width: 47.99rem) {
  .g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.5rem;
    padding: 0.5rem;
  }
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .g-media-box-play {
  position: absolute;
  margin-top: -2.5rem;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .g-item-text {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-desc {
  margin: 1.5rem 0;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-special1, .g-media-box .g-media-box-item .g-media-box-content .g-media-box-special2 {
  margin: 0;
}
/* Ajustes globales ligeros */
body, h1, h2, h3, h4, .g-main-nav {
  font-family: var(--fns-text);
}
h1, h2, h3 {
  font-weight: 700;
  text-wrap: balance;
}
h1, h2 {
  letter-spacing: -1px;
}
html {
  scroll-behavior: smooth;
}
.button, .g-btn, button, [type="button"], [type="submit"] {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
}
/* Menú principal */
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background-image: initial;
}
/* Ítem FNS Forum */
a.g-menu-item-container.item-fns-forum img {
  max-height: 12px;
}
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container.item-fns-forum, li.active a.item-fns-forum {
  background: none !important;
}
/* HERO / SLIDESHOW */
.g-slideshow .uk-overlay-panel {
  padding: 50px;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1;
}
@media only all and (max-width: 47.99rem) {
  .slideshow-caption.uk-width-1-2 {
    width: 100%;
  }
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 2.5rem;
  }
  .g-slideshow .g-slideshow-desc {
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }
}
/* Hero de inicio (cálido 2025) */
section#g-fullwidth.hero-inicio {
  background-color: #F39731;
  color: #171C2C;
  height: 95vh;
  background-image: none;
}
section#g-fullwidth.hero-inicio h1, section#g-fullwidth.hero-inicio h2, section#g-fullwidth.hero-inicio h3, section#g-fullwidth.hero-inicio h4, section#g-fullwidth.hero-inicio h5, section#g-fullwidth.hero-inicio h6 {
  color: #171C2C;
}
section#g-fullwidth.hero-inicio strong, section#g-fullwidth.hero-inicio b {
  color: #171C2C;
}
section#g-fullwidth.hero-inicio a {
  color: #171C2C;
  text-decoration: underline;
}
section#g-fullwidth.hero-inicio a:hover, section#g-fullwidth.hero-inicio a:focus {
  color: #252d47;
}
section#g-fullwidth.hero-inicio a.button {
  text-decoration: none;
}
@media (min-width: 64rem) {
  section#g-fullwidth.hero-inicio {
    height: 66vh;
  }
}
section#g-fullwidth.hero-inicio > .g-container {
  display: flex;
  height: 100%;
  padding: 1.563rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 47.99rem) {
  section#g-fullwidth.hero-inicio > .g-container {
    align-items: start;
  }
}
section#g-fullwidth.hero-inicio h1.g-slideshow-title {
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 64rem) {
  section#g-fullwidth.hero-inicio h1.g-slideshow-title {
    font-size: 4.2rem;
  }
}
section#g-fullwidth.hero-inicio .g-slideshow-desc {
  margin: 1rem 0 2rem;
  line-height: 1.2;
  font-size: 1.35rem;
}
@media (min-width: 64rem) {
  section#g-fullwidth.hero-inicio .g-slideshow-desc {
    font-size: 1.7rem;
  }
}
section#g-fullwidth.hero-inicio .button {
  color: #171C2C;
  background: #E9B46E;
}
section#g-fullwidth.hero-inicio .button:hover {
  color: #171C2C;
  background: #e5a653;
}
section#g-fullwidth.hero-inicio .button:active, section#g-fullwidth.hero-inicio .button:focus {
  color: #171C2C;
  background: #F39731;
}
/* Banner “emprendedoras” */
section#g-bottom.banner-emprendedora {
  background-color: #E9B46E;
  color: #171C2C;
  background-position: 94% bottom !important;
  background-size: contain !important;
}
section#g-bottom.banner-emprendedora h1, section#g-bottom.banner-emprendedora h2, section#g-bottom.banner-emprendedora h3, section#g-bottom.banner-emprendedora h4, section#g-bottom.banner-emprendedora h5, section#g-bottom.banner-emprendedora h6 {
  color: #171C2C;
}
section#g-bottom.banner-emprendedora strong, section#g-bottom.banner-emprendedora b {
  color: #171C2C;
}
section#g-bottom.banner-emprendedora a {
  color: #171C2C;
  text-decoration: underline;
}
section#g-bottom.banner-emprendedora a:hover, section#g-bottom.banner-emprendedora a:focus {
  color: #252d47;
}
section#g-bottom.banner-emprendedora a.button {
  text-decoration: none;
}
@media (max-width: 47.99rem) {
  section#g-bottom.banner-emprendedora {
    padding-bottom: 400px;
  }
}
section#g-bottom.banner-emprendedora .button {
  background: #F39731;
  color: #171C2C;
}
section#g-bottom.banner-emprendedora .button:hover {
  background: #00798B;
  color: #FFFFFF;
}
section#g-bottom.banner-emprendedora .button:active, section#g-bottom.banner-emprendedora .button:focus {
  background: #E17036;
  color: #FFFFFF;
}
section#g-bottom.banner-emprendedora h2.g-title, section#g-bottom.banner-emprendedora h3.g-main-feature-title {
  display: inline-block;
  background: #F39731;
  color: #171C2C;
  padding: 0.25rem 0.5rem;
  border-radius: 0.35rem;
}
/* Main fondo oscuro (nuevo cosmos) */
body.main-fondo-cosmos section#g-container-main {
  background-color: #171C2C;
  color: #FFFFFF;
}
body.main-fondo-cosmos section#g-container-main h1, body.main-fondo-cosmos section#g-container-main h2, body.main-fondo-cosmos section#g-container-main h3, body.main-fondo-cosmos section#g-container-main h4, body.main-fondo-cosmos section#g-container-main h5, body.main-fondo-cosmos section#g-container-main h6 {
  color: #FFFFFF;
}
body.main-fondo-cosmos section#g-container-main strong, body.main-fondo-cosmos section#g-container-main b {
  color: #FFFFFF;
}
body.main-fondo-cosmos section#g-container-main a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.main-fondo-cosmos section#g-container-main a:hover, body.main-fondo-cosmos section#g-container-main a:focus {
  color: #ebebeb;
}
body.main-fondo-cosmos section#g-container-main a.button {
  text-decoration: none;
}
body.main-fondo-cosmos section#g-mainbody {
  color: #FFFFFF;
  background: transparent;
}
body.main-fondo-cosmos section#g-mainbody h2, body.main-fondo-cosmos section#g-mainbody h3, body.main-fondo-cosmos section#g-mainbody strong, body.main-fondo-cosmos section#g-mainbody p a {
  color: #E9B46E;
}
body.main-fondo-cosmos section#g-mainbody p a {
  text-decoration: underline;
}
body.main-fondo-cosmos section#g-mainbody .button {
  background: #F39731;
  color: #171C2C;
}
body.main-fondo-cosmos section#g-mainbody .button:hover {
  background: #00798B;
  color: #FFFFFF;
}
body.main-fondo-cosmos section#g-mainbody .button:active, body.main-fondo-cosmos section#g-mainbody .button:focus {
  background: #E17036;
  color: #FFFFFF;
}
/* Forum — gradiente opcional digital */
/* Acordeón / texto */
.foro section#g-intro {
  padding: 0;
}
.foro .g-companies.style1 .g-companies-item img {
  filter: none;
}
.foro .uk-accordion-text {
  font-size: 1.1rem;
}
.foro .uk-accordion-text p {
  max-width: 550px;
}
.foro .uk-accordion-text ul {
  margin: 0;
  list-style: none;
}
.foro .uk-accordion-text ul > li {
  padding: 0.25rem 0;
  margin: 0.25rem 0rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(23, 28, 44, 0.25);
}
.foro .uk-accordion-text ul > li:last-child {
  border-bottom: 0;
}
@media (min-width: 64rem) {
  .foro .accordion-texto {
    column-count: 2;
  }
}
.foro .accordion-texto p:first-child {
  margin-top: 0;
}
.foro .uk-accordion-image {
  margin-bottom: 2rem;
}
.foro .uk-accordion-image img {
  width: 100%;
  border-radius: 0.75rem;
}
/* Main Feature */
@media only all and (max-width: 47.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
@media (max-width: 47.99rem) {
  .g-main-feature-buttons {
    margin-bottom: 2rem;
  }
}
h3.g-main-feature-subtitle {
  font-size: 1.5rem;
  letter-spacing: 0;
}
/* Media Box / Portfolio / News */
.g-media-box .g-media-box-item .g-media-box-content {
  border-radius: 0 0 1rem 1rem;
}
img.g-media-box-image {
  border-radius: 1rem 1rem 0 0;
}
.g-portfolio .g-title-separator.no-intro-text {
  display: none;
}
.g-portfolio .g-portfolio-title {
  font-size: 1.8rem;
}
.newshead .picture img {
  border-radius: 1.25rem;
}
/* Breadcrumb / Page Title */
section#g-breadcrumb {
  padding: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 47.99rem) {
  section#g-breadcrumb {
    background-image: none;
  }
}
.g-page-title h3 {
  font-weight: 700;
}
.g-page-title .g-grid .g-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-page-title-inner p {
  margin: 0;
}
@media (max-width: 47.99rem) {
  .g-page-title-inner p {
    margin-bottom: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-page-title .g-grid .g-block {
    flex-direction: column;
  }
}
/* Recitales (base oscura Cosmos) */
body.recitales section#g-container-main {
  background-color: #000000;
  color: #FFFFFF;
  background-image: url('../images/recitales_fondo_1x1.jpg');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
body.recitales section#g-container-main h1, body.recitales section#g-container-main h2, body.recitales section#g-container-main h3, body.recitales section#g-container-main h4, body.recitales section#g-container-main h5, body.recitales section#g-container-main h6 {
  color: #FFFFFF;
}
body.recitales section#g-container-main strong, body.recitales section#g-container-main b {
  color: #FFFFFF;
}
body.recitales section#g-container-main a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.recitales section#g-container-main a:hover, body.recitales section#g-container-main a:focus {
  color: #ebebeb;
}
body.recitales section#g-container-main a.button {
  text-decoration: none;
}
body.recitales section#g-mainbody {
  background: transparent;
}
body.recitales section#g-mainbody h2, body.recitales section#g-mainbody h3, body.recitales section#g-mainbody strong, body.recitales section#g-mainbody p {
  color: #FFFFFF;
}
@media only all and (max-width: 47.99rem) {
  body.recitales section#g-container-main {
    padding-bottom: 12rem;
    background-size: 100%;
  }
}
/* Companies / Auspicios */
.g-companies-image a img {
  max-width: 400px !important;
}
.g-companies.style1 .g-content, .g-companies-slider.style1 .g-content, .g-companies-slideset.style1 .g-content {
  margin: 0.625rem;
}
.g-companies.style1 .g-companies-item img {
  filter: none;
}
@media only all and (max-width: 59.99rem) {
  .g-companies-container .g-grid {
    align-items: center;
    justify-content: center;
  }
  .g-companies-container .g-grid .g-block {
    flex-basis: 50%;
  }
}
.g-companies-image a {
  margin: 0 auto;
}
.ausp-plata .g-companies-image a, .ausp-bronce .g-companies-image a {
  max-width: 185px;
}
.ausp-oro .g-companies-image a {
  max-width: 245px;
}
.ausp-platino .g-companies-image a {
  max-width: 260px;
}
@media (max-width: 47.99rem) {
  .ausp-diamante .g-companies-container .g-grid .g-block {
    flex-basis: 100%;
  }
}
/* Accordion accesible */
body .g-accordion .g-particle-intro {
  margin-bottom: 2rem;
  text-align: left;
}
body .g-accordion .g-particle-intro .g-main-title {
  margin-bottom: 0;
}
body .g-accordion .g-particle-intro .g-title-separator {
  display: none;
}
body .g-accordion .g-accordion-item .uk-accordion-title {
  padding: 1rem;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1.1;
  border: none;
  border-bottom: 1px solid rgba(23, 28, 44, 0.25);
  border-radius: 0;
  background: transparent;
  transition: all 0.2s;
}
body .g-accordion .g-accordion-item .uk-accordion-title:hover, body .g-accordion .g-accordion-item .uk-accordion-title.uk-active {
  color: #171C2C !important;
  background: rgba(243, 151, 49, 0.18);
}
/* Offcanvas (mobile) */
div#g-offcanvas {
  background: #F39731;
  color: #171C2C;
  background-image: none;
}
/* CTA + helpers */
h3.g-cta-title {
  margin-bottom: 0 !important;
}
.equal-height {
  align-items: center;
}
/* Cómo llegar (bloques de color) */
.g-block.fondo-magenta .g-info-container-style2.uk-overlay-panel.uk-overlay-background.uk-overlay-bottom {
  background: #DD89B8 !important;
  color: #171C2C;
}
.g-block.fondo-verde h4.g-content-pro-title {
  color: #171C2C !important;
}
.g-block.fondo-verde .g-info-container-style2.uk-overlay-panel.uk-overlay-background.uk-overlay-bottom {
  background: #00798B !important;
  color: #FFFFFF;
}
.g-block.fondo-celeste .g-info-container-style2.uk-overlay-panel.uk-overlay-background.uk-overlay-bottom {
  background: #00dbfb !important;
  color: #171C2C;
}
.g-block.fondo-amarillo h4.g-content-pro-title {
  color: #171C2C !important;
}
.g-block.fondo-amarillo .g-info-container-style2.uk-overlay-panel.uk-overlay-background.uk-overlay-bottom {
  background: #E9B46E !important;
  color: #171C2C;
}
/* Detalles */
.g-content-pro.style3.gutter-enabled {
  margin-bottom: 2rem;
}
.g-content-pro-desc strong {
  color: inherit !important;
}
/* Footer (ajustes heredados 2024 → 2025) */
#g-footer {
  padding: 1rem 0;
}
#g-footer a.g-logo {
  max-width: 165px;
}
div#module-copyright-110-particle {
  margin-left: 0.7rem;
}
a.icono-x {
  font-size: 2rem;
}
/* ESTILOS 2025*/
section#g-breadcrumb {
  background-size: cover;
}
section#g-showcase {
  background-size: cover;
}
/* HERO */
#hero .fns-section__inner {
  padding: 16px;
}
#g-intro {
  padding: 0.5rem;
}
section.fondo-sjmtq {
  background-size: cover;
  padding: 3.5rem 0;
  background-color: #e17036;
  background-image: url('../images/fns2025/backgrounds/2025-fondo_sjmtq.webp');
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (max-width: 47.99rem) {
  section.fondo-sjmtq {
    background-position: bottom center;
  }
}
img.g-main-feature-image {
  transform: rotate(-3deg);
  border-radius: 1rem;
}
.section-transparente {
  background: transparent !important;
}
.section-transparente .fns-section__inner {
  padding: 0;
}
.section-transparente .fns-section__inner .fns-media__img {
  margin-top: -3rem;
}
h3.g-title.g-main-title {
  font-weight: 400 !important;
}
section.fns-section.fns-section--espectaculo {
  position: relative;
  background-color: transparent !important;
}
@media (min-width: 1024px) {
  section.fns-section.fns-section--espectaculo {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 768px) {
  section.fns-section.fns-section--espectaculo {
    min-height: 100vh;
  }
}
section.fns-section .fns-section-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
section.fns-section .fns-section-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.fns-section .fns-section-background::after {
  content: "";
  position: absolute;
  inset: 25% 0 0 0;
  background: linear-gradient(to bottom, rgba(var(--overlay-color-rgb), 0) 0%, rgba(var(--overlay-color-rgb), 0.5) 25%, rgba(var(--overlay-color-rgb), 1) 50%, var(--overlay-color) 100%);
  pointer-events: none;
  z-index: 1;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  section.fns-section .fns-section-background::after {
    inset: 0;
  }
}
section.fns-section .fns-section-background::before {
  content: "";
  position: absolute;
  inset: 40% 0 0 0;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2060%2060"><filter%20id="n"><feTurbulence%20type="fractalNoise"%20baseFrequency=".9"%20numOctaves="4"%20stitchTiles="stitch"/><feColorMatrix%20type="saturate"%20values="0"/><feComponentTransfer><feFuncA%20type="linear"%20slope="0.22"/></feComponentTransfer></filter><rect%20width="100%"%20height="100%"%20filter="url(%23n)"/></svg>');
  opacity: 0.7;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
section.fns-section .fns-hero__inner {
  position: relative;
  z-index: 2;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  section.fns-section .fns-hero__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  section.fns-section .fns-hero__inner {
    height: 100%;
    padding: 4rem;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  section.fns-section .fns-hero__grid {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}
section.fns-section .fns-title {
  margin: 20px 0 0;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.1;
  font-family: var(--fns-display);
  color: var(--fg) !important;
}
section.fns-section .fns-title .line1 {
  font-weight: 300;
  text-transform: none;
}
section.fns-section .fns-title .line2 {
  font-weight: 700;
}
section.fns-section .lead {
  font-size: 18px;
  font-weight: 500;
  max-width: 72ch;
  margin-top: 16px;
  color: var(--fg) !important;
}
section.fns-section .lead strong {
  color: var(--accent) !important;
  font-weight: 700;
}
section.fns-section .fns-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
section.fns-section .fns-btn {
  --_bg: var(--btn-primary-bg);
  --_fg: var(--btn-primary-fg);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none !important;
  font: 700 0.95rem/1 var(--fns-ui, system-ui);
  background: var(--_bg);
  color: var(--_fg) !important;
  border: none;
  transition: transform 0.08s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
section.fns-section .fns-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}
section.fns-section .fns-btn:focus {
  outline: 2px solid var(--_fg);
  outline-offset: 2px;
}
section.fns-section .fns-btn--secondary {
  --_bg: var(--btn-secondary-bg);
  --_fg: var(--btn-secondary-fg);
  border: 1px solid var(--btn-secondary-border);
}
section.fns-section .fns-btn--ghost {
  --_bg: var(--btn-ghost-bg);
  --_fg: var(--btn-ghost-fg);
  border: 1px dashed var(--btn-ghost-border);
}
section.fns-section .corner-image {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 75px;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1023px) {
  section.fns-section .fns-figure {
    display: none;
  }
}
@media (min-width: 1024px) {
  section.fns-section .fns-figure {
    display: block;
    justify-self: center;
    margin-bottom: 24px;
  }
}
section.fns-section .fns-figure img {
  max-width: 360px;
  height: auto;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}
.card {
  border: none;
}
p.card-actions {
  margin-bottom: 0;
}
/*body {
    @extend .preset-global;
}*/
.g-logo .g-logo-text {
  font-family: var(--fns-display);
  font-weight: 700;
  color: #171C2C;
}
.g-main-nav .g-nav-link {
  font-weight: 600;
  transition: color 0.3s ease;
  color: #171C2C;
}
.g-main-nav .g-nav-link:hover, .g-main-nav .g-nav-link:focus {
  color: #F39731;
}
.g-main-nav .g-nav-link.active {
  font-weight: 700;
  color: #E17036;
}
.page-title, .article-title, .g-title {
  font-family: var(--fns-display);
  font-weight: 700;
  text-wrap: balance;
  color: #171C2C;
}
h3.newstitle {
  font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
ul.uk-slideset-nav.uk-dotnav.uk-flex-center.uk-invisible {
  display: none;
}
body .g-content-pro .g-content-pro-item .g-content-pro-image img, body .g-content-pro-slider .g-content-pro-item .g-content-pro-image img, body .g-content-pro-slideset .g-content-pro-item .g-content-pro-image img {
  border-radius: 1rem !important;
}
/*# sourceMappingURL=custom_20.css.map */