/* Rodapé RioHH */
.vita-footer,
.vita-footer-riohh {
  background: #0a0b12 !important;
  color: #b8b4c9;
  padding: 2.2rem 1.5rem 10rem;
  font-family: PingFang, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.vita-footer-riohh .vf-block {
  margin: 0 0 2.4rem;
}

.vita-footer-riohh .vf-title {
  margin: 0 0 .45rem;
  color: #e8e6f2;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
}

.vita-footer-riohh .vf-sub {
  margin: 0 0 1.2rem;
  color: #9a96ad;
  font-size: 1.15rem;
  line-height: 1.45;
}

.vita-footer-riohh .vf-socials {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.vita-footer-riohh .vf-soc {
  width: 5.2rem;
  height: 5.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(0 .25rem .7rem rgba(0,0,0,.35));
}

.vita-footer-riohh .vf-soc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.vita-footer-riohh .vf-partners {
  width: 100%;
  border-radius: .6rem;
  overflow: hidden;
}

.vita-footer-riohh .vf-partners img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.vita-footer-riohh .vf-providers-premium {
  margin: 0 0 2.6rem;
  padding: 1.1rem 0 1.4rem;
  background: transparent;
  text-align: center;
}

.vita-footer-riohh .vf-provider-badge {
  display: flex;
  justify-content: center;
  margin: 0 0 1.35rem;
}

.vita-footer-riohh .vf-provider-badge img {
  width: min(19.2rem, 58%);
  height: auto;
  display: block;
  object-fit: contain;
}

.vita-footer-riohh .vf-provider-logos {
  width: 100%;
  display: flex;
  justify-content: center;
}

.vita-footer-riohh .vf-provider-logos img {
  width: 100%;
  max-width: 42rem;
  height: auto;
  display: block;
  object-fit: contain;
}

.vita-footer-riohh .vf-apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}

.vita-footer-riohh .vf-app {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 4.6rem;
  padding: .7rem .95rem;
  border: .1rem solid rgba(180, 176, 205, .45);
  border-radius: .7rem;
  color: #e8e6f2;
  text-decoration: none;
  background: transparent;
  box-sizing: border-box;
}

.vita-footer-riohh .vf-app i {
  font-size: 2.2rem;
  width: 2.4rem;
  text-align: center;
  color: #c5c1d4;
}

.vita-footer-riohh .vf-app .fa-android {
  color: #3ddc84;
}

.vita-footer-riohh .vf-app span {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  line-height: 1.15;
}

.vita-footer-riohh .vf-app small {
  font-size: 1rem;
  color: #9a96ad;
}

.vita-footer-riohh .vf-app strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: #eceaf5;
}

.vita-footer-riohh .vf-bottom {
  position: relative;
  margin: 0 -1.5rem;
  padding: 2.2rem 1.5rem 1.4rem;
  overflow: hidden;
  isolation: isolate;
}

.vita-footer-riohh .vf-bottom-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.2rem;
}

.vita-footer-riohh .vf-bottom-bg img {
  width: 92%;
  max-width: 42rem;
  height: auto;
  object-fit: contain;
  object-position: center top;
  opacity: .28;
}

.vita-footer-riohh .vf-bottom-inner {
  position: relative;
  z-index: 1;
}

.vita-footer-riohh .vf-brand-hero {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 1.45rem;
  padding: 0 0 1.05rem;
  border-bottom: .08rem solid rgba(255,255,255,.14);
}

.vita-footer-riohh .vf-brand-logo {
  display: block;
  width: auto;
  max-width: min(16rem, 58%);
  height: auto;
  max-height: 3.6rem;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.vita-footer-riohh .vf-brand-name {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.vita-footer-riohh .vf-brand-ss,
.vita-footer-riohh .vf-brand-num,
.vita-footer-riohh .vf-brand-tld {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.vita-footer-riohh .vf-brand-tld {
  font-size: .62em;
  font-weight: 800;
  margin-left: .06rem;
}

.vita-footer-riohh .vf-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.35rem;
}

.vita-footer-riohh .vf-soc {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  filter: drop-shadow(0 .25rem .7rem rgba(0,0,0,.35));
  background: rgba(255,255,255,.04);
}

.vita-footer-riohh .vf-brand-block {
  margin-top: .35rem;
}

.vita-footer-riohh .vf-corp,
.vita-footer-riohh .vf-rules {
  margin: 0;
  color: #d8d5e6;
  font-size: 1.12rem;
  line-height: 1.55;
  text-align: left;
}

.vita-footer-riohh .vf-corp {
  margin-bottom: 1.15rem;
}

.vita-footer-riohh .vf-rules {
  padding-left: 1.5rem;
  margin-bottom: 1.55rem;
}

.vita-footer-riohh .vf-rules li {
  margin: 0 0 .65rem;
}

.vita-footer-riohh .vf-age {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: .16rem solid rgba(255,255,255,.92);
  color: #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 800;
}

.vita-footer-riohh .vf-copy {
  text-align: center;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
  margin: 0;
}

/* legacy hide */
.vita-footer-riohh .vita-footer-links,
.vita-footer-riohh .vita-footer-social,
.vita-footer-riohh .vita-footer-seals,
.vita-footer-riohh .vita-footer-line {
  display: none !important;
}

.vita-tg-fab {
  position: fixed;
  right: max(4px, calc(50% - 248px));
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  width: 78px;
  z-index: 10001;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: transparent;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.45));
}

.vita-fab-stack {
  position: fixed;
  right: max(6px, calc(50% - 248px + 6px));
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  width: 96px;
  height: 96px;
  z-index: 10001;
}

.vita-fab-stack .vita-tg-fab {
  position: absolute;
  inset: 0;
  right: auto;
  bottom: auto;
  margin: 0;
}

.vita-tg-fab img {
  width: 88px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
}

.vita-tg-fab-fallback {
  display: none;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 14px;
  background: #2AABEE;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.vita-tg-fab img[style*="display: none"] + .vita-tg-fab-fallback {
  display: flex;
}

.vita-tg-fab small {
  display: none !important;
}

.vita-chat-fab {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: none;
}

.vita-chat-fab.is-visible {
  display: block;
}

.vita-chat-fab img {
  width: 100%;
  height: auto;
  display: block;
}

.vita-chat-fab-fallback {
  display: none;
}

body.home-ref .footer,
body.home-ref .footer-line,
body.home-ref .aovivo-resultados {
  display: none !important;
}

body.home-ref .vita-footer {
  display: block;
}

body.vita-clone .vita-footer-riohh {
  background: #0B101B !important;
}
