@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: #ffffffbc;
}

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 {
    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;
    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;
}
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }

  .map-section {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Adiciona espaço entre os elementos */
    padding: 20px;
}

#map {
    flex: 1; /* Ocupa todo o espaço restante */
    height: 400px;
    border: 5px solid #333;
    border-radius: 10px;
    transition: transform 0.3s ease; /* Adiciona transição para efeito */
}

.store-info {
    width: 40%;
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-left: 20px; /* Distancia as informações do mapa */
    transition: transform 0.3s ease; /* Adiciona transição para efeito */
}

.map-section:hover #map {
    transform: scale(1.1); /* Efeito de escala no mapa ao passar o mouse */
}

.map-section:hover .store-info {
    transform: scale(1.1); /* Efeito de escala nas informações ao passar o mouse */
}











/* 🔥 MOBILE (até 767px) — SEU NOVO CÓDIGO FUNCIONAL */
@media (max-width: 767px) {

    /* NAVBAR */
    .navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        height: 55px;
        position: fixed;
        top: 0;
        width: 100%;
        background: #333;
        z-index: 2000;
    }

    /* LOGO */
    .logo {
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .logo img {
        height: 45px;
        margin: 0;
    }

    .logo h1 {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    /* MENU HAMBÚRGUER */
    .hamburger {
        display: block;
        font-size: 32px;
        cursor: pointer;
        margin-right: 10px;
        color: white;
    }

    /* MENU FECHADO */
    .navbar ul {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        background: #0f0f0fc0;
        padding: 10px 0;
        border-radius: 10px;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 999;
    }

    /* MENU ABERTO */
    .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;
    }
    
    
    /* MAPA + INFO — FICAM EM COLUNA */
    .map-section {
        flex-direction: column;
        padding: 15px;
        text-align: center;
        margin-top: 20px;
    }

    .store-info {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 20px;
        border-radius: 12px;
    }

    .store-info h2 {
        font-size: 1.6em;
    }

    .store-info p {
        font-size: 1.2em;
        line-height: 1.5;
    }

    iframe {
        width: 100% !important;
        height: 300px !important;
        border-radius: 12px;
    }
}












