/* Corporate Footer Styles */
.corporate-footer {
    background-color: #2c3e50 !important;
    background-image: none !important;
    color: #ffffff !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    margin-top:3rem !important;
    padding:2rem 0 !important;
    border-top:2px solid #f4c430 !important;
    box-shadow:none !important;
}

.corporate-footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.corporate-footer a:hover {
    color: #f4c430;
    text-decoration: underline;
}

.corporate-footer hr {
    border-color: #1a1a1a;
    opacity: 0.4;
}

/* Garantir que o footer cola ao fundo em páginas com pouco conteúdo */
body { min-height:100vh; display:flex; flex-direction:column; }
main, .main-wrapper, .page-content { flex:1 0 auto; }
footer.corporate-footer, footer { flex-shrink:0; }

/* Ajuste responsivo sem alterar estrutura existente */
.corporate-footer .row > div { padding-left:15px; padding-right:15px; }

/* Flag Icons */
.flag-text {
    font-weight: bold;
    margin-right: 4px;
}

.flag-pt {
    color: #000 !important;
}

.flag-en {
    color: #000 !important;
}

/* Content Styles */
.content h3 {
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 2px solid #f4c430;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.content h5 {
    color: #495057;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.content p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Active sidebar item */
.list-group-item.active {
    background-color: #f4c430;
    border-color: #f4c430;
    color: #2c3e50;
    font-weight: 600;
}

.list-group-item.active:hover {
    background-color: #f4c430;
    border-color: #f4c430;
    color: #2c3e50;
}

/* Card hover effects */
.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-2px);
}

/* Button styles */
.btn-warning {
    background-color: #f4c430;
    border-color: #f4c430;
    color: #2c3e50;
    font-weight: 600;
}

.btn-warning:hover {
    background-color: #e6b02e;
    border-color: #e6b02e;
    color: #2c3e50;
}

/* Alert styles */
.alert-info {
    background-color: #e3f2fd;
    border-color: #bbdefb;
    color: #0d47a1;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .corporate-footer .col-md-4 {
        margin-top: 1rem;
        text-align: left !important;
    }
    
    .content {
        font-size: 0.95rem;
    }
    
    .card-header h4 {
        font-size: 1.1rem;
    }
}
/* Sidebar logout link styling */
.sidebar a.logout-link {
    color: #dc3545 !important;
    font-weight: 700;
}

.sidebar a.logout-link:hover {
    background: #ffffff !important;
    color: #bb2d3b !important;
}
