@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html {
  font-family: "Inter", sans-serif !important;
}
body {
  font-family: "Inter", sans-serif !important;
}


.navbar-nav .nav-link {
  color: #4CC4EC !important;
  font-weight: 500;
  margin: 0 10px;
}

#bannerCarousel {
  max-height: clamp(340px, 80vh, 860px);
  overflow: hidden;
}

#bannerCarousel .carousel-item img {
  height: clamp(340px, 80vh, 860px);
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 576px) {
  #bannerCarousel .carousel-item img {
    height: clamp(320px, 60vh, 520px);
    object-position: center 12%;
  }
}


@media (max-width: 576px) {
  .navbar-nav .nav-link {
    margin: 0 6px;
  }
}


.btn-central {
  background-color: #192577 !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
}


.c-logo {
  max-height: 140px;
}


@media (max-width: 576px) {
  .c-logo {
    max-height: 90px;
  }
}


.combos-section {
  background: url('../img/img1.png') no-repeat center center/cover;
  color: #fff;
  padding: clamp(40px, 6vw, 80px) 0;
}


.c-combos-section {
  background: none !important;
  background-color: #eeeeee !important;
  padding-top: clamp(70px, 9vw, 140px);
}


.combos-section .beneficio {
  background: #4DC7EE;
  color: #fff;
  padding: clamp(8px, 1.6vw, 18px) clamp(14px, 2.8vw, 18px);
  border-radius: 999px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  gap: 10px;
}


.combos-section .beneficio:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
}


.beneficio-icon {
  background: transparent;
  color: #192577;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  margin-left: -18px;
}


.beneficio-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Ajustes específicos da página Para você */
.c-combos-section .beneficio-icon {
  margin-left: 0;
}

.combos-section .beneficio-icon {
  margin-left: 0;
}

@media (max-width: 576px) {
  .beneficio-icon {
    width: 42px;
    height: 42px;
    margin-left: 0;
  }
  .beneficio-icon img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
  }
  .combos-section .beneficio {
    padding: clamp(6px, 1.4vw, 14px) clamp(10px, 2.4vw, 16px);
    font-size: 0.9rem;
    gap: 8px;
  }
}


/* ============================================
   CARDS DE PLANOS COM LOGOS (SEÇÃO COMBOS)
   ============================================ */

.plano-card {
  background: linear-gradient(180deg, #42a5f5, #1a237e);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
}

/* Sem gradiente nos planos móveis */
.plano-card.plano-movel {
  background: #182371;
}

/* Conheça nossos planos: fundo azul específico e altura menor */
.planos-2 .plano-card.plano-movel {
  background: #4DC7EE;
  min-height: 380px;
  padding: 28px 18px;
}


.plano-card h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 400;
  margin-bottom: 0;
}

/* Melhor legibilidade para títulos dos planos móveis em fundo gradiente */
.plano-card.plano-movel h1 {
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  font-size: clamp(2rem, 6vw, 3.6rem);
  margin-top: 8px;
  margin-bottom: 4px;
}


/* Descrição dos planos móveis */
.plano-movel-desc {
  color: #ffffff;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  margin-top: 10px;
  opacity: 0.95;
}

/* Descrição da seção Planos Móveis */
.planos-moveis-desc-section {
  color: #fff;
  background: transparent;
  font-size: clamp(1rem, 2vw, 1.125rem);
}

.combos-section h3 .titulo-gradiente {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
}

/* Espaço superior maior para cabeçalho da seção Planos Móveis */
.combos-section .planos-moveis-header {
  margin-top: clamp(60px, 8vw, 120px);
}

.combos-section .planos-moveis-header h3 {
  color: #fff;
}

.c-combos-section .planos-moveis-header h3 .titulo-gradiente {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #000;
}

.combos-section .planos-moveis-header .planos-moveis-desc-section {
  color: #fff;
}
.c-combos-section .planos-moveis-header h3 {
  color: #000;
}
.c-combos-section .planos-moveis-header .planos-moveis-desc-section {
  color: #000;
}

/* Badge de pré-pago nos planos móveis */
.pre-pago-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 15px;
  border-radius: 12px;
  background: #00c2ff;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

/* Badge de pós-pago com o mesmo estilo */
.pos-pago-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 15px;
  border-radius: 12px;
  background: #00c2ff;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
}


.plano-card .mega-label {
  display: block;
  background: #00c2ff;
  color: #000;
  padding: 5px 15px;
  border-radius: 12px;
  font-size: 1rem;
  margin: -20px auto 20px;
  width: max-content;
  z-index: 10;
  position: relative;
}


/* Container das logos com altura fixa alinhado ao topo */
.plan-logos-container {
  height: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0;
  width: 100%;
}


/* Grid de logos em 2 colunas */
.plan-logos {
  line-height: 0;
  margin: 0;
  padding: 0;
}


.plan-logos.logos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 240px;
  align-items: start;
  justify-items: center;
}


/* Ícones dos apps com tamanho uniforme */
.plan-logos .app-icon {
  width: 110px;
  height: 48px;
  object-fit: contain;
  display: block;
  margin: 0;
}


/* Centraliza logo única (terceiro item) na segunda linha */
.plan-logos.logos-grid .app-icon:nth-child(3):last-child {
  grid-column: 1 / -1;
  justify-self: center;
}

/* Centraliza quando há somente um app */
.plan-logos.logos-grid .app-icon:only-child {
  grid-column: 1 / -1;
  justify-self: center;
}


/* Texto de descrição dos apps (plano 1GIGA) */
.apps-description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}


/* Preço empurrado   o final do card */
.preco-card {
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  color: #fff;
  margin-top: auto;
  margin-bottom: 20px;
}


.preco-card .valor {
  font-size: clamp(2.2rem, 6vw, 3.2rem); 
  font-weight: 400;
  line-height: 1; 
}


.preco-card .simbolo {
  font-size: 1.5rem; 
  font-weight: 300;
  margin-right: 5px; 
  margin-top: 17px; 
}


.preco-card .centavos {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 4px;
}


.btn-assinar {
  display: inline-block;
  margin-top: 0;
  background: #fff;
  color: #0052cc;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
}


.btn-assinar:hover {
  background: #00c2ff;
  color: #fff;
}


.plano-card.destaque {
  transform: scale(1.05);
  border: 2px solid #00c2ff;
}


.plano-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}


@media (max-width: 991px) {
  .plano-card {
    min-height: 480px;
  }
  
  .plan-logos-container {
    height: 100px;
  }
  
  .plan-logos .app-icon {
    width: 90px;
    height: 42px;
  }
}


@media (max-width: 576px) {
  .plano-card {
    min-height: auto;
    padding: 24px 14px;
  }
  
  .plan-logos-container {
    height: auto;
    min-height: 80px;
  }
  
  .plan-logos .app-icon {
    width: 80px;
    height: 38px;
  }
  
  .plan-logos.logos-grid {
    max-width: 200px;
    gap: 12px;
  }

  .preco-card {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .btn-assinar {
    max-width: 100%;
  }
}


.apps-disponiveis {
  background-color: #f1f1f1;
  color: #000;
}


.apps-disponiveis .apps-title {
  font-size: clamp(22px, 4.5vw, 32px);
  font-weight: 600;
  line-height: 1.25;
  margin: 20px 0 10px;
}


.app-banner {
  position: relative;
  background: url('../img/banner_hbo.png') no-repeat center center/cover;
  min-height: clamp(280px, 60vh, 500px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}


.app-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  pointer-events: none;
}


.app-banner .conteudo {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


.app-banner .conteudo p {
  margin-top: clamp(12px, 2.2vw, 20px) !important;
}


.app-banner-logos-box {
  display: inline-block;
  padding: clamp(12px, 2vw, 20px) clamp(20px, 3.5vw, 32px);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(4px);
  margin-bottom: clamp(16px, 3vw, 32px);
}


.app-banner-logos .col {
  display: flex;
  align-items: center;
  justify-content: center;
}


.app-banner-logo {
  height: clamp(48px, 6vw, 80px);
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}


.logo-prime {
  height: clamp(38px, 4.8vw, 68px);
}


.app-banner-logos .col:nth-child(3) .app-banner-logo {
  margin-left: clamp(12px, 1.5vw, 24px);
}


@media (max-width: 576px) {
  .app-banner-logo {
    height: clamp(36px, 9vw, 60px);
  }
  .logo-prime {
    height: clamp(34px, 8.2vw, 54px);
  }
  .app-banner-logos .col:nth-child(3) .app-banner-logo {
    margin-left: clamp(8px, 1.8vw, 14px);
  }
}


.app-banner-logos {
  max-width: 860px;
  margin: 0 auto;
  --bs-gutter-x: clamp(32px, 5vw, 64px);
}


.btn-assine {
  display: inline-block;
  background: #00aaff;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn-assine:hover {
  background: #0088cc;
}


.apps-section {
  background: #f1f1f1;
}


.apps-card {
  background: #E9F7FF;
  border-radius: 24px;
  padding-top: 48px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  text-align: center;
  border: 3px solid #4DC7EE;
  min-height: 560px;
  height: 100%;
}


@media (max-width: 576px) {
  .apps-card {
    min-height: 420px;
    padding-top: 36px;
  }
}


.apps-badge {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #4CC4EC;
  color: #fff;
  font-weight: 700;
  padding: clamp(12px, 2vw, 20px) clamp(16px, 2.5vw, 20px);
  border-radius: 61px;
  font-size: clamp(16px, 3.2vw, 24px);
  text-transform: uppercase;
}


@media (max-width: 576px) {
  .apps-badge {
    top: -25px;
  }
}


.app-icon {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 8px;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.3s ease;
}


@media (max-width: 576px) {
  .app-icon {
    width: 60px;
    height: 60px;
  }
}


.app-fallback {
  background: transparent;
  color: #192577;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: none;
  border-radius: 0;
}


.app-icon:hover {
  transform: scale(1.1);
}


.apps-card p {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}


.btn-ver {
  display: inline-block;
  background: #00c2ff;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn-ver:hover {
  background: #008ecc;
}


.btn-conferir {
  text-transform: uppercase;
  font-size: clamp(0.98rem, 2.4vw, 1.15rem);
}


.btn-assinar,
.btn-assine,
.btn-ver,
.btn-conferir,
.btn-contratar,
.btn-contratar-2,
.btn-assinar-2,
.btn-assinar-3,
.btn-continuar,
.btn-indicar,
.btn-central,
.btn {
  text-transform: lowercase !important;
}


.btn-assinar::first-letter,
.btn-assine::first-letter,
.btn-ver::first-letter,
.btn-conferir::first-letter,
.btn-contratar::first-letter,
.btn-contratar-2::first-letter,
.btn-assinar-2::first-letter,
.btn-assinar-3::first-letter,
.btn-continuar::first-letter,
.btn-indicar::first-letter,
.btn-central::first-letter,
.btn::first-letter {
  text-transform: uppercase;
}


/* ============================================
   PLANOS-2 - CARDS SEM LOGOS
   ============================================ */

.planos-2 {
  background: #fff;
  color: #333;
  padding: clamp(40px, 6vw, 80px) 0;
}


.planos-2 .beneficio {
  background: #4DC7EE;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}


.planos-2 .beneficio:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
}


.plano-card-2 {
  width: 100%;
  background: linear-gradient(180deg, #4DC7EE 0%, #76D7F7 100%);
  border-radius: 28px;
  padding: 56px 32px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}


.plano-card-2 h1 {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 400;
}


.plano-card-2 .mega-label {
  display: block;
  background: #182371;
  color: #fff;
  padding: 5px 15px;
  border-radius: 12px;
  font-size: 1rem;
  margin: -30px auto 0;
  width: max-content;
  z-index: 10;
  position: relative;
}


.plano-card-2 p {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 200;
}


.plano-card-2 h3 {
  display: none; 
}


.preco-card-2 {
  display: flex;
  justify-content: center;
  align-items: center; 
  color: #fff;
  position: relative;
  padding-bottom: 20px; 
  margin-bottom: 15px; 
  margin-top: auto;
}


.preco-card-2::after {
  content: ''; 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); 
  width: 75%; 
  height: 1px;
  background-color: #182371;
}


.preco-card-2 .valor {
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
}


.preco-card-2 .simbolo {
  font-size: 1.75rem;
  font-weight: 300;
  align-self: flex-start; 
  margin-right: 4px;
  margin-top: 20px;
}


.preco-card-2 .detalhes-preco {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  margin-left: 4px;
}


.preco-card-2 .centavos {
  font-size: 1.5rem;
  font-weight: 300;
}


.preco-card-2 .periodo {
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: -5px;
}


.btn-assinar-2 {
  display: inline-block;
  margin-top: 14px;
  background: #182371;
  color: #fff;
  font-weight: 600;
  padding: 12px 64px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn-assinar-2:hover {
  background: #fff;
  color: #00c2ff;
}


.plano-card-2:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}


.planos-2 .row.g-4 > [class*='col-'] {
  display: flex;
}


.planos-2 .row.g-4 > [class*='col-'] > * {
  width: 100%;
}


.servico-card {
  position: relative;
  background: linear-gradient(90deg, #57C9EF 0%, #182371 100%);
  border-radius: 28px;
  color: #fff;
  text-align: center;
  min-height: 300px;
  max-height: 305px;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  height: 100%;
}


@media (max-width: 576px) {
  .servico-card {
    padding: 32px 24px;
    min-height: 260px;
  }
}


.servico-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}


.servico-icon {
  width: 50px;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 15px;
  box-shadow: none;
}


.servico-icon img {
  width: 46px;
  height: auto;
}


.servico-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
}


.servico-card p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.4;
}


.banner-negocio {
  width: 100%;
  min-height: 250px;
}


.banner-boleto {
  background: #EEEEEE;
  padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 40px);
}


.banner-boleto img {
  width: 100%;
  height: auto;
}


.btn-contratar {
  display: inline-block;
  margin-top: 15px;
  background: #fff;
  color: #182371;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn-contratar:hover {
  background: transparent;
  color: #fff;
  outline: 1px solid #fff;
}


.texto-azul {
  color: #182371;
}


.titulo-gradiente {
  background: linear-gradient(135deg, #4CC4EC 0%, #1A58D6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.oferecemos {
  position: relative;
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}


.oferecemos h2 {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 32px;
}


@media (min-width: 992px) {
  .oferecemos h2 {
    font-size: 36px;
  }
}


.oferecemos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 24, 61, 0.5);
  z-index: 0;
}


.oferecemos .container {
  position: relative;
  z-index: 1;
}


.oferecemos-card {
  background: linear-gradient(135deg, #4CC4EC 0%, #1A58D6 100%);
  border-radius: 16px;
  padding: 30px 24px;
  color: #fff;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.oferecemos .row.g-4 > [class*='col-'] {
  display: flex;
}


.oferecemos-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}


.oferecemos-card .icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
}


.oferecemos-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  margin-top: 8px;
  font-size: 22px;
}


.oferecemos-card p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}


.oferecemos-card img {
  width: 56px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}


.brand-highlight {
  color: #1A58D6;
}


.c-p-3 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}


.social-icon {
  background: #4CC4EC;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}


.social-icon i {
  font-size: 1.2rem;
}


.social-icon:hover {
  background: #4CC4EC;
  color: #fff;
}


.assinatura-section {
  background: url('../img/ParaVoce2.webp') no-repeat center center/cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: clamp(12px, 4vw, 32px);
  padding-bottom: 0;
}


.assinatura-card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(14px, 3vw, 24px);
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  margin-top: clamp(8px, 3vw, 20px);
  margin-bottom: 10px;
  min-height: 220px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  bottom: clamp(-30px, -4vw, -16px);
}


@media (max-width: 769px) {
  .assinatura-card {
    min-height: 190px;
  }
}


.assinatura-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}


.assinatura-card h2 {
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 600;
  color: #00c2ff;
  margin-bottom: 8px;
}


.assinatura-card h2.giga {
  color: #00c2ff;
}


.badge-mega {
  position: relative;
  top: -10px;
  display: inline-block;
  background: #182371;
  color: #fff;
  font-size: clamp(0.75rem, 2.5vw, 0.95rem);
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 12px;
}


.preco {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
  position: relative;
}


.preco .valor {
  font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  font-weight: 700;
  color: #182371;
}


.preco .valor small {
  font-size: clamp(0.9rem, 2.8vw, 1rem);
  vertical-align: super; 
}


.preco .mes {
  display: block;   
  font-size: clamp(0.75rem, 2.5vw, 0.85rem);
  color: #444;
  margin-left: 2px;
  margin-top: 0;  
}


.preco::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #00c2ff; 
}


.permanencia {
  font-size: clamp(0.72rem, 2vw, 0.85rem);
  color: #666;
  margin-bottom: 6px;
}


.btn-assinar-3 {
  display: inline-block;
  background: #182371;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 220px;
  margin: 12px auto 8px;
}


.btn-assinar-3:hover {
  background: #00c2ff;
  color: #fff;
}


.c-p-4 {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}


.combos-apps-section {
  background: url('../img/img9.png') no-repeat center center/cover;
  padding: 60px 0;
  color: #fff;
}


.image-container {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}


.main-image {
  border-radius: 20px;
  width: 100%;
  max-width: 1000px !important;
  height: auto;
}


.overlay-text {
  position: absolute;
  top: 50%;
  left: 10%;
  text-align: left;
}


@media (max-width: 769px) {
  .overlay-text {
    top: 10%;
  }
}


.overlay-text h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}


.overlay-text .highlight {
  color: #00c2ff;
  font-weight: 600;
}


.app-round {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  margin-top: -30px;
  z-index: 10;
  position: relative;
}


.app-round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.app-round:hover {
  transform: scale(1.08);
}


.skyplus-section {
  padding: 0; 
  margin: 0;
}


.skyplus-section img {
  display: block;
  width: 100%;
  height: auto;
}


.servico-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}


.servico-content {
  padding: 30px 20px;
  color: #fff;
}


.servico-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}


.servico-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}


.btn-contratar-2 {
  display: inline-block;
  background: #00c2ff !important;
  color: #fff;
  padding: 6px 16px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn-contratar-2:hover {
  background: #fff !important;
  color: #192577 !important;
}


.bg-azul-claro {
  background: #4DC7EE;
}


.bg-azul-escuro {
  background: #192577;
}


.c-img-1 {
  max-height: 300px;
}


.c-card-body-1 {
  padding: 20px;
  background-color: #4CC4EC;
  color: #fff !important;
  border-radius: 0px 0px 50px 50px;
}


.c-card-body-2 {
  padding: 20px;
  background-color: #182371;
  color: #fff !important;
  border-radius: 0px 0px 50px 50px;
}


.c-h4-1 {
  font-size: 35px;
  font-weight: 300;
}


.c-p-5 {
  font-size: 25px;
  font-weight: 400;
}


.beneficio-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}


.beneficio-card:hover {
  transform: translateY(-6px);
}


.beneficio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.beneficio-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
  z-index: 2;
}


.beneficio-text {
  position: relative;
  z-index: 3;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}


.beneficios-section {
  background-color: #EEEEEE;
}


.banner-agende {
  background: #EEEEEE;
  padding: 40px 40px;
}


.banner-agende img {
  width: 65%;
  height: auto;
}


.fale-conosco {
  background: #EEEEEE
}


.link-boleto {
  color: #00c2ff;
  font-weight: 600;
  text-decoration: none;
}


.link-boleto:hover {
  text-decoration: underline;
}


.contato-card {
  border: 1px solid #00c2ff;
  border-radius: 12px;
  padding: 15px 20px;
  width: 120px;
  background: #fff;
  transition: all 0.3s ease;
  flex-direction: column;
  align-items: center;
}


.contato-card:hover {
  background: #e6f9ff;
  transform: translateY(-4px);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}


.contato-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}


.indique-section {
  background: none;
  background-color: #eeeeee;
  padding: clamp(32px, 6vw, 60px) 0;
  margin-top: clamp(-220px, -12vw, -140px);
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .indique-section {
    margin-top: clamp(-140px, -20vw, -90px);
  }
}


.indique-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.25);
  margin-left: clamp(16px, 5vw, 40px);
  margin-top: -140px;
}


.indique-form .form-title {
  font-weight: 600;
  color: #192577;
  text-align: center;
}


.indique-form .form-subtitle {
  font-size: 0.95rem;
  color: #192577;
  text-align: center;
  margin-bottom: 25px;
}


.indique-form .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}


.indique-form .form-control:focus {
  border-color: #00c2ff;
  box-shadow: none;
}


.form-termos {
  font-size: 0.75rem;
  color: #C8C8C8;
  margin: 15px 0;
}


.form-termos a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}


.btn-indicar {
  background: #00c2ff;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 25px;
  transition: background 0.3s ease;
}


.btn-indicar:hover {
  background: #008ecc;
}


.c-text-form {
  background-color: #C8C8C8;
}


.section-residencia {
  padding: 80px 20px;
}


.form-container {
  background: #fff;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  position: relative;
  margin-top: -300px;
}


.location-icon {
  width: 40px;
  margin-bottom: 15px;
}


.form-label {
  font-size: 0.9rem;
}


.btn-continuar {
  width: 100%;
  background: #00c2ff;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 1rem;
  border-radius: 25px;
  transition: background 0.3s ease;
}


.btn-continuar:hover {
  background: #0099cc;
}


.c-p-7 {
  font-size: 30px;
  font-weight: 400;
}


.c-p-8 {
  font-size: 30px;
  font-weight: 400;
}


.form-container input.form-control,
.form-container select.form-select {
  border: none;                 
  border-bottom: 2px solid #eeeeee; 
  border-radius: 0;              
  box-shadow: none;              
  outline: none;                 
}


.form-container input.form-control:focus,
.form-container select.form-select:focus {
  border-bottom: 2px solid #00c2ff;
  box-shadow: none;
}


.c-p-9 {
  font-size: 22px;
  font-weight: 400;
}


.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 9999;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: whatsapp-pulse 2.5s ease-in-out infinite;
}


.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}


.whatsapp-float i {
  font-size: 26px;
}


@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 12px 28px rgba(0,0,0,0.28);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }
}


@media (max-width: 480px) {
  .whatsapp-float {
    right: 12px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}


.site-footer {
  background: linear-gradient(90deg, #192577 0%, #4DC7EE 100%);
  color: #fff;
}


.site-footer a {
  color: #fff;
  text-decoration: none;
}


.site-footer a:hover {
  opacity: 0.85;
}


.footer-logo-large {
  max-height: 140px;
}


.footer-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}


.footer-text {
  max-width: 380px;
}


.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.footer-list li {
  margin-bottom: 8px;
}


.footer-subheading {
  font-weight: 600;
}


.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}


.footer-note {
  font-size: 0.9rem;
  opacity: 0.9;
}


.footer-icon-img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}


.gap-10 {
  gap: 10px;
}


@media (max-width: 992px) {
  .footer-logo-large {
    max-height: 120px;
  }
  .footer-contact-item {
    gap: 10px;
  }
  .footer-text {
    text-align: left;
  }
}


@media (max-width: 576px) {
  .site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-logo-large {
    max-height: 90px;
  }
  .footer-heading {
    font-size: 18px;
  }
  .footer-text {
    max-width: 100%;
    text-align: left;
  }
  .footer-list li {
    margin-bottom: 6px;
  }
  .footer-icon-circle {
    width: 30px;
    height: 30px;
  }
  .footer-icon-img {
    width: 32px;
    height: 32px;
  }
  .footer-contact-item {
    align-items: center;
  }
}
.planos-moveis {
  background: #f1f1f1;
  padding: clamp(40px, 6vw, 80px) 0;
}

.plano-movel-card {
  background: #E9F7FF;
  border: 3px solid #4DC7EE;
  border-radius: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 36px 24px;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.plano-movel-titulo {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 700;
  color: #182371;
}

.gigabadge {
  display: inline-block;
  margin-top: 8px;
  background: #4CC4EC;
  color: #fff;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 0.9rem;
}

.chip-badge {
  display: inline-block;
  background: #182371;
  color: #fff;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.logos-moveis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 260px;
  align-items: center;
  justify-items: center;
}

.logos-moveis .app-icon {
  width: 80px;
  height: 38px;
}

.preco-movel {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  color: #182371;
}

.preco-movel .simbolo {
  font-size: 1.3rem;
  font-weight: 300;
}

.preco-movel .valor {
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 700;
}

.preco-movel .centavos {
  font-size: 1.2rem;
  font-weight: 400;
}

.preco-movel .periodo {
  font-size: 0.9rem;
  margin-left: 4px;
}

.incluem-box {
  font-size: 0.95rem;
  color: #182371;
}

.btn-contratar-2 {
  display: inline-block;
  background: #4CC4EC;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contratar-2:hover {
  background: #1A58D6;
}
.combos-section .plano-card h1 {
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  font-size: clamp(2rem, 6vw, 3.6rem);
  margin-top: 8px;
  margin-bottom: 4px;
}
#bannerCarousel {
  max-height: clamp(340px, 80vh, 560px);
  overflow: hidden;
}

#bannerCarousel .carousel-item img {
  height: clamp(340px, 80vh, 560px);
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 576px) {
  #bannerCarousel .carousel-item img {
    height: clamp(320px, 80vh, 520px);
    object-position: center 12%;
  }
}

/* Hero Empresas com mesma altura da home */
.banner-empresas {
  max-height: clamp(340px, 80vh, 560px);
  overflow: hidden;
}

.banner-empresas img {
  height: clamp(340px, 80vh, 560px);
  width: 100%;
  object-fit: cover;
  object-position: center 18%;
}

@media (max-width: 576px) {
  .banner-indique img {
    height: clamp(320px, 60vh, 520px);
    object-position: center 12%;
  }
  .indique-form {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px;
  }
}

/* Hero Indique e Ganhe com mesma altura */
.banner-indique {
  max-height: none;
  overflow: visible;
}

.banner-indique img {
  width: 100%;
  height: auto;
}
