/* Instance-specific presentation overrides. Shared landing rules remain in index.html temporarily. */
body.landing-vuelta {
  --azul-oscuro: #106c3c;
  --azul: #178a4c;
  --cian: #39a964;
  --cian-claro: #9bd8ae;
  --texto: #123c2b;
  --sombra: 0 18px 40px rgba(16, 108, 60, .22);
  background: #f0f8f2;
}

body.landing-vuelta .hero {
  background: linear-gradient(160deg, #106c3c 0%, #178a4c 100%);
}

body.landing-vuelta .beneficios {
  background: linear-gradient(180deg, #106c3c 0%, #178a4c 100%);
}

body.landing-vuelta .cierre {
  background: #106c3c;
}

body.landing-vuelta .logo-amawa,
body.landing-amawa .logo-vuelta,
body.landing-general .logo-vuelta {
  display: none;
}

body.landing-vuelta .brandbar .chips {
  background: #ffffff;
}

body.landing-vuelta .logo-vuelta {
  height: 32px;
  width: 124px;
  order: 4;
}

body.landing-vuelta .logo-claro {
  order: 0;
}

body.landing-vuelta .chip-sep:first-of-type {
  background: #d8e8de;
  order: 1;
}

body.landing-vuelta .logo-vtr {
  order: 2;
}

body.landing-vuelta .chip-sep:last-of-type {
  order: 3;
}