/* =========================================================
   FOOTER PREMIUM - REVISÃO FINAL DE ALINHAMENTO E OPACIDADE
========================================================= */
.footer-modern {
    position: relative;
    background-color: #000c16; 
    padding: 80px 0 20px 0;
    overflow: hidden;
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Alinhamento total à esquerda conforme solicitado */
.footer-main-layout {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 120px; 
    position: relative;
    z-index: 10;
}

.footer-logo-img {
    height: 40px;
    margin-bottom: 25px;
}

.brand-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}

/* Redes sociais com círculos dourados */
.footer-social-circles {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

.footer-social-circles a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(184, 138, 77, 0.2); 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e3c89c; 
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-circles a:hover {
    background: #b88a4d;
    color: #000c16;
    box-shadow: 0 0 15px rgba(184, 138, 77, 0.3);
    transform: translateY(-3px);
}

/* Colunas de Navegação alinhadas à esquerda */
.footer-nav-columns {
    display: flex;
    gap: 100px;
    text-align: left;
}

.nav-col h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 25px;
}

.nav-col a, .nav-col p {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
}

.nav-col a:hover { color: #b88a4d; }

/* --- TEXTO GIGANTE (TRANSPARÊNCIA 5% + GRADIENTE) --- */
.footer-big-text {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(5rem, 20vw, 18rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
    line-height: 0.7;

    /* APLICAÇÃO DA TRANSPARÊNCIA SOLICITADA: 5% */
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0.05) 0%, /* Inicia em 5% */
        rgba(255, 255, 255, 0.01) 70%, 
        transparent 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- BARRA INFERIOR (INTEGRADA E LEVANTADA) --- */
.footer-bottom-bar {
    margin-top: 60px; /* Levantado conforme solicitado */
    position: relative;
    z-index: 10;
}

.bottom-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
    margin-bottom: 20px;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bottom-flex p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.bottom-flex a { color: #b88a4d; text-decoration: none; }

/* Responsividade */
@media (max-width: 992px) {
    .footer-main-layout { gap: 40px; }
    .footer-nav-columns { gap: 40px; }
}

@media (max-width: 768px) {
    .footer-main-layout { flex-direction: column; }
    .footer-nav-columns { width: 100%; justify-content: flex-start; }
}.divCookie{position: fixed;min-width: 100%;z-index: 100000;font-size: 13px;letter-spacing: 0px;text-align: center;background-color: #001c2f;bottom: 0;left: 0;}.spanTexto{color: #FFF;text-align: center;vertical-align: middle;display: inline-block;padding: 15px 20px;}.spanButton{display: inline-block;padding: 15px 0px;}.btn-ok{background-color:#f6e27f;color:#000;}.divChat{margin:0; padding:0; text-align: center;height:70px;width:70px;position:fixed;bottom:20px;right:20px;border-radius: 50%;cursor: pointer;z-index: 10;}.divChat img{border: 0px; vertical-align: baseline;height:60px;width:60px;margin-top: 10px;}.rotate{-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;transition-property: transform;overflow:hidden;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg); -o-transform:rotate(360deg);}