body {
    margin: 0;
    padding: 0;
}
.menu--area {
    height: 80px;
    background-color: rgb(6, 6, 72); /* #0B2D35 */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.logo {
    flex: 1;
    padding: 0 20px;
    display: flex;
    cursor: pointer;
}
#logo {
    width: 60px;
    height: 60px;
    background: url('../images/logo-gmc.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
#logo-nomes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#logo-titulo {
    font-size: 25px;
}
#logo-subtitulo {
    font-size: 14px;
    font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: normal;
}
.menu {
    width: 40vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 2;
}
.menu-item {
    cursor: pointer;
    font-family: "Bona Nova SC", serif;
    font-weight: 400;
    font-style: normal;
}
.menu-item:hover {
    text-decoration: underline;
    font-weight: 700;
}
.login-botao {
    display: inline-block;
    background-color: #b1931a;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.login-botao:hover {
    font-weight: bold;
}

.hamburger-menu,
.overlay {
    display: none;
}

/* *** TÍTULOS E SUBTÍTULOS *** */
.subprincipal {
    font-size: 20px;
    color: #b1931a;
}
.titulo-principal {
    font-size: 30px;
    color: rgb(6, 6, 72); /* #0B2D35 */;
    width: 60%;
    text-align: center;
}
.logo-titulo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-titulo div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.logo-borda {
    border-top: 1px solid #CBAD37;
    width: 120px;
    margin: 0 15px;
}
.logo-balanca {
    background: url('../images/torre.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    width: 40px;
    height: 40px;
}


/*  *** FOOTER *** */
.footer {
    display: flex;
    flex-direction: column;
    height: 50vh;
}
.footer1 {
    display: flex;
    height: 80%;
    background: linear-gradient(to bottom, rgb(6, 6, 72), rgba(5, 5, 72, 0.9), rgb(6, 6, 72)); /*  #0B2D35, #0b2d35ec, #0B2D35 */
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.footer-logo--area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 15px;
}
.footer-texto {
    margin-left: 50px;
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-indent: 15px;
}
.footer-logo {
    display: flex;
}
.footer-infos {
    flex: 2;
    display: flex;
    justify-content: space-around;
    padding: 30px;
}
.footer-dados {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    padding-top: 25px;
}
.footer-dados--titulo {
    font-size: 1.3em;
    font-weight: bolder;
    color:#CBAD37;
}
.footer-dados--info {
    font-size: 1em;
    color: white;
    cursor: pointer;
}
.footer-dados--info:hover {
    text-decoration: underline;
}
.footer2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 20%;
    border-top: 1px solid #b1931a;
    background-color: rgb(6, 6, 72);
    color: white;
}
#footer2-titulo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer2-sociais {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sociais {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#facebook {
    background: url('../images/logo-facebook.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
#insta {
    background: url('../images/logo-instagram.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
#linkedin {
    background: url('../images/logo-linkedin2.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}


@media only screen and (max-width:1050px) {
    .menu--area {
        height: 70px;
        padding: 10px;
    }
    .logo {
        flex: 1;
        padding: 0;
        display: flex;
        cursor: pointer;
    }
    #logo {
        width: 60px;
        height: 60px;
        background: url('../images/logo-gmc.png');
    }
    #logo-nomes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #logo-titulo {
        font-size: 20px;
    }
    #logo-subtitulo {
        font-size: 12px;
        font-weight: 400;
    }

}

@media only screen and (max-width:768px) {

    .menu--area {
        height: 70px;
        padding: 10px;
    }
    .logo {
        flex: 1;
        padding: 0;
        display: flex;
        cursor: pointer;
    }
    #logo {
        width: 60px;
        height: 60px;
        background: url('../images/logo-gmc.png');
    }
    #logo-nomes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #logo-titulo {
        font-size: 20px;
    }
    #logo-subtitulo {
        font-size: 12px;
        font-weight: 400;
    }
    .menu {
        display: none;
    }

    .hamburger-menu {
        width: 35px;
        height: 40px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        padding-right: 20px
    }

    .bar {
        width: 100%;
        height: 3px;
        background-color: rgb(221 184 38); /* Cor das linhas */
        margin: 3px 0;
        transition: 0.4s; /* Transição suave para animações */
    }
      
      /* Estilos para o menu aberto (opcional) */
    .hamburger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
      
    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
      
    .hamburger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
/* Estilos para o overlay */
.overlay {
    position: fixed; /* Mantém o overlay fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Fundo preto com 50% de transparência */
    display: none; /* Oculta o overlay por padrão */
    z-index: 1; /* Garante que o overlay fique acima do conteúdo */
  }
  
  /* Estilos para o menu */
  .menu-overlay {
    background-color: rgb(6, 6, 72);
    padding: 20px;
    border-radius: 5px;
    margin: 50px auto; /* Centraliza o menu verticalmente */
    width: 80vw;
    padding: 30px;
  }

  .menu-overlay .logo{
    margin-left: 5vw;
  }
  
  .menu-overlay .logo {
        flex: 1;
        padding: 0;
        display: flex;
        cursor: pointer;
    }
    .menu-overlay #logo {
        width: 60px;
        height: 60px;
        background: url('../images/logo-gmc.png');
    }
    .menu-overlay #logo-nomes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .menu-overlay #logo-titulo {
        font-size: 24px;
        color: white;
    }
    .menu-overlay #logo-subtitulo {
        font-size: 16px;
        font-weight: 400;
        color: white;
    }  
    .links-overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        padding: 20px;
    }
  
  .links-overlay div {
    color: white;
    margin-bottom: 20px;
 
  }

    /* *** TÍTULOS E SUBTÍTULOS *** */
    .subprincipal {
        font-size: 20px;
        color: #b1931a;
    }
    .titulo-principal {
        font-size: 30px;
        color: rgb(6, 6, 72); /* #0B2D35 */;
        width: 60%;
        text-align: center;
    }
    .logo-titulo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .logo-titulo div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .logo-borda {
        border-top: 1px solid #CBAD37;
        width: 120px;
        margin: 0 15px;
    }
    .logo-balanca {
        background: url('../images/torre.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        width: 40px;
        height: 40px;
    }
    

    
    /* *** TÍTULOS E SUBTÍTULOS *** */
    .subprincipal {
        font-size: 20px;
    }
    .titulo-principal {
        font-size: 22px;
        width: 80%;
        text-align: center;
    }

    .logo-borda {
        border-top: 1px solid #CBAD37;
        width: 120px;
        margin: 0 15px;
    }
    .logo-balanca {
        width: 40px;
        height: 40px;
    }
    
    
    /*  *** FOOTER *** */
    .footer {
        display: flex;
        flex-direction: column;
        height: max-content;
    }
    .footer1 {
        display: flex;
        flex-direction: column;
        height: max-content;
    }
    .footer-logo--area {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px;
    }
    .footer-texto {
        margin-left: 20px;
        flex: 1;
    }
    .footer-logo {
        display: flex;
    }
    .footer-infos {
        flex: auto;
        display: none;
        justify-content: space-around;
        padding: 10px;
    }
    .footer-dados {
        gap: 8px;
        padding-top: 15px;
    }
    .footer-dados--titulo {
        font-size: 1.3em;
    }
    .footer-dados--info {
        font-size: 1em;
    }
    .footer-dados--info:hover {
        text-decoration: underline;
    }
    .footer2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: max-content;
        padding: 8px;
    }
    #footer2-titulo {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer2-sociais {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sociais {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #facebook {
        width: 35px;
        height: 35px;
    }
    #insta {
        width: 35px;
        height: 35px;
    }
    #linkedin {
        width: 35px;
        height: 35px;
    }

}

@media only screen and (max-width:520px) {
    .footer-infos {
        flex: auto;
        flex-direction: column;
        justify-content: space-around;
        padding: 30px;
    }
}

