

@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;  
    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;
  }
 
.title-container {
  width: 98%;
  text-align: right;
  margin-bottom: 20px;
}

.title {
  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: #0f92e3;
}
.text {
  max-width: 800px; /* ou qualquer valor desejado */
  margin: 0 auto; 
  font-size: 24px;
  font-family: 'fonte', Tahoma, Geneva, Verdana, sans-serif;
  color: #111111;
  text-align: right; /* Ajustado para 'right' */
  margin-right: 20px; /* Adicionado para ajustar a margem direita */
}

.text p {
  line-height: 1.6; /* ou ajuste conforme necessário */
  text-align: right; /* Ajustado para 'right' */
}
.center-text {
  text-align: center;
}










/* 🔥 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;
    }

    .btn {
        font-size: 16px;
        padding: 10px 16px;
        margin-top: 10px;
    }

    /* 🔥 TEXTO “SOBRE NÓS” — restaurei seu design */
    .title-container {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    .title {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .text {
        max-width: 95%;
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
    }

    .text p {
        text-align: center;
        line-height: 1.5;
    }

    /* FOOTER */
    footer {
        text-align: center;
        padding: 20px 0;
        font-size: 16px;
    }

}

/* 🔥 DESKTOP — esconda o hambúrguer */
@media (min-width: 768px) {
    .hamburger {
        display: none !important;
    }

    .navbar ul {
        display: flex !important;
    }
}





















/* ======================== */
/* Seção Sobre Nós */
/* ======================== */

.about-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 50px; /* Padding top para não ficar embaixo do header fixo */
    font-family: 'fonte2', Tahoma, Geneva, Verdana, sans-serif;
    color: #f5f5f5;
}

.about-section {
    background-color: rgba(7, 41, 63, 0.8); /* Tom de azul escuro translúcido */
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    animation: revealText 1.2s ease forwards;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05), rgba(0,0,0,0.05));
    transform: rotate(25deg);
    z-index: 0;
}

.section-title {
    font-family: 'fonte6', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2em;
    color: #00aaff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ffbf00;
    margin-top: 8px;
    border-radius: 3px;
}

.section-text {
    font-family: 'fonte4', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2em;
    line-height: 1.8;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

/* Hover sutil para cada seção */
.about-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease;
}

/* ======================== */
/* Responsividade */
/* ======================== */

@media (max-width: 1024px) {
    .about-container {
        padding: 80px 20px 40px;
        gap: 35px;
    }
    .about-section {
        padding: 25px 30px;
    }
    .section-title {
        font-size: 1.8em;
    }
    .section-text {
        font-size: 1.1em;
    }
}

@media (max-width: 767px) {
    .about-container {
        padding: 60px 15px 30px;
        gap: 25px;
    }
    .about-section {
        padding: 20px 20px;
        border-radius: 15px;
    }
    .section-title {
        font-size: 1.6em;
    }
    .section-text {
        font-size: 1em;
    }
}





