body {
    margin: 0;
    padding: 0;
}
.alerta {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: orangered;
    background: #001b3b;
    color: white;
    font-size: 16px;
    font-family: "Maven Pro", sans-serif;
    text-decoration: underline;
}
.menu--area {
    height: 70px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #001b3b;
    z-index: 9999;
    border-bottom: 3px solid #001b2b;
}
.logo {
    flex: 1;
    padding: 0 0 0 100px;
    display: flex;
    cursor: pointer;
}
#logo-nomes {
    background: url('../images/2alogo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 60px;
}
#logo-nomes:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}
#logo-titulo {
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-style: italic;
}
#logo-subtitulo {
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-style: italic;
    border-top: 1px solid white;
}
.menu {
    width: 30vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 2;
}
.menu-item {
    cursor: pointer;
    font-family: "Maven Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #ebdb73;
}
.menu-item:hover {
    text-decoration: underline;
    font-weight: 700;
}
.login-botao {
    display: inline-block;
    background-color: #ebdb73;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Arial;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    color: #001b3b;
}
.login-botao:hover {
    font-weight: bold;
}

/* *** TÍTULOS E SUBTÍTULOS *** */
.subprincipal {
    font-size: 20px;
    color: #ebdb73;
}
.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 {
    height: 100px;
    background:  #001b3b; /*  #0B2D35, #0b2d35ec, #0B2D35 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #001b2b;
}
#sociais {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex: 4;
    gap: 40px;
    color: white;
}
#sociais h2 {
    font-family: "Maven Pro", sans-serif;
    font-size: 18px;
    font-weight: 100;
}
.logos-sociais {
    display: flex;
    gap: 40px;
}
.sociais {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
#facebook {
    background: url('../images/facebook-simbol.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}
#insta {
    background: url('../images/instagram-simbol.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;
}
#threads {
    background: url('../images/threads.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    filter: invert(1);
}

.footer2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 200px;
    background-color: #001b3b;
    color: white;
    padding: 12px;
    gap: 15px;
    border-bottom: 3px solid #001b2b;
    border-top: 2px solid #001b4b;
}

.footer2-logos {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-qr {
    background: url('../images/QR2A.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8vw;
    aspect-ratio: 1/1;
}
.footer2-whats {
    background: url('../images/logowhats.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    aspect-ratio: 1/1;
    cursor: pointer;
}

#footer2-atendimento {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer2-div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.footer2-titulo {
    font-family: "Maven Pro", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.footer2-dados {
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    font-weight: 100;
}
#footer2-sociais {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fale-conosco {
    font-family: "Maven Pro", sans-serif;
    font-size: 24px;
    font-weight: 600;
    flex: 1;
}
.horario {
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    font-weight: 100;
    flex: 1;
}
.footer3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    font-weight: 100;
    background-color: #001b3b;
    color: white;
    border-top: 2px solid #001b4b;
}

.footer3-links {
    text-decoration: underline;
    cursor: pointer;
}
.footer3-links:hover {
    text-decoration: none;
    font-weight: bolder;
    color: orangered;
}


@media only screen and (max-width:850px) {
    
    .alerta {
        min-height: 30px;
        font-size: 1em;
        padding: 8px;
    }
    .menu--area {
        height: 50px;
        padding: 10px;
        justify-content: space-between;
    }
    .logo {
        flex: 1;
        padding: 0 0 0 25px;
    }
    #logo-titulo {
        font-size: 15px;
    }
    #logo-subtitulo {
        font-size: 15px;
    }
    #logo-nomes {
        width: 120px;
        height: 40px;
    }
    .menu {
        width: 30vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex: 2;
    }
    .menu-item {
        font-size: 15px;
    }
    .first {
        display: none;
    }
    .login-botao {
        display: none;
    }
    .login-botao:hover {
        font-weight: bold;
    }
    .menu-mobile {
        display: flex;
        flex-direction: column;
        align-items: space-around;
        justify-content: space-around;
        width: 40px;
        height: 40px;
        margin-right: 25px;
    }
    .menu-mobile div {
        height: 3px;
        border-radius: 2px;
        width: 100%;
        background-color: #ebdb73;
    }
    
    #mobile-oculto {
        position: fixed;     /* Fica fixo sobre toda a tela */
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;       /* Ocupa toda a altura da tela */
        background-color: #ebdb73; /* Fundo escuro com opacidade */
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease-in-out;
        z-index: 1000; /* Fica acima de tudo */
    }
    .close-area {
        height: 5vh;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 50px;
    }
    #close {
        width: 40px;
        height: 40px;
        border: 2px solid #001b3b;
        border-radius: 50%;
        display: flex;
        align-items: anchor-center;
        justify-content: center;
        font-family: 'Arial';
        color: #001b3b;
    }
    .menu-mobile--itens {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        height: 60vh;
    }
    .mobile-item {
        font-size: 18px;
        font-family: Arial;
        color: #001b3b;
    }
    .mobile-botao {
        display: inline-block;
        background-color: #001b3b;
        padding: 10px 20px;
        font-size: 14px;
        font-family: Arial;
        border-radius: 5px;
        cursor: pointer;
        color: #ebdb73;
    }
    /* *** TÍTULOS E SUBTÍTULOS *** */
    .subprincipal {
        font-size: 20px;
        color: #b1931a;
    }
    .titulo-principal {
        font-size: 2.3em;
        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 {
        height: 140px;
    }
    #sociais {
        flex: 4;
        gap: 2px;
        flex-direction: column;
    }
    #sociais h2 {
        font-size: 16px;
        font-weight: 100;
    }
    .sociais {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .logos-sociais {

    }
    #facebook {
        width: 30px;
        height: 30px;
    }
    #insta {
        width: 30px;
        height: 30px;
    }
    #linkedin {
        width: 30px;
        height: 30px;
    }
    #threads {
        width: 30px;
        height: 30px;
    }
    .footer2 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        height: max-content;
        padding: 12px;
        gap: 10px;
    }
    
    .footer2-logos {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    .footer-qr {
        width: 12vw;
    }
    .footer2-whats {
        width: 12vw;

    }
    
    #footer2-atendimento {
        flex: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-left: 3vw;
    }
    .footer2-div {
        flex: 1;
        padding: 0 3vw;
    }
    .footer2-titulo {
        font-size: 18px;
    }
    .footer2-dados {
        font-size: 16px;
        font-weight: 100;
    }
    #footer2-sociais {
        flex: 1;
    }
    .fale-conosco {
        font-size: 20px;
        text-align: center;
    }
    .horario {  
        font-size: 16px;
        font-weight: 100;
        flex: 1;
    }
    .footer3 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        height: max-content;
        font-size: 16px;

        gap: 10px;
    }
}
