@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



html, body {
  overflow-x: hidden;
  max-width: 100vw;
}


* {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
}




.topo {
    height: 50px;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.topoIn {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.logoo {
    margin-top: 5px;
}

.logomarca {
    line-height: 60px;
    cursor: pointer;
}

.menu {
    color: rgb(0, 0, 0);
}

.iconMenu p {
    font-size: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 50px;
    user-select: none;
}

#menuSusp {
    display: none;
    transition: 0.3s;
}

.menuSuspenso ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 150px;
    right: 27px;
    background-color: #ffffff;
    user-select: none;
}

.menuMobile {
    display: none;
}

.menu ul, .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.menu li a:hover {
    background-color: #28207B;
    color: #fff;
   
}

.menu li a {
    display: block;         /* faz o link ocupar todo o li */
    padding-left: 10px;    /* ajuste a área clicável com espaçamento */
    padding-right: 10px;
    color: inherit;         /* herda a cor do li */
    text-decoration: none;  /* remove sublinhado padrão */
}

.banner {
    padding-top: 50px;
    height: 300px;
    background: linear-gradient(135deg, #28207B, #000000);
}

.bannerIn {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

.bannerEsquerda {
    float: left;
    margin-top: auto;
    margin-bottom: auto;
}

.bannerDireita {
    margin-top: 10px;
    float: left;
}

.bannerDireita img {
    margin-top: 80px;
    width: 300px;
    height: 160px;
}

.fraseEfeito {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
}

.frase2 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
}

.botao button {
    margin-top: 20px;
    background-color: #28207B;
    color: white;
    border: none;
    height: 50px;
    width: 250px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.imgs button {
    background-color: #28207B;
    color: black;
    border: none;
    height: 40px;
    width: 165px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

button:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: 0.3s;
}

.whats img {
    position: fixed;
    width: 50px;
    bottom: 20px;
    right: 10px;
    transition: 0.3s;
    z-index: 1;
}

.whats:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.conteudoInterno {
    max-width: 1000px;
    margin: auto;
}

.outrosProdutos {
    height: 70px;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
}

.fotos {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

/* ✅ Atualizado: imagens mais largas (32%) */
.imgs {
    width: 32%;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.fotos img {
    width: 100%;
    transition: 0.3s;
}

.fotos img:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: 0.3s;
}

footer {
    background: linear-gradient(135deg, #28207B, #000000);
    color: #ffffff;
    text-align: center;
    align-content: center;
    font-weight: bold;
    font-size: 12px;
    height: 100%;
    width: 97.3%;
    bottom: 0;
}

footer a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

footer a:hover {
    color: #28207B;
    font-size: 13px;
    transition: 0.3s;
}

/* ✅ Responsividade */
@media (max-width: 805px) {
    .bannerDireita img {
        margin-top: 15px;
        width: 220px;
    }

    .bannerIn {
        justify-content: center;
    }

    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .botao button {
        height: 46px;
        width: 165px;
        border-radius: 6px;
        font-size: 16px;
    }

    .fraseEfeito {
        font-size: 28px;
        font-weight: bold;
    }

    .frase2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .banner {
        display: flex;
        height: 260px;
        flex-direction: column;
    }

    /* 2 por linha */
    .imgs {
        width: 48%;
    }
}

@media (max-width: 415px) {
    .bannerIn {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
    }

    .botao button {
        height: 36px;
        width: 135px;
        border-radius: 6px;
        font-size: 14px;
    }

    .fraseEfeito {
        font-size: 17px;
        font-weight: bold;
    }

    .frase2 {
        font-size: 10px;
        margin-top: 10px;
    }

    .banner {
        display: flex;
        height: 180px;
        flex-direction: column;
    }

    .fotos img {
        margin: 10px 0;
        width: 100%;
    }

    .imgs button {
        height: 36px;
        width: 135px;
        border-radius: 6px;
        font-size: 14px;
    }

    .imgs {
        width: 100%;
        padding: 10px 20px;
    }

    .outrosProdutos {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .banner{
        display: flex;
        justify-content: center;
    }

    .bannerDireita {
        display: flex;
    }

    .bannerDireita img {
        margin-top: 5px;
        width: 150px;
        height: 100px;
        
    }

    .bannerEsquerda {
        width: 60%;
    }

    .whats img {
        width: 40px;
        bottom: 35px;
        right: 20px;
    }

    footer {
        font-size: 10px;
        margin-top: 80px;
    }

    footer a:hover {
        font-size: 11px;
    }
}

/* --- Estilos para o carrossel das seções --- */
.carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    padding: 0 30px;
  }

  .carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding-bottom: 10px;
  }

  /* Hide scrollbar */
  .carousel::-webkit-scrollbar {
    display: none;
  }

  .carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .card {
    min-width: 35%;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card:hover {
    transform: scale(1.05);
  }

  .card img {
    max-width: 100%;
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
  }

  .card button {
    margin-top: 12px;
    align-self: center;
    background-color: #28207B;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
  }

  .card button:hover {
    transform: scale(1.05);
  }

  .btn-scroll {
    position: absolute;
    top: 40%;
    background-color: #28207bec;
    border: none;
    color: black;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.3s;
  }

  .btn-scroll:hover {
    opacity: 1;
    color: #fff;
  }

  .btn-left {
    left: 10px;
  }

  .btn-right {
    right: 10px;
  }

/* RESPONSIVO PARA OS BOTÕES DE ROLAGEM (SETAS) */
@media (max-width: 550px) {
  .card {
    min-width: 80%;
  }

  .btn-left,
  .btn-right {
    display: block;       /* força a exibição */
    width: 30px;          /* tamanho menor para celular */
    height: 30px;
    font-size: 18px;
    top: 45%;             /* ajusta o alinhamento vertical */
    opacity: 0.8;
  }
}


.floating-card {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #28207B, #6A1B9A);
    color: white;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(156, 39, 176, 0.4);
    font-family: Arial, sans-serif;
    max-width: 260px;
    z-index: 999;
    animation: fadeInUp 0.6s ease-out;
  }
  
  .floating-card p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  
  .floating-card a {
    display: inline-block;
    background: #fff;
    color: #28207B;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(156, 39, 176, 0.3);
    transition: background 0.3s, color 0.3s;
  }
  
  .floating-card a:hover {
    background-color: #6A1B9A;
    color: white;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  

  /* RESPONSIVIDADE */
  .floating-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #28207B 0%, #6A1B9A 100%);
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(156, 39, 176, 0.4);
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
    max-width: 260px;   /* diminui largura */
    z-index: 10000;
    text-align: center;
    line-height: 1.3;
    user-select: none;
    transition: background 0.3s ease;
  }
  
  .floating-card:hover {
    background: linear-gradient(135deg, #6A1B9A 0%, #28207B 100%);
    box-shadow: 0 12px 30px rgba(156, 39, 176, 0.6);
  }
  
  .floating-card p {
    margin: 0 0 8px 0;
    font-size: 13px;
  }
  
  .floating-card a {
    display: inline-block;
    background-color: #fff;
    color: #28207B;
    font-weight: 700;
    border-radius: 30px;
    padding: 8px 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(156, 39, 176, 0.3);
    font-size: 13px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .floating-card a:hover {
    background-color: #6A1B9A;
    color: white;
    box-shadow: 0 6px 15px rgba(156, 39, 176, 0.6);
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .floating-card {
      max-width: 220px;
      right: 15px;
      bottom: 35px;
      padding: 10px 14px;
      font-size: 12px;
      border-radius: 10px;
    }
  
    .floating-card p {
      font-size: 12px;
    }
  
    .floating-card a {
      font-size: 12px;
      padding: 6px 16px;
    }
  }
  

  #btnFlutuanteCarrinho {
    position: fixed;
    bottom: 55px; /* ajusta para ficar acima do WhatsApp */
    right: 33px;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.2s ease;
    width: 24px;  /* tamanho do container do ícone */
    height: 24px;
  }
  
  #btnFlutuanteCarrinho:hover {
    transform: scale(1.1);
  }
  
  #btnFlutuanteCarrinho img {
    width: 40px;  /* tamanho do ícone */
    height: 40px;
    display: block;
  }
  
  
 /* Painel do carrinho */
#painelFavoritos {
    position: fixed;
    right: -400px;
    top: 0;
    height: 100%;
    width: 320px;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
  }
  
  /* Botões estilo do produto.html */
  .btn {
    background: #28207B;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin: 5px 0;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .btn:hover {
    background-color: #0e0a39;
  }




 /* No seu style.css */

/* Ajuste para o contêiner de busca */
.search-container {
  position: relative; /* Mantém para posicionar as sugestões */
  display: flex;
  justify-content: center; /* Centraliza o conteúdo */
  align-items: center;
  margin: 20px auto; /* Margem superior/inferior e centraliza horizontalmente */
  width: 90%; /* Ocupa 90% da largura da tela */
  max-width: 1000px; /* Limita a largura máxima para telas muito grandes, ajuste se necessário */
  gap: 10px; /* Espaçamento entre o input e o botão */
  padding: 0 16px; /* Adiciona padding lateral para não colar nas bordas em telas menores */
  box-sizing: border-box; /* Garante que padding não aumente a largura total */
}

#searchInput {
  flex-grow: 1; /* Faz o input ocupar o espaço disponível */
  padding: 12px 18px; /* Aumenta o padding para deixá-lo maior */
  border: 2px solid #28207B;
  border-radius: 8px;
  font-size: 18px; /* Aumenta o tamanho da fonte */
  outline: none;
  transition: border-color 0.3s ease;
}

#searchInput:focus {
  border-color: #0056b3;
}

#searchButton {
  padding: 12px 25px; /* Aumenta o padding para o botão */
  font-size: 16px; /* Mantém ou ajusta o tamanho da fonte do botão */
  background-color: #28207B;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#searchButton:hover {
  background-color: #1e185e; /* Um tom mais escuro no hover */
}

/* Estilo para o contêiner das sugestões */
.suggestions-container {
  position: absolute;
  top: 100%; /* Abaixo do input */
  /* Ajusta left e right para alinhar com o input */
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

/* Estilo para cada item de sugestão */
.suggestion-item {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  transition: background-color 0.2s ease;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

/* Media Queries para responsividade (se necessário) */
@media (max-width: 768px) {
  .search-container {
    flex-direction: column; /* Empilha input e botão em telas menores */
    align-items: stretch; /* Estica os itens para a largura total */
  }

  #searchInput {
    margin-bottom: 10px; /* Espaçamento entre input e botão empilhados */
  }

  #searchButton {
    width: 100%; /* Botão ocupa a largura total */
  }

  .suggestions-container {
    /* Ajusta a posição para telas menores se o layout mudar */
    left: 0;
    right: 0;
    width: 100%; /* Ocupa a largura total do search-container */
  }
}

/* Novo Footer Profissional */
.main-footer {
    background: linear-gradient(135deg, #000000, #28207B); /* Fundo mais escuro e profissional */
    color: #ffffff;
    padding: 40px 20px 20px; /* Mais padding para espaço */
    font-family: "Raleway", sans-serif;
    border-top: 5px solid #6A1B9A; /* Linha superior para destaque */
}

.footer-content {
    display: flex;
    flex-wrap: wrap; /* Permite que as seções quebrem a linha em telas menores */
    justify-content: space-around; /* Espaça as colunas */
    max-width: 1200px; /* Largura máxima para o conteúdo do footer */
    margin: 0 auto; /* Centraliza o conteúdo */
    gap: 30px; /* Espaçamento entre as colunas */
}

.footer-section {
    flex: 1; /* Permite que as seções cresçam e encolham */
    min-width: 250px; /* Largura mínima para cada seção */
    margin-bottom: 20px; /* Margem inferior para responsividade */
}

.footer-section h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #6A1B9A; /* Sublinhado para títulos */
    padding-bottom: 8px;
    display: inline-block; /* Para o sublinhado se ajustar ao texto */
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

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

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal; /* Remove bold para links de navegação */
    text-transform: none; /* Remove uppercase para links de navegação */
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #6A1B9A; /* Cor de destaque no hover */
}

/* Seção de Contato */
.footer-section.about .contact-info {
    margin-top: 15px;
    font-size: 14px;
}

.footer-section.about .contact-info i {
    margin-right: 8px;
    color: #6A1B9A; /* Cor para os ícones de contato */
}

.footer-section.about .contact-info a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    transition: color 0.3s ease;
}

.footer-section.about .contact-info a:hover {
    color: #6A1B9A;
}



/* Seção de Redes Sociais */
.social-links {
    margin-top: 15px;
    display: flex;
    gap: 15px; /* Espaçamento entre os ícones */
    justify-content: center;
}

.social-links a {
    color: #ffffff;
    font-size: 24px; /* Tamanho maior para os ícones */
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: #6A1B9A; /* Cor de destaque no hover */
    transform: translateY(-3px); /* Efeito de "levantar" */
}

/* Seção de Formas de Pagamento */
.payment-methods {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espaçamento entre os ícones de pagamento */
    align-items: center;
    justify-content: center;
    
}

.payment-icon {
    height: 30px; /* Tamanho padrão para os ícones de pagamento */
    transition: filter 0.3s ease;
    align-items: center;
}

.payment-icon.pix-icon {
    height: 25px; /* Ajuste para o ícone do PIX se for diferente */
}



.payment-info {
    width: 100%; /* Ocupa a largura total para a informação de parcelamento */
    font-size: 13px;
    margin-top: 10px;
    color: #e0e0e0;
}

/* Rodapé Inferior (Copyright) */
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Linha divisória sutil */
    font-size: 12px;
    color: #cccccc;
}

.footer-bottom p {
    margin: 5px 0;
}

/* Responsividade do Footer */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; /* Empilha as seções verticalmente */
        align-items: center; /* Centraliza as seções */
        text-align: center;
    }

    .footer-section {
        min-width: 90%; /* Ocupa quase toda a largura em mobile */
        margin-bottom: 30px;
    }

    .footer-section h3 {
        margin-bottom: 10px;
    }

    .social-links {
        justify-content: center; /* Centraliza os ícones sociais */
    }

    .payment-methods {
        justify-content: center; /* Centraliza os ícones de pagamento */
    }
}

@media (max-width: 480px) {
    .main-footer {
        padding: 30px 15px 15px;
    }

    .footer-section h3 {
        font-size: 16px;
    }

    .footer-section p,
    .footer-section ul li a,
    .payment-info {
        font-size: 13px;
    }

    .social-links a {
        font-size: 20px;
    }

    .payment-icon {
        height: 25px;
    }
}
