/* ============================================================
   peru22bet.com — 22Bet Peru satellite
   The frame (testera/basamento) keeps the brand teal, a shade deeper.
   Inside, Inca gold leads and lagoon teal is the second accent; the
   flag red is kept for small flag touches, the bonus buttons and the
   crosses of the cons list. The Inti sun is the house seal, the lead
   paragraph is a callout card, lists carry clean round markers, a
   woven Andean band crowns the pros/cons cards and tables read like
   a neat ledger.
   ============================================================ */

:root {
  --recinto: #0e4d57;
  --recinto-panel: #04424c;
  --recinto-decorado: #032a30;
  --bandera: #d91023;
  --grana: #c8202f;
  --grana-sombria: #9e1824;
  --grana-abierto: #fcebed;
  --grana-veta: #f2c0c5;
  --oro: #c28a12;
  --oro-sombria: #94680a;
  --oro-abierto: #fbf4e2;
  --oro-veta: #ecd9a6;
  --laguna: #0f7c83;
  --laguna-sombria: #0a5d63;
  --laguna-abierto: #e4f2f2;
  --laguna-veta: #b5dadb;
  --hondura: #0a636b;
  --hondura-suave: #0a636b50;
  --acero: #12707d;
  --acero-abierto: #e3f1f2;
  --granate: #f04c44;
  --albo: #ffffff;
  --cta: #2eb256;
  --cta-sombria: #27974a;
  --tinta: #14252a;
  --tinta-suave: #35494f;
  --tinta-tenue: #66797f;
  --piedra: #f6f3ef;
  --piedra-veta: #e5ddd3;
  --login-decorado: #0a636b;
  --curvatura: 6px;
  --anchura: 1160px;
  --tipografia: "Fira Sans", Arial, sans-serif;
  --tipografia-epigrafe: "Fira Sans Condensed", "Fira Sans", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--tipografia);
  font-size: 16px;
  line-height: 1.65;
  color: var(--tinta);
  background-color: var(--recinto-decorado);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(18, 112, 125, .32) 0%, rgba(3, 42, 45, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.07' stroke-width='1.2' stroke-linejoin='round'%3E%3Cpath d='M4 6 44 3 50 34 8 40z'/%3E%3Cpath d='M50 3 94 6 90 30 56 36z'/%3E%3Cpath d='M96 8 117 4 116 40 92 34z'/%3E%3Cpath d='M8 44 40 42 46 78 4 80z'/%3E%3Cpath d='M46 40 88 34 92 70 52 80z'/%3E%3Cpath d='M94 38 117 44 116 84 96 74z'/%3E%3Cpath d='M4 84 48 82 44 116 6 117z'/%3E%3Cpath d='M52 84 96 76 100 114 48 117z'/%3E%3Cpath d='M100 80 116 88 117 116 104 116z'/%3E%3C/g%3E%3Ccircle cx='70' cy='56' r='2' fill='%23c28a12' fill-opacity='.25'/%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--laguna-sombria); text-decoration: none; }
a:hover { text-decoration: underline; }

.recinto {
  max-width: var(--anchura);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ PROGRESS BAR ============ */

.recorrido {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--oro) 0%, var(--laguna) 100%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ HEADER ============ */

.testera {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--recinto);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.testera__franja {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.isotipo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.isotipo img { height: 44px; width: auto; }

.ruta { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.ruta a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.ruta a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.ruta a.ruta--vigente { background: var(--grana); }

.testera__gestiones { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.pildora {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.pildora:hover { background: var(--cta-sombria); text-decoration: none; }
.pildora--sombria { background: var(--login-decorado); }
.pildora--sombria:hover { background: #0c4a50; }

.pabellon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pabellon svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.trilinea {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.trilinea span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.trilinea.trilinea--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.trilinea.trilinea--x span:nth-child(2) { opacity: 0; }
.trilinea.trilinea--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.biombo {
  display: none;
  background: var(--recinto-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.biombo.biombo--abierto { display: block; }
.biombo a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.biombo a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.biombo__gestiones {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.biombo__gestiones a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.biombo__gestiones a:hover { background: var(--cta-sombria); }
.biombo__gestiones a.biombo__sombria { background: var(--login-decorado); }
.biombo__gestiones a.biombo__sombria:hover { background: #0c4a50; }

/* ============ HERO ============ */

.portico {
  margin-top: 72px;
  background: linear-gradient(126deg, #02292f 0%, var(--recinto) 44%, #06343a 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--oro);
  box-shadow: inset 0 -8px 22px rgba(2, 26, 28, .4);
}

.portico__franja {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.portico__decorado {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--anchura));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
}
.portico__decorado::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(4, 32, 36, .58) 0%, rgba(4, 34, 38, .9) 12%, rgba(6, 58, 63, .72) 40%, rgba(14, 117, 128, .26) 66%, rgba(14, 117, 128, .08) 86%, rgba(14, 117, 128, 0) 100%);
}

.portico__escrito { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.portico h1 {
  font-family: var(--tipografia-epigrafe);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.portico h1 .resplandor { color: #f2c14e; text-shadow: 0 0 18px rgba(242, 193, 78, .45); }

.portico__entradilla {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.portico__conjunto { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.distintivo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px 8px 42px;
  margin-bottom: 20px;
  background: rgba(3, 32, 35, .86);
  border: 1px solid rgba(201, 151, 28, .75);
  border-radius: 999px;
  clip-path: none;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 18px rgba(2, 26, 28, .35);
}
.distintivo::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 10px; top: 50%;
  width: 22px; height: 22px;
  margin-top: -11px;
  right: auto;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--bandera) 0 33.3%, #ffffff 33.3% 66.6%, var(--bandera) 66.6% 100%);
  box-shadow: 0 0 0 2px var(--oro);
}
.distintivo .centella {
  order: 2;
  margin-left: 2px;
  color: var(--oro);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(201, 151, 28, .7);
}

/* ============ BUTTONS ============ */

.pulso {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--tipografia);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--curvatura);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 26, 28, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.pulso:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 26, 28, .34);
}
.pulso--apostar {
  background: var(--hondura);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--acero), 0 0 0 rgba(2, 26, 28, 0);
}
.pulso--apostar:hover { box-shadow: inset 0 0 0 2px var(--acero-abierto), 0 7px 18px rgba(2, 26, 28, .34); }
.pulso--bonus { background: linear-gradient(180deg, #e0283a 0%, var(--bandera) 55%, #a50c1b 100%); }
.pulso--jade { background: var(--cta); }
.pulso svg { width: 22px; height: 22px; flex-shrink: 0; }

.pulso::after,
.obtener::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.pulso:hover::after,
.pulso:focus-expuesto::after,
.obtener:hover::after,
.obtener:focus-expuesto::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pulso:hover::after,
  .pulso:focus-expuesto::after,
  .obtener:hover::after,
  .obtener:focus-expuesto::after { animation: none; }
}

/* ============ CONTENT / PANELS ============ */

.eje { padding: 30px 0 26px; }
.eje .recinto > *:last-child { margin-bottom: 0; }

.seccion {
  --seccion-pad: 34px;
  --seccion-pad-top: 32px;
  position: relative;
  background: #ffffff;
  border: 1px solid var(--piedra-veta);
  border-radius: var(--curvatura);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 30, 32, .14);
  overflow: hidden;
}

.seccion::before { content: none; }
.seccion > *:last-child { margin-bottom: 0; }

.seccion h2 {
  position: relative;
  font-family: var(--tipografia-epigrafe);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: #ffffff;
  margin: calc(var(--seccion-pad-top) * -1) calc(var(--seccion-pad) * -1) 26px;
  padding: 18px var(--seccion-pad) 22px;
  border: 0;
  background: linear-gradient(100deg, var(--recinto) 0%, var(--hondura) 76%, var(--acero) 100%);
  box-shadow: none;
  letter-spacing: .02em;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
}
/* the heading ends on a gold rule */
.seccion h2::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--oro) 0%, #e9c25a 50%, var(--oro) 100%);
}

/* the Inti sun, house seal */
.seccion h2::before {
  content: "";
  box-sizing: border-box;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23f2c14e'%3E%3Cpolygon points='19.07,10.63 23.60,12.00 19.07,13.37'/%3E%3Cpolygon points='18.81,14.34 22.05,17.80 17.43,16.72'/%3E%3Cpolygon points='16.72,17.43 17.80,22.05 14.34,18.81'/%3E%3Cpolygon points='13.37,19.07 12.00,23.60 10.63,19.07'/%3E%3Cpolygon points='9.66,18.81 6.20,22.05 7.28,17.43'/%3E%3Cpolygon points='6.57,16.72 1.95,17.80 5.19,14.34'/%3E%3Cpolygon points='4.93,13.37 0.40,12.00 4.93,10.63'/%3E%3Cpolygon points='5.19,9.66 1.95,6.20 6.57,7.28'/%3E%3Cpolygon points='7.28,6.57 6.20,1.95 9.66,5.19'/%3E%3Cpolygon points='10.63,4.93 12.00,0.40 13.37,4.93'/%3E%3Cpolygon points='14.34,5.19 17.80,1.95 16.72,6.57'/%3E%3Cpolygon points='17.43,7.28 22.05,6.20 18.81,9.66'/%3E%3C/g%3E%3Ccircle cx='12' cy='12' r='5.9' fill='%23f2c14e'/%3E%3Ccircle cx='12' cy='12' r='3.3' fill='%23fbe39a'/%3E%3C/svg%3E") center / 30px 30px no-repeat, radial-gradient(circle at 35% 30%, #13666d 0%, #06353a 100%);
  border: 2px solid #e9c25a;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 194, 90, .18), 0 3px 8px rgba(2, 26, 28, .35);
}

.seccion h3 {
  position: relative;
  font-family: var(--tipografia-epigrafe);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tinta-suave);
  margin: 28px 0 14px;
  padding: 4px 0 12px 36px;
  width: auto;
  max-width: 100%;
  border: 0;
  border-bottom: 2px solid var(--laguna-veta);
  background: none;
  border-radius: 0;
  clip-path: none;
}

/* small sun before the subheading */
.seccion h3::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0; top: 6px;
  width: 24px; height: 24px;
  border: 0;
  border-radius: 0;
  transform: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23c28a12'%3E%3Cpolygon points='19.07,10.63 23.60,12.00 19.07,13.37'/%3E%3Cpolygon points='18.81,14.34 22.05,17.80 17.43,16.72'/%3E%3Cpolygon points='16.72,17.43 17.80,22.05 14.34,18.81'/%3E%3Cpolygon points='13.37,19.07 12.00,23.60 10.63,19.07'/%3E%3Cpolygon points='9.66,18.81 6.20,22.05 7.28,17.43'/%3E%3Cpolygon points='6.57,16.72 1.95,17.80 5.19,14.34'/%3E%3Cpolygon points='4.93,13.37 0.40,12.00 4.93,10.63'/%3E%3Cpolygon points='5.19,9.66 1.95,6.20 6.57,7.28'/%3E%3Cpolygon points='7.28,6.57 6.20,1.95 9.66,5.19'/%3E%3Cpolygon points='10.63,4.93 12.00,0.40 13.37,4.93'/%3E%3Cpolygon points='14.34,5.19 17.80,1.95 16.72,6.57'/%3E%3Cpolygon points='17.43,7.28 22.05,6.20 18.81,9.66'/%3E%3C/g%3E%3Ccircle cx='12' cy='12' r='5.9' fill='%23c28a12'/%3E%3Ccircle cx='12' cy='12' r='3.3' fill='%23e9c25a'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
}

.seccion p { margin-bottom: 14px; }

/* the lead paragraph: a soft callout card with a round sun badge, centred on the card height */
.seccion h2 + p:not(.acotacion):not(.minuscula) {
  position: relative;
  padding: 18px 22px 18px 72px;
  background: linear-gradient(135deg, #eef7f7 0%, #f8f6ee 60%, #fbf4e2 100%);
  border: 1px solid rgba(15, 124, 131, .16);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(2, 26, 28, .06);
  font-size: 16px;
  font-style: normal;
  color: var(--tinta-suave);
}

.seccion h2 + p:not(.acotacion):not(.minuscula)::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 18px; top: 50%;
  bottom: auto;
  width: 38px; height: 38px;
  margin-top: -19px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23f2c14e'%3E%3Cpolygon points='19.07,10.63 23.60,12.00 19.07,13.37'/%3E%3Cpolygon points='18.81,14.34 22.05,17.80 17.43,16.72'/%3E%3Cpolygon points='16.72,17.43 17.80,22.05 14.34,18.81'/%3E%3Cpolygon points='13.37,19.07 12.00,23.60 10.63,19.07'/%3E%3Cpolygon points='9.66,18.81 6.20,22.05 7.28,17.43'/%3E%3Cpolygon points='6.57,16.72 1.95,17.80 5.19,14.34'/%3E%3Cpolygon points='4.93,13.37 0.40,12.00 4.93,10.63'/%3E%3Cpolygon points='5.19,9.66 1.95,6.20 6.57,7.28'/%3E%3Cpolygon points='7.28,6.57 6.20,1.95 9.66,5.19'/%3E%3Cpolygon points='10.63,4.93 12.00,0.40 13.37,4.93'/%3E%3Cpolygon points='14.34,5.19 17.80,1.95 16.72,6.57'/%3E%3Cpolygon points='17.43,7.28 22.05,6.20 18.81,9.66'/%3E%3C/g%3E%3Ccircle cx='12' cy='12' r='5.9' fill='%23f2c14e'/%3E%3Ccircle cx='12' cy='12' r='3.3' fill='%23fbe39a'/%3E%3C/svg%3E") center / 24px 24px no-repeat, linear-gradient(135deg, #14939a 0%, var(--laguna-sombria) 100%);
  box-shadow: 0 4px 12px rgba(15, 124, 131, .3);
}

.seccion h2 + p:not(.acotacion):not(.minuscula):has(+ ul),
.seccion h2 + p:not(.acotacion):not(.minuscula):has(+ ol),
.seccion h2 + p:not(.acotacion):not(.minuscula):has(+ .planilla) {
  padding: 0 0 4px;
  border: 0;
  background: none;
  font-style: normal;
  font-size: 15.5px;
  color: var(--tinta);
}
.seccion h2 + p:not(.acotacion):not(.minuscula):has(+ ul)::before,
.seccion h2 + p:not(.acotacion):not(.minuscula):has(+ ol)::before,
.seccion h2 + p:not(.acotacion):not(.minuscula):has(+ .planilla)::before { content: none; }

.seccion ol:not(.escalinata) {
  list-style: none;
  counter-reset: nomor;
  margin: 0 0 16px;
  padding: 0;
}
.seccion ol:not(.escalinata) > li {
  counter-increment: nomor;
  position: relative;
  margin: 0;
  padding: 9px 4px 9px 50px;
  border-bottom: 1px dotted var(--oro-veta);
}
.seccion ol:not(.escalinata) > li:last-child { border-bottom: 0; }
.seccion ol:not(.escalinata) > li::before {
  content: counter(nomor, decimal-leading-zero);
  position: absolute;
  left: 4px; top: 8px;
  font-family: var(--tipografia-epigrafe);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: var(--oro-sombria);
}
.seccion ol:not(.escalinata) > li::after {
  content: "";
  position: absolute;
  left: 32px; top: 19px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--laguna);
}
.seccion li { margin-bottom: 8px; }

.seccion ul {
  list-style: none;
  margin: 0 0 16px;
}
.seccion ul li {
  position: relative;
  padding-left: 30px;
}
.seccion ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--laguna) 0 3px, rgba(255, 255, 255, 0) 3.5px),
    #ffffff;
  box-shadow: inset 0 0 0 2px var(--oro), 0 1px 3px rgba(2, 26, 28, .2);
}

.seccion > ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}
.seccion > ul > li {
  position: relative;
  margin: 0;
  padding: 14px 20px 14px 58px;
  background: linear-gradient(90deg, #e2f0f0 0%, #edf6f6 55%, #f6fbfb 100%);
  border: 1px solid var(--laguna-veta);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(2, 26, 28, .07);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.seccion > ul > li:nth-child(even) {
  background: linear-gradient(90deg, #f7ebc9 0%, #fbf4e2 55%, #fdf9ef 100%);
  border-color: var(--oro-veta);
}
.seccion > ul > li:hover {
  border-color: var(--laguna);
  box-shadow: 0 10px 22px rgba(2, 26, 28, .13);
}
.seccion > ul > li:nth-child(even):hover { border-color: var(--oro); }
/* thin thread the marker sits on */
.seccion > ul > li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 28px; top: 10px; bottom: 10px;
  width: 2px;
  height: auto;
  border-radius: 2px;
  transform: none;
  box-shadow: none;
  background: rgba(15, 124, 131, .3);
  -webkit-mask-image: none;
  mask-image: none;
}
.seccion > ul > li:nth-child(even)::before { background: rgba(148, 104, 10, .32); }

/* round marker: a gradient dot with a white core, centred on the thread and on the row */
.seccion > ul > li::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 19px; top: 50%;
  width: 20px; height: 20px;
  margin-top: -10px;
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 50%;
  transform: none;
  background: radial-gradient(circle at center, #ffffff 0 3.5px, rgba(255, 255, 255, 0) 4px), linear-gradient(135deg, #14939a 0%, var(--laguna-sombria) 100%);
  box-shadow: 0 0 0 3px #ffffff, 0 2px 6px rgba(2, 26, 28, .22);
}
.seccion > ul > li:nth-child(even)::after {
  background: radial-gradient(circle at center, #ffffff 0 3.5px, rgba(255, 255, 255, 0) 4px), linear-gradient(135deg, #e0b23a 0%, var(--oro-sombria) 100%);
}

.minuscula {
  font-size: 13.5px;
  color: var(--tinta-tenue);
  font-style: italic;
}

/* ============ FIGURES ============ */

.vineta {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(2, 26, 28, .2);
  border: 1px solid var(--piedra-veta);
  border-radius: var(--curvatura);
}
.vineta img { width: 100%; }
.vineta figcaption {
  background: var(--hondura);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 0;
  box-shadow: inset 0 3px 0 var(--oro), inset 0 6px 0 #ffffff, inset 0 9px 0 var(--laguna);
  padding-top: 14px;
}

/* ============ BREADCRUMBS ============ */

.trayecto {
  margin-bottom: 14px;
  font-size: 13px;
}
.trayecto ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.trayecto li { color: rgba(255, 255, 255, .78); }
.trayecto li + li::before { content: "/"; margin-right: 6px; color: var(--oro); }
.trayecto a { color: #fff; }
.trayecto a:hover { color: var(--oro); }

/* ============ TABLES ============ */

/* Tables: a teal title band with a gold sun, a light gold header row
   and a label column, like a neat ledger */
.planilla {
  margin: 20px 0;
  border: 1px solid var(--oro-veta);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(2, 26, 28, .1);
  background: #ffffff;
}

.planilla caption {
  caption-side: top;
  text-align: left;
  font-family: var(--tipografia-epigrafe);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #ffffff;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23f2c14e'%3E%3Cpolygon points='19.07,10.63 23.60,12.00 19.07,13.37'/%3E%3Cpolygon points='18.81,14.34 22.05,17.80 17.43,16.72'/%3E%3Cpolygon points='16.72,17.43 17.80,22.05 14.34,18.81'/%3E%3Cpolygon points='13.37,19.07 12.00,23.60 10.63,19.07'/%3E%3Cpolygon points='9.66,18.81 6.20,22.05 7.28,17.43'/%3E%3Cpolygon points='6.57,16.72 1.95,17.80 5.19,14.34'/%3E%3Cpolygon points='4.93,13.37 0.40,12.00 4.93,10.63'/%3E%3Cpolygon points='5.19,9.66 1.95,6.20 6.57,7.28'/%3E%3Cpolygon points='7.28,6.57 6.20,1.95 9.66,5.19'/%3E%3Cpolygon points='10.63,4.93 12.00,0.40 13.37,4.93'/%3E%3Cpolygon points='14.34,5.19 17.80,1.95 16.72,6.57'/%3E%3Cpolygon points='17.43,7.28 22.05,6.20 18.81,9.66'/%3E%3C/g%3E%3Ccircle cx='12' cy='12' r='5.9' fill='%23f2c14e'/%3E%3Ccircle cx='12' cy='12' r='3.3' fill='%23fbe39a'/%3E%3C/svg%3E") 16px center / 22px 22px no-repeat, linear-gradient(90deg, var(--recinto) 0%, var(--hondura) 100%);
  padding: 13px 16px 13px 48px;
  border: 0;
  box-shadow: inset 0 -3px 0 0 var(--oro);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: #f8edcf;
  color: var(--tinta);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: .08em;
  padding: 12px 12px 10px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid var(--oro);
}

thead th:first-child { box-shadow: none; }
thead th + th { border-left: 1px solid rgba(194, 138, 18, .22); }

tbody td {
  padding: 12px 12px;
  border-bottom: 1px solid #efe9de;
  vertical-align: top;
}
tbody tr:nth-child(even) { background: #fbfaf6; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: #eef7f7; }
tbody tr:hover th { background: #f5e6bd; }
tbody th {
  padding: 12px 12px;
  border-bottom: 1px solid #efe3c4;
  border-right: 2px solid var(--oro-veta);
  text-align: left;
  background: var(--oro-abierto);
  box-shadow: none;
  color: var(--tinta-suave);
  font-weight: 700;
  vertical-align: top;
}

table.planilla--estrecha { font-size: 12.5px; }
table.planilla--estrecha thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.planilla--estrecha tbody td { padding: 10px 9px; }
table.planilla--estrecha tbody td:nth-child(2) { min-width: 122px; }


.dictamen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin: 30px 0 12px;
}

/* Pros and cons: each card opens with a gradient header panel — a big title,
   a faint Inti sun and a round tick or cross badge resting on its lower edge */
.dictamen--aciertos, .dictamen--reparos {
  position: relative;
  margin: 0;
  padding: 96px 18px 18px;
  background: #ffffff;
  border: 1px solid var(--piedra-veta);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(2, 26, 28, .1);
  overflow: hidden;
}
/* the header panel */
.dictamen--aciertos::before, .dictamen--reparos::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 66px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23ffffff' fill-opacity='.13'%3E%3Cpolygon points='19.07,10.63 23.60,12.00 19.07,13.37'/%3E%3Cpolygon points='18.81,14.34 22.05,17.80 17.43,16.72'/%3E%3Cpolygon points='16.72,17.43 17.80,22.05 14.34,18.81'/%3E%3Cpolygon points='13.37,19.07 12.00,23.60 10.63,19.07'/%3E%3Cpolygon points='9.66,18.81 6.20,22.05 7.28,17.43'/%3E%3Cpolygon points='6.57,16.72 1.95,17.80 5.19,14.34'/%3E%3Cpolygon points='4.93,13.37 0.40,12.00 4.93,10.63'/%3E%3Cpolygon points='5.19,9.66 1.95,6.20 6.57,7.28'/%3E%3Cpolygon points='7.28,6.57 6.20,1.95 9.66,5.19'/%3E%3Cpolygon points='10.63,4.93 12.00,0.40 13.37,4.93'/%3E%3Cpolygon points='14.34,5.19 17.80,1.95 16.72,6.57'/%3E%3Cpolygon points='17.43,7.28 22.05,6.20 18.81,9.66'/%3E%3Ccircle cx='12' cy='12' r='5.9'/%3E%3C/g%3E%3C/svg%3E") right 78px center / 120px 120px no-repeat, linear-gradient(120deg, #14939a 0%, var(--laguna-sombria) 100%);
  box-shadow: inset 0 -3px 0 0 var(--oro);
}
.dictamen--reparos::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23ffffff' fill-opacity='.13'%3E%3Cpolygon points='19.07,10.63 23.60,12.00 19.07,13.37'/%3E%3Cpolygon points='18.81,14.34 22.05,17.80 17.43,16.72'/%3E%3Cpolygon points='16.72,17.43 17.80,22.05 14.34,18.81'/%3E%3Cpolygon points='13.37,19.07 12.00,23.60 10.63,19.07'/%3E%3Cpolygon points='9.66,18.81 6.20,22.05 7.28,17.43'/%3E%3Cpolygon points='6.57,16.72 1.95,17.80 5.19,14.34'/%3E%3Cpolygon points='4.93,13.37 0.40,12.00 4.93,10.63'/%3E%3Cpolygon points='5.19,9.66 1.95,6.20 6.57,7.28'/%3E%3Cpolygon points='7.28,6.57 6.20,1.95 9.66,5.19'/%3E%3Cpolygon points='10.63,4.93 12.00,0.40 13.37,4.93'/%3E%3Cpolygon points='14.34,5.19 17.80,1.95 16.72,6.57'/%3E%3Cpolygon points='17.43,7.28 22.05,6.20 18.81,9.66'/%3E%3Ccircle cx='12' cy='12' r='5.9'/%3E%3C/g%3E%3C/svg%3E") right 78px center / 120px 120px no-repeat, linear-gradient(120deg, #56666c 0%, #2c393e 100%);
}
/* the round badge on the lower edge of the panel */
.dictamen--aciertos::after, .dictamen--reparos::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  right: 22px; top: 40px;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.6 10 17.4 19.2 7' fill='none' stroke='%231f9a48' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
  border: 3px solid #2eb256;
  box-shadow: 0 6px 14px rgba(2, 26, 28, .22);
  z-index: 2;
}
.dictamen--reparos::after {
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 6.5 17.5 17.5M17.5 6.5 6.5 17.5' fill='none' stroke='%23d91023' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
  border-color: var(--bandera);
}

.dictamen--aciertos h3, .dictamen--reparos h3 {
  position: absolute;
  left: 22px; top: 0;
  height: 63px;
  display: flex;
  align-items: center;
  transform: none;
  width: auto;
  max-width: calc(100% - 110px);
  margin: 0;
  padding: 0;
  font-family: var(--tipografia-epigrafe);
  font-size: 19px;
  letter-spacing: .1em;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
  z-index: 2;
}
.dictamen--reparos h3 { background: none; }
.dictamen--aciertos h3::before, .dictamen--reparos h3::before,
.dictamen--aciertos h3::after, .dictamen--reparos h3::after { content: none; }

.dictamen--aciertos ul, .dictamen--reparos ul { margin: 0; padding: 0; display: block; }
.dictamen--aciertos ul li, .dictamen--reparos ul li {
  position: relative;
  margin: 0;
  padding: 11px 6px 11px 44px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14.5px;
  line-height: 1.55;
}
.dictamen--aciertos ul li + li, .dictamen--reparos ul li + li { border-top: 1px solid var(--piedra-veta); }
/* round seal, centred on the row */
.dictamen--aciertos ul li::before, .dictamen--reparos ul li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 2px; top: 50%;
  width: 30px; height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  background: #e8f6ed;
  border: 2px solid #2eb256;
  box-shadow: none;
  transform: none;
}
.dictamen--reparos ul li::before { background: #fdecee; border-color: var(--bandera); }
.dictamen--aciertos ul li::after, .dictamen--reparos ul li::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 2px; top: 50%;
  width: 30px; height: 30px;
  margin-top: -15px;
  border: 0;
  transform: none;
}
.dictamen--aciertos ul li::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.3 6.6 11.8 13 4.4' fill='none' stroke='%231f9a48' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 16px 16px no-repeat;
}
.dictamen--reparos ul li::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4 12 12M12 4 4 12' fill='none' stroke='%23d91023' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center center / 16px 16px no-repeat;
}

/* Steps: gold-tinted cards; the number sits on a teal tile ringed in gold */
.escalinata {
  counter-reset: paso;
  list-style: none;
  margin: 22px 0 !important;
  padding: 0;
  position: relative;
}
.escalinata::before { content: none; }
.escalinata li {
  counter-increment: paso;
  position: relative;
  margin: 0 0 10px;
  min-height: 62px;
  padding: 16px 20px 16px 76px;
  background: linear-gradient(90deg, #f7ebc9 0%, #fbf4e2 50%, #fdf9ef 100%);
  border: 1px solid var(--laguna-veta);
  border-left: 4px solid var(--oro);
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(2, 26, 28, .07);
  transition: box-shadow .2s ease, border-color .2s ease;
}
.escalinata li:last-child { margin-bottom: 0; }
.escalinata li:hover {
  border-color: var(--oro);
  border-left-color: var(--oro);
  box-shadow: 0 8px 20px rgba(2, 26, 28, .12);
}
.escalinata li::before {
  content: counter(paso, decimal-leading-zero);
  box-sizing: border-box;
  position: absolute;
  left: 14px; top: 50%;
  width: 44px; height: 44px;
  margin-top: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #14939a 0%, var(--laguna-sombria) 100%);
  border: 0;
  border-radius: 8px;
  transform: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--oro), 0 4px 10px rgba(2, 26, 28, .2);
  color: #ffffff;
  font-family: var(--tipografia-epigrafe);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
.escalinata li::after { content: none; }

/* ============ BANNERS ============ */

.afiche {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #03272a 0%, var(--recinto) 66%, #0f6b76 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--curvatura);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.afiche::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 25, 28, .94) 0%, rgba(6, 52, 56, .76) 46%, rgba(14, 117, 128, .12) 78%);
  pointer-events: none;
}
.afiche--grana::before {
  background: linear-gradient(100deg, rgba(40, 8, 5, .94) 0%, rgba(134, 25, 18, .74) 46%, rgba(213, 43, 30, .1) 78%);
}

.afiche__escrito { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.afiche__escrito .afiche__cta { margin-top: 18px; }

.afiche__impronta {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--oro);
}
.afiche__epigrafe {
  font-family: var(--tipografia-epigrafe);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.afiche__franja { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ APP STRIP ============ */

.morral {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #03272a 0%, var(--recinto) 58%, #0f6b76 100%);
  border-radius: var(--curvatura);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.morral__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.morral__foto img { border-radius: var(--curvatura); }
.morral__escrito { flex: 1; position: relative; z-index: 1; }
.morral__epigrafe {
  font-family: var(--tipografia-epigrafe);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.morral__franja { color: rgba(255, 255, 255, .88); font-size: 14px; }
.morral__bodegas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.obtener {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2b2e;
  border: 1px solid var(--acero);
  color: #fff;
  border-radius: var(--curvatura);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.obtener:hover {
  background: #14383c;
  border-color: var(--acero-abierto);
  box-shadow: 0 6px 16px rgba(2, 26, 28, .32);
  text-decoration: none;
}
.obtener svg { width: 30px; height: 30px; flex-shrink: 0; }
.obtener__trazo { line-height: 1.2; text-align: center; }
.obtener__breve { display: block; font-size: 11px; opacity: .82; }
.obtener__amplio { display: block; font-size: 17px; font-weight: 700; }

/* ============ TABLE GAMES ============ */

.salon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
}
.tapiz {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid var(--piedra-veta);
  border-radius: var(--curvatura);
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.tapiz:hover {
  box-shadow: 0 12px 26px rgba(2, 26, 28, .18);
  border-color: var(--oro-veta);
}
.tapiz:hover .tapiz__impronta img { transform: scale(1.05); }
.tapiz__impronta {
  position: relative;
  width: 100%;
  height: 178px;
  display: block;
  overflow: hidden;
  background: linear-gradient(180deg, var(--recinto) 0%, var(--hondura) 100%);
  border-bottom: 0;
  border-radius: 0;
}
.tapiz__impronta img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.tapiz__impronta::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(2, 34, 38, 0) 0%, rgba(2, 34, 38, .5) 100%);
  pointer-events: none;
}
.tapiz__meollo { position: relative; flex: 1; padding: 50px 18px 20px; }
.tapiz__meollo::before { content: none; }

/* the game name sits on a teal band under the picture */
.salon .tapiz__epigrafe {
  position: absolute;
  left: 0; right: 0; top: -1px;
  transform: none;
  z-index: 2;
  width: auto;
  max-width: none;
  font-family: var(--tipografia-epigrafe);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 7px 14px;
  background: var(--laguna-sombria);
  border: 0;
  border-top: 3px solid var(--oro);
  border-radius: 0;
  clip-path: none;
  box-shadow: none;
  text-shadow: none;
}
.salon .tapiz__epigrafe::before { content: none; }
.tapiz p { margin-bottom: 0; font-size: 14px; }

/* ============ SLOTS ============ */

.tragamonedas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 6px;
}
.tragamoneda {
  position: relative;
  display: block;
  flex: 0 1 calc(25% - 12px);
  min-width: 200px;
  border-radius: var(--curvatura);
  overflow: hidden;
  background: #0b2b2e;
  border: 1px solid var(--acero);
  box-shadow: 0 3px 12px rgba(2, 26, 28, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.tragamoneda:hover { box-shadow: 0 12px 26px rgba(2, 26, 28, .32); border-color: var(--oro); text-decoration: none; }
.tragamoneda__imagen { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.tragamoneda:hover .tragamoneda__imagen { transform: scale(1.06); }
.tragamoneda__celosia {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.tragamoneda:hover .tragamoneda__celosia { left: 115%; }
.tragamoneda__carril {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(3, 24, 26, 0) 0%, rgba(3, 24, 26, .86) 55%, rgba(3, 24, 26, .96) 100%);
}
.tragamoneda__categoria {
  display: block;
  color: var(--oro);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.tragamoneda__epigrafe {
  display: block;
  color: #fff;
  font-family: var(--tipografia-epigrafe);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.tragamonedas-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ REVIEWS (endless strip) ============ */

.comentarios { position: relative; margin-top: 22px; }

.comentarios__carril {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.comentarios__carril::-webkit-scrollbar { display: none; }
.comentarios__carril.comentarios__carril--agarre { cursor: grabbing; scroll-behavior: auto; }

.comentario {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--piedra);
  border: 1px solid var(--piedra-veta);
  border-top: 0;
  border-radius: var(--curvatura);
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, var(--oro) 0%, #e9c25a 50%, var(--laguna) 100%);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.comentario:hover {
  box-shadow: 0 8px 22px rgba(2, 26, 28, .16);
  border-color: var(--oro-veta);
  border-top-color: var(--oro);
}
.comentario::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--oro);
  opacity: .45;
  pointer-events: none;
}

.comentario__cabezal { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.comentario__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--curvatura);
  object-fit: cover;
  border: 2px solid var(--oro);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .2);
}
.comentario__firmante { min-width: 0; }
.comentario__identidad {
  display: block;
  font-family: var(--tipografia-epigrafe);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--hondura);
}
.comentario__franja { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.comentario__acotacion {
  background: var(--laguna);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--curvatura);
  padding: 2px 10px;
  flex-shrink: 0;
}
.comentario__luminarias { color: #e0a82e; font-size: 13px; letter-spacing: 2px; }
.comentario__escrito { font-style: italic; color: var(--tinta); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.comentarios__comandos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.comentarios__dardo {
  width: 40px; height: 40px;
  border-radius: var(--curvatura);
  background: var(--hondura);
  color: #fff;
  border: 1px solid var(--acero);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.comentarios__dardo:hover { background: var(--laguna); box-shadow: 0 4px 12px rgba(2, 26, 28, .25); }
.comentarios__dardo svg { width: 18px; height: 18px; }

.comentarios__puntitos { display: flex; align-items: center; gap: 8px; }
.comentarios__puntito {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--piedra-veta);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.comentarios__puntito:hover { background: var(--laguna-veta); }
.comentarios__puntito.comentarios__puntito--vigente { background: var(--oro); width: 24px; border-radius: 6px; }

/* ============ OVERALL SCORE ============ */

.calificacion {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 26px auto 4px;
  padding: 14px 16px 14px 30px;
  background: #fff;
  border: 1px solid var(--oro-veta);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(2, 26, 28, .13), inset 0 0 0 4px var(--oro-abierto);
  text-align: left;
}

.calificacion__cuantia {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  font-family: var(--tipografia-epigrafe);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--hondura);
  background:
    radial-gradient(closest-side, #fff calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 9px)),
    conic-gradient(from 0deg, var(--oro) 0 86%, var(--oro-veta) 86% 100%);
}

.calificacion__desglose {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--tinta-suave);
}
.calificacion__desglose::after {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-top: 5px;
  color: #e0a82e;
  font-size: 17px;
  letter-spacing: 3px;
}

/* ============ FAQ ============ */

.dudas { margin-top: 10px; display: flex; flex-direction: column; gap: 10px; }

.dudas + .minuscula, .dudas + p { margin-top: 20px; }
.duda {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--piedra-veta);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(2, 26, 28, .06);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.duda:hover { border-color: var(--oro-veta); box-shadow: 0 6px 16px rgba(2, 26, 28, .1); }
.duda[open] { background: #fbfdfd; border-color: var(--oro-veta); box-shadow: inset 4px 0 0 var(--oro), 0 6px 16px rgba(2, 26, 28, .1); }
.duda summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--tinta-suave);
  padding: 14px 58px 14px 60px;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.duda summary::-webkit-details-marker { display: none; }

/* rounded tile with the question mark */
.duda summary::before {
  content: "?";
  box-sizing: border-box;
  position: absolute;
  left: 16px; top: 50%;
  width: 28px; height: 28px;
  transform: translateY(-50%);
  border-radius: 7px;
  border: 2px solid var(--oro);
  background: #ffffff;
  color: var(--laguna-sombria);
  font-family: var(--tipografia-epigrafe);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  box-shadow: 0 0 0 2px var(--oro-abierto);
  transition: background-color .2s ease, color .2s ease;
}

.duda summary::after {
  content: "";
  position: absolute;
  right: 16px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  border: 1px solid var(--oro-veta);
  border-radius: 50%;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%23c99a2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
  transform: rotate(0deg);
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.duda summary:hover { color: var(--laguna-sombria); }
.duda summary:hover::after { border-color: var(--oro); }
.duda[open] summary { color: var(--tinta); }
.duda[open] summary::before { background: var(--laguna); border-color: var(--oro); color: #ffffff; content: "!"; }
.duda[open] summary::after { transform: rotate(180deg); border-color: var(--oro); }
.duda .duda__aclaracion { padding: 0 18px 16px 60px; }
.duda .duda__aclaracion p { margin-bottom: 8px; }

/* ============ EDITOR SIGNATURE ============ */

.autografo {
  background: var(--oro-abierto);
  border-left: 5px solid var(--oro);
  border-bottom: 3px solid var(--laguna);
  border-radius: var(--curvatura);
  padding: 22px 26px;
  margin-bottom: 20px;
  font-style: italic;
}
.autografo__identidad { font-weight: 700; font-style: normal; color: var(--hondura); }

/* ============ FOOTER ============ */

.basamento {
  background: var(--recinto);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.basamento__enrejado {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.basamento__portal img { height: 40px; width: auto; margin-bottom: 14px; }
.basamento__portal p { font-size: 13px; line-height: 1.6; }

.basamento__pilar h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.basamento__pilar h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--acero);
  border-radius: 2px;
}
.basamento__pilar ul { list-style: none; margin-top: 12px; }
.basamento__pilar li { margin-bottom: 9px; }
.basamento__pilar a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.basamento__pilar a:hover { color: #fff; }

.basamento__alerta {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.adultez {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--granate);
  color: var(--granate);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.basamento__alerta p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.basamento__soporte {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ BACK TO TOP ============ */

.remonte {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--curvatura);
  background: var(--hondura);
  color: #fff;
  border: 1px solid var(--acero);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.remonte.remonte--expuesto { opacity: 1; visibility: visible; transform: translateY(0); }
.remonte:hover { background: var(--oro); }
.remonte svg { width: 22px; height: 22px; }

/* ============ REVEAL ON SCROLL ============ */

.emerge { opacity: 0; transform: translateY(18px); }
.emerge.emerge--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .emerge { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.errante {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.errante__ordinal {
  font-family: var(--tipografia-epigrafe);
  font-size: 130px;
  font-weight: 700;
  color: var(--oro);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.errante h1 { color: #fff; font-family: var(--tipografia-epigrafe); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.errante p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ LEGAL PAGES ============ */

.acotacion { font-size: 13.5px; color: var(--tinta-tenue); margin: 20px 0 18px; }

.tragamonedas-cta + .acotacion, .pulso + .acotacion { margin-top: 26px; }

/* ============ RESPONSIVE ============ */

@media (max-width: 1080px) {
  .testera__franja { gap: 10px; }
  .isotipo img { height: 38px; }
  .ruta { gap: 2px; }
  .ruta a { padding: 9px 11px; font-size: 12px; }
  .pildora { padding: 10px 16px; font-size: 12px; }
  .testera__gestiones { gap: 8px; }
  .pabellon { font-size: 12px; gap: 6px; }
  .pabellon svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .portico h1 { font-size: 36px; }
  .basamento__enrejado { grid-template-columns: 1fr 1fr; }
  .seccion { padding: 28px 26px; --seccion-pad: 26px; --seccion-pad-top: 28px; }
  .tragamoneda { flex-basis: calc(33.333% - 11px); }
  .comentario { flex-basis: calc((100% - 18px) / 2); }

  .planilla {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .planilla table { min-width: 500px; }
  .planilla caption { font-size: 13.5px; padding: 10px 14px 10px 15px; }
  .planilla thead th,
  .planilla tbody td,
  .planilla tbody th { min-width: 140px; }
  .planilla table.planilla--estrecha thead th,
  .planilla table.planilla--estrecha tbody td,
  .planilla table.planilla--estrecha tbody th { min-width: 120px; }
  .planilla tbody tr > *:first-child,
  .planilla thead th:first-child { min-width: 160px; }
}

@media (max-width: 940px) {
  .ruta, .testera__gestiones { display: none; }
  .pabellon { margin-left: auto; }
  .trilinea { display: block; }
}

@media (max-width: 860px) {
  .portico__franja { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .portico__escrito { width: 100%; max-width: 100%; }
  .portico__decorado::after {
    background: linear-gradient(180deg, rgba(2, 26, 28, .52) 0%, rgba(2, 26, 28, .52) 60%, rgba(2, 26, 28, .5) 100%);
  }
  .portico h1 { font-size: 30px; }
  .portico h1, .portico__entradilla, .trayecto {
    text-shadow:
      0 0 2px rgba(0, 14, 15, .98),
      0 1px 4px rgba(0, 14, 15, .95),
      0 2px 12px rgba(0, 14, 15, .92);
  }
  .afiche { flex-direction: column; align-items: flex-start; }
  
  .morral { flex-direction: column; align-items: center; text-align: center; }
  .morral__escrito { width: 100%; }
  .afiche::before, .afiche--grana::before { background: none; }
  .afiche__escrito {
    max-width: 100%;
    background: rgba(2, 26, 28, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--curvatura);
    padding: 22px 20px;
  }
  .afiche--grana .afiche__escrito { background: rgba(32, 4, 9, .74); }
  .morral__foto { flex-basis: auto; max-width: 280px; }
  .morral__bodegas { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .obtener { flex: 1 1 218px; max-width: 300px; }
  .basamento__soporte { flex-direction: column; text-align: center; }
}

@media (max-width: 750px) {
  .dictamen { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 700px) {
  
  .acotacion { margin: 22px auto 4px; padding: 12px 14px 12px 24px; gap: 14px; }
  .calificacion__cuantia { width: 76px; height: 76px; font-size: 19px; }
  
  .vineta img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .portico__decorado { background-position: 74% center; }
  .tragamoneda { flex-basis: calc(50% - 8px); min-width: 0; }
  .comentario { flex-basis: 100%; }

  .seccion { padding: 26px 20px 24px; --seccion-pad: 20px; --seccion-pad-top: 26px; }
}

@media (max-width: 560px) {
  
  .seccion h2, .seccion h3, .seccion p, .seccion li,
  .portico h1, .portico__entradilla,
  .afiche__epigrafe, .afiche__franja, .morral__epigrafe, .morral__franja,
  .tapiz__epigrafe, .duda summary, .errante h1, .errante p,
  .basamento__portal p, .basamento__alerta p, .basamento__pilar a {
    /* Hindi is not hyphenated: words wrap whole */
    -webkit-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
  }

  .seccion ol:not(.escalinata) > li { padding-left: 44px; }
  .seccion ol:not(.escalinata) > li::before { font-size: 17px; top: 9px; }
  .seccion ol:not(.escalinata) > li::after { left: 28px; top: 18px; }
  .seccion > ul > li { padding: 12px 14px 12px 64px; }
  /* no room for the seal on a phone: the question takes the whole width */
  .duda summary { padding: 12px 44px 12px 16px; font-size: 15px; }
  .duda summary::before, .duda[open] summary::before { content: none; }
  .duda summary::after { right: 12px; }
  .duda .duda__aclaracion { padding: 0 16px 14px 16px; }
  .basamento__enrejado { grid-template-columns: 1fr; text-align: center; }
  .basamento__portal img { margin-left: auto; margin-right: auto; }
  .basamento__alerta { flex-direction: column; text-align: center; }
  .seccion { padding: 22px 16px; --seccion-pad: 16px; --seccion-pad-top: 22px; }
  .seccion h2 { font-size: 23px; }
  .portico h1 { font-size: 26px; }
  .errante__ordinal { font-size: 90px; }
  .tapiz { flex-basis: 100%; min-width: 0; }
  .tapiz__impronta { height: 130px; }

  .portico__escrito,
  .afiche__escrito,
  .morral__escrito { text-align: center; width: 100%; }
  .portico__conjunto,
  .afiche__cta,
  .morral__bodegas,
  .trayecto ol { justify-content: center; }
  .afiche__cta, .morral__bodegas { display: flex; width: 100%; }
  .portico__franja, .afiche, .morral { align-items: center; }
  .afiche__impronta { border-left: 0; padding-left: 0; }
  .seccion h2 { font-size: 22px; padding: 14px var(--seccion-pad) 18px; gap: 10px; }
  .seccion h2::before { width: 28px; height: 28px; background-size: 20px 20px; }
}

@media (max-width: 450px) {
  .recinto { padding: 0 10px; }
  .testera__franja { height: 60px; gap: 10px; }
  .isotipo img { height: 34px; }
  .pabellon svg { width: 26px; height: 17px; }
  .pabellon { font-size: 12px; gap: 6px; }
  .portico { margin-top: 60px; }
  .seccion { padding: 18px 12px; --seccion-pad: 12px; --seccion-pad-top: 18px; }
  .afiche, .morral { padding: 20px 14px; }
  .portico__franja { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
  
  thead th:first-child, tbody tr > *:first-child { padding-left: 11px; }
}

@media (max-width: 400px) {
  .biombo__gestiones { flex-direction: column; align-items: center; }
  .biombo__gestiones a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .testera__franja { height: 54px; gap: 8px; }
  .isotipo img { height: 28px; }
  .pabellon svg { width: 22px; height: 15px; }
  .pabellon { font-size: 11px; gap: 5px; }
  .trilinea { padding: 6px; }
  .trilinea span { width: 22px; height: 2.5px; margin: 4px 0; }
  .trilinea.trilinea--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .trilinea.trilinea--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .portico { margin-top: 54px; }
  .errante { min-height: calc(100vh - 54px); }
}

/* ============ SMALL SCREEN: LISTS, STEPS ============ */
@media (max-width: 560px) {
  .seccion > ul > li { padding: 12px 14px 12px 52px; }
  .tapiz__impronta { border-radius: 40px 40px 0 0; }
}

/* ============ PERU: SMALL SCREEN ============ */
@media (max-width: 560px) {
  .escalinata li { padding: 13px 14px 13px 64px; min-height: 56px; }
  .escalinata li::before { left: 11px; width: 38px; height: 38px; margin-top: -19px; font-size: 17px; }
  /* no badge on a phone: the lead text takes the whole width */
  .seccion h2 + p:not(.acotacion):not(.minuscula) { padding: 16px; }
  .seccion h2 + p:not(.acotacion):not(.minuscula)::before { content: none; }
  .seccion > ul > li { padding: 12px 14px 12px 46px; }
  .seccion > ul > li::before { left: 17px; }
  .seccion > ul > li::after { left: 9px; width: 18px; height: 18px; margin-top: -9px; }
  .dictamen { grid-template-columns: 1fr; gap: 28px; }
  .dictamen--aciertos, .dictamen--reparos { padding: 86px 12px 14px; }
  .dictamen--aciertos::before, .dictamen--reparos::before { height: 58px; }
  .dictamen--aciertos::after, .dictamen--reparos::after { right: 14px; top: 34px; width: 44px; height: 44px; }
  .dictamen--aciertos h3, .dictamen--reparos h3 { left: 16px; height: 55px; font-size: 17px; }
  .dictamen--aciertos ul li, .dictamen--reparos ul li { padding-left: 42px; }
  .distintivo { padding-left: 40px; }
}

/* ============ 22BET COUNTRY LINKS ============ */
.basamento__paises {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.basamento__paises-titulo {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.basamento__paises-titulo::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(18, 112, 125);
  border-radius: 2px;
}
.basamento__paises-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.basamento__pais {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.basamento__pais:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.basamento__pais.basamento__pais--actual {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.basamento__bandera {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.basamento__bandera svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .basamento__paises { text-align: center; }
  /* two even columns; every name stays on one line */
  .basamento__paises-lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .basamento__paises-lista li { min-width: 0; }
  .basamento__pais { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .basamento__pais-nombre { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .basamento__paises-lista { gap: 6px; }
  .basamento__pais { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .basamento__bandera { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .basamento__pais { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .basamento__bandera { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .basamento__paises-lista { grid-template-columns: minmax(0, 1fr); }
  .basamento__pais { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .basamento__bandera { width: 22px; height: 15px; }
}
