*{
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'Kepler296';
    src: url('Kepler296.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:'Candara';
  src: url('Candara.ttf');
  font-weight: normal;
  font-style: normal;
}

.col-3 {
  display: flex;
  flex-direction: column;
  align-items: center;   /* Centraliza horizontalmente */
  justify-content: center; /* Centraliza verticalmente */
}

.category-img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}

.category-name {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center; /* Centraliza o texto */
}
/* Remove espaçamento entre as colunas */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* Aproxima as colunas entre si */
.col-3 {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Ajuste do tamanho da imagem */
.category-img {
  max-width: 120px; /* Aproximei reduzindo um pouco */
  margin: 0;
}

/* Texto centralizado e próximo */
.category-name {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

 .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 120px;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 50px;
      z-index: 1000;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    }

.navbar .nav-link,
.navbar .navbar-brand,
.navbar i {
  font-size: 20px;
  color: black;
font-family: 'Kepler296', Arial, sans-serif;
}


.navbar-brand {
  margin-right: 120px;
}


.navbar-brand {margin-right: 120px;}

    .video {
      width: 100%;
      height: auto;
      display: block;
    }

i.fa,
i.fas,
i.fab,
i.fa-solid,
i.fa-brands {
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
}

i.fab {
  font-family: "Font Awesome 6 Brands";
}

 /* home video  */



/* Responsivo - mantém proporção correta e remove espaços brancos */
@media (max-width: 992px) {
.videoprincipal video {
max-height: 800px;
}
}


@media (max-width: 768px) {
.videoprincipal video {
max-height: 500px;
}
}


@media (max-width: 576px) {
.videoprincipal video {
max-height: 400px;
}
}


.card {
  margin-top: 20px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.5s ease;
  margin-bottom: 25px; /* adiciona espaçamento entre os cards */
  background-color: #fff;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  object-fit: cover;
  height: 260px; /* altura equilibrada */
  transition: transform 0.4s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05); /* leve zoom na imagem */
}

.card-body {
  padding: 0.85rem; /* padding menor, mais limpo */
  text-align: center;
}

.card-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.4rem;
  color: #222;
}

.card-text {
font-family: 'Kepler296', Arial, sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.4;
}

/* Responsivo */
@media (max-width: 768px) {
  .card-img-top {
    height: 220px;
  }
  .card-body {
    padding: 0.75rem;
  }
  .card-text {
    font-size: 15px;
  }
}

.bannnerpadrão{
  margin-top: 70px;
}

.titulo{
  font-size: 34px;
font-family: 'Kepler296', Arial, sans-serif;
  text-align: center;
  margin-left:24px;
  color: #dacd10;
margin-top: 30px;
padding-right:86px;
}


footer {
  background-color: #fff;
  padding: 40px 0;
  border-top: 2px solid #000;
}
/* logo */
.logo-footer {
  width:150px;
  height: 150px;
}


.redes-sociais {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.social-icons a {
  margin: 0 10px;
  font-size: 22px;
  color: #000;
  text-decoration: none;
}

.social-icons a:hover {
  color: #bda30d;
}

.hashtag {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}


.footer-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Links rodape*/
footer ul li {
  margin-bottom: 6px;
}

footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

footer ul li a:hover {
  text-decoration: underline;
}

/* Atendimento */
footer p {
  font-size: 14px;
  margin: 4px 0;
}


.direitos {
  font-weight: bold;
  font-size: 14px;
}

h4
{
  color: #f3e52c;
}

.container img {
 
  object-fit: contain;
}

p {
  font-size: 14px;
}
.card img {
  transition: transform 0.3s ease, box-shadow 0.8s ease;
}

.card img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

form .form-control {
  border-radius: 25px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-shadow: none;
}

form .form-control:focus {
  border-color: #f4c20d;
  box-shadow: 0 0 5px rgba(244, 194, 13, 0.5);
}

.btn-dark {
  background-color: #000;
  border-radius: 25px;
  font-weight: bold;
  padding: 8px 30px;
  border: none;
}

.btn-dark:hover {
  background-color: #333;
}

/* contato */
.col-md-6 p {
  margin-bottom: 0.8rem;
}

.col-md-6 i {
  color: #000;
  transition: color 0.3s;
}

.col-md-6 i:hover {
  color: #f4c20d;}


  .img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px}




.imgprd img {
  margin-top: 60px;
  width: 100%;  
  height:auto; 
  object-fit: cover;  
}
 /* estilo blog  */

/* === ESTILO GERAL === */

/* === CABEÇALHO === */


header nav {
  display: flex;
  justify-content: center;
  gap: 60px;
  font-weight: bold;
}

header nav a {
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
}

header nav a:hover {
  color: #f9b000;
}

/* === LOGO CENTRAL === */
.logo {
  text-align: center;
  margin: 10px 0 30px 0;
}

.logo img {
  width: 140px;
}

/* === BLOCO DE NOTÍCIAS PRINCIPAIS === */
.news-box {
  margin-top: 120px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  background: #fff;
}

.news-box:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

.news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-body {
  padding: 12px;
}

.news-body p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  text-align: justify;
}

/* === MINI NOTÍCIAS (3x2) === */
.mini-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  height: 100%;
}

.mini-box:hover {
  transform: translateY(-5px);
}

.mini-box img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.mini-box p {
  font-size: 0.9rem;
  color: #222;
  text-align: justify;
}

/* === SEÇÃO LATERAL (ÚLTIMAS NOTÍCIAS) === */
.ultimas-noticias {
  border-left: 4px solid #f9b000;
  padding-left: 15px;
}

.ultimas-noticias h4 {
  font-weight: 700;
  color: #f9b000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ultimas-noticias img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}

.ultimas-noticias p {
  font-size: 0.9rem;
  color: #222;
  text-align: justify;
}

/* === SEÇÃO MAIS LIDAS === */
.mais-lidas h4 {
  font-weight: 700;
  color: #f9b000;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.mais-lidas img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* === RODAPÉ === */
footer {
  background-color: #e6e6e6;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
  font-size: 0.9rem;
  color: #000;
}

footer a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin: 0 10px;
}

footer a:hover {
  color: #f9b000;
}


@media (max-width: 767.98px) { 
  .price { font-size: 1.3rem; } 
}

.text-warning  {margin-top: 100px;}

.img-fluid {margin-top: 100px;}


.text-muted {
  font-size: 16px;
}

/*  estrelas cmpr */
.stars {
  color: gold; 
  margin-left: 10px; 
  font-size: 18px;
}


/* imagem pagina de compra  */
.imgprd {
  width: 300px;       
  height: 500px;       
  margin-top: 140px;
  transition: transform 0.3s ease; 
  cursor: zoom-in;   }  

.imgprd img {
  width: 100%;
  height: auto; }


.imgprd:hover {
  transform: scale(1.1); 
}

.icon-cartao {
  font-size: 32px; 
  color: #6c757d;  
}
/* categoria codigo  */
    /* === Carrinho cat === */
  
    .card .cart-icon:hover {
      transform: scale(1.2);
      box-shadow: 0 5px 10px rgba(255, 231, 13, 0.3);
    }

  
    .social-icons a:hover { color: #ffcc00; }
    .direitos { font-size: 0.9rem; }

 

    /* Responsividade mobile */
    @media(max-width:768px){
      .navbar-brand img { max-height: 100px; }
      .card .cart-icon { width: 35px; height: 35px; font-size: 16px; }
    }

    .bannnerprdt img { width: 100%; border-radius: 5px; margin-top: 2rem; }


.propaganda {width: 100%;}





    .box {
      margin-top: 120px;
      border: 1px solid #ddd;
      padding: 20px;
      margin-bottom: 20px;
      background: #fff;
    }
    .btn-finalizar {
      background: black;
      color: white;
      font-weight: bold;
      width: 80%;
    }

     .form-container {
      width: 380px;
      padding: 30px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      overflow: hidden;
      position: relative;
    }

    .form-box {
      width: 200%;
      position: relative;
      display: flex;
      transition: transform 0.5s ease;
    }

    .input-box {
      width: 100%;
      flex-shrink: 0;
      text-align: center;
    }

    .form-control {
      width: 80%;   /* 🔑 Diminui a largura */
      margin: 6px auto; /* Centraliza */
    }

    .btn-toggle {
      flex: 1;
    }

    .btn-dark, .btn-warning {
      width: 80%;   /* 🔑 Botões menores também */
      margin: 10px auto;
      display: block;
    }
    .logo {
      font-size: 24px;
      font-weight: bold;
    }
    .entrega {margin-top: 20px;}

    .PIX {margin-top: 120px;}

    /* cep */
 .input-grande {
    font-size: 10px;   
    padding: 14px;      }
    

/* PRODUTOS RELACIONADOS  */
   .produto-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
  }

  .produto-box:hover {
    transform: translateY(-5px);
    box-shadow: #f4c20d;
  }

  .produto-img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .produto-nome {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
  }

  .produto-preco {
    font-weight: bold;
    font-size: 24px;
    color: #090b0a;
    margin-bottom: 10px;
  }



  .success-title {
    color: #1f8f3a;
    font-weight: 800;
    margin-top: 60px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .success-title i {
    font-size: 38px;
  }

  /* FIM PRDTS RELACIONADOS */

  /* BLOCO PRINCIPAL */
  .PIX {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }

  /* QR BOX */
  .qr-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .qr-card img.qr {
    width: 280px;
    height: 280px;
    object-fit: cover;
  }

  /* PIX TEXTO */
      .titulo-check {
        font-size: 26px;
        font-weight: 700;
        color: #16a34a;
    }
    .valor-box {
        border-top: 2px solid #e5e5e5;
        padding-top: 10px;
    }
    .qr-box {
        border-right: 2px solid #e5e5e5;
    }
    .btn-copy {
        background: #ffd000;
        border: none;
        padding: 12px 25px;
        font-weight: 700;
        border-radius: 8px;
    }
    textarea {
        font-size: 14px;
    }
    .bullet-number {
        width: 28px;
        height: 28px;
        background: #ffd000;
        color: #000;
        font-weight: bold;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }


.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.step .circle {
    width: 25px;
    height: 25px;
    background: #ffd000;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.step p {
    margin: 0;
    font-size: 16px;
    color: #333;
}


.titulo-check {
    font-weight: bold;
    color: #28a745;
}

/* ===== BOX QR CODE ===== */

.qr-box {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 10px #00000018;
}

#qrcode canvas {
    border: 6px solid #f1f1f1;
    border-radius: 10px;
}

/* ===== VALOR ===== */

.valor-box {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000018;
}

/* ===== PASSO A PASSO ===== */

.step {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.circle {
    width: 34px;
    height: 34px;
    background: #ffc107;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

/* ===== BOTÃO COPIAR ===== */

.btn-copy {
    background: #ffc107;
    color: black;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-copy:hover {
    background: #e6ad06;
    cursor: pointer;
}

textarea {
    background: white;
    font-size: 14px;
}


h1 {margin-top: 120px;
font-size: 25px;}

/* textos corridos  */





 /* politicas  */
    h1 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 2rem;
    }
    p {
      text-align: justify;
      margin-bottom: 1.2rem;
    }
    h2 {
      margin-top: 2rem;
      font-size: 1.3rem;
      border-left: 4px solid #ffc107;
      padding-left: 10px;
      color: #222;
    }
    .policy-box {
      max-width: 800px;
      margin: 40px auto;
      background: #fdfdfd;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .section-title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-top: 2rem;
      border-left: 4px solid #ffc107;
      padding-left: 10px;
    }


    .secure {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 1.5rem;
    }
    .secure img {
      height: 50px;
    }


 h1, h3,h4,H6 {font-family: 'Kepler296', Arial, sans-serif;}
    body,h5, h2  {font-family: 'candara';}
   
    #nomeProduto {margin-top: 120px;}

  /* modal agradecimento   */
.btn-yellow {
    background-color: #ffcc00;
    color: #000;
    font-weight: 600;
    border: none;
  }
  .btn-yellow:hover {
    background-color: #e6b800;
    color: #000;
  }


  .modal-title {
    font-size: 22px;
    font-weight: bold;
}

.modal-body {
    font-size: 38px;
}

    /* Imagem do boleto - indica que é clicável */
    .open-boleto { cursor: pointer; }
    .open-boleto:focus { outline: 3px solid #ffd700; outline-offset: 3px; }

    /* Modal: aparência geral do boleto */
    .modal-body { background: #f8f9fb; }

    /* Linha digitável */
    .linha-digitavel {
      font-family: monospace;
      font-size: 18px;
      letter-spacing: 1px;
      padding: 10px;
      background: #fff;
      border: 1px solid #e3e3e3;
    }

    /* código de barras estilizado com gradiente (melhorado) */
    .barcode{
      width: 90%;
      max-width: 680px;
      height: 110px;
      margin: 0 auto;
      /* combina 3 camadas para dar aspecto mais "baralhado" e realista */
      background-image:
        repeating-linear-gradient(90deg, #000 0 2px, rgba(0,0,0,0) 2px 6px),
        repeating-linear-gradient(90deg, rgba(0,0,0,0.9) 0 3px, rgba(0,0,0,0) 3px 7px),
        linear-gradient(90deg, rgba(0,0,0,0.03), rgba(0,0,0,0.03));
      background-position: center;
      background-repeat: repeat-x;
      border: 1px solid #ddd;
      box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    }





  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Dropdown responsivo com fundo branco */
.navbar-collapse {
  background-color: #ffffff !important; /* fundo branco sólido */
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.navbar-nav .nav-item .nav-link {
  color: #000 !important; 
  padding: 10px;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: #f2f2f2;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
  }
}

.fw-bold {
font-family: 'Kepler296', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem; /* ligeiramente maior */
  color: #222;
  text-align: center;
  margin-top: 8px;
}

/* Tamanho menor da fonte em telas pequenas */
@media (max-width: 576px) {
  .fw-bold {
    font-size: 1rem;
  }
}



.banner {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner img {
  width: 100%;
  display: block;
}

/* Botão personalizado */
.spotify-btn {
  position: absolute;
  bottom: 25px; /* distância do final do banner */
  right: 120px; /* ajuste horizontal — mexa até ficar abaixo do símbolo */
  background-color: #1DB954; /* verde Spotify */
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.spotify-btn:hover {
  background-color: #1ed760; /* tom mais claro no hover */
  transform: scale(1.05);
}
/* 📱 Responsividade */
@media (max-width: 992px) {
  .spotify-btn {
    padding: 9px 22px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .spotify-btn {
    padding: 7px 18px;
    font-size: 12px;
    right: 7%;
    bottom: 6%;
  }
}

@media (max-width: 576px) {
  .spotify-btn {
    padding: 4px 1px;  /* 🔹 diminui o botão */
    font-size: 10px;    /* 🔹 diminui o texto */
    right: 6%;
    bottom: 7%;
  }
}

/* Formulário feedbacks */
form {
  max-width: 350px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff; /* fundo claro */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  color: #333;
}

/* Labels discretos */
form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #ffbf00; /* amarelo suave */
  font-size: 14px;
}

/* Campos compactos */
form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 1px solid #ffbf00;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fafafa;
  color: #333;
  transition: all 0.2s ease;
}

/* Foco nos campos */
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #ffdd33; /* amarelo mais claro */
  box-shadow: 0 0 5px #ffdd33;
  outline: none;
}

/* Botão compacto */
form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #ffbf00;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

form input[type="submit"]:hover {
  background-color: #ffdd33;
}



  


.bem-vindo {
font-family: 'Kepler296', Arial, sans-serif;
    font-size: 1rem;          /* deixa o texto menor */
    font-weight: 500;           /* um pouco mais leve que bold */
    color: #130f0f;                /* cor discreta */
    white-space: nowrap;        /* evita quebrar linha */
    display: flex;
    align-items: center;
}

.nav-icons i {
    font-size: 0.8rem;         /* deixa o ícone proporcional */
    color: #000000;                /* combina com o texto */
    transition: color 0.3s ease;
}

.nav-icons i:hover {
    color: #d4a017;             /* cor dourada no hover (exemplo) */
}

@media (max-width: 768px) {
    .bem-vindo {
        font-size: 0.8rem;      /* ainda menor em telas pequenas */
    }
}

#categorias {
  margin-top: 185px;
}


/* artistas individuais  */

#conteudo-artista {
  max-width: 900px;
  margin: 80px auto;
  text-align: left;
  line-height: 1.7;
  color: #222;
}

/* =============================== */
/*   TÍTULOS E SUBTÍTULOS          */
/* =============================== */

.titulo-artista {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #111;
  margin-bottom: 0.4rem;
  margin-top: 180px;
}


.subtitulo-artista {
  font-size: 1.05rem;
  color: #555;
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 750px;
}

/* =============================== */
/*   GALERIA DE IMAGENS            */
/* =============================== */

.galeria-artista img {
  margin-top: 10px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galeria-artista img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.sombra-img {
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.15);
}

.legenda {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.4;
}



.texto-principal p {
  margin-bottom: 1.1rem;
  font-size: 1rem;
  text-align: justify;
  color: #333;
}

/*   CITAÇÃO FINAL                 */


.citacao {
  font-size: 1.25rem;
  font-style: italic;
  color: #000;
  border-left: 5px solid #f7c200;
  padding-left: 18px;
  margin-top: 40px;
  font-weight: 500;
}


/*   RESPONSIVIDADE                */


@media (max-width: 768px) {
  #conteudo-artista {
    margin: 60px 20px;
  }

  .titulo-artista {
    font-size: 1.6rem;
  }

  .subtitulo-artista {
    font-size: 0.95rem;
  }

  .galeria-artista {
    row-gap: 1rem;
  }

  .citacao {
    font-size: 1rem;
    margin-top: 30px;
  }
}



/* Banners dos artistas */
    .artista-banner {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-bottom: 0px;
    }

    .artista-banner img {
      width: 100%;
      height:auto; 
      display: block;
    }

    .btn-destaque {
      position: absolute;
      bottom: 20px;
      right: 30px;
      background-color: transparent;
      color: #e8e6e6;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      transition: 0.3s;
    }

    .btn-destaque:hover {
      background-color: #e5be00;
      color: #fff;
    }
/* garantir que o campo de busca ocupe toda a linha */
#campoBusca {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  height: 50px;
  box-sizing: border-box;
}

.titulo-check {
    font-weight: bold;
    color: #28a745;
}

/* ===== BOX QR CODE ===== */

.qr-box {
  margin-top: 30px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 10px #00000018;
}

#qrcode canvas {
    border: 6px solid #f1f1f1;
    border-radius: 10px;
}

/* ===== VALOR ===== */

.valor-box {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2 10px #00000018;
}

/* ===== PASSO A PASSO ===== */

.step {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.circle {
    width: 34px;
    height: 34px;
    background: #ffc107;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

/* ===== BOTÃO COPIAR ===== */

.btn-copy {
    background: #ffc107;
    color: black;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-copy:hover {
    background: #e6ad06;
    cursor: pointer;
}

textarea {
    background: white;
    font-size: 14px;
}





    .titulof {
      font-family:'Kepler296' ;
      font-weight: bold;
      color: #c5972f;
      border-left: 5px solid #c5972f;
      padding-left: 10px;
      margin-bottom: 20px;
    }

    .btn-yellow {
      background: #c5972f;
      color: #fff;
      border: none;
    }

    .btn-yellow:hover {
      background: #ad8328;
    }

    .payment-button {
      background: #ffe9a8;
      border: 1px solid #d8b862;
      font-weight: 500;
      padding: 12px;
      border-radius: 8px;
      font-size: 17px;
      transition: .3s ease;
    }

    .payment-button:hover {
      scale: 1.02;
      background: #f7d889;
    }

    .pix .form-select {
      background: #fff;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      cursor: pointer;
    }

    .resumo-card, .entrega-card {
      background: #fff;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

/* SEÇÃO FUNDO BRANCO */
/* FUNDO BRANCO */
.empresa-section {
    background: #fff;
}

/* IMAGEM À ESQUERDA */
.empresa-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
}

/* CARD SOBREPOSTO INVADINDO A IMAGEM */
.empresa-card {
    position: absolute;
    top: -60px;          /* SOBE SOBRE A IMAGEM */
    left: -40px;         /* AVANÇA PARA A ESQUERDA, INVADINDO A IMAGEM */
    
    width: 420px;
    background: #e6e2e2;
    padding: 26px;
    border-radius: 6px;
    line-height: 1.6;
}

.empresa-card p {
    font-size: 16px;
    color: #222;
    margin-bottom: 12px;
}

/* RESPONSIVIDADE */
@media (max-width: 992px) {

    .empresa-card {
        position: static;
        width: 100%;
        margin-top: 20px;
        left: 0;
        top: 0;
    }

    .empresa-img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .empresa-img {
        height: 280px;
    }
}


/* Área geral do carrossel */
#categoriasCarousel {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Ajuste interno */
#categoriasCarousel .carousel-inner {
    padding: 20px 0;
}

/* Estilo das imagens */
.category-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Nome da categoria */
.category-name {
  text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 800;
    color: #222;
}

#categoriasCarousel a {
    text-decoration: none !important;
}


/* Efeito hover */
#categoriasCarousel .col-3:hover .category-img {
    transform: scale(1.08);
    filter: brightness(1.15);
}

#categoriasCarousel .col-3:hover .category-name {
    color: #d4a017; /* dourado elegante */
}

/* Ajuste dos indicadores (bolinhas) */
.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #777 !important;
}

.carousel-indicators .active {
    background-color: #d4a017 !important;
    width: 14px !important;
    height: 14px !important;
}

/* Setas de navegação */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(90%) drop-shadow(0 0 4px #000);
}

/* Mais responsivo */
@media (max-width: 768px) {
    #categoriasCarousel .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
    }

    .category-img {
        height: 140px;
    }

    .category-name {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    #categoriasCarousel .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .category-img {
        height: 130px;
    }
}


/* --- PRODUTOS RELACIONADOS --- */
.relacionados-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* espaço entre os cards */
    justify-content: center;
}

/* CARD */
.card-rel {
    width: 100%;
    max-width: 260px;      /* tamanho fixo do card */
    min-height: 420px;     /* altura fixa igual */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* força o botão a ficar na parte de baixo */
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding-bottom: 10px;
}

/* IMAGEM */
.card-rel img {
    height: 220px !important;
    object-fit: contain;
    padding: 10px;
}

/* TÍTULO */
.card-rel h6 {
    min-height: 40px; /* tudo alinhado */
    font-size: 15px;
    font-weight: bold;
}

/* PREÇO */
.card-rel .preco-rel {
    font-size: 16px;
    color: #e0a800;
    font-weight: bold;
}

/* BOTÃO */
.card-rel .btn {
    margin-top: auto;
}
7

.card.h-100 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* empurra o botão pra baixo */
    height: 420px; /* ajuste ideal */
}


.card.h-100 img {
    height: 400px !important;
    object-fit: contain;
}


.card.h-100 .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.card.h-100 h6 {
    font-size: 15px;
    font-weight: 600;
    min-height: 40px;

    display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.card.h-100 p {
    margin-bottom: 12px;
}

.card.h-100 .btn {
    margin-top: auto;
}

/* Gap uniforme entre os cards */
.row > div.col-md-3 {
    margin-bottom: 20px;
}



/* --- SEÇÃO A EMPRESA --- */
/* SEÇÃO A EMPRESA */
.banner-empresa {
    margin-top: 70px;
    padding-bottom: 50px;
}

/* IMAGENS */
.img-aempresa {
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* CAIXAS DE TEXTO */
.box-texto {
    background: #e9e9e9;
    padding: 30px;
    border-radius: 0;
    font-size: 1.15rem;
    line-height: 1.7rem;
}

/* Espaçamento entre blocos */
.bloco-aempresa {
    align-items: center;
}

/* MOBILE */
@media (max-width: 768px) {
    .box-texto {
        margin-top: 15px;
    }
}
 
/* A caixa sobrepõe um pouco a imagem */
.box-sobrepor {
    margin-left: -100px;   /* invade a imagem horizontalmente */
    margin-top: -30px;    /* sobe um pouco para pegar a borda superior da imagem */
    position: relative;
    z-index: 2;
}

/* Ajuste fino no mobile */
@media (max-width: 768px) {
    .box-sobrepor {
        margin-left: 0;
        margin-top: 10px;
    }
}
 
.box-texto {
    min-height: 300px;  
    line-height: 1.55;
    max-width: 520px;
    padding: 25px 30px;
}


.bloco-aempresa .box-texto p {
    font-size: 1.30rem !important;
    line-height: 1.6 !important;
  font-family: 'candara';

}
/* Segunda seção mais perto da primeira */
.bloco-aempresa.bloco2 {
    margin-top: -40px;   /* puxe para cima — ajuste o valor como quiser */
}


.bloco2 {
    margin-top: -20px; /* sobe a seção */
}


