
body {
    background-color: #f5f7fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

// TITULOS */
h2 {
    font-weight: bold;
    color: #2c3e50;
}

.card {
    border-radius: 12px;
    border: none;
}

.btn {
    border-radius: 8px;
    transition: 0.3s;
}

    .btn:hover {
        transform: scale(1.05);
    }

.table {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

    .table thead {
        background-color: #343a40;
        color: white;
    }

    .table tbody tr:hover {
        background-color: #f1f1f1;
    }

.form-control {
    border-radius: 8px;
}

#mensaje {
    font-weight: bold;
}

#formEmpleado {
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.navbar {
    background-color: #2c3e50 !important;
}

    .navbar a {
        color: white !important;
    }

.shadow {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}
