* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body,
        html {
            height: 100%;
            font-family: 'Montserrat', sans-serif;
            background-color: #000;
        }

        .top-bar {
            background-color: #022859;
            color: white;
            text-align: center;
            font-weight: bold;
            padding: 10px;
            font-size: 20px;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 2;
        }

        .hero {
            background-image: url(../images/natan-moreno.jpg);
            background-repeat: no-repeat;
            background-size: 80%;
            height: 90vh;
            background-position: center center;
            background-color: #000;
            padding: 120px 0 80px;
            color: white;
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .overlay {
            padding: 30px 30px;
            max-width: 600px;
            margin-left: 15%;
            margin-top: -80px; /* sobe a logo e o texto */
        }

        .logo {
            height: 100px;
            margin-bottom: 18px;
            margin-left: 30%;
        }

        h1 {
            font-size: 36px;
            font-weight: bold;
            
        }

        .free-tag {
            background: #022859;
            padding: 20px 90px;
            font-size: 36px;
            font-weight: bold;
            display: inline-block;
            margin: 20px 0;
            border-radius: 8px;
        }

        p {
            font-size: 22px;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        .cta-button {
            background-color: #0378a6;
            color: white;
            padding: 15px 20px;
            border: none;
            border-radius: 40px;
            font-size: 22px;
            font-weight: bold;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 20px;
            animation: pulse 1.8s ease-in-out infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.06);
            }

            100% {
                transform: scale(1);
            }
        }

        .note {
            font-size: 12px;
            color: #ccc;
            margin-top: 20px;
        }

        /* Estilos do Modal */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: black;
            padding: 30px;
            width: 90%;
            max-width: 600px;
            color: white;
            border: 2px solid #022859;

        }

        .modal-content h2 {
            color: #022859;
            margin-bottom: 20px;
            font-size: 28px;
            text-align: center;
        }

        .modal-content p {
            color: #fff;
            margin-bottom: 20px;
            font-size: 20px;
            text-align: center;
        }

        .modal-content input {
            width: 100%;
            padding: 12px;
            margin-bottom: 15px;
            border: 2px solid #022859;
            border-radius: 5px;
            font-size: 16px;
            background-color: #000;
            color: white;
        }

        .next-button {
            background-color: #022859;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            width: 100%;
            margin-top: 10px;
            border-radius: 50px;
        }

        .benefits-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
            color: #fff;
            font-size: 18px;
            line-height: 1.6;
            font-style: italic;
        }

        .benefits-list li {
            margin-bottom: 10px;
        }

        .hidden {
            display: none;
        }

        .imagem-section {
            display: none;
        }
    
    @media (max-width: 768px) {
        .hero {
        height: auto; 
        min-height: auto;  
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 20px 10px; /* diminui topo e fundo */
        background: 
        linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), 
        url("../images/cta-bg2.jpg") no-repeat center center;
        background-size: cover;
        min-height: auto; /* não força altura mínima */
      }

    .overlay {
        margin: 0;
        padding: 10px;
        width: 90%;
        max-width: 400px;
        text-align: center;
    }

    .top-bar {
        font-size: 12px;
        text-align: center;
    }

    .logo {
        height: 100px;
        margin: 0 auto 20px auto;
        display: block;
    }

    .overlay h1 {
      font-size: 16px;
    }

    .free-tag {
        background: #022859;
        padding: 10px;
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        margin: 20px 0;
        border-radius: 0;
    }

    p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .benefits-list {
        margin-top: 20px;
        font-size: 14px;
        text-align: left;
        
    }

    .cta-button {
        width: 100%;
        background-color: #0378a6;
        color: white;
        padding: 10px 10px;
        border: none;
        border-radius: 50px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        animation: pulse 1.8s ease-in-out infinite;
        margin-top: 10px;
    }

    .note {
      display: none;
    }

    .imagem-section {
        display: none;
    }

}


@media (min-width: 769px) {
  .hero {
    height: 100vh;
    background-color: #000;
    background-image: url(../images/natan-moreno.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%; /* Mantém a imagem inteira visível */
    background-position: right bottom; /* Alinha ao canto inferior direito */
    display: flex;
    align-items: center;
  }

  .overlay {
    max-width: 600px;
    margin-left: 20%;
    padding: 50px 0;
  }

  .logo {
    height: 100px;
    margin-bottom: 18px;
    /* Tira qualquer centralização extra */
  }

  h1 {
    font-size: 36px;
  }

  p {
    font-size: 18px;
  }

  .cta-button {
    font-size: 22px;
  }
}

/* Telas médias (notebooks pequenos, tablets paisagem, até ~1280px) */
@media (min-width: 769px) and (max-width: 1280px) {
  .hero {
    height: 100vh;
    background-size: cover; /* cobre toda a área sem deixar bordas */
    background-position: center right;
    padding: 80px 20px; /* menos padding que o desktop grande */
    justify-content: center; /* centraliza melhor */
  }

  .overlay {
    margin-left: 10%; /* não deixa muito afastado */
    padding: 30px 30px;
    max-width: 500px; /* um pouco menor que no desktop */
    margin-top: 67px; /* sobe a logo e o texto */
  }

  .logo {
    height: 80px;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  .cta-button {
    font-size: 18px;
    padding: 12px 18px;
  }
}
.carousel-container{
    width:100%;
    overflow:hidden;
    position:relative;
    white-space:nowrap
}
.carousel-track{
    display:flex;
    gap:40px;
    width:calc((120px + 20px) * 48);
    animation:slide 30s linear infinite
}
.carousel-item{
    flex:0 0 auto;
    width:120px
}
@keyframes slide{
    0%{transform:translateX(0)}100%{transform:translateX(-50%)}
}
.clientes {
  padding: 12px 0;
  text-align: center;
}

h1 {
    font-size: 26px;
    color: #fff;
}

p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}


.clientes-logo {
  width: 150px; /* Ajuste conforme necessário */
  height: auto;
  transition: all 0.4s ease-in-out;
  filter: grayscale(100%);
  object-fit: contain;
}

.clientes-logo:hover {
  filter: none;
  transform: scale(1.1);
}

/* Container do carrossel */
.carousel-container {
  width: 100%;
  overflow: hidden; /* Esconde o conteúdo que ultrapassa o container */
  position: relative;
  white-space: nowrap; /* Impede quebra de linha */
}

/* Trilha do carrossel (todas as imagens em uma única linha) */
.carousel-track {
  display: flex;
  gap: 40px; /* Adiciona espaçamento entre as imagens */
  width: calc((120px + 20px) * 48); /* Ajusta a largura total considerando o espaçamento */
  animation: slide 30s linear infinite;
}

/* Cada imagem ocupa um espaço fixo e não quebra linha */
.carousel-item {
  flex: 0 0 auto;
  width: 120px; /* Ajuste conforme necessário */
}

.mobile-text {
  display: none;
}
@media (max-width: 768px) {
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: block;
    }
}
@media (max-width: 768px) {
  .mobile-text {
    padding: 10px 10px;
    font-size: 16px; /* ajusta tamanho */
    line-height: 1.3;  /* melhora espaçamento */
    margin-bottom: 10px; /* dá respiro pro texto seguinte */
  } 
}
/* Animação de deslizamento */
@keyframes slide {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%); /* Move metade da lista para criar o efeito contínuo */
  }
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .clientes-logo {
      width: 90px; /* Reduz o tamanho no mobile */
  }
}
@media (max-width: 768px) {
  
  p {
    font-size: 16px;
  }
}

