#ib-guide-home {
  min-height: 535px;
  box-sizing: border-box;
  padding: 22px 9px 70px;
  color: #fff;
  text-align: center;
  position: relative;
}

.ib-install-card {
  width: 250px;
  margin: 0 auto 24px;
  padding: 10px 9px 9px;
  box-sizing: border-box;
  border: 1px solid rgba(190, 210, 255, .65);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(33, 52, 96, .96), rgba(24, 34, 68, .96));
  box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 3px 10px rgba(0, 0, 0, .45);
}

.ib-app-logo {
  width: 108px;
  height: 82px;
  margin: 0 auto 8px;
  border-radius: 12px;
  color: #fff;
  font: 700 60px/54px Arial, sans-serif;
  background: radial-gradient(circle at 50% 35%, #b85cff, #5c079a 66%, #260040);
  border: 2px solid #efb4ff;
  text-shadow: 0 0 8px #fff, 0 0 15px #df3dff;
}

.ib-app-logo span {
  display: block;
  font: 900 16px/20px Arial, sans-serif;
  letter-spacing: 1px;
  color: #ffd84a;
  text-shadow: 1px 1px 2px #000;
}

#ib-install-app {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 8px 5px;
  color: #302000;
  font-weight: 700;
  background: linear-gradient(#ffdd45, #ffb615);
  box-shadow: inset 0 1px #fff5a6, 0 2px 4px rgba(0, 0, 0, .45);
  cursor: pointer;
}

#ib-install-app:hover { filter: brightness(1.08); }
#ib-install-app:disabled { opacity: .7; cursor: default; }

#ib-install-help {
  display: none;
  margin-top: 7px;
  font-size: 11px;
  color: #fff1a0;
}

.ib-guide-title {
  display: block;
  color: #ffc928;
  font: 700 21px/40px Arial, sans-serif;
  text-shadow: 1px 2px 2px #000;
  text-decoration: none;
  cursor: pointer;
}

.ib-help-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  font: 700 31px/38px Arial, sans-serif;
  vertical-align: middle;
  background: radial-gradient(circle at 35% 30%, #83d5ff, #168bed 60%, #0757a8);
  border: 2px solid #d8f4ff;
  box-shadow: 0 2px 5px #000;
}

.ib-guide-links { margin-top: 10px; }
.ib-guide-links button {
  margin: 3px 2px;
  padding: 5px 7px;
  border: 1px solid #8297c6;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  background: linear-gradient(#4d5f87, #263553);
  cursor: pointer;
}

#ib-guide-detail {
  display: none;
  margin: 10px 6px;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1.45;
  border-radius: 8px;
  background: rgba(8, 10, 30, .86);
  border: 1px solid rgba(150, 110, 255, .65);
}

.ib-guide-legal {
  position: absolute;
  left: 9px;
  bottom: 8px;
  text-align: left;
}

.ib-guide-legal a {
  display: block;
  margin-top: 4px;
  color: #ffd21c;
  font-size: 11px;
}


/* Inicio: casita normal; se ilumina en verde cuando esta seleccionada. */
#ranking_btn_home {
  width: 31px !important;
  min-width: 31px !important;
  height: 25px !important;
  min-height: 25px !important;
  padding: 0 !important;
  margin: 0 2px !important;
  border: 1px solid #8a9ab8 !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  background: linear-gradient(#68789a, #394766) !important;
  font: 700 19px/22px Arial, sans-serif !important;
  text-align: center !important;
  text-shadow: 0 1px 2px #000 !important;
  cursor: pointer !important;
}
#ranking_btn_home:hover {
  filter: brightness(1.08);
}
#ranking_btn_home.selected {
  color: #fff !important;
  background: linear-gradient(#65e57a, #15952b) !important;
  border-color: #b8ffc2 !important;
  box-shadow: inset 0 1px rgba(255,255,255,.5), 0 0 6px rgba(51,255,91,.75) !important;
}

/* El mismo efecto verde para cualquiera de las opciones de Rankings seleccionada. */
#ranking_btns .ranking_btn.selected {
  background: linear-gradient(#65e57a, #15952b) !important;
  border-color: #b8ffc2 !important;
  color: #fff !important;
  box-shadow: inset 0 1px rgba(255,255,255,.5), 0 0 5px rgba(51,255,91,.6) !important;
}
