/* Páginas internas — estilos seguros (sem sobrescrever header global) */

#header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}

#header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}

/* Banner — evita imagem gigante e centralização 2000px quebrada */
.bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
}

.bannerH {
  position: relative;
  width: 100% !important;
  left: auto !important;
  margin-left: 0 !important;
}

.bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.bannerWords {
  top: 62% !important;
}

#web .texto,
#marketing .texto,
#producao .texto,
.seo .texto,
.site .texto,
.loja .texto,
.redes .texto {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

/* ===== Loja virtual ===== */
.opcoesLoja {
  margin: 36px 0 50px;
  padding: 10px 0 20px;
  background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%);
}

.opcoesLoja .opcao-card {
  background: #fff;
  border: 1px solid #e6eef0;
  padding: 28px 16px 24px;
  text-align: center;
  min-height: 190px;
  margin-bottom: 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.opcoesLoja .opcao-card:hover {
  transform: translateY(-4px);
  border-color: #5acee1;
  box-shadow: 0 10px 24px rgba(90, 206, 225, .18);
}

.opcoesLoja .opcao-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(90, 206, 225, .15);
  color: #5acee1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.opcoesLoja .titulo {
  position: static;
  margin-top: 0;
  width: auto;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  line-height: 1.35;
}

.tabelaLoja {
  margin-bottom: 18px;
}

.tabelaLoja .recursos-loja {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tabelaLoja .recursos-loja li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 12px 14px;
  min-height: 54px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.tabelaLoja .recursos-loja i {
  width: 28px;
  text-align: center;
  color: #5acee1;
  font-size: 18px;
  flex: 0 0 auto;
}

.btnLine {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btnLine a {
  display: inline-block;
  background: #5acee1;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 12px 22px;
  text-decoration: none;
  transition: background .2s ease;
}

.btnLine a:hover {
  background: #2aa8c0;
}

.btnLine a.btn-outline {
  background: transparent;
  color: #5acee1 !important;
  border: 2px solid #5acee1;
}

.btnLine a.btn-outline:hover {
  background: #5acee1;
  color: #fff !important;
}

.sliderloja {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  margin-bottom: 20px;
}

.sliderloja img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.sliderloja span {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  background: #5acee1;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 12px 28px;
  font-size: 14px;
  z-index: 2;
}

.videoPainel {
  margin: 40px 0 50px;
}

.videoPainel .new-area .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: #222;
  height: 220px;
}

.videoPainel .new-area .item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.adqr {
  display: block;
  margin-top: 16px;
  background: #5acee1;
  color: #fff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 18px;
}

@media (max-width: 767px) {
  .bannerH > img {
    height: 260px;
  }

  .tabelaLoja .recursos-loja {
    grid-template-columns: 1fr;
  }

  .opcoesLoja .opcao-card {
    min-height: 0;
  }
}
