#inicio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

#inicio-container h1 {
    font-family: 'Arial', sans-serif;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

body {
    background-color: #eaf6ff; 
}

.navbar {
    background-color: #000;
}

.navbar-custom {
    background-color: #0f3460 !important;
}

.navbar-brand,
.navbar-nav .nav-link {
    color: #fff;
}


.navbar-nav .nav-link {
    color: #fff;
}

.btn-custom {
    background-color: #0f3460; 
    color: #ffffff;
    padding: 10px 20px; 
    border: none; 
    border-radius: 8px; 
    font-size: 15px; 
    font-weight: bold; 
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #2471bd; 
}

.bold-label {
    font-weight: bold;
    color: #02234d; 
}

.form-filter {
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.form-filter label {
    font-weight: bold;
    color: #495057;
}

.form-filter .form-select,
.form-filter .form-control {
    height: 32px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.form-filter .btn {
    height: 32px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.form-filter .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.form-filter .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.form-filter .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.form-filter .btn-success:hover {
    background-color: #218838;
    border-color: #218838;
}
