/* Estilos específicos para index.php */
.index-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.index-main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8fafc;
}

.index-logo-container {
    text-align: center;
    padding: 40px;
}

.index-logo {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.index-footer {
    margin-top: auto;
}
