@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* Body background */
.inicioo {
    background-image: url('../images/desk-banner01-ic.webp');
    /* Substitua 'background.jpg' pela imagem de fundo */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 960px;
}

html {
    scroll-behavior: smooth;
}

.margem-topo {
    margin-top: 100px;
}

/* Header com desfoque */
.header-blur {
    background: #09090B80;
    backdrop-filter: blur(10px);
    top: 0;
    border-style: solid;
    min-height: 110px;
    --border-style: solid;
    border-width: 0px 0px 1px 0px;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 1px;
    --border-left-width: 0px;
    border-color: #65656590;
    --border-color: #65656590;
    --border-radius: 0px 0px 0px 0px;
    width: 100%;
    z-index: 1000;
}

header .logo-header {
    max-width: 200px;
}

header .btn-danger {
    background: linear-gradient(93deg, #f00 -14.55%, #2c0707 50.16%, #000 114.87%);
    box-shadow: 0px 9px 30px 0px #385F2E60;
    position: relative;
    z-index: 999;
    font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    fill: #F6F3EC;
    color: #F6F3EC;
    border-radius: 5px 5px 5px 5px;
    padding: 1em 4em 1em 4em;
}

header .btn-danger:hover {
    transform: scale(1.1);
}

/* Main section text */
section h1 {
    max-width: 700px;
    line-height: 1.4;
}

section p {
    max-width: 600px;
}

/* Main section logo */
section .logo-section .main-logo {
    max-width: 100%;
    animation: fadeIn 1.5s ease-in-out;
}

/* Botão de Entrar */
.btn-enter {
    font-size: 20px;
    padding: 12px 25px;
    border-radius: 10px;
    background: linear-gradient(93deg, #f00 -14.55%, #2c0707 50.16%, #000 114.87%);
    box-shadow: 0px 9px 30px 0px rgba(56, 95, 46, 0.38);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease-in-out;
}
  
  /* Efeito hover no botão */
  .btn-enter:hover {
    background: linear-gradient(93deg, #ff1a1a -14.55%, #3c0a0a 50.16%, #111 114.87%);
    box-shadow: 0px 12px 35px 0px rgba(56, 95, 46, 0.5);
    transform: scale(1.05);
}
  
  /* Estilo da seta */
  .btn-enter .arrow {
    font-size: 20px;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  
  /* Animação ao passar o mouse */
  .btn-enter:hover .arrow {
    animation: move-arrow 0.6s ease-in-out infinite alternate;
  }

/* Button */
section .btn-danger {
    font-size: 1.3rem;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

section .btn-danger:hover {
    background-color: #e60000;
    transform: scale(1.1);
}

h2 span {
    text-shadow: 0 2px 10px rgba(255, 0, 0, 0.5);
}

.feature-card {
    background: linear-gradient(93deg, #f00 -14.55%, #2c0707 50.16%, #000 114.87%);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
    color: #fff;
}

.feature-card:hover {
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5);
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #ff4500, #ff0000);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.5);
    margin: 0 auto;
}

.text-light {
    opacity: 0.85;
}

.seila {
    background-image: url('../images/desk-banner02-ic.webp');
    /* Substitua pelo fundo grid da imagem */
    background-size: cover;
    background-attachment: fixed;
}

.main-title {
    font-size: 48px;
    /* Tamanho padrão para desktop */
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-paragraph {
    font-size: 30px !important;
    /* Tamanho padrão para desktop */
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Estilo padrão do botão */
.btn-access {
    font-size: 24px;
    /* Tamanho padrão para desktop */
    padding: 15px 40px;
    /* Ajuste de espaço interno */
    border-radius: 10px;
    background: linear-gradient(90deg, #f00 0%, #2c0707 50%, #000 100%);
    box-shadow: 0px 9px 30px 0px #385F2E60;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

/* Efeito hover */
.btn-access:hover {
    background: linear-gradient(90deg, #f00 0%, #2c0707 50%, #000 100%);
    box-shadow: 0px 9px 30px 0px rgba(56, 95, 46, 0.38);
    transform: scale(1.05);
    color: #fff !important;
}

 /* Estilo da seta */
 .btn-access .arrow {
    font-size: 20px;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  
  /* Animação ao passar o mouse */
  .btn-access:hover .arrow {
    animation: move-arrow 0.6s ease-in-out infinite alternate;
  }

  /* Fundo da seção */
.section-solution {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);*/
  }
  
  /* Título principal */
  .section-solution h2 {
    color: #ff0000; /* Vermelho forte */
    text-shadow: 0 2px 10px rgba(255, 0, 0, 0.5);
    font-size: 32px;
  }
  
  /* Títulos das colunas */
  .section-solution h3 {
    color: #ffffff; /* Branco */
    font-size: 26px;
  }
  
  /* Parágrafos */
  .section-solution p {
    color: #b0b0b0; /* Cinza claro */
    font-size: 18px;
    line-height: 1.6;
  }
  
  /* Lista de categorias (caso necessário) */
  .section-solution ul li {
    font-size: 18px;
    color: #ffffff; /* Branco */
    line-height: 1.6;
  }
  
  /* Imagens */
  .section-solution img {
    max-width: 100%;
    border-radius: 15px;
  }
  
  /* Botão principal */
  .btn-danger {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    background: linear-gradient(90deg, #ff0000, #990000);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
  }
  
  .btn-danger:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.7);
  }
  
  /* Ajuste específico para textos destacados */
  .text-highlight {
    color: #ff0000; /* Vermelho para destaque */
    font-weight: bold;
  }

  .termos{
    background-image: url('../images/desk-banner03-ic.webp');
    background-size: cover;
    background-attachment: fixed;
  }


/* Configurações gerais */
.carousel-section {
  background: #000;
  padding: 20px 0;
  overflow: hidden;
  width: 100vw; /* Garante largura total do navegador */
}

.carousel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  width: 100%; /* Ocupa a largura total */
}

.carousel-row {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  width: 100%; /* Garante largura fluida */
}

.carousel-row img {
  height: 225px;
  width: auto; /* Ajusta largura automaticamente */
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}

/* Animações */
.row-1 {
  animation: scroll-left 20s linear infinite;
}

.row-2 {
  animation: scroll-right 25s linear infinite;
}

.row-3 {
  animation: scroll-left 30s linear infinite;
}

/* Fundo da Seção */
.cashback-section {
  background: linear-gradient(to bottom, #000, #1a1a1a);
  color: #fff;
}

/* Títulos */
.cashback-title,
.streaming-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

.text-gradient {
  background: linear-gradient(90deg, #ff0000, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Subtítulos */
.cashback-subtitle,
.streaming-text {
  font-size: 18px;
  color: #bbb;
  line-height: 1.6;
}

/* Imagens */
.cashback-img {
  width: 100%;
  max-width: 400px;
  animation: float 3s ease-in-out infinite;
}

.streaming-img {
  width: 100%;
  max-width: 450px;
}

.btn-gradient {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #ff0000, #ffffff);
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.5);
}

.btn-arrow {
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-gradient:hover .btn-arrow {
  transform: translateX(5px);
}

/* Footer */
#custom-footer {
  background-color: #111; /* Fundo escuro */
  color: #ccc; /* Texto claro */
  text-align: center;
  padding: 20px 15px;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
}

/* Ícone do WhatsApp fixo */
#whatsapp-icon {
  position: fixed;
  bottom: 20px; /* Distância do rodapé */
  right: 20px; /* Distância da lateral direita */
  width: 60px; /* Tamanho do ícone */
  height: 60px;
  z-index: 1000; /* Garante que ficará sobre outros elementos */
  background-color: #25d366; /* Cor de fundo verde padrão do WhatsApp */
  border-radius: 50%; /* Formato circular */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#whatsapp-icon:hover {
  transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5); /* Sombra mais forte */
}

#whatsapp-icon img {
  width: 60%; /* Ajusta o tamanho do logo dentro do círculo */
  height: 60%;
  object-fit: contain;
}

/* Texto do footer */
#custom-footer .footer-content p {
  margin: 5px 0; /* Espaçamento uniforme */
}

/* Barra colorida */
#custom-footer .footer-bar {
  height: 5px; /* Altura da barra */
  background: linear-gradient(90deg, red, white); /* Degradê em vermelho e branco */
  margin-top: 15px;
}

/* Animação Flutuante */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Botão Gradiente */
.btn-gradient {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #7b3fe4, #ff0000);
  border-radius: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(123, 63, 228, 0.5);
}

.btn-arrow {
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-gradient:hover .btn-arrow {
  transform: translateX(5px);
}

/* Keyframes */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* Título */
.highlight-title {
  font-size: 48px; /* Ajuste maior para largura total */
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.highlight {
  font-weight: bold;
}

.highlight-canais {
  color: #f00;
}

.highlight-filmes {
  color: #f00;
}

.highlight-series {
  color: #f00;
}

@media (max-width: 768px) {
  .highlight-title {
    font-size: 32px; /* Tamanho menor para telas pequenas */
  }
  .carousel-row img {
    height: 150px; /* Reduz altura em telas pequenas */
  }
    .main-title {
        font-size: 32px;
        /* Tamanho menor para telas pequenas */
    }

    .main-paragraph {
        font-size: 24px !important;
        /* Tamanho menor para telas médias */
    }

    .btn-access {
        font-size: 20px;
        /* Ajusta o tamanho da fonte para telas médias */
        padding: 12px 35px;
        /* Reduz o espaçamento interno */
    }
    .inicioo{
        height: 760px !important;
    }

    .content-group {
        flex-direction: column-reverse; /* Alterna a ordem texto/imagem */
      }
    
      .content-group:nth-child(2) {
        flex-direction: column !important; /* Mantém a sequência texto > imagem */
      }
    
      .text-content {
        margin-bottom: 20px;
        text-align: center;
      }
    
      .image-content {
        margin-bottom: 20px;
        text-align: center;
      }
    
      .text-content h3 {
        font-size: 22px;
      }
    
      .text-content p {
        font-size: 16px;
      }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 24px;
        /* Tamanho ainda menor para telas muito pequenas */
    }

    .main-paragraph {
        font-size: 18px !important;
        /* Tamanho menor para telas pequenas */
    }

    .btn-access {
        font-size: 18px;
        /* Ajusta o tamanho da fonte para telas pequenas */
        padding: 10px 30px;
        /* Reduz ainda mais o espaçamento interno */
    }
}

@keyframes move-arrow {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(10px);
    }
  }

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}