@font-face {
    font-family: 'fonte1';
    src: url('fontes/Barking\ at\ Stars\ Straight.otf') format('opentype');
  }
  @font-face {
    font-family: 'fonte2';
    src: url('fontes/Brampton\ Serif\ Demo.otf') format('opentype');
  }
  @font-face {
    font-family: 'fonte3';
    src: url('fontes/Chomixi3D-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte4';
    src: url('fontes/Crimen\ en\ Levante.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte5';
    src: url('fontes/Double\ Tracker.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte6';
    src: url('fontes/Faster\ Stroker.otf') format('opentype');
  }
  @font-face {
    font-family: 'fonte7';
    src: url('fontes/Good\ Explorer.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte8';
    src: url('fontes/GraffitiYouth-Regular.otf') format('opentype');
  }
  @font-face {
    font-family: 'fonte9';
    src: url('fontes/Improbable.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte10';
    src: url('fontes/Mega\ Surprise.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte11';
    src: url('fontes/New\ York\ Hardcore.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte12';
    src: url('fontes/Pentagono\ Grunge.ttf') format('truetype');
  }
  @font-face {
    font-family: 'fonte13';
    src: url('fontes/Ranmor.otf') format('opentype');
  }
  @font-face {
    font-family: 'fonte14';
    src: url('fontes/SilvercrushDEMO.otf') format('opentype');
  }
/* Adicione seu estilo personalizado aqui */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff33;
}

header {
    background-color: #1111118f;
    padding: 3px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgb(57, 55, 55);
  position: fixed;
  z-index: 1000;
  background-color: #333; /* Defina a cor de fundo aqui */
  width: 100%;
  height: 10%;
}

.logo img {
  height: 45px;
  border-radius: 10px; 
  margin-left: 20px;
  transition: transform 0.3s ease;
}

.logo:hover img {
  transform: scale(1.1); /* Ajuste conforme necessário */
}
.logo {
  display: flex;
  align-items: center;
}

.logo h1 {
  color: #fff;
  margin-left: 20px;
  font-family: 'fonte6', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}

.navbar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  letter-spacing: 3px;
  margin-right: 20px;
  font-size: 15px;
  font-family: 'fonte7', Tahoma, Geneva, Verdana, sans-serif;
  border-bottom: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: border-bottom 0.3s ease;
}

.navbar li:hover {
  border-bottom: 2px solid #ffbf00;
}
.navbar li.active {
  background-color: rgba(255, 191, 0, 0.2); /* Cor de fundo para o item ativo */
}

.navbar a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease;
  font-size: 22px;
  transition: color 0.3s ease;
}
.navbar a:hover {
  color: #ffbf00;
}


.hero-section {
  padding: 10px; /* Reduzir o espaçamento interno */
  text-align: center;
    position: relative;
    background: url(img/foto7.jpg);
    flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    height: 500px; 
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 35% 90%, 20% 100%, 0 70%);
    border-bottom: 20px solid rgba(0, 0, 0, 0.5); /* Adiciona uma borda sombreada apenas na parte inferior */
}
.hero-content {
    text-align: left;
    margin-left: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero-content h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-family: 'fonte6', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 5px;
    animation: revealText 3s forwards;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3); /* Ajusta a sombra do texto */
    color: #ffffff;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0a6ae7;
    color: #fff;
    max-height: 20px;
    margin-right: 20px;
    height: 20px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 18px;
    font-family: 'fonte7', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 3px;
}
.products-section {
  flex: 0 0 calc(33.33% - 20px); /* Ajuste conforme necessário */
    margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 0;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-card {
  width: 100%;
  height: 100%; /* Define a largura do cartão para ocupar todo o espaço disponível */
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
  position: relative;
  max-width: 300px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.product-card h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: 'fonte6', Tahoma, Geneva, Verdana, sans-serif;
}

.product-card p {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'fonte', Tahoma, Geneva, Verdana, sans-serif;
}

.product-card button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #0a6ae7;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

/* Estilo para o botão "Comprar Agora" */
.products-section .product-card button.buy-now {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.products-section .product-card button.buy-now:hover {
  background-color: #0056b3;
}

/* Estilo para o popup do formulário de compra */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  border-radius: 10px;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 650px; /* Defina a largura máxima que você deseja para o popup */
  max-height: 80%; /* Defina a altura máxima que você deseja para o popup */
  overflow: auto; /* Adicione uma barra de rolagem se o conteúdo do popup for maior que o seu tamanho */
  width: 70%;
}


.popup-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 32PX;
  font-family: 'fonte6', Tahoma, Geneva, Verdana, sans-serif;
}

.popup-content label {
  display: block;
  margin-bottom: 8px; /* Reduzido de 5px para 8px para seguir o estilo do outro formulário */
  color: #070707; /* Cor ajustada para corresponder ao outro formulário */
  font-size: 20px; /* Tamanho da fonte ajustado para corresponder ao outro formulário */
  font-weight: bold; /* Peso da fonte ajustado para corresponder ao outro formulário */
}

.popup-content input,
.popup-content select {
  width: calc(100% - 20px);
  padding: 12px; /* Ajustado para corresponder ao outro formulário */
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd; /* Cor ajustada para corresponder ao outro formulário */
  background-color: #f9f9f9; /* Cor ajustada para corresponder ao outro formulário */
  color: #333333; /* Cor ajustada para corresponder ao outro formulário */
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  font-size: 18px;
}

.popup-content input[type="radio"] {
  width: auto;
  margin-right: 5px;
  vertical-align: middle; /* Alinhamento vertical com o texto */
}

.popup-content p {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}

.popup-content button {
  background-color: #4169E1; /* Cor ajustada para corresponder ao outro formulário */
  color: white;
  border: none;
  padding: 14px 24px; /* Ajustado para corresponder ao outro formulário */
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  display: inline-block;
  font-family: 'fonte7', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 3px;
  font-size: 20PX;
  width: 100%; /* Ajustado para corresponder ao outro formulário */
}

.popup-content button:hover {
  background-color: #FFA500; /* Cor ajustada para corresponder ao outro formulário */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

input[type="radio"] {
  display: none;
}

/* Estilo personalizado para os rótulos que substituirão os botões de rádio */
input[type="radio"] + label {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding: 8px 16px;
  border: 2px solid #ccc;
  border-radius: 20px;
}

/* Estilo para quando o botão de rádio estiver marcado */
input[type="radio"]:checked + label {
  background-color: #4169E1;
  color: #fff;
  border-color: #4169E1;
}

#quantity {
  padding: 8px 12px;
  border: 1px solid #46a8e5;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 5px;
  margin: 10px;
}

/* Estilo para o texto ao lado do campo de quantidade */
label[for="quantity"] {
  margin-right: 10px;
  font-size: 20px;
}


.button-group {
  margin-top: 10px; /* Espaço entre os botões */
}


.info-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}

.info-heading {
  font-size: 32px;
  color: #000000;
  font-family: 'fonte9', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 3PX;
}

.info-text {
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.info-btn {
  display: inline-block;
  background-color: #3186d4;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-family: 'fonte9', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18PX;
}

.info-btn:hover {
  background-color: #FFA500;
}



.image-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.image-carousel img {
  flex: 0 0 auto;
  scroll-snap-align: start;
  cursor: pointer;
}

.image-carousel img:hover {
  opacity: 0.7;
}

.image-carousel img.expanded {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 40%;
  max-height: 80%;
  cursor: zoom-out;
}

#popupForm{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  border-radius: 10px;
}


#consultaForm{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 750px; /* Defina a largura máxima que você deseja para o popup */
  max-height: 90%; /* Defina a altura máxima que você deseja para o popup */
  overflow: auto; /* Adicione uma barra de rolagem se o conteúdo do popup for maior que o seu tamanho */
  width: 70%;
}

#popupForm h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 32PX;
  font-family: 'fonte6', Tahoma, Geneva, Verdana, sans-serif;
}

#popupForm label {
  display: block;
  margin-bottom: 8px; /* Reduzido de 5px para 8px para seguir o estilo do outro formulário */
  color: #070707; /* Cor ajustada para corresponder ao outro formulário */
  font-size: 20px; /* Tamanho da fonte ajustado para corresponder ao outro formulário */
  font-weight: bold;
}

#popupForm input[type="text"],
#popupForm input[type="email"] {
  width: calc(100% - 20px);
  padding: 12px; /* Ajustado para corresponder ao outro formulário */
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd; /* Cor ajustada para corresponder ao outro formulário */
  background-color: #f9f9f9; /* Cor ajustada para corresponder ao outro formulário */
  color: #333333; /* Cor ajustada para corresponder ao outro formulário */
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  font-size: 18px;
}

#popupForm button {
  background-color: #4169E1; /* Cor ajustada para corresponder ao outro formulário */
  color: white;
  border: none;
  padding: 14px 24px; /* Ajustado para corresponder ao outro formulário */
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  display: inline-block;
  font-family: 'fonte7', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 3px;
  font-size: 20PX;
  width: 100%;
}

#popupForm button:hover {
  background-color: #d98619;
}
#button-group {
  margin-top: 10px; /* Espaço entre os botões */
}













/* 📱 SOMENTE MOBILE (ATÉ 767px) */
@media (max-width: 767px) {

    /* ---------- NAVBAR MOBILE ---------- */
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 55px;
        padding: 5px 10px;
        position: relative;
    }

    .logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .logo img {
        height: 42px;
    }

    .logo h1 {
        font-size: 20px;
    }

    /* Ícone hambúrguer */
    .hamburger {
        display: block;
        font-size: 32px;
        cursor: pointer;
        margin-right: 10px;
    }

    /* Esconde o menu */
    .navbar ul {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        background: #0f0f0fc0;
        padding: 10px 0;
        border-radius: 10px;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 999;
    }

    /* Quando abrir */
    .navbar ul.active {
        display: flex;
    }

    .navbar li {
        margin: 12px 0;
        font-size: 18px;
    }


      
@media (max-width: 767px) {
    .hero-section {
        height: 380px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); /* OPÇÃO A */
        border-bottom: none;
    }
}

   
    .hero-content {
        padding: 0 20px;
        width: 100%;
        text-align: center;
        top: 55%;
        margin-left: 0;
    }

    .hero-content h1 {
        font-size: 2.5em;
        letter-spacing: 3px;
    }


    /* ---------- CARDS DE PRODUTOS MOBILE ---------- */
    .product-container {
        width: 100%;
        padding: 10px;
        gap: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-card {
        width: 95%;
        padding: 15px;
        border-radius: 15px;
    }

    .image-carousel {
        height: 180px;
    }

    .image-carousel img {
        height: 180px;
        object-fit: cover;
    }

    .buy-now {
        font-size: 17px;
        padding: 10px;
    }


    /* ---------- POPUPS E FORMULÁRIOS ---------- */
    #popupForm form,
    .popup-content {
        width: 100%;
        max-width: 350px;
        padding: 18px;
    }

    #popupForm input,
    #popupForm select,
    .popup-content input,
    .popup-content select {
        padding: 12px;
        font-size: 16px;
    }

    .button-group {
        flex-direction: column;
        gap: 10px;
    }

    .close-btn,
    .close-btn-form {
        width: 100%;
        padding: 10px;
    }


    /* ---------- CONTAINER DE INFORMAÇÕES ---------- */
    .info-container {
        width: 92%;
        padding: 18px;
    }

    .info-heading {
        font-size: 22px;
    }

    .info-text {
        font-size: 16px;
    }

    .info-btn {
        width: 100%;
        padding: 12px;
        font-size: 17px;
    }
}


/* ================================
   ESCONDER HAMBÚRGUER NO DESKTOP
================================ */
@media (min-width: 769px) {
    .hamburger {
        display: none !important;
    }
}
























