@media (min-width: 1440px) {
  .container-carrossel {
    width: 1225px !important;
  }

  .indicadores {
    display: none;
  }

  .seta {
    display: none;
  }

  .carrossel {
    display: flex;
    gap: 8px;
    overflow-x: unset;
    scroll-behavior: unset;
    padding: 10px 0;
    scroll-snap-type: none;
    scrollbar-width: none;
  }
}

@media (max-width: 1024px) {
  .container-carrossel {
    width: 85%;
  }

  .alerta-temporario {
    font-size: 0.8rem;
  }

  .msg-erro {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {

  .alerta-temporario {
    width: 95%;
  }

  /* ===== BASE ===== */
  * {
    box-sizing: border-box;
  }

  .alinhar-item {
    align-self: center;
    text-align: center;
  }

  body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Barlow', sans-serif;
  }

  /* ===== CABEÇALHO / NAVBAR ===== */
  .nav-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 1.5vh;
    padding: 10px 0;
  }

  .tam-div {
    flex-basis: auto;
  }

  .tam-div img {
    width: 65%;
    max-width: 220px;
    height: auto;
  }

  .espaco-item {
    flex-direction: column;
    gap: 0.8vh;
  }

  .text-nav {
    font-size: 2.1vh;
    text-align: center;
  }

  /* ===== BOAS-VINDAS ===== */
  .fundo-bv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    text-align: center;
    background-size: cover;
  }

  .tam-div-bv img {
    width: 50%;
    height: 50%;
  }

  .tam-div-bv {
    flex-basis: 50%;
    padding-top: 10px;
  }

  .tam-banner {
    max-width: 100%;
  }

  .tam-div-cliente img {
    width: 75%;
    max-width: 280px;
    flex-basis: 40vh;
  }

  .tam-div-cliente {
    flex-basis: 30vh;
  }

  /* ===== TÍTULO ===== */
  h2.titulo {
    font-size: 4.8vh;
    text-align: center;
    color: #0029c1;
    margin: 0 0 10px 0;
    font-style: italic;
  }

  /* ===== CARROSSEL ===== */
  .container-carrossel {
    position: relative;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  .carrossel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .carrossel::-webkit-scrollbar {
    display: none;
  }

  .card-slide {
    flex: 0 0 300px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    scroll-snap-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 12px;
    position: relative;
    transition: transform 0.3s ease;
    height: 400px;
  }

  .card-slide button {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #f5b506;
    border: none;
    color: #0029c1;
    font-weight: 700;
    font-size: 12pt;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
  }

  .card-slide button:hover {
    background-color: #e0a604;
    transform: translateX(-50%) scale(1.03);
  }

  .card-slide:active {
    transform: scale(0.97);
  }

  /* ===== SETAS DO CARROSSEL ===== */
  .seta {
    position: absolute;
    top: 38%;
    background-color: #f5b506;
    color: white;
    border: none;
    border-radius: 4px;
    width: 25px;
    height: 60px;
    font-size: 18px;
    cursor: pointer;
  }

  .seta.esquerda {
    left: 5px;
  }

  .seta.direita {
    right: 5px;
  }

  .seta:hover {
    background-color: #d89f01;
  }

  /* ===== INDICADORES ===== */
  .indicadores {
    text-align: center;
  }

  .indicador {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
  }

  .indicador.ativo {
    background-color: #666;
  }

  .indicador-banner {
    width: 10px;
    height: 10px;
  }

  /* ===== PERSONALIZE SEU PLANO ===== */
  .fundo-padrao {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 5px;
    background-size: cover;
    background-position: center;
    height: 10%;
  }

  .tam-div-planos {
    width: 100%;
    padding: 30px 0px;
    flex-basis: auto;
  }

  #text-plano2 {
    font-size: 4.2vh;
    color: white;
  }

  #text-plano1 {
    font-size: 4.6vh;
    color: #f5b506;
    font-weight: 900;
    font-style: italic;
  }

  .alinhar-mobile {
    text-align: left;
    padding-left: 10px;
  }

  #ali-btn-pers {
    display: flex;
    justify-content: center;
  }

  #btn-personalizar {
    margin-top: auto;
  }

  /*Remove o fundo da div interna*/
  #ali-btn-pers.fundo-planos {
    background: none;
    color: inherit;
  }

  /*Adiciona o fundo da div interna*/
  #controle.fundo-personalar-planos {
    background-image: url('../images/PLANOS-AREA-PERSONALIZE-PLANO.webp');
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: 130px center;
  }

  #tam-div-suporte {
    display: none;
  }

  .tam-div-suporte img {
    width: 100%;
    max-width: 320px;
  }

  .tam-div-suporte {
    width: 100%;
    max-width: 320px;
    flex-basis: auto;
    padding: 20px 5px;
  }

  button.efeito {
    font-size: 11px;
    padding: 10px 6px;
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }

  /* ===== SUPORTE ===== */
  .fundo-padrao.div-padrao {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
  }

  /* ===== RODAPÉ ===== */
  footer {
    padding: 30px 10px;
    text-align: center;
  }

  .flex-footer {
    flex-direction: column;
    gap: 3vh;
    align-items: center;
  }

  .tam-div-footer {
    width: 45%;
  }

  .flex-links-footer {
    flex-direction: column;
    gap: 3vh;
  }

  .align-footer {
    align-items: center;
  }

  a.text-footer,
  .text-footer {
    font-size: 2vh;
  }

  .flex-endereco {
    margin-top: 15px;
    font-size: 1.8vh;
    line-height: 1.4;
  }

  .seta.esquerda {
    display: none;
  }

  .seta.direita {
    display: none;
  }

  .banner-rotativo {
    aspect-ratio: 16 / 9;
  }

  .instagram-float {
    display: none;
  }

  .alinhar-cards {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width: 425px) {
  .plano {
    height: 80px !important;
  }

  .stream {
    height: 80px !important;
  }

  .cobertura-wrapper {
    width: 100% !important;
  }

  .roteador-fora {
    left: 5px !important;
  }

  .cobertura-container {
    height: 100px !important;
  }

  .grade-streaming button.stream img#canais-ultra {
    width: 80% !important;
  }

  .grade-streaming button.stream img#canais-elite {
    width: 70% !important;
  }

  .grade-streaming button.stream img#canais-play {
    width: 65% !important;
  }

  .card-dados {
    align-self: center;
    width: 100% !important;
  }
}

@media (max-width: 375px) {
  h2.titulo {
    font-size: 4.2vh;
  }

  .card-slide button {
    font-size: 11pt;
    padding: 8px 0;
  }

  .seta {
    display: none;
  }

  #text-plano1,
  #text-plano2 {
    font-size: 3.8vh;
  }

  .grade-streaming button.stream img#canais-ultra {
    width: 95% !important;
  }

  .grade-streaming button.stream img#canais-elite {
    width: 85% !important;
  }

  .grade-streaming button.stream img#canais-play {
    width: 80% !important;
  }
}